commit: 5b2429b9df43dd5e22310de79f9d5b0c1efd31af
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 8 11:08:49 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Feb 8 11:08:59 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b2429b9
net-analyzer/iftop: Version 9999999
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild | 16 ++++++++--------
.../{iftop-1.0_pre4-r4.ebuild => iftop-9999999.ebuild} | 16 +++++++---------
2 files changed, 15 insertions(+), 17 deletions(-)
diff --git a/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild
b/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild
index 890ba6ff2ae..ba3c20d3420 100644
--- a/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild
+++ b/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-inherit autotools eutils
+EAPI=7
+inherit autotools
DESCRIPTION="display bandwidth usage on an interface"
SRC_URI="http://www.ex-parrot.com/pdw/iftop/download/${P/_/}.tar.gz"
@@ -20,14 +20,14 @@ DEPEND="
${RDEPEND}
virtual/pkgconfig
"
-S="${WORKDIR}"/${P/_/}
PATCHES=(
- "${FILESDIR}"/${P}-configure.ac.patch
- "${FILESDIR}"/${P}-Makefile.am.patch
- "${FILESDIR}"/${P}-tsent-set-but-not-used.patch
- "${FILESDIR}"/${P}-ip6.arpa.patch
- "${FILESDIR}"/${P}-fix-MAC-formatting.patch
+ "${FILESDIR}"/${PN}-1.0_pre4-configure.ac.patch
+ "${FILESDIR}"/${PN}-1.0_pre4-Makefile.am.patch
+ "${FILESDIR}"/${PN}-1.0_pre4-tsent-set-but-not-used.patch
+ "${FILESDIR}"/${PN}-1.0_pre4-ip6.arpa.patch
+ "${FILESDIR}"/${PN}-1.0_pre4-fix-MAC-formatting.patch
)
+S="${WORKDIR}"/${P/_/}
src_prepare() {
default
diff --git a/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild
b/net-analyzer/iftop/iftop-9999999.ebuild
similarity index 57%
copy from net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild
copy to net-analyzer/iftop/iftop-9999999.ebuild
index 890ba6ff2ae..5e2de84db47 100644
--- a/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild
+++ b/net-analyzer/iftop/iftop-9999999.ebuild
@@ -1,16 +1,16 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-inherit autotools eutils
+EAPI=7
+inherit autotools git-r3
DESCRIPTION="display bandwidth usage on an interface"
-SRC_URI="http://www.ex-parrot.com/pdw/iftop/download/${P/_/}.tar.gz"
HOMEPAGE="http://www.ex-parrot.com/pdw/iftop/"
+EGIT_REPO_URI="https://code.blinkace.com/pdw/iftop"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS=""
RDEPEND="
net-libs/libpcap
@@ -22,11 +22,9 @@ DEPEND="
"
S="${WORKDIR}"/${P/_/}
PATCHES=(
- "${FILESDIR}"/${P}-configure.ac.patch
- "${FILESDIR}"/${P}-Makefile.am.patch
- "${FILESDIR}"/${P}-tsent-set-but-not-used.patch
- "${FILESDIR}"/${P}-ip6.arpa.patch
- "${FILESDIR}"/${P}-fix-MAC-formatting.patch
+ "${FILESDIR}"/${PN}-1.0_pre4-configure.ac.patch
+ "${FILESDIR}"/${PN}-1.0_pre4-Makefile.am.patch
+ "${FILESDIR}"/${PN}-1.0_pre4-fix-MAC-formatting.patch
)
src_prepare() {