From fd4b157a5a5a0a49ce146dd0cf8ca0bfdf25cb0c Mon Sep 17 00:00:00 2001 From: Donny Davies Date: Wed, 20 Mar 2002 08:32:39 +0000 Subject: latest release --- net-analyzer/lcrzoex/ChangeLog | 8 ++++++- net-analyzer/lcrzoex/files/digest-lcrzoex-4.05 | 1 - net-analyzer/lcrzoex/files/digest-lcrzoex-4.06 | 1 + net-analyzer/lcrzoex/lcrzoex-4.05.ebuild | 29 -------------------------- net-analyzer/lcrzoex/lcrzoex-4.06.ebuild | 29 ++++++++++++++++++++++++++ 5 files changed, 37 insertions(+), 31 deletions(-) delete mode 100644 net-analyzer/lcrzoex/files/digest-lcrzoex-4.05 create mode 100644 net-analyzer/lcrzoex/files/digest-lcrzoex-4.06 delete mode 100644 net-analyzer/lcrzoex/lcrzoex-4.05.ebuild create mode 100644 net-analyzer/lcrzoex/lcrzoex-4.06.ebuild (limited to 'net-analyzer/lcrzoex') diff --git a/net-analyzer/lcrzoex/ChangeLog b/net-analyzer/lcrzoex/ChangeLog index 8cd732a38496..04a4750448df 100644 --- a/net-analyzer/lcrzoex/ChangeLog +++ b/net-analyzer/lcrzoex/ChangeLog @@ -1,6 +1,12 @@ # 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.2 2002/02/24 05:37:47 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lcrzoex/ChangeLog,v 1.3 2002/03/20 08:32:39 woodchip Exp $ + +*lcrzoex-4.06 (20 March 2002) + + 20 March 2002; Donny Davies lcrzoex-4.06.ebuild : + + Updated to latest release. *lcrzoex-4.05 (24 Feb 2002) diff --git a/net-analyzer/lcrzoex/files/digest-lcrzoex-4.05 b/net-analyzer/lcrzoex/files/digest-lcrzoex-4.05 deleted file mode 100644 index 65fddcb88a28..000000000000 --- a/net-analyzer/lcrzoex/files/digest-lcrzoex-4.05 +++ /dev/null @@ -1 +0,0 @@ -MD5 9165ea35100e4665c863ce4322c6acd5 lcrzoex-4.05-src.tgz 192604 diff --git a/net-analyzer/lcrzoex/files/digest-lcrzoex-4.06 b/net-analyzer/lcrzoex/files/digest-lcrzoex-4.06 new file mode 100644 index 000000000000..ac349a294556 --- /dev/null +++ b/net-analyzer/lcrzoex/files/digest-lcrzoex-4.06 @@ -0,0 +1 @@ +MD5 ef7892184ca805e0a63115e248a897bf lcrzoex-4.06-src.tgz 207853 diff --git a/net-analyzer/lcrzoex/lcrzoex-4.05.ebuild b/net-analyzer/lcrzoex/lcrzoex-4.05.ebuild deleted file mode 100644 index 780fb8bcc1fe..000000000000 --- a/net-analyzer/lcrzoex/lcrzoex-4.05.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 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lcrzoex/lcrzoex-4.05.ebuild,v 1.1 2002/02/24 05:37:47 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" - -src_unpack() { - unpack ${A} ; cd ${S}/src - ./genemake || die "problem creating Makefile" - mv Makefile Makefile.orig - sed -e "s:^GCCOPT=.*:GCCOPT=${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.06.ebuild b/net-analyzer/lcrzoex/lcrzoex-4.06.ebuild new file mode 100644 index 000000000000..b1b7eec752b2 --- /dev/null +++ b/net-analyzer/lcrzoex/lcrzoex-4.06.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author: Donny Davies +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lcrzoex/lcrzoex-4.06.ebuild,v 1.1 2002/03/20 08:32:39 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" + +src_unpack() { + unpack ${A} ; cd ${S}/src + ./genemake || die "problem creating Makefile" + mv Makefile Makefile.orig + sed -e "s:^GCCOPT=.*:GCCOPT=${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 +} -- cgit v1.2.3-65-gdbad