diff options
-rw-r--r-- | net-analyzer/lcrzoex/files/digest-lcrzoex-4.09-r2 | 1 | ||||
-rw-r--r-- | net-analyzer/lcrzoex/lcrzoex-4.09-r2.ebuild | 30 | ||||
-rw-r--r-- | net-analyzer/lcrzoex/lcrzoex-4.10.ebuild | 4 |
3 files changed, 2 insertions, 33 deletions
diff --git a/net-analyzer/lcrzoex/files/digest-lcrzoex-4.09-r2 b/net-analyzer/lcrzoex/files/digest-lcrzoex-4.09-r2 deleted file mode 100644 index 52bea9599336..000000000000 --- a/net-analyzer/lcrzoex/files/digest-lcrzoex-4.09-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 e7a0dd811bebc3e7042582e7aab87dcd lcrzoex-4.09-src.tgz 265001 diff --git a/net-analyzer/lcrzoex/lcrzoex-4.09-r2.ebuild b/net-analyzer/lcrzoex/lcrzoex-4.09-r2.ebuild deleted file mode 100644 index c6447c9c76f4..000000000000 --- a/net-analyzer/lcrzoex/lcrzoex-4.09-r2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# 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.09-r2.ebuild,v 1.1 2002/05/05 02:25: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 -} diff --git a/net-analyzer/lcrzoex/lcrzoex-4.10.ebuild b/net-analyzer/lcrzoex/lcrzoex-4.10.ebuild index f2b1a04f536e..b14d6be718e1 100644 --- a/net-analyzer/lcrzoex/lcrzoex-4.10.ebuild +++ b/net-analyzer/lcrzoex/lcrzoex-4.10.ebuild @@ -1,12 +1,12 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lcrzoex/lcrzoex-4.10.ebuild,v 1.2 2002/07/17 19:49:21 drobbins 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 - +KEYWORDS="x86" DEPEND="virtual/glibc =net-libs/lcrzo-${PV}*" LICENSE="GPL-2" SLOT="0" |