diff options
author | Jason Wever <weeve@gentoo.org> | 2004-05-22 03:12:13 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-05-22 03:12:13 +0000 |
commit | cda29f0713e83956f342300635eca355ecd76518 (patch) | |
tree | 36a18566b7caf558e4289c558de93774e38a9f45 | |
parent | Added ~sparc keyword. (diff) | |
download | historical-cda29f0713e83956f342300635eca355ecd76518.tar.gz historical-cda29f0713e83956f342300635eca355ecd76518.tar.bz2 historical-cda29f0713e83956f342300635eca355ecd76518.zip |
Added ~sparc keyword.
-rw-r--r-- | net-analyzer/netwox/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/netwox/Manifest | 6 | ||||
-rw-r--r-- | net-analyzer/netwox/netwox-5.6.0.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/netwox/netwox-5.9.0.ebuild | 4 |
4 files changed, 11 insertions, 8 deletions
diff --git a/net-analyzer/netwox/ChangeLog b/net-analyzer/netwox/ChangeLog index 891e1afe285b..cf6169d6681d 100644 --- a/net-analyzer/netwox/ChangeLog +++ b/net-analyzer/netwox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/netwox # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netwox/ChangeLog,v 1.4 2004/02/28 05:40:05 mboman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netwox/ChangeLog,v 1.5 2004/05/22 03:12:13 weeve Exp $ + + 21 May 2004; Jason Wever <weeve@gentoo.org> netwox-5.9.0.ebuild: + Added ~sparc keyword. *netwox-5.9.0 (28 Feb 2004) diff --git a/net-analyzer/netwox/Manifest b/net-analyzer/netwox/Manifest index 58f941af191c..bd12f6cbf48c 100644 --- a/net-analyzer/netwox/Manifest +++ b/net-analyzer/netwox/Manifest @@ -1,6 +1,6 @@ -MD5 2d09bcb31766fa0e2e1a3818c6ab8b80 ChangeLog 698 +MD5 920443b096893acc669a191c57dd4553 ChangeLog 789 MD5 2767c1b41e49008bf53b2db10ec540c1 metadata.xml 396 -MD5 5a2026c5d1ad37edf821ad9aa9f5aebe netwox-5.6.0.ebuild 899 -MD5 bf584d9aa693781138b94d5c91dd696b netwox-5.9.0.ebuild 899 +MD5 ef9353059b56d862df1c2a312eb1579e netwox-5.6.0.ebuild 898 +MD5 d46b822539d4388e551d006d76e6b182 netwox-5.9.0.ebuild 905 MD5 0bb1f25dabdb18874328e880eef930a3 files/digest-netwox-5.6.0 65 MD5 93834a182ad80699bc2f58f8f45958fc files/digest-netwox-5.9.0 65 diff --git a/net-analyzer/netwox/netwox-5.6.0.ebuild b/net-analyzer/netwox/netwox-5.6.0.ebuild index 1ff5eb5e66b9..fac0b5e189da 100644 --- a/net-analyzer/netwox/netwox-5.6.0.ebuild +++ b/net-analyzer/netwox/netwox-5.6.0.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/netwox/netwox-5.6.0.ebuild,v 1.4 2004/03/21 12:53:39 mboman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netwox/netwox-5.6.0.ebuild,v 1.5 2004/05/22 03:12:13 weeve Exp $ DESCRIPTION="Toolbox of over 400 utilities for testing Ethernet/IP networks" HOMEPAGE="http://www.laurentconstantin.com/en/netw/netwox/" diff --git a/net-analyzer/netwox/netwox-5.9.0.ebuild b/net-analyzer/netwox/netwox-5.9.0.ebuild index ad2c7143bcdc..caeb9f18b722 100644 --- a/net-analyzer/netwox/netwox-5.9.0.ebuild +++ b/net-analyzer/netwox/netwox-5.9.0.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/netwox/netwox-5.9.0.ebuild,v 1.2 2004/03/21 12:53:39 mboman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netwox/netwox-5.9.0.ebuild,v 1.3 2004/05/22 03:12:13 weeve Exp $ DESCRIPTION="Toolbox of over 400 utilities for testing Ethernet/IP networks" HOMEPAGE="http://www.laurentconstantin.com/en/netw/netwox/" @@ -8,7 +8,7 @@ SRC_URI="http://www.laurentconstantin.com/common/netw/${PN}/download/v${PV/.*}/$ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~sparc" IUSE="" DEPEND="=net-libs/netwib-${PV}*" |