diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-03-01 20:59:23 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-03-01 20:59:23 +0000 |
commit | 75d181f61b2142054d83e68a567474022f55e83b (patch) | |
tree | 218b0c22419acd0f83981cf63d6d368229fa72c2 /net-analyzer/netselect | |
parent | fix DEPEND (bug #43402) (diff) | |
download | historical-75d181f61b2142054d83e68a567474022f55e83b.tar.gz historical-75d181f61b2142054d83e68a567474022f55e83b.tar.bz2 historical-75d181f61b2142054d83e68a567474022f55e83b.zip |
stable on ia64
Diffstat (limited to 'net-analyzer/netselect')
-rw-r--r-- | net-analyzer/netselect/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/netselect/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/netselect/netselect-0.3.ebuild | 6 |
3 files changed, 9 insertions, 7 deletions
diff --git a/net-analyzer/netselect/ChangeLog b/net-analyzer/netselect/ChangeLog index ac47659e6a8e..9bd9a98ec94b 100644 --- a/net-analyzer/netselect/ChangeLog +++ b/net-analyzer/netselect/ChangeLog @@ -1,7 +1,9 @@ # ChangeLog for net-analyzer/netselect -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/ChangeLog,v 1.7 2003/05/14 01:52:25 kumba Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/ChangeLog,v 1.8 2004/03/01 20:59:23 agriffis Exp $ + 01 Mar 2004; <agriffis@gentoo.org> netselect-0.3.ebuild: + stable on ia64 *netselect-0.3 (11 Jul 2002) diff --git a/net-analyzer/netselect/Manifest b/net-analyzer/netselect/Manifest index fde2b22a16b4..e8cbdf95a065 100644 --- a/net-analyzer/netselect/Manifest +++ b/net-analyzer/netselect/Manifest @@ -1,3 +1,3 @@ -MD5 356e80aba920a7226b0e960cc5ce7b87 ChangeLog 822 -MD5 df269424061f498341a8d873c8e265ee netselect-0.3.ebuild 812 +MD5 965bc9824528ce1b048f5ea1b0fc4a81 netselect-0.3.ebuild 817 +MD5 faf6a1a682810b68f5d782413ffd55c3 ChangeLog 901 MD5 7396c62cc3e5735019287ae62229dd48 files/digest-netselect-0.3 64 diff --git a/net-analyzer/netselect/netselect-0.3.ebuild b/net-analyzer/netselect/netselect-0.3.ebuild index 68800fe53854..150459cc2790 100644 --- a/net-analyzer/netselect/netselect-0.3.ebuild +++ b/net-analyzer/netselect/netselect-0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/netselect-0.3.ebuild,v 1.11 2003/09/05 23:40:10 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/netselect-0.3.ebuild,v 1.12 2004/03/01 20:59:23 agriffis Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Ultrafast implementation of ping." @@ -9,7 +9,7 @@ SRC_URI="http://www.worldvisions.ca/~apenwarr/netselect/${P}.tar.gz" SLOT="0" LICENSE="BSD" -KEYWORDS="x86 ppc sparc alpha hppa ~mips amd64" +KEYWORDS="x86 ppc sparc alpha hppa ~mips amd64 ia64" src_compile() { mv Makefile Makefile.orig |