From ab7a4970ce6679afadc141ca6dc706e784283ddd Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Sun, 24 Oct 2010 15:48:28 +0000 Subject: ppc64 stable wrt #341669 (Portage version: 2.2.0_alpha1/cvs/Linux x86_64) --- net-analyzer/traceroute/ChangeLog | 6 ++++- .../files/traceroute-2.0.8-prestrip.patch | 11 -------- net-analyzer/traceroute/traceroute-2.0.12.ebuild | 30 ---------------------- net-analyzer/traceroute/traceroute-2.0.13.ebuild | 30 ---------------------- net-analyzer/traceroute/traceroute-2.0.14.ebuild | 30 ---------------------- net-analyzer/traceroute/traceroute-2.0.15.ebuild | 4 +-- 6 files changed, 7 insertions(+), 104 deletions(-) delete mode 100644 net-analyzer/traceroute/files/traceroute-2.0.8-prestrip.patch delete mode 100644 net-analyzer/traceroute/traceroute-2.0.12.ebuild delete mode 100644 net-analyzer/traceroute/traceroute-2.0.13.ebuild delete mode 100644 net-analyzer/traceroute/traceroute-2.0.14.ebuild (limited to 'net-analyzer/traceroute') diff --git a/net-analyzer/traceroute/ChangeLog b/net-analyzer/traceroute/ChangeLog index 6d39cee35eed..b607f9f4d11e 100644 --- a/net-analyzer/traceroute/ChangeLog +++ b/net-analyzer/traceroute/ChangeLog @@ -1,6 +1,10 @@ # 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.80 2010/10/24 15:40:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/ChangeLog,v 1.81 2010/10/24 15:48:27 ssuominen Exp $ + + 24 Oct 2010; Samuli Suominen + traceroute-2.0.15.ebuild: + ppc64 stable wrt #341669 24 Oct 2010; Raúl Porcel traceroute-2.0.15.ebuild: alpha/arm/ia64/m68k/s390/sh/sparc/x86 stable wrt #341669 diff --git a/net-analyzer/traceroute/files/traceroute-2.0.8-prestrip.patch b/net-analyzer/traceroute/files/traceroute-2.0.8-prestrip.patch deleted file mode 100644 index a0b6822660cf..000000000000 --- a/net-analyzer/traceroute/files/traceroute-2.0.8-prestrip.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./Make.rules.orig 2007-08-29 16:37:23.000000000 +0200 -+++ ./Make.rules 2007-09-06 10:54:37.502085380 +0200 -@@ -48,7 +48,7 @@ - gcc = $(findstring gcc,$(CC)) - $(call set, CFLAGS, $(if $(gcc), -O2 -Wall, -O)) - $(call set, CPPFLAGS, ) --$(call set, LDFLAGS, -s) -+$(call set, LDFLAGS, ) - $(call set, LIBS, ) - - diff --git a/net-analyzer/traceroute/traceroute-2.0.12.ebuild b/net-analyzer/traceroute/traceroute-2.0.12.ebuild deleted file mode 100644 index fa8aaa883119..000000000000 --- a/net-analyzer/traceroute/traceroute-2.0.12.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/traceroute-2.0.12.ebuild,v 1.8 2010/01/29 18:37:27 armin76 Exp $ - -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 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" -IUSE="static" - -src_compile() { - use static && append-ldflags -static - tc-export CC AR RANLIB - emake env=yes || die -} - -src_install() { - emake \ - DESTDIR="${D}" \ - prefix="/usr" \ - libdir="/usr/$(get_libdir)" \ - install \ - || die - dodoc ChangeLog CREDITS README TODO -} diff --git a/net-analyzer/traceroute/traceroute-2.0.13.ebuild b/net-analyzer/traceroute/traceroute-2.0.13.ebuild deleted file mode 100644 index d1007580dfa4..000000000000 --- a/net-analyzer/traceroute/traceroute-2.0.13.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/traceroute-2.0.13.ebuild,v 1.1 2010/01/06 23:10:56 jer Exp $ - -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 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="static" - -src_compile() { - use static && append-ldflags -static - tc-export CC AR RANLIB - emake env=yes || die -} - -src_install() { - emake \ - DESTDIR="${D}" \ - prefix="/usr" \ - libdir="/usr/$(get_libdir)" \ - install \ - || die - dodoc ChangeLog CREDITS README TODO -} diff --git a/net-analyzer/traceroute/traceroute-2.0.14.ebuild b/net-analyzer/traceroute/traceroute-2.0.14.ebuild deleted file mode 100644 index 726b049d40a8..000000000000 --- a/net-analyzer/traceroute/traceroute-2.0.14.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/traceroute-2.0.14.ebuild,v 1.1 2010/07/06 14:22:59 jer Exp $ - -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 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="static" - -src_compile() { - use static && append-ldflags -static - tc-export CC AR RANLIB - emake env=yes || die -} - -src_install() { - emake \ - DESTDIR="${D}" \ - prefix="/usr" \ - libdir="/usr/$(get_libdir)" \ - install \ - || die - dodoc ChangeLog CREDITS README TODO -} diff --git a/net-analyzer/traceroute/traceroute-2.0.15.ebuild b/net-analyzer/traceroute/traceroute-2.0.15.ebuild index 492d59f24816..c0e883d61920 100644 --- a/net-analyzer/traceroute/traceroute-2.0.15.ebuild +++ b/net-analyzer/traceroute/traceroute-2.0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/traceroute-2.0.15.ebuild,v 1.5 2010/10/24 15:40:42 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/traceroute-2.0.15.ebuild,v 1.6 2010/10/24 15:48:27 ssuominen Exp $ EAPI=2 inherit eutils flag-o-matic toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/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" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" IUSE="static" src_prepare() { -- cgit v1.2.3-65-gdbad