Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/iftop/
Date: Fri, 08 Feb 2019 11:09:07
Message-Id: 1549624139.5b2429b9df43dd5e22310de79f9d5b0c1efd31af.jer@gentoo
1 commit: 5b2429b9df43dd5e22310de79f9d5b0c1efd31af
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 8 11:08:49 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 8 11:08:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b2429b9
7
8 net-analyzer/iftop: Version 9999999
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild | 16 ++++++++--------
14 .../{iftop-1.0_pre4-r4.ebuild => iftop-9999999.ebuild} | 16 +++++++---------
15 2 files changed, 15 insertions(+), 17 deletions(-)
16
17 diff --git a/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild b/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild
18 index 890ba6ff2ae..ba3c20d3420 100644
19 --- a/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild
20 +++ b/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild
21 @@ -1,8 +1,8 @@
22 # Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 -inherit autotools eutils
27 +EAPI=7
28 +inherit autotools
29
30 DESCRIPTION="display bandwidth usage on an interface"
31 SRC_URI="http://www.ex-parrot.com/pdw/iftop/download/${P/_/}.tar.gz"
32 @@ -20,14 +20,14 @@ DEPEND="
33 ${RDEPEND}
34 virtual/pkgconfig
35 "
36 -S="${WORKDIR}"/${P/_/}
37 PATCHES=(
38 - "${FILESDIR}"/${P}-configure.ac.patch
39 - "${FILESDIR}"/${P}-Makefile.am.patch
40 - "${FILESDIR}"/${P}-tsent-set-but-not-used.patch
41 - "${FILESDIR}"/${P}-ip6.arpa.patch
42 - "${FILESDIR}"/${P}-fix-MAC-formatting.patch
43 + "${FILESDIR}"/${PN}-1.0_pre4-configure.ac.patch
44 + "${FILESDIR}"/${PN}-1.0_pre4-Makefile.am.patch
45 + "${FILESDIR}"/${PN}-1.0_pre4-tsent-set-but-not-used.patch
46 + "${FILESDIR}"/${PN}-1.0_pre4-ip6.arpa.patch
47 + "${FILESDIR}"/${PN}-1.0_pre4-fix-MAC-formatting.patch
48 )
49 +S="${WORKDIR}"/${P/_/}
50
51 src_prepare() {
52 default
53
54 diff --git a/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild b/net-analyzer/iftop/iftop-9999999.ebuild
55 similarity index 57%
56 copy from net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild
57 copy to net-analyzer/iftop/iftop-9999999.ebuild
58 index 890ba6ff2ae..5e2de84db47 100644
59 --- a/net-analyzer/iftop/iftop-1.0_pre4-r4.ebuild
60 +++ b/net-analyzer/iftop/iftop-9999999.ebuild
61 @@ -1,16 +1,16 @@
62 # Copyright 1999-2019 Gentoo Authors
63 # Distributed under the terms of the GNU General Public License v2
64
65 -EAPI=6
66 -inherit autotools eutils
67 +EAPI=7
68 +inherit autotools git-r3
69
70 DESCRIPTION="display bandwidth usage on an interface"
71 -SRC_URI="http://www.ex-parrot.com/pdw/iftop/download/${P/_/}.tar.gz"
72 HOMEPAGE="http://www.ex-parrot.com/pdw/iftop/"
73 +EGIT_REPO_URI="https://code.blinkace.com/pdw/iftop"
74
75 LICENSE="GPL-2"
76 SLOT="0"
77 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
78 +KEYWORDS=""
79
80 RDEPEND="
81 net-libs/libpcap
82 @@ -22,11 +22,9 @@ DEPEND="
83 "
84 S="${WORKDIR}"/${P/_/}
85 PATCHES=(
86 - "${FILESDIR}"/${P}-configure.ac.patch
87 - "${FILESDIR}"/${P}-Makefile.am.patch
88 - "${FILESDIR}"/${P}-tsent-set-but-not-used.patch
89 - "${FILESDIR}"/${P}-ip6.arpa.patch
90 - "${FILESDIR}"/${P}-fix-MAC-formatting.patch
91 + "${FILESDIR}"/${PN}-1.0_pre4-configure.ac.patch
92 + "${FILESDIR}"/${PN}-1.0_pre4-Makefile.am.patch
93 + "${FILESDIR}"/${PN}-1.0_pre4-fix-MAC-formatting.patch
94 )
95
96 src_prepare() {