summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonny Davies <woodchip@gentoo.org>2002-06-06 19:17:03 +0000
committerDonny Davies <woodchip@gentoo.org>2002-06-06 19:17:03 +0000
commitd1c1ef66999567982398d194e06be8af6f21f31a (patch)
tree97f37b9acb6e4378f74ab632251c44c182e6e4e5 /net-analyzer/lcrzoex
parentNew libglade version for Gnome2 (diff)
downloadgentoo-2-d1c1ef66999567982398d194e06be8af6f21f31a.tar.gz
gentoo-2-d1c1ef66999567982398d194e06be8af6f21f31a.tar.bz2
gentoo-2-d1c1ef66999567982398d194e06be8af6f21f31a.zip
update to 4.10
Diffstat (limited to 'net-analyzer/lcrzoex')
-rw-r--r--net-analyzer/lcrzoex/ChangeLog12
-rw-r--r--net-analyzer/lcrzoex/files/digest-lcrzoex-4.101
-rw-r--r--net-analyzer/lcrzoex/lcrzoex-4.10.ebuild30
3 files changed, 36 insertions, 7 deletions
diff --git a/net-analyzer/lcrzoex/ChangeLog b/net-analyzer/lcrzoex/ChangeLog
index ec27590fd6b3..4ca4f616f770 100644
--- a/net-analyzer/lcrzoex/ChangeLog
+++ b/net-analyzer/lcrzoex/ChangeLog
@@ -1,17 +1,15 @@
# 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.8 2002/05/05 02:25:03 woodchip Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lcrzoex/ChangeLog,v 1.9 2002/06/06 19:17:03 woodchip Exp $
-*lcrzoex-4.09-r2 (4 May 2002)
-
+*lcrzoex-4.10 (6 Jun 2002)
+
+*lcrzoex-4.09-r2 (4 May 2002)
4 May 2002; Donny Davies <woodchip@gentoo.org> :
-
Ooops fix #2450. Thanks Ilian Zarov ;)
-*lcrzoex-4.09-r1 (3 May 2002)
-
+*lcrzoex-4.09-r1 (3 May 2002)
3 May 2002; Donny Davies <woodchip@gentoo.org> :
-
Added LICENSE, SLOT.
*lcrzoex-4.09 (28 Apr 2002)
diff --git a/net-analyzer/lcrzoex/files/digest-lcrzoex-4.10 b/net-analyzer/lcrzoex/files/digest-lcrzoex-4.10
new file mode 100644
index 000000000000..b59006cbe2e4
--- /dev/null
+++ b/net-analyzer/lcrzoex/files/digest-lcrzoex-4.10
@@ -0,0 +1 @@
+MD5 456a7ed11d1880eb4a0fd22751247582 lcrzoex-4.10-src.tgz 280868
diff --git a/net-analyzer/lcrzoex/lcrzoex-4.10.ebuild b/net-analyzer/lcrzoex/lcrzoex-4.10.ebuild
new file mode 100644
index 000000000000..f2b1a04f536e
--- /dev/null
+++ b/net-analyzer/lcrzoex/lcrzoex-4.10.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lcrzoex/lcrzoex-4.10.ebuild,v 1.1 2002/06/06 19:17:03 woodchip Exp $
+
+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"
+ 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
+}