Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/traceroute/
Date: Fri, 19 Feb 2016 01:59:01
Message-Id: 1455847124.80a4ff2e73bd44fce1d235ad360d88901107e679.vapier@gentoo
1 commit: 80a4ff2e73bd44fce1d235ad360d88901107e679
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 19 01:35:26 2016 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 19 01:58:44 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80a4ff2e
7
8 net-analyzer/traceroute: drop old <2.0.20 versions
9
10 net-analyzer/traceroute/Manifest | 2 --
11 net-analyzer/traceroute/traceroute-2.0.18.ebuild | 32 -------------------
12 .../traceroute/traceroute-2.0.19-r1.ebuild | 36 ----------------------
13 net-analyzer/traceroute/traceroute-2.0.19.ebuild | 31 -------------------
14 4 files changed, 101 deletions(-)
15
16 diff --git a/net-analyzer/traceroute/Manifest b/net-analyzer/traceroute/Manifest
17 index e5b7d4b..d0c64cb 100644
18 --- a/net-analyzer/traceroute/Manifest
19 +++ b/net-analyzer/traceroute/Manifest
20 @@ -1,4 +1,2 @@
21 -DIST traceroute-2.0.18.tar.gz 66931 SHA256 5994a88520927fefe3c9754aaf1e02b4d0f3f8fb1f521a68fa86215c3fcab9ef SHA512 8eb096c10e4e450839126b41f858b380ef01990092e3de76c9423343a34edfc118fad6b2017fca2e8106c1065f6634cd9a892ea4118453f8c28ad5ab8c6c1c93 WHIRLPOOL aa9d4b1b603fcffc4c1294087d96286aec6b28e229f3a3916f36ec6adf37f4db340fb99a78f9011314975e6769c76959ceb313e162cf0b2f793c5ae3e1425724
22 -DIST traceroute-2.0.19.tar.gz 69614 SHA256 082be58ec3e6fe9717a52160150e2f6d52fa90f8ecb82abf3b363c8150b0607e SHA512 406b742dd0248720f1c15f2fc30050f9c420c8cfe564028b6f9519158afcbde6810af10d86739377809342762cb403fc32487867413a281b0644349ede125485 WHIRLPOOL 8272957b42a2ca92b1bd991e1e034454dd5406c1445fc28e30b28dd5b6190a44e0b6addc8d0be8d00250b3fc5b2d7714ac52d6d4226bcbc71650e15caafb8d08
23 DIST traceroute-2.0.20.tar.gz 68907 SHA256 2facba9525c95428d7bff3a313fc6ecfd8c529c678ae666c73015558a0edc271 SHA512 ba82468f5e52a14cf029ff977d85e9cc395bdac2fdf8c29232f9e664bf15efdbaca4f56a78533f2afadd3aef95e31d4497f00f4fc29f74a699a149f0434b484d WHIRLPOOL f7fad8dca126291b17194b6f2f2fd2de98c358d63aa7bcf9e853b888562a8a9c251afdfb85ba5990a7c52f3c4e518b153a1323de0997ce6292113545c133e8b5
24 DIST traceroute-2.0.21.tar.gz 69159 SHA256 f7ac93ef30b13a587292b8d6a7e2538a65bc978a3a576eab238c392b884e96e0 SHA512 437cfc596e045d89f0f477f404e410347fb4e8d5db00c9e2ce1317457a99377d1239e68949a6e44e8d424f480c8bfacb7213ce3f03efc46880a369678eb49589 WHIRLPOOL 870a228ac77f5ca72a0ea1757f3e86372fd4c809133d15ae6de8a637fb9edfe3e9b62c82f8b53ad85c3300086e69829c7b7248bdfa52801ca2103253d23d0018
25
26 diff --git a/net-analyzer/traceroute/traceroute-2.0.18.ebuild b/net-analyzer/traceroute/traceroute-2.0.18.ebuild
27 deleted file mode 100644
28 index 1d16199..0000000
29 --- a/net-analyzer/traceroute/traceroute-2.0.18.ebuild
30 +++ /dev/null
31 @@ -1,32 +0,0 @@
32 -# Copyright 1999-2012 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI="3"
37 -
38 -inherit flag-o-matic multilib toolchain-funcs
39 -
40 -DESCRIPTION="Utility to trace the route of IP packets"
41 -HOMEPAGE="http://traceroute.sourceforge.net/"
42 -SRC_URI="mirror://sourceforge/traceroute/${P}.tar.gz"
43 -
44 -LICENSE="GPL-2 LGPL-2.1"
45 -SLOT="0"
46 -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux"
47 -IUSE="static"
48 -
49 -src_compile() {
50 - use static && append-ldflags -static
51 - tc-export CC AR RANLIB
52 - emake env=yes || die
53 -}
54 -
55 -src_install() {
56 - emake \
57 - DESTDIR="${D}" \
58 - prefix="${EPREFIX}/usr" \
59 - libdir="${EPREFIX}/usr/$(get_libdir)" \
60 - install \
61 - || die
62 - dodoc ChangeLog CREDITS README TODO
63 -}
64
65 diff --git a/net-analyzer/traceroute/traceroute-2.0.19-r1.ebuild b/net-analyzer/traceroute/traceroute-2.0.19-r1.ebuild
66 deleted file mode 100644
67 index b741736..0000000
68 --- a/net-analyzer/traceroute/traceroute-2.0.19-r1.ebuild
69 +++ /dev/null
70 @@ -1,36 +0,0 @@
71 -# Copyright 1999-2013 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -# $Id$
74 -
75 -EAPI="4"
76 -
77 -inherit flag-o-matic multilib toolchain-funcs
78 -
79 -DESCRIPTION="Utility to trace the route of IP packets"
80 -HOMEPAGE="http://traceroute.sourceforge.net/"
81 -SRC_URI="mirror://sourceforge/traceroute/${P}.tar.gz"
82 -
83 -LICENSE="GPL-2 LGPL-2.1"
84 -SLOT="0"
85 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
86 -IUSE="static"
87 -
88 -RDEPEND="!<net-misc/iputils-20121221-r1"
89 -
90 -src_compile() {
91 - use static && append-ldflags -static
92 - tc-export CC AR RANLIB
93 - emake env=yes
94 -}
95 -
96 -src_install() {
97 - emake \
98 - DESTDIR="${D}" \
99 - prefix="${EPREFIX}/usr" \
100 - libdir="${EPREFIX}/usr/$(get_libdir)" \
101 - install
102 - dodoc ChangeLog CREDITS README TODO
103 -
104 - dosym traceroute /usr/bin/traceroute6
105 - dosym traceroute.8 /usr/share/man/man8/traceroute6.8
106 -}
107
108 diff --git a/net-analyzer/traceroute/traceroute-2.0.19.ebuild b/net-analyzer/traceroute/traceroute-2.0.19.ebuild
109 deleted file mode 100644
110 index f887256..0000000
111 --- a/net-analyzer/traceroute/traceroute-2.0.19.ebuild
112 +++ /dev/null
113 @@ -1,31 +0,0 @@
114 -# Copyright 1999-2012 Gentoo Foundation
115 -# Distributed under the terms of the GNU General Public License v2
116 -# $Id$
117 -
118 -EAPI="4"
119 -
120 -inherit flag-o-matic multilib toolchain-funcs
121 -
122 -DESCRIPTION="Utility to trace the route of IP packets"
123 -HOMEPAGE="http://traceroute.sourceforge.net/"
124 -SRC_URI="mirror://sourceforge/traceroute/${P}.tar.gz"
125 -
126 -LICENSE="GPL-2 LGPL-2.1"
127 -SLOT="0"
128 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
129 -IUSE="static"
130 -
131 -src_compile() {
132 - use static && append-ldflags -static
133 - tc-export CC AR RANLIB
134 - emake env=yes
135 -}
136 -
137 -src_install() {
138 - emake \
139 - DESTDIR="${D}" \
140 - prefix="${EPREFIX}/usr" \
141 - libdir="${EPREFIX}/usr/$(get_libdir)" \
142 - install
143 - dodoc ChangeLog CREDITS README TODO
144 -}