summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-06-29 19:30:40 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-06-29 19:36:44 +0200
commit174a052de774bb951c408a4f9bc1d8e7eb0c6d39 (patch)
tree6c19a27aa0bdd572b8d2d2e901e0f4f54de4e4a2 /net-analyzer/etherape
parentx11-libs/qwt: Drop 6.1.3-r2 (diff)
downloadgentoo-174a052de774bb951c408a4f9bc1d8e7eb0c6d39.tar.gz
gentoo-174a052de774bb951c408a4f9bc1d8e7eb0c6d39.tar.bz2
gentoo-174a052de774bb951c408a4f9bc1d8e7eb0c6d39.zip
net-analyzer/etherape: Drop 0.9.14 and 0.9.18
Closes: https://bugs.gentoo.org/726780 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-analyzer/etherape')
-rw-r--r--net-analyzer/etherape/Manifest2
-rw-r--r--net-analyzer/etherape/etherape-0.9.14.ebuild26
-rw-r--r--net-analyzer/etherape/etherape-0.9.18.ebuild26
3 files changed, 0 insertions, 54 deletions
diff --git a/net-analyzer/etherape/Manifest b/net-analyzer/etherape/Manifest
index de03725a103a..efc2f9ca72a3 100644
--- a/net-analyzer/etherape/Manifest
+++ b/net-analyzer/etherape/Manifest
@@ -1,3 +1 @@
-DIST etherape-0.9.14.tar.gz 1438255 BLAKE2B a34ca77cc8862b3de50ca0405d7de083653fb984de85feb7c575b6eb0f340d386add9c851cdd54d8cf5d3d1c3cdddb1c7522673687d94b30f2ab0f91d4251613 SHA512 26e018e49bbea9baf8b4056798e2acab1ad1aba51022ab1258d31499d612a7b12567c4d671da45f79785fbe3c1eda6698b4fe201b055e71e13c9f9b0275c91e3
-DIST etherape-0.9.18.tar.gz 1436265 BLAKE2B b9f3fd625369fdf6790bef75cc97effd3e1a6eec0635472752daf420c890d4a5231bd1baff6ee58937ad27e1d96eaae5b79cc2f9a2b6eeeb7c957d08cbc8f667 SHA512 0ed19966451f9e9b5f5754018d485e7dc59005657ceddf8a75e790c4b7fbf3c8eea56354cf490ec27e18c4bc14c5b3fe648c90facc471dfb14b52ea68abc37d3
DIST etherape-0.9.19.tar.gz 1452435 BLAKE2B d80d0d0eceeff67890d6a992551a136bfdcd3de005468d7d09eccc94ddf472209738c29d06a321116c90da1a31be0349f80dbee73d3297eae3e02588afea4e94 SHA512 3819c36a6ea5b1ec6fc675563ab0264d180824343344bf4f2da834db39547b721c1565b6edb882d55ce4e0ca93e4b34e3a544996a988584aaf7fe8b8d5ca265e
diff --git a/net-analyzer/etherape/etherape-0.9.14.ebuild b/net-analyzer/etherape/etherape-0.9.14.ebuild
deleted file mode 100644
index bc2c11074e7a..000000000000
--- a/net-analyzer/etherape/etherape-0.9.14.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit gnome2
-
-DESCRIPTION="A graphical network monitor for Unix modeled after etherman"
-HOMEPAGE="http://etherape.sourceforge.net/"
-SRC_URI="mirror://sourceforge/etherape/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-
-RDEPEND="
- >=gnome-base/libglade-2.0
- >=gnome-base/libgnomeui-2.0
- gnome-base/libgnomecanvas[glade]
- net-libs/libpcap
-"
-DEPEND="${RDEPEND}
- >=sys-devel/gettext-0.11.5
- app-text/docbook-xml-dtd:4.1.2
- app-text/gnome-doc-utils
- virtual/pkgconfig
-"
diff --git a/net-analyzer/etherape/etherape-0.9.18.ebuild b/net-analyzer/etherape/etherape-0.9.18.ebuild
deleted file mode 100644
index 1cfcbd672427..000000000000
--- a/net-analyzer/etherape/etherape-0.9.18.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A graphical network monitor for Unix modeled after etherman"
-HOMEPAGE="http://etherape.sourceforge.net/"
-SRC_URI="mirror://sourceforge/etherape/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-
-RDEPEND="
- dev-libs/glib:2
- dev-libs/popt
- net-libs/libpcap
- x11-libs/goocanvas:2.0
-"
-DEPEND="
- ${RDEPEND}
- >=sys-devel/gettext-0.11.5
- app-text/docbook-xml-dtd:4.1.2
- app-text/yelp-tools
- virtual/pkgconfig
-"