summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonny Davies <woodchip@gentoo.org>2002-04-30 03:32:01 +0000
committerDonny Davies <woodchip@gentoo.org>2002-04-30 03:32:01 +0000
commit60ed4a924505348f17e4e03f64c22484d643a415 (patch)
tree5ab160eccf7df17c1c4e004a8948b1f89d0b8b3d /net-analyzer/lcrzoex
parentnew version, some lintool fixes (diff)
downloadgentoo-2-60ed4a924505348f17e4e03f64c22484d643a415.tar.gz
gentoo-2-60ed4a924505348f17e4e03f64c22484d643a415.tar.bz2
gentoo-2-60ed4a924505348f17e4e03f64c22484d643a415.zip
update to latest release
Diffstat (limited to 'net-analyzer/lcrzoex')
-rw-r--r--net-analyzer/lcrzoex/ChangeLog20
-rw-r--r--net-analyzer/lcrzoex/files/digest-lcrzoex-4.071
-rw-r--r--net-analyzer/lcrzoex/files/digest-lcrzoex-4.081
-rw-r--r--net-analyzer/lcrzoex/files/digest-lcrzoex-4.091
-rw-r--r--net-analyzer/lcrzoex/lcrzoex-4.08.ebuild29
-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"