summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-04-19 06:35:50 +0000
committerMike Frysinger <vapier@gentoo.org>2004-04-19 06:35:50 +0000
commita66365ebad832d36c12cae05fd6116ec0ebf29ac (patch)
tree2e0ffcd88ad40d3d859f75f9b5518cbf3ce1f967 /net-libs/libnet
parentstable (diff)
downloadhistorical-a66365ebad832d36c12cae05fd6116ec0ebf29ac.tar.gz
historical-a66365ebad832d36c12cae05fd6116ec0ebf29ac.tar.bz2
historical-a66365ebad832d36c12cae05fd6116ec0ebf29ac.zip
old
Diffstat (limited to 'net-libs/libnet')
-rw-r--r--net-libs/libnet/files/digest-libnet-1.1.0-r31
-rw-r--r--net-libs/libnet/files/digest-libnet-1.1.21
-rw-r--r--net-libs/libnet/libnet-1.1.0-r3.ebuild22
-rw-r--r--net-libs/libnet/libnet-1.1.2.ebuild23
4 files changed, 0 insertions, 47 deletions
diff --git a/net-libs/libnet/files/digest-libnet-1.1.0-r3 b/net-libs/libnet/files/digest-libnet-1.1.0-r3
deleted file mode 100644
index bdfe61b76eae..000000000000
--- a/net-libs/libnet/files/digest-libnet-1.1.0-r3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b46e650d9d0e7ad5ef9439c7cd281922 libnet-1.1.0.tar.gz 210621
diff --git a/net-libs/libnet/files/digest-libnet-1.1.2 b/net-libs/libnet/files/digest-libnet-1.1.2
deleted file mode 100644
index 97dcf0e76871..000000000000
--- a/net-libs/libnet/files/digest-libnet-1.1.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 093659d1e5376ffcf0eca7a4413f535f libnet-1.1.2.tar.gz 1018343
diff --git a/net-libs/libnet/libnet-1.1.0-r3.ebuild b/net-libs/libnet/libnet-1.1.0-r3.ebuild
deleted file mode 100644
index 41f9ee93eadb..000000000000
--- a/net-libs/libnet/libnet-1.1.0-r3.ebuild
+++ /dev/null
@@ -1,22 +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-r3.ebuild,v 1.7 2004/02/17 22:49:44 vapier Exp $
-
-DESCRIPTION="library to provide an API for commonly used low-level network functions (mainly packet injection)"
-HOMEPAGE="http://www.packetfactory.net/libnet/"
-SRC_URI="http://www.packetfactory.net/libnet/dist/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="1.1"
-KEYWORDS="x86 ppc alpha mips amd64"
-
-S=${WORKDIR}/Libnet-latest
-
-src_install(){
- make DESTDIR=${D} install || die "Failed to install"
- dobin libnet-config
-
- dodoc VERSION README doc/*
- docinto Ancillary ; dodoc doc/Ancillary/README*
- docinto sample ; dodoc sample/*.[ch]
-}
diff --git a/net-libs/libnet/libnet-1.1.2.ebuild b/net-libs/libnet/libnet-1.1.2.ebuild
deleted file mode 100644
index db6bdc3f8163..000000000000
--- a/net-libs/libnet/libnet-1.1.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2004 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.2.ebuild,v 1.1 2004/03/28 08:40:52 vapier Exp $
-
-DESCRIPTION="library to provide an API for commonly used low-level network functions (mainly packet injection)"
-HOMEPAGE="http://www.packetfactory.net/libnet/"
-SRC_URI="http://www.packetfactory.net/libnet/dist/${P}.tar.gz"
-
-LICENSE="LGPL-2"
-SLOT="1.1"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~amd64"
-
-S=${WORKDIR}/libnet
-
-src_install(){
- make DESTDIR=${D} install || die "Failed to install"
- dobin libnet-config
-
- doman doc/man/man3/*.3
- dodoc VERSION README doc/*
- dohtml -r doc/html/*
- docinto sample ; dodoc sample/*.[ch]
-}