diff options
author | Joshua Kinard <kumba@gentoo.org> | 2004-03-25 08:12:33 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2004-03-25 08:12:33 +0000 |
commit | 956a5649a92738d37ba1714ef55e7707bce7e3bb (patch) | |
tree | 913bf1d265e393614cc4cedfb7a96e7c8ae856ae /net-analyzer/netselect | |
parent | trim white space (Manifest recommit) (diff) | |
download | gentoo-2-956a5649a92738d37ba1714ef55e7707bce7e3bb.tar.gz gentoo-2-956a5649a92738d37ba1714ef55e7707bce7e3bb.tar.bz2 gentoo-2-956a5649a92738d37ba1714ef55e7707bce7e3bb.zip |
Marked stable on mips.
Diffstat (limited to 'net-analyzer/netselect')
-rw-r--r-- | net-analyzer/netselect/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/netselect/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/netselect/netselect-0.3.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/netselect/ChangeLog b/net-analyzer/netselect/ChangeLog index e959daf7faa7..783ca9b2b198 100644 --- a/net-analyzer/netselect/ChangeLog +++ b/net-analyzer/netselect/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/netselect # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/ChangeLog,v 1.9 2004/03/07 17:16:01 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/ChangeLog,v 1.10 2004/03/25 08:12:33 kumba Exp $ + + 25 Mar 2004; Joshua Kinard <kumba@gentoo.org> netselect-0.3.ebuild: + Marked stable on mips. 07 Mar 2004; Tom Gall <tgall@gentoo.org> netselect-0.3.ebuild: stable on ppc64 diff --git a/net-analyzer/netselect/Manifest b/net-analyzer/netselect/Manifest index 30ed8bd5560d..d9f791cc2187 100644 --- a/net-analyzer/netselect/Manifest +++ b/net-analyzer/netselect/Manifest @@ -1,3 +1,3 @@ -MD5 fb5d8ef1cbaf6997a3c931e8faef2cb5 ChangeLog 982 -MD5 856b81c184a2b3fd791cd0a9014222bf netselect-0.3.ebuild 820 +MD5 43c498052874d02cc09afab2a82a40a3 ChangeLog 1078 +MD5 48fbc5eccad922761c4dc7ac9049491c netselect-0.3.ebuild 819 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 b900578e6190..c357d72618d1 100644 --- a/net-analyzer/netselect/netselect-0.3.ebuild +++ b/net-analyzer/netselect/netselect-0.3.ebuild @@ -1,6 +1,6 @@ # 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.13 2004/03/07 17:16:01 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/netselect-0.3.ebuild,v 1.14 2004/03/25 08:12:33 kumba 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 ia64 ppc64" +KEYWORDS="x86 ppc sparc alpha hppa mips amd64 ia64 ppc64" src_compile() { mv Makefile Makefile.orig |