Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/etherape/
Date: Mon, 29 Jun 2020 17:37:05
Message-Id: 1593452204.174a052de774bb951c408a4f9bc1d8e7eb0c6d39.asturm@gentoo
1 commit: 174a052de774bb951c408a4f9bc1d8e7eb0c6d39
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 29 17:30:40 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 29 17:36:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=174a052d
7
8 net-analyzer/etherape: Drop 0.9.14 and 0.9.18
9
10 Closes: https://bugs.gentoo.org/726780
11 Package-Manager: Portage-2.3.103, Repoman-2.3.23
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 net-analyzer/etherape/Manifest | 2 --
15 net-analyzer/etherape/etherape-0.9.14.ebuild | 26 --------------------------
16 net-analyzer/etherape/etherape-0.9.18.ebuild | 26 --------------------------
17 3 files changed, 54 deletions(-)
18
19 diff --git a/net-analyzer/etherape/Manifest b/net-analyzer/etherape/Manifest
20 index de03725a103..efc2f9ca72a 100644
21 --- a/net-analyzer/etherape/Manifest
22 +++ b/net-analyzer/etherape/Manifest
23 @@ -1,3 +1 @@
24 -DIST etherape-0.9.14.tar.gz 1438255 BLAKE2B a34ca77cc8862b3de50ca0405d7de083653fb984de85feb7c575b6eb0f340d386add9c851cdd54d8cf5d3d1c3cdddb1c7522673687d94b30f2ab0f91d4251613 SHA512 26e018e49bbea9baf8b4056798e2acab1ad1aba51022ab1258d31499d612a7b12567c4d671da45f79785fbe3c1eda6698b4fe201b055e71e13c9f9b0275c91e3
25 -DIST etherape-0.9.18.tar.gz 1436265 BLAKE2B b9f3fd625369fdf6790bef75cc97effd3e1a6eec0635472752daf420c890d4a5231bd1baff6ee58937ad27e1d96eaae5b79cc2f9a2b6eeeb7c957d08cbc8f667 SHA512 0ed19966451f9e9b5f5754018d485e7dc59005657ceddf8a75e790c4b7fbf3c8eea56354cf490ec27e18c4bc14c5b3fe648c90facc471dfb14b52ea68abc37d3
26 DIST etherape-0.9.19.tar.gz 1452435 BLAKE2B d80d0d0eceeff67890d6a992551a136bfdcd3de005468d7d09eccc94ddf472209738c29d06a321116c90da1a31be0349f80dbee73d3297eae3e02588afea4e94 SHA512 3819c36a6ea5b1ec6fc675563ab0264d180824343344bf4f2da834db39547b721c1565b6edb882d55ce4e0ca93e4b34e3a544996a988584aaf7fe8b8d5ca265e
27
28 diff --git a/net-analyzer/etherape/etherape-0.9.14.ebuild b/net-analyzer/etherape/etherape-0.9.14.ebuild
29 deleted file mode 100644
30 index bc2c11074e7..00000000000
31 --- a/net-analyzer/etherape/etherape-0.9.14.ebuild
32 +++ /dev/null
33 @@ -1,26 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -inherit gnome2
39 -
40 -DESCRIPTION="A graphical network monitor for Unix modeled after etherman"
41 -HOMEPAGE="http://etherape.sourceforge.net/"
42 -SRC_URI="mirror://sourceforge/etherape/${P}.tar.gz"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="amd64 ppc ppc64 sparc x86"
47 -
48 -RDEPEND="
49 - >=gnome-base/libglade-2.0
50 - >=gnome-base/libgnomeui-2.0
51 - gnome-base/libgnomecanvas[glade]
52 - net-libs/libpcap
53 -"
54 -DEPEND="${RDEPEND}
55 - >=sys-devel/gettext-0.11.5
56 - app-text/docbook-xml-dtd:4.1.2
57 - app-text/gnome-doc-utils
58 - virtual/pkgconfig
59 -"
60
61 diff --git a/net-analyzer/etherape/etherape-0.9.18.ebuild b/net-analyzer/etherape/etherape-0.9.18.ebuild
62 deleted file mode 100644
63 index 1cfcbd67242..00000000000
64 --- a/net-analyzer/etherape/etherape-0.9.18.ebuild
65 +++ /dev/null
66 @@ -1,26 +0,0 @@
67 -# Copyright 1999-2018 Gentoo Foundation
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=6
71 -
72 -DESCRIPTION="A graphical network monitor for Unix modeled after etherman"
73 -HOMEPAGE="http://etherape.sourceforge.net/"
74 -SRC_URI="mirror://sourceforge/etherape/${P}.tar.gz"
75 -
76 -LICENSE="GPL-2"
77 -SLOT="0"
78 -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
79 -
80 -RDEPEND="
81 - dev-libs/glib:2
82 - dev-libs/popt
83 - net-libs/libpcap
84 - x11-libs/goocanvas:2.0
85 -"
86 -DEPEND="
87 - ${RDEPEND}
88 - >=sys-devel/gettext-0.11.5
89 - app-text/docbook-xml-dtd:4.1.2
90 - app-text/yelp-tools
91 - virtual/pkgconfig
92 -"