diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-11-21 09:45:56 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-11-21 09:45:56 +0000 |
commit | 4d5dc3daf5db6895479bed9d4bd935585fd420cc (patch) | |
tree | 3c927452ee8f631093f60c0785c3b79fcdd7bf18 /net-analyzer | |
parent | ersion bump and cleanout. Ebuild and patches thanks to Philippe Weibel<philip... (diff) | |
download | historical-4d5dc3daf5db6895479bed9d4bd935585fd420cc.tar.gz historical-4d5dc3daf5db6895479bed9d4bd935585fd420cc.tar.bz2 historical-4d5dc3daf5db6895479bed9d4bd935585fd420cc.zip |
Fixed problem with head. Closes #63019.
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/xtraceroute/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/xtraceroute/Manifest | 16 | ||||
-rw-r--r-- | net-analyzer/xtraceroute/xtraceroute-0.9.1.ebuild | 6 |
3 files changed, 22 insertions, 5 deletions
diff --git a/net-analyzer/xtraceroute/ChangeLog b/net-analyzer/xtraceroute/ChangeLog index 2170bfb5f4bb..55400c41947d 100644 --- a/net-analyzer/xtraceroute/ChangeLog +++ b/net-analyzer/xtraceroute/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/xtraceroute # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xtraceroute/ChangeLog,v 1.14 2004/07/27 22:22:46 malc Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xtraceroute/ChangeLog,v 1.15 2004/11/21 09:45:56 eldad Exp $ + + 21 Nov 2004; Eldad Zack <eldad@gentoo.org> xtraceroute-0.9.1.ebuild: + Fixed problem with head. Closes #63019. 27 Jul 2004; <malc@gentoo.org> xtraceroute-0.9.1.ebuild: Add ~amd64, closes bug #57735 diff --git a/net-analyzer/xtraceroute/Manifest b/net-analyzer/xtraceroute/Manifest index 679bd55bb596..5f3dfab5e2cb 100644 --- a/net-analyzer/xtraceroute/Manifest +++ b/net-analyzer/xtraceroute/Manifest @@ -1,6 +1,16 @@ -MD5 7fb2b3b8385a34bfc77d8c2c19c60d94 ChangeLog 1556 -MD5 f34e3c8858756da0001b12d2d3fa1af2 metadata.xml 159 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 8c99f1aebcb2fc2c6500997b4c7fc628 xtraceroute-0.9.1.ebuild 1765 MD5 088232d5219739085f5effc3fec91b9f xtraceroute-0.9.0.ebuild 1357 -MD5 b2f8d9927951d75090f6071a3a7ce019 xtraceroute-0.9.1.ebuild 1633 +MD5 239f166b3686401debf42db53c034758 ChangeLog 1671 +MD5 f34e3c8858756da0001b12d2d3fa1af2 metadata.xml 159 MD5 1edf2765399c932400ed6432a3d08fc1 files/digest-xtraceroute-0.9.0 129 MD5 890ee7981ab95097dfc101e8880bd66a files/digest-xtraceroute-0.9.1 130 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBoGKYT+MN7JbqCpMRAoh9AJ43z+LN03ln+Qofh/7NZOpkIP5zSgCfQDuY +KtUEXPc7b5ogHG4EoDpHHXk= +=/i1K +-----END PGP SIGNATURE----- diff --git a/net-analyzer/xtraceroute/xtraceroute-0.9.1.ebuild b/net-analyzer/xtraceroute/xtraceroute-0.9.1.ebuild index 78ad41d9bef6..53b646c14aa5 100644 --- a/net-analyzer/xtraceroute/xtraceroute-0.9.1.ebuild +++ b/net-analyzer/xtraceroute/xtraceroute-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xtraceroute/xtraceroute-0.9.1.ebuild,v 1.6 2004/07/27 22:22:46 malc Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/xtraceroute/xtraceroute-0.9.1.ebuild,v 1.7 2004/11/21 09:45:56 eldad Exp $ DESCRIPTION="neat graphical traceroute displaying route on the globe" SRC_URI="http://www.dtek.chalmers.se/~d3august/xt/dl/${P}.tar.gz @@ -21,6 +21,10 @@ DEPEND="virtual/x11 net-misc/host" src_compile() { + + # Fix 'head' problem, Bug #63019 (21 Nov 2004 eldad) + sed -i -e 's/head -1/head -n 1/' share/xtraceroute-resolve-location.sh.in + # specify --from-code to fix bug 25395 (01 Aug 2003 agriffis) XGETTEXT='/usr/bin/xgettext --from-code=ISO-8859-1' \ ./configure \ |