commit:     bcb008d9435a3b6c0423f54c571e3b47fd0b745d
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 21 07:58:47 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Apr 21 08:01:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcb008d9

net-analyzer/traceroute: Old

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-analyzer/traceroute/Manifest                 |  2 --
 net-analyzer/traceroute/traceroute-2.0.20.ebuild | 37 ------------------------
 net-analyzer/traceroute/traceroute-2.0.22.ebuild | 32 --------------------
 3 files changed, 71 deletions(-)

diff --git a/net-analyzer/traceroute/Manifest b/net-analyzer/traceroute/Manifest
index 475bef8468b..5105dae9abd 100644
--- a/net-analyzer/traceroute/Manifest
+++ b/net-analyzer/traceroute/Manifest
@@ -1,3 +1 @@
-DIST traceroute-2.0.20.tar.gz 68907 BLAKE2B 
0b80836fe05cad955f8d1a31ecad56f46b29f4710c949c43cac2f908aef551867f808672e3e750cf4b228a94685dca0032c3d2d3ed9d8d5982dfffbe824adbf4
 SHA512 
ba82468f5e52a14cf029ff977d85e9cc395bdac2fdf8c29232f9e664bf15efdbaca4f56a78533f2afadd3aef95e31d4497f00f4fc29f74a699a149f0434b484d
-DIST traceroute-2.0.22.tar.gz 69001 BLAKE2B 
8678bf2636b3a0615e7282923ccfeae9c721adbecaecee1deff9324bdca8be26e9b821131f84e01411455806c07ded5bdb34b6ab64d4572ffef24af3cfd17c39
 SHA512 
f7981188b5aa13b6a6c26e7bb3b6cbab88b1adec53a04bff4b878f800bb32a62d82fa389fb36aefd81cc3e9da31740e095f6b6f7eba4dd5926520ad3cff7a92c
 DIST traceroute-2.1.0.tar.gz 71460 BLAKE2B 
4c2126fa98625d525d0a1b0075d16a6ff37836e18d2ce8319f58c89bfa22a6a5e3bbe2ded22fa98d5128c7bb58578327db08120a5b78c1c4ff5673dcc0dea7e6
 SHA512 
3578007c734091ea0c906637c03fd133a8b0154fbf2e6b5c0c881184947918196bc03aeaf872d3bd53777b9b771cba5cf97f73fb5916bb53b75037f429b40ed3

diff --git a/net-analyzer/traceroute/traceroute-2.0.20.ebuild 
b/net-analyzer/traceroute/traceroute-2.0.20.ebuild
deleted file mode 100644
index 5d7d6cc3959..00000000000
--- a/net-analyzer/traceroute/traceroute-2.0.20.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit flag-o-matic multilib toolchain-funcs
-
-DESCRIPTION="Utility to trace the route of IP packets"
-HOMEPAGE="http://traceroute.sourceforge.net/";
-SRC_URI="mirror://sourceforge/traceroute/${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~amd64-linux ~x86-linux"
-IUSE="static"
-
-RDEPEND="!<net-misc/iputils-20121221-r1
-       !net-misc/iputils[traceroute6]"
-
-src_compile() {
-       use static && append-ldflags -static
-       append-ldflags -L../libsupp #432116
-       tc-export AR CC RANLIB
-       emake env=yes
-}
-
-src_install() {
-       emake \
-               DESTDIR="${D}" \
-               prefix="${EPREFIX}/usr" \
-               libdir="${EPREFIX}/usr/$(get_libdir)" \
-               install
-       dodoc ChangeLog CREDITS README TODO
-
-       dosym traceroute /usr/bin/traceroute6
-       dosym traceroute.8 /usr/share/man/man8/traceroute6.8
-}

diff --git a/net-analyzer/traceroute/traceroute-2.0.22.ebuild 
b/net-analyzer/traceroute/traceroute-2.0.22.ebuild
deleted file mode 100644
index c9dea6ed056..00000000000
--- a/net-analyzer/traceroute/traceroute-2.0.22.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit flag-o-matic toolchain-funcs
-
-DESCRIPTION="Utility to trace the route of IP packets"
-HOMEPAGE="http://traceroute.sourceforge.net/";
-SRC_URI="mirror://sourceforge/traceroute/${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="static"
-
-RDEPEND="!<net-misc/iputils-20121221-r1
-       !net-misc/iputils[traceroute6]"
-
-src_compile() {
-       use static && append-ldflags -static
-       append-ldflags -L../libsupp #432116
-       tc-export AR CC RANLIB
-       emake env=yes
-}
-
-src_install() {
-       emake DESTDIR="${D}" prefix="${EPREFIX}/usr" install
-       dodoc ChangeLog CREDITS README TODO
-       dosym traceroute /usr/bin/traceroute6
-       dosym traceroute.8 /usr/share/man/man8/traceroute6.8
-}

Reply via email to