summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-03-08 23:55:22 +0000
committerMike Frysinger <vapier@gentoo.org>2005-03-08 23:55:22 +0000
commit8f1c4b6766247a08e6a67a2b8db0901c50845a00 (patch)
treef2e569f0ba89e076d675ddf7a64ea05e74b91b2b /net-libs/libnet
parentMore multilib fixes. (diff)
downloadgentoo-2-8f1c4b6766247a08e6a67a2b8db0901c50845a00.tar.gz
gentoo-2-8f1c4b6766247a08e6a67a2b8db0901c50845a00.tar.bz2
gentoo-2-8f1c4b6766247a08e6a67a2b8db0901c50845a00.zip
old
Diffstat (limited to 'net-libs/libnet')
-rw-r--r--net-libs/libnet/files/digest-libnet-1.1.11
-rw-r--r--net-libs/libnet/libnet-1.1.1.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/net-libs/libnet/files/digest-libnet-1.1.1 b/net-libs/libnet/files/digest-libnet-1.1.1
deleted file mode 100644
index db109c1a7e12..000000000000
--- a/net-libs/libnet/files/digest-libnet-1.1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d72d07923bbe7c547b40c55d1a4df79d libnet-1.1.1.tar.gz 806394
diff --git a/net-libs/libnet/libnet-1.1.1.ebuild b/net-libs/libnet/libnet-1.1.1.ebuild
deleted file mode 100644
index d97402c3525a..000000000000
--- a/net-libs/libnet/libnet-1.1.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.1.1.ebuild,v 1.8 2005/01/11 14:10:22 dragonheart 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"
-IUSE=""
-
-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]
-}