From e5e58dadc5e747e3a9014641183c3164a21f2802 Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
Date: Sat, 16 Aug 2003 22:34:48 +0000
Subject: unslotted

---
 net-libs/libnet/files/digest-libnet-1.0.2a-r1 |  1 -
 net-libs/libnet/files/digest-libnet-1.1.0     |  1 -
 net-libs/libnet/libnet-1.0.2a-r1.ebuild       | 40 ---------------------------
 net-libs/libnet/libnet-1.1.0.ebuild           | 35 -----------------------
 4 files changed, 77 deletions(-)
 delete mode 100644 net-libs/libnet/files/digest-libnet-1.0.2a-r1
 delete mode 100644 net-libs/libnet/files/digest-libnet-1.1.0
 delete mode 100644 net-libs/libnet/libnet-1.0.2a-r1.ebuild
 delete mode 100644 net-libs/libnet/libnet-1.1.0.ebuild

(limited to 'net-libs')

diff --git a/net-libs/libnet/files/digest-libnet-1.0.2a-r1 b/net-libs/libnet/files/digest-libnet-1.0.2a-r1
deleted file mode 100644
index b7debea8cbbc..000000000000
--- a/net-libs/libnet/files/digest-libnet-1.0.2a-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ddf53f0f484184390e8c2a1bd0853667 libnet.tar.gz 140191
diff --git a/net-libs/libnet/files/digest-libnet-1.1.0 b/net-libs/libnet/files/digest-libnet-1.1.0
deleted file mode 100644
index bdfe61b76eae..000000000000
--- a/net-libs/libnet/files/digest-libnet-1.1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b46e650d9d0e7ad5ef9439c7cd281922 libnet-1.1.0.tar.gz 210621
diff --git a/net-libs/libnet/libnet-1.0.2a-r1.ebuild b/net-libs/libnet/libnet-1.0.2a-r1.ebuild
deleted file mode 100644
index 7c70a315bdc8..000000000000
--- a/net-libs/libnet/libnet-1.0.2a-r1.ebuild
+++ /dev/null
@@ -1,40 +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/libnet/libnet-1.0.2a-r1.ebuild,v 1.9 2003/04/17 22:41:57 sethbc Exp $
-
-S=${WORKDIR}/Libnet-1.0.2a
-DESCRIPTION="library to provide an API for commonly used low-level network
-functions (mainly packet injection). Used by packet scrubbers and the like,
-not to be confused with the perl libnet"
-SRC_URI="http://www.packetfactory.net/libnet/dist/libnet.tar.gz"
-HOMEPAGE="http://www.packetfactory.net/libnet/"
-DEPEND=""
-
-SLOT="0"
-LICENSE="LGPL-2"
-KEYWORDS="x86 ppc sparc "
-
-src_compile() {
-	./configure	\
-		--infodir=/usr/share/info	\
-		--mandir=/usr/share/man	\
-		--prefix=/usr	\
-		--host=${CHOST}	|| die
-	
-	emake || die
-}
-
-src_install () {
-	
-	make 	\
-		DESTDIR=${D}	\
-		MAN_PREFIX=/usr/share/man	\
-		install || die
-
-	dodoc VERSION doc/{README,TODO*,CHANGELOG*,COPYING}
-	newdoc README README.1st
-	dodoc example/libnet*
-	docinto Ancillary
-	dodoc doc/Ancillary/*
-}
-
diff --git a/net-libs/libnet/libnet-1.1.0.ebuild b/net-libs/libnet/libnet-1.1.0.ebuild
deleted file mode 100644
index a5f007943fdf..000000000000
--- a/net-libs/libnet/libnet-1.1.0.ebuild
+++ /dev/null
@@ -1,35 +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/libnet/libnet-1.1.0.ebuild,v 1.5 2003/03/21 11:17:06 azarah Exp $
-
-S=${WORKDIR}/Libnet-latest
-DESCRIPTION="library to provide an API for commonly used low-level network
-functions (mainly packet injection). Used by packet scrubbers and the like,
-not to be confused with the perl libnet"
-SRC_URI="http://www.packetfactory.net/libnet/dist/${P}.tar.gz"
-HOMEPAGE="http://www.packetfactory.net/libnet/"
-DEPEND=""
-
-SLOT="0"
-LICENSE="LGPL-2"
-KEYWORDS="x86"
-
-src_compile() {
-
-	econf || die
-	
-	emake || die
-}
-
-src_install () {
-
-	einstall || die
-
-	dobin libnet-config
-
-	dodoc VERSION README doc/{CHANGELOG,COPYING,DESIGN_NOTES,PACKET_BUILDING}
-	dodoc doc/{RAWSOCKET_NON_SEQUITUR,TODO,BUGS,CONTRIB,MIGRATION,PORTED,SUPPORTED_PROTOCOLS}
-	docinto Ancillary
-	dodoc doc/Ancillary/README*
-}
-
-- 
cgit v1.2.3-65-gdbad