diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-01-06 23:13:24 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-01-06 23:13:24 +0000 |
commit | 28b384ce4ad2d781e954759443cd15f88e414366 (patch) | |
tree | 42a995d9708aef43c7c1359b3815435035ebcf5b /net-analyzer | |
parent | gentoolkit-0.3.0_rc8 version bump. Bug 237964 tracks changes to gentoolkit-0.... (diff) | |
download | gentoo-2-28b384ce4ad2d781e954759443cd15f88e414366.tar.gz gentoo-2-28b384ce4ad2d781e954759443cd15f88e414366.tar.bz2 gentoo-2-28b384ce4ad2d781e954759443cd15f88e414366.zip |
Remove old.
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/traceroute/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/traceroute/files/traceroute-2.0.8-man.patch | 14 | ||||
-rw-r--r-- | net-analyzer/traceroute/traceroute-2.0.10.ebuild | 39 | ||||
-rw-r--r-- | net-analyzer/traceroute/traceroute-2.0.9-r1.ebuild | 41 |
4 files changed, 6 insertions, 95 deletions
diff --git a/net-analyzer/traceroute/ChangeLog b/net-analyzer/traceroute/ChangeLog index 5a9dbf3c2a52..6749042bd31b 100644 --- a/net-analyzer/traceroute/ChangeLog +++ b/net-analyzer/traceroute/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/traceroute # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/ChangeLog,v 1.65 2010/01/06 23:10:56 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/ChangeLog,v 1.66 2010/01/06 23:13:24 jer Exp $ + + 06 Jan 2010; Jeroen Roovers <jer@gentoo.org> + -files/traceroute-2.0.8-man.patch, -traceroute-2.0.9-r1.ebuild, + -traceroute-2.0.10.ebuild: + Remove old. *traceroute-2.0.13 (06 Jan 2010) diff --git a/net-analyzer/traceroute/files/traceroute-2.0.8-man.patch b/net-analyzer/traceroute/files/traceroute-2.0.8-man.patch deleted file mode 100644 index 03fb8d4cfa1a..000000000000 --- a/net-analyzer/traceroute/files/traceroute-2.0.8-man.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- ./default.rules.orig 2007-08-29 16:40:05.000000000 +0200 -+++ ./default.rules 2007-09-06 21:13:51.619378204 +0200 -@@ -183,11 +183,3 @@ - $(INSTALL) $(install_includes) $(DESTDIR)$(includedir) - endif - @true --ifneq ($(install_manuals),) --define inst_man --@mkdir -p $(DESTDIR)$(mandir)/man$(suffix $(1)) -- cp -f $(1) $(DESTDIR)$(mandir)/man$(suffix $(1)) -- --endef -- $(foreach man,$(install_manuals),$(call inst_man,$(man))) --endif diff --git a/net-analyzer/traceroute/traceroute-2.0.10.ebuild b/net-analyzer/traceroute/traceroute-2.0.10.ebuild deleted file mode 100644 index 305d25e7d6ba..000000000000 --- a/net-analyzer/traceroute/traceroute-2.0.10.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/traceroute-2.0.10.ebuild,v 1.1 2008/04/17 18:11:19 vapier Exp $ - -inherit eutils flag-o-matic toolchain-funcs - -DESCRIPTION="Utility to trace the route of IP packets" -HOMEPAGE="http://dmitry.butskoy.name/traceroute" -SRC_URI="http://www.odu.neva.ru/buc/traceroute/${P}.tar.gz" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="static" - -DEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-2.0.8-man.patch - use static && append-ldflags -static -} - -src_compile() { - tc-export CC AR RANLIB - emake env=yes || die -} - -src_install() { - emake \ - DESTDIR="${D}" \ - prefix="/usr" \ - libdir="/usr/$(get_libdir)" \ - install \ - || die - doman traceroute/traceroute.8 - dodoc ChangeLog CREDITS README TODO -} diff --git a/net-analyzer/traceroute/traceroute-2.0.9-r1.ebuild b/net-analyzer/traceroute/traceroute-2.0.9-r1.ebuild deleted file mode 100644 index b7494ce520e2..000000000000 --- a/net-analyzer/traceroute/traceroute-2.0.9-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/traceroute-2.0.9-r1.ebuild,v 1.7 2008/01/22 02:21:15 ranger Exp $ - -inherit eutils flag-o-matic toolchain-funcs - -DESCRIPTION="Utility to trace the route of IP packets" -HOMEPAGE="http://dmitry.butskoy.name/traceroute" -SRC_URI="http://www.odu.neva.ru/buc/traceroute/${P}.tar.gz" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" -IUSE="static" - -DEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${PN}-2.0.8-prestrip.patch - epatch "${FILESDIR}"/${PN}-2.0.8-man.patch - use static && append-ldflags -static -} - -src_compile() { - tc-export CC AR RANLIB - emake env=yes || die -} - -src_install() { - emake \ - DESTDIR="${D}" \ - prefix="/usr" \ - libdir="/usr/$(get_libdir)" \ - install \ - || die - - doman traceroute/traceroute.8 - dodoc ChangeLog CREDITS README TODO -} |