diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-12-25 21:46:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-12-25 21:46:20 +0000 |
commit | 4abe0df701642818774fc1f577044d65745e874a (patch) | |
tree | 4f51cd2751bad11bbf89bd2e698a7f53790858f0 /net-libs | |
parent | Marked stable on sparc to fix the broken dependencies of dev-perl/HTML-Mason (diff) | |
download | gentoo-2-4abe0df701642818774fc1f577044d65745e874a.tar.gz gentoo-2-4abe0df701642818774fc1f577044d65745e874a.tar.bz2 gentoo-2-4abe0df701642818774fc1f577044d65745e874a.zip |
moved to netwib
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/lcrzo/ChangeLog | 27 | ||||
-rw-r--r-- | net-libs/lcrzo/Manifest | 5 | ||||
-rw-r--r-- | net-libs/lcrzo/files/digest-lcrzo-4.16.0 | 1 | ||||
-rw-r--r-- | net-libs/lcrzo/files/digest-lcrzo-4.17.0 | 1 | ||||
-rw-r--r-- | net-libs/lcrzo/lcrzo-4.16.0.ebuild | 52 | ||||
-rw-r--r-- | net-libs/lcrzo/lcrzo-4.17.0.ebuild | 52 |
6 files changed, 0 insertions, 138 deletions
diff --git a/net-libs/lcrzo/ChangeLog b/net-libs/lcrzo/ChangeLog deleted file mode 100644 index ff210cf4d477..000000000000 --- a/net-libs/lcrzo/ChangeLog +++ /dev/null @@ -1,27 +0,0 @@ -# ChangeLog for net-libs/lcrzo -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/lcrzo/ChangeLog,v 1.14 2003/03/27 18:42:08 woodchip Exp $ - -*lcrzo-4.17.0 (27 Mar 2003) - -*lcrzo-4.16.0 (24 Oct 2002) - -*lcrzo-4.10 (6 Jun 2002) - -*lcrzo-4.09-r1 (3 May 2002) - 3 May 2002; Donny Davies <woodchip@gentoo.org> : - Added LICENSE, SLOT. - -*lcrzo-4.09 (29 Apr 2002) - -*lcrzo-4.08 (16 Apr 2002) - -*lcrzo-4.07 (3 Apr 2002) - -*lcrzo-4.06 (20 March 2002) - -*lcrzo-4.05 (24 Feb 2002) - -*lcrzo-4.04 (18 Feb 2002) - -*lcrzo-4.03 (1 Feb 2002) diff --git a/net-libs/lcrzo/Manifest b/net-libs/lcrzo/Manifest deleted file mode 100644 index 4822d1caea99..000000000000 --- a/net-libs/lcrzo/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -MD5 c43239ea408cc6418d503b413d32f800 ChangeLog 588 -MD5 884a5e05a9c32fbbafa90076f0266f4c lcrzo-4.16.0.ebuild 1573 -MD5 86acd43d5bb048dd31364d4b292589c5 lcrzo-4.17.0.ebuild 1560 -MD5 aeba0b8725cccedbc1c16ed353226d6e files/digest-lcrzo-4.16.0 65 -MD5 e5cfd1af801f2bccb65fef35e8dfa6b2 files/digest-lcrzo-4.17.0 65 diff --git a/net-libs/lcrzo/files/digest-lcrzo-4.16.0 b/net-libs/lcrzo/files/digest-lcrzo-4.16.0 deleted file mode 100644 index e1754fe48a26..000000000000 --- a/net-libs/lcrzo/files/digest-lcrzo-4.16.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 3410a9676699f902172b6a4ad51d0f86 lcrzo-4.16.0-src.tgz 757847 diff --git a/net-libs/lcrzo/files/digest-lcrzo-4.17.0 b/net-libs/lcrzo/files/digest-lcrzo-4.17.0 deleted file mode 100644 index 41d84d758b54..000000000000 --- a/net-libs/lcrzo/files/digest-lcrzo-4.17.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 042fcf6ee956b871e607d2686655ba29 lcrzo-4.17.0-src.tgz 765067 diff --git a/net-libs/lcrzo/lcrzo-4.16.0.ebuild b/net-libs/lcrzo/lcrzo-4.16.0.ebuild deleted file mode 100644 index 0d5410be67ad..000000000000 --- a/net-libs/lcrzo/lcrzo-4.16.0.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/lcrzo/lcrzo-4.16.0.ebuild,v 1.3 2003/02/13 14:18:14 vapier Exp $ - -S=${WORKDIR}/${P}-src -DESCRIPTION="Library of Ethernet, IP, UDP, TCP, ICMP, ARP and RARP protocols" -HOMEPAGE="http://www.laurentconstantin.com/en/lcrzo/" -SRC_URI="http://www.laurentconstantin.com/common/${PN}/download/v4/${P}-src.tgz" - -DEPEND="virtual/glibc net-libs/libpcap" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc " - -src_unpack() { - unpack ${A} ; cd ${S}/src - - # genemake checks that these directories exist... - mv genemake genemake.orig - sed -e "s:/usr/local/include:/usr/include:" \ - -e "s:/usr/local/lib:/usr/lib:" \ - -e "s:/usr/local/bin:/usr/bin:" \ - -e "s:/usr/local/man/man1:/usr/share/man/man1:" \ - -e "s:/usr/local/man/man3:/usr/share/man/man3:" \ - genemake.orig > genemake - - chmod 755 genemake - ./genemake || die "problem creating Makefile" - - # plug in our CFLAGS and make it install into ${D}... - mv Makefile Makefile.orig - sed -e "s:^\(GCCOPT=\).*:\1${CFLAGS}:" \ - -e "s:^\(GCCOPTL=\).*:\1${CFLAGS}:" \ - -e "s:^\(GCCOPTP=\).*:\1${CFLAGS}:" \ - -e "s:^\(INSTINCLUDE=\):\1${D}:" \ - -e "s:^\(INSTLIB=\):\1${D}:" \ - -e "s:^\(INSTBIN=\):\1${D}:" \ - -e "s:^\(INSTMAN1=\):\1${D}:" \ - -e "s:^\(INSTMAN3=\):\1${D}:" \ - Makefile.orig > Makefile -} - -src_compile() { - make -C src || die "compile problem" -} - -src_install() { - dodir /usr/{bin,include,lib} /usr/share/man/{man1,man3} - make -C src install || die - dodoc doc/*.txt -} diff --git a/net-libs/lcrzo/lcrzo-4.17.0.ebuild b/net-libs/lcrzo/lcrzo-4.17.0.ebuild deleted file mode 100644 index 89c03f22ec25..000000000000 --- a/net-libs/lcrzo/lcrzo-4.17.0.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/lcrzo/lcrzo-4.17.0.ebuild,v 1.1 2003/03/27 18:42:08 woodchip Exp $ - -S=${WORKDIR}/${P}-src -DESCRIPTION="Library of Ethernet, IP, UDP, TCP, ICMP, ARP and RARP protocols" -HOMEPAGE="http://www.laurentconstantin.com/en/lcrzo/" -SRC_URI="http://www.laurentconstantin.com/common/${PN}/download/v4/${P}-src.tgz" - -DEPEND="net-libs/libpcap" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc" - -src_unpack() { - unpack ${A} ; cd ${S}/src - - # genemake checks that these directories exist... - mv genemake genemake.orig - sed -e "s:/usr/local/include:/usr/include:" \ - -e "s:/usr/local/lib:/usr/lib:" \ - -e "s:/usr/local/bin:/usr/bin:" \ - -e "s:/usr/local/man/man1:/usr/share/man/man1:" \ - -e "s:/usr/local/man/man3:/usr/share/man/man3:" \ - genemake.orig > genemake - - chmod 755 genemake - ./genemake || die "problem creating Makefile" - - # plug in our CFLAGS and make it install into ${D}... - mv Makefile Makefile.orig - sed -e "s:^\(GCCOPT=\).*:\1${CFLAGS}:" \ - -e "s:^\(GCCOPTL=\).*:\1${CFLAGS}:" \ - -e "s:^\(GCCOPTP=\).*:\1${CFLAGS}:" \ - -e "s:^\(INSTINCLUDE=\):\1${D}:" \ - -e "s:^\(INSTLIB=\):\1${D}:" \ - -e "s:^\(INSTBIN=\):\1${D}:" \ - -e "s:^\(INSTMAN1=\):\1${D}:" \ - -e "s:^\(INSTMAN3=\):\1${D}:" \ - Makefile.orig > Makefile -} - -src_compile() { - make -C src || die "compile problem" -} - -src_install() { - dodir /usr/{bin,include,lib} /usr/share/man/{man1,man3} - make -C src install || die - dodoc doc/*.txt -} |