diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-04-30 03:30:24 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-04-30 03:30:24 +0000 |
commit | 29444f17eb730b224d29030bcf2609493d2677e6 (patch) | |
tree | 1e9f5f74166a9a0d2e9fc6575fdf31a00011de89 /net-analyzer/lcrzoex | |
parent | new version, some lintool fixes (diff) | |
download | historical-29444f17eb730b224d29030bcf2609493d2677e6.tar.gz historical-29444f17eb730b224d29030bcf2609493d2677e6.tar.bz2 historical-29444f17eb730b224d29030bcf2609493d2677e6.zip |
update to latest release
Diffstat (limited to 'net-analyzer/lcrzoex')
-rw-r--r-- | net-analyzer/lcrzoex/ChangeLog | 20 | ||||
-rw-r--r-- | net-analyzer/lcrzoex/files/digest-lcrzoex-4.07 | 1 | ||||
-rw-r--r-- | net-analyzer/lcrzoex/files/digest-lcrzoex-4.08 | 1 | ||||
-rw-r--r-- | net-analyzer/lcrzoex/files/digest-lcrzoex-4.09 | 1 | ||||
-rw-r--r-- | net-analyzer/lcrzoex/lcrzoex-4.08.ebuild | 29 | ||||
-rw-r--r-- | net-analyzer/lcrzoex/lcrzoex-4.09.ebuild (renamed from net-analyzer/lcrzoex/lcrzoex-4.07.ebuild) | 7 |
6 files changed, 9 insertions, 50 deletions
diff --git a/net-analyzer/lcrzoex/ChangeLog b/net-analyzer/lcrzoex/ChangeLog index ed8c826bbc2f..f421507ecac7 100644 --- a/net-analyzer/lcrzoex/ChangeLog +++ b/net-analyzer/lcrzoex/ChangeLog @@ -1,31 +1,17 @@ # ChangeLog for net-analyzer/lcrzoex # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lcrzoex/ChangeLog,v 1.5 2002/04/16 17:22:08 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lcrzoex/ChangeLog,v 1.6 2002/04/30 03:30:24 woodchip Exp $ -*lcrzoex-4.08 (16 Apr 2002) - - 16 Apr 2002; Donny Davies <woodchip@gentoo.org> : +*lcrzoex-4.09 (29 Apr 2002) - Updated to latest release. +*lcrzoex-4.08 (16 Apr 2002) *lcrzoex-4.07 (3 Apr 2002) - 3 Apr 2002; Donny Davies <woodchip@gentoo.org> : - - Updated to latest release. - *lcrzoex-4.06 (20 March 2002) - 20 March 2002; Donny Davies <woodchip@gentoo.org> : - - Updated to latest release. - *lcrzoex-4.05 (24 Feb 2002) - 24 Feb 2002; Donny Davies <woodchip@gentoo.org> : - - Updated to latest release. - *lcrzoex-4.03 (1 Feb 2002) 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : diff --git a/net-analyzer/lcrzoex/files/digest-lcrzoex-4.07 b/net-analyzer/lcrzoex/files/digest-lcrzoex-4.07 deleted file mode 100644 index aa055979eb48..000000000000 --- a/net-analyzer/lcrzoex/files/digest-lcrzoex-4.07 +++ /dev/null @@ -1 +0,0 @@ -MD5 9c36163a535653fea929bc0dde8feeb6 lcrzoex-4.07-src.tgz 228552 diff --git a/net-analyzer/lcrzoex/files/digest-lcrzoex-4.08 b/net-analyzer/lcrzoex/files/digest-lcrzoex-4.08 deleted file mode 100644 index 8ac511d2411b..000000000000 --- a/net-analyzer/lcrzoex/files/digest-lcrzoex-4.08 +++ /dev/null @@ -1 +0,0 @@ -MD5 6f3d04518e951d8091118971eda3428d lcrzoex-4.08-src.tgz 243731 diff --git a/net-analyzer/lcrzoex/files/digest-lcrzoex-4.09 b/net-analyzer/lcrzoex/files/digest-lcrzoex-4.09 new file mode 100644 index 000000000000..52bea9599336 --- /dev/null +++ b/net-analyzer/lcrzoex/files/digest-lcrzoex-4.09 @@ -0,0 +1 @@ +MD5 e7a0dd811bebc3e7042582e7aab87dcd lcrzoex-4.09-src.tgz 265001 diff --git a/net-analyzer/lcrzoex/lcrzoex-4.08.ebuild b/net-analyzer/lcrzoex/lcrzoex-4.08.ebuild deleted file mode 100644 index 2d6a16bbd90c..000000000000 --- a/net-analyzer/lcrzoex/lcrzoex-4.08.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author: Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lcrzoex/lcrzoex-4.08.ebuild,v 1.1 2002/04/16 17:22:08 woodchip Exp $ - -DESCRIPTION="Toolbox of over 200 utilities for testing Ethernet/IP networks" -HOMEPAGE="http://www.laurentconstantin.com/en/lcrzoex/" -SRC_URI="http://www.laurentconstantin.com/common/${PN}/download/v4/${P}-src.tgz" -S=${WORKDIR}/${P}-src - -DEPEND="virtual/glibc =net-libs/lcrzo-${PV}" - -src_unpack() { - unpack ${A} ; cd ${S}/src - ./genemake || die "problem creating Makefile" - mv Makefile Makefile.orig - sed -e "s:^\(GCCOPT=\).*:\1${CFLAGS}:" Makefile.orig > Makefile -} - -src_compile() { - make -C src || die "compile problem" -} - -src_install() { - into /usr - dosbin src/lcrzoex - doman doc/man/lcrzoex_en.1 - dodoc doc/*.txt -} diff --git a/net-analyzer/lcrzoex/lcrzoex-4.07.ebuild b/net-analyzer/lcrzoex/lcrzoex-4.09.ebuild index 5d3985ac959d..057d62dfd9d3 100644 --- a/net-analyzer/lcrzoex/lcrzoex-4.07.ebuild +++ b/net-analyzer/lcrzoex/lcrzoex-4.09.ebuild @@ -1,15 +1,18 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Donny Davies <woodchip@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lcrzoex/lcrzoex-4.07.ebuild,v 1.1 2002/04/03 09:42:10 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lcrzoex/lcrzoex-4.09.ebuild,v 1.1 2002/04/30 03:30:24 woodchip Exp $ -DESCRIPTION="Toolbox of over 200 utilities for testing Ethernet/IP networks" +DESCRIPTION="Toolbox of over 300 utilities for testing Ethernet/IP networks" HOMEPAGE="http://www.laurentconstantin.com/en/lcrzoex/" SRC_URI="http://www.laurentconstantin.com/common/${PN}/download/v4/${P}-src.tgz" S=${WORKDIR}/${P}-src DEPEND="virtual/glibc =net-libs/lcrzo-${PV}" +LICENSE="GPL-2" +SLOT="0" + src_unpack() { unpack ${A} ; cd ${S}/src ./genemake || die "problem creating Makefile" |