diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-01-13 05:51:50 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-01-13 05:51:50 +0000 |
commit | ea4a4d8be97c65f8d7ca54f49c8628d11bd43d5c (patch) | |
tree | 363a6d6b7726b21db6e85520b992be8f957b0b83 /net-analyzer/netwox | |
parent | mask app-emacs/slime-cvs (diff) | |
download | gentoo-2-ea4a4d8be97c65f8d7ca54f49c8628d11bd43d5c.tar.gz gentoo-2-ea4a4d8be97c65f8d7ca54f49c8628d11bd43d5c.tar.bz2 gentoo-2-ea4a4d8be97c65f8d7ca54f49c8628d11bd43d5c.zip |
Version bump as per bug #75621
Diffstat (limited to 'net-analyzer/netwox')
-rw-r--r-- | net-analyzer/netwox/ChangeLog | 9 | ||||
-rw-r--r-- | net-analyzer/netwox/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/netwox/files/digest-netwox-5.28.0 | 1 | ||||
-rw-r--r-- | net-analyzer/netwox/netwox-5.28.0.ebuild | 40 | ||||
-rw-r--r-- | net-analyzer/netwox/netwox-5.6.0.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/netwox/netwox-5.9.0.ebuild | 4 |
6 files changed, 55 insertions, 7 deletions
diff --git a/net-analyzer/netwox/ChangeLog b/net-analyzer/netwox/ChangeLog index 2806464a3548..61cab4863f68 100644 --- a/net-analyzer/netwox/ChangeLog +++ b/net-analyzer/netwox/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/netwox -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netwox/ChangeLog,v 1.8 2004/11/20 04:26:54 weeve Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netwox/ChangeLog,v 1.9 2005/01/13 05:51:50 dragonheart Exp $ + +*netwox-5.28.0 (13 Jan 2005) + + 13 Jan 2005; Daniel Black <dragonheart@gentoo.org> +netwox-5.28.0.ebuild: + Version bump as per bug #75621 by Ovidiu Ghinet <oghinet@yahoo.com> 19 Nov 2004; Jason Wever <weeve@gentoo.org> netwox-5.9.0.ebuild: Stable on sparc. diff --git a/net-analyzer/netwox/Manifest b/net-analyzer/netwox/Manifest index d09b9f400fbb..590b1807eab3 100644 --- a/net-analyzer/netwox/Manifest +++ b/net-analyzer/netwox/Manifest @@ -1,6 +1,8 @@ MD5 a1d118dc2b842736028b1e5265bc1399 ChangeLog 977 -MD5 595b8dd3c2b25d617085a633221eecf1 metadata.xml 257 MD5 f2d37e106706eaeb77fa8cae16326777 netwox-5.6.0.ebuild 888 +MD5 595b8dd3c2b25d617085a633221eecf1 metadata.xml 257 MD5 c3be2223aec8db08826a563c9bb8344d netwox-5.9.0.ebuild 894 +MD5 12322d543973e04a8eeda1e3925c7c19 netwox-5.28.0.ebuild 972 MD5 0bb1f25dabdb18874328e880eef930a3 files/digest-netwox-5.6.0 65 MD5 93834a182ad80699bc2f58f8f45958fc files/digest-netwox-5.9.0 65 +MD5 a035a340ad76b6fcae68f450b4c80076 files/digest-netwox-5.28.0 66 diff --git a/net-analyzer/netwox/files/digest-netwox-5.28.0 b/net-analyzer/netwox/files/digest-netwox-5.28.0 new file mode 100644 index 000000000000..f17299ba2a81 --- /dev/null +++ b/net-analyzer/netwox/files/digest-netwox-5.28.0 @@ -0,0 +1 @@ +MD5 fb06458a9e80a8dd2f09fcdc0fb49bd9 netwox-5.28.0-src.tgz 522892 diff --git a/net-analyzer/netwox/netwox-5.28.0.ebuild b/net-analyzer/netwox/netwox-5.28.0.ebuild new file mode 100644 index 000000000000..213786134952 --- /dev/null +++ b/net-analyzer/netwox/netwox-5.28.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netwox/netwox-5.28.0.ebuild,v 1.1 2005/01/13 05:51:50 dragonheart Exp $ + +inherit toolchain-funcs + +DESCRIPTION="Toolbox of over 400 utilities for testing Ethernet/IP networks" +HOMEPAGE="http://www.laurentconstantin.com/en/netw/netwox/" +SRC_URI="http://www.laurentconstantin.com/common/netw/${PN}/download/v${PV/.*}/${P}-src.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="~net-libs/netwib-${PV}" + +S=${WORKDIR}/${P}-src + +src_unpack() { + unpack ${A} + cd ${S}/src + + sed -i \ + -e 's:/usr/local:/usr:g' \ + -e "s:-O2:${CFLAGS}:" \ + genemake config.dat +} + +src_compile() { + cd src + ./genemake NETWOXDEF_PROGCC=$(tc-getCC) || die "problem creating Makefile" + emake -j1 CC=$(tc-getCC) || die "compile problem" +} + +src_install() { + dodoc README.TXT doc/*.txt + cd src + make install CC=$(tc-getCC) DESTDIR=${D} || die +} diff --git a/net-analyzer/netwox/netwox-5.6.0.ebuild b/net-analyzer/netwox/netwox-5.6.0.ebuild index 92a88af0b13a..ea0130047b1b 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-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # 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.7 2004/07/12 11:21:11 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netwox/netwox-5.6.0.ebuild,v 1.8 2005/01/13 05:51:50 dragonheart 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 12052e58ed9d..35d6bd736b08 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 Foundation +# Copyright 1999-2005 Gentoo Foundation # 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.6 2004/11/20 04:26:54 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netwox/netwox-5.9.0.ebuild,v 1.7 2005/01/13 05:51:50 dragonheart Exp $ DESCRIPTION="Toolbox of over 400 utilities for testing Ethernet/IP networks" HOMEPAGE="http://www.laurentconstantin.com/en/netw/netwox/" |