diff options
author | 2002-04-03 09:42:11 +0000 | |
---|---|---|
committer | 2002-04-03 09:42:11 +0000 | |
commit | cc5cff51d5d4e4f9adc3343d5bcaa0007d110ff5 (patch) | |
tree | 12f698318f14d8de2fb1e870425552890f7acf02 /net-analyzer/lcrzoex | |
parent | SRC_URI typo fix (diff) | |
download | historical-cc5cff51d5d4e4f9adc3343d5bcaa0007d110ff5.tar.gz historical-cc5cff51d5d4e4f9adc3343d5bcaa0007d110ff5.tar.bz2 historical-cc5cff51d5d4e4f9adc3343d5bcaa0007d110ff5.zip |
update to latest
Diffstat (limited to 'net-analyzer/lcrzoex')
-rw-r--r-- | net-analyzer/lcrzoex/ChangeLog | 12 | ||||
-rw-r--r-- | net-analyzer/lcrzoex/files/digest-lcrzoex-4.06 | 1 | ||||
-rw-r--r-- | net-analyzer/lcrzoex/files/digest-lcrzoex-4.07 | 1 | ||||
-rw-r--r-- | net-analyzer/lcrzoex/lcrzoex-4.07.ebuild (renamed from net-analyzer/lcrzoex/lcrzoex-4.06.ebuild) | 8 |
4 files changed, 14 insertions, 8 deletions
diff --git a/net-analyzer/lcrzoex/ChangeLog b/net-analyzer/lcrzoex/ChangeLog index 04a4750448df..a1677561d770 100644 --- a/net-analyzer/lcrzoex/ChangeLog +++ b/net-analyzer/lcrzoex/ChangeLog @@ -1,16 +1,22 @@ # 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.3 2002/03/20 08:32:39 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lcrzoex/ChangeLog,v 1.4 2002/04/03 09:42:10 woodchip Exp $ + +*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> lcrzoex-4.06.ebuild : + 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> lcrzoex-4.05.ebuild : + 24 Feb 2002; Donny Davies <woodchip@gentoo.org> : Updated to latest release. diff --git a/net-analyzer/lcrzoex/files/digest-lcrzoex-4.06 b/net-analyzer/lcrzoex/files/digest-lcrzoex-4.06 deleted file mode 100644 index ac349a294556..000000000000 --- a/net-analyzer/lcrzoex/files/digest-lcrzoex-4.06 +++ /dev/null @@ -1 +0,0 @@ -MD5 ef7892184ca805e0a63115e248a897bf lcrzoex-4.06-src.tgz 207853 diff --git a/net-analyzer/lcrzoex/files/digest-lcrzoex-4.07 b/net-analyzer/lcrzoex/files/digest-lcrzoex-4.07 new file mode 100644 index 000000000000..aa055979eb48 --- /dev/null +++ b/net-analyzer/lcrzoex/files/digest-lcrzoex-4.07 @@ -0,0 +1 @@ +MD5 9c36163a535653fea929bc0dde8feeb6 lcrzoex-4.07-src.tgz 228552 diff --git a/net-analyzer/lcrzoex/lcrzoex-4.06.ebuild b/net-analyzer/lcrzoex/lcrzoex-4.07.ebuild index cabb4c249417..5d3985ac959d 100644 --- a/net-analyzer/lcrzoex/lcrzoex-4.06.ebuild +++ b/net-analyzer/lcrzoex/lcrzoex-4.07.ebuild @@ -1,24 +1,24 @@ # 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.06.ebuild,v 1.2 2002/03/21 07:51:08 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lcrzoex/lcrzoex-4.07.ebuild,v 1.1 2002/04/03 09:42:10 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-4.06" +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=.*:GCCOPT=${CFLAGS}:" Makefile.orig > Makefile + sed -e "s:^\(GCCOPT=\).*:\1${CFLAGS}:" Makefile.orig > Makefile } src_compile() { - make -C src || die "compile problem :(" + make -C src || die "compile problem" } src_install() { |