diff options
author | Thomas Anderson <gentoofan23@gentoo.org> | 2008-08-27 14:23:01 +0000 |
---|---|---|
committer | Thomas Anderson <gentoofan23@gentoo.org> | 2008-08-27 14:23:01 +0000 |
commit | 187de8112aa5b279d411b570271b3ef58dd88332 (patch) | |
tree | 2350df80a8338b647180499dd9ceeb27a570a8a4 /net-analyzer/traceroute | |
parent | alpha/ia64/sparc/x86 stable wrt #235754 (diff) | |
download | gentoo-2-187de8112aa5b279d411b570271b3ef58dd88332.tar.gz gentoo-2-187de8112aa5b279d411b570271b3ef58dd88332.tar.bz2 gentoo-2-187de8112aa5b279d411b570271b3ef58dd88332.zip |
stable amd64, bug #234740. Enable prestrip patch from version 2.0.8.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-analyzer/traceroute')
-rw-r--r-- | net-analyzer/traceroute/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/traceroute/traceroute-2.0.11.ebuild | 13 |
2 files changed, 14 insertions, 5 deletions
diff --git a/net-analyzer/traceroute/ChangeLog b/net-analyzer/traceroute/ChangeLog index 305b7ceabd13..85fe61cc4a61 100644 --- a/net-analyzer/traceroute/ChangeLog +++ b/net-analyzer/traceroute/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/traceroute # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/ChangeLog,v 1.62 2008/08/26 00:18:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/ChangeLog,v 1.63 2008/08/27 14:23:01 gentoofan23 Exp $ + + 27 Aug 2008; Thomas Anderson <gentoofan23@gentoo.org> + traceroute-2.0.11.ebuild: + stable amd64, bug #234740. Enable prestrip patch from version 2.0.8. 26 Aug 2008; Jeroen Roovers <jer@gentoo.org> traceroute-2.0.11.ebuild: Stable for HPPA (bug #234740). diff --git a/net-analyzer/traceroute/traceroute-2.0.11.ebuild b/net-analyzer/traceroute/traceroute-2.0.11.ebuild index 713a7a59b5fc..e6e73215987a 100644 --- a/net-analyzer/traceroute/traceroute-2.0.11.ebuild +++ b/net-analyzer/traceroute/traceroute-2.0.11.ebuild @@ -1,8 +1,8 @@ # 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.11.ebuild,v 1.6 2008/08/26 00:18:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/traceroute-2.0.11.ebuild,v 1.7 2008/08/27 14:23:01 gentoofan23 Exp $ -inherit flag-o-matic toolchain-funcs +inherit flag-o-matic toolchain-funcs eutils DESCRIPTION="Utility to trace the route of IP packets" HOMEPAGE="http://traceroute.sourceforge.net/" @@ -10,10 +10,15 @@ 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" -DEPEND="" +src_unpack() { + unpack ${A} + cd "${S}" + + epatch "${FILESDIR}/${PN}-2.0.8-prestrip.patch" +} src_compile() { use static && append-ldflags -static |