diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-05-16 11:41:35 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-05-16 11:41:35 -0400 |
commit | 3c98f90d79ac758df82d327f01908a38ff844b76 (patch) | |
tree | 7b212612ef7073db0bb77bf36c789c7a7bdbb4e0 /net-analyzer/gnome-nettool | |
parent | www-servers/tomcat: bump to 9.0.63 (diff) | |
download | gentoo-3c98f90d79ac758df82d327f01908a38ff844b76.tar.gz gentoo-3c98f90d79ac758df82d327f01908a38ff844b76.tar.bz2 gentoo-3c98f90d79ac758df82d327f01908a38ff844b76.zip |
net-analyzer/gnome-nettool: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-analyzer/gnome-nettool')
-rw-r--r-- | net-analyzer/gnome-nettool/Manifest | 1 | ||||
-rw-r--r-- | net-analyzer/gnome-nettool/gnome-nettool-3.8.1.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/net-analyzer/gnome-nettool/Manifest b/net-analyzer/gnome-nettool/Manifest index af7a39e5ec79..3bf87fa30249 100644 --- a/net-analyzer/gnome-nettool/Manifest +++ b/net-analyzer/gnome-nettool/Manifest @@ -1,2 +1 @@ -DIST gnome-nettool-3.8.1.tar.xz 589024 BLAKE2B f12c43b713ae81a2460b12c150e2c52baf98900b14ce0ff188b3fb1a55aa636391fb62d9c20b40d3a60ff322d4af9744d072c2727a77bced056ef0df042e21cf SHA512 c1c90fa727ebbf21442c4d0f5f4e98acf91fdd68a476f5f378167f92c3d7938ef33598525b62b838dc9b485abeb40171bdffb0fe3cb060fd3982db013a30bbed DIST gnome-nettool-42.0.tar.xz 422880 BLAKE2B 847f14781865eb936f0ded28a3f45ffa4ed02a20d335aea95a623795a2bb40bf57a49ecb28b26088c2818d028a401b3ef346806ea60305022bcafc9972094f4e SHA512 a640cd7f2008be870c4c457d3f793e6d31a10457b826641ef3cb9b831ea1d80756abc2a39aef7cb093905adafe41f27ee3c5648b1a6a3a01aa3d3ee7988330ce diff --git a/net-analyzer/gnome-nettool/gnome-nettool-3.8.1.ebuild b/net-analyzer/gnome-nettool/gnome-nettool-3.8.1.ebuild deleted file mode 100644 index d2180ca2b6aa..000000000000 --- a/net-analyzer/gnome-nettool/gnome-nettool-3.8.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -GCONF_DEBUG="yes" - -inherit gnome2 - -DESCRIPTION="Graphical front-ends to various networking command-line" -HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-nettool" - -LICENSE="GPL-2" -SLOT="0" -IUSE="debug" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86" - -COMMON_DEPEND=" - >=dev-libs/glib-2.25.10:2 - gnome-base/libgtop:2= - x11-libs/cairo - x11-libs/gdk-pixbuf:2 - >=x11-libs/gtk+-2.90.4:3 - x11-libs/pango -" -RDEPEND="${COMMON_DEPEND} - || ( - net-misc/iputils - net-analyzer/tcptraceroute - net-analyzer/traceroute ) - net-analyzer/nmap - net-dns/bind-tools - net-misc/netkit-fingerd - net-misc/whois -" -DEPEND="${COMMON_DEPEND} - app-text/yelp-tools - >=dev-util/intltool-0.40 - virtual/pkgconfig - sys-devel/gettext -" - -src_configure() { - gnome2_src_configure $(use_enable debug) -} |