summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-05-28 15:41:04 +0000
committerMike Frysinger <vapier@gentoo.org>2004-05-28 15:41:04 +0000
commit491ecdf310243fa2ef1f4aed03842a017028fa4d (patch)
tree008f4cfee5de685b0ea907e573ee876103967b34 /net-misc/netsed
parentyou fools need to learn how to inherit eutils for epatch (diff)
downloadhistorical-491ecdf310243fa2ef1f4aed03842a017028fa4d.tar.gz
historical-491ecdf310243fa2ef1f4aed03842a017028fa4d.tar.bz2
historical-491ecdf310243fa2ef1f4aed03842a017028fa4d.zip
you fools need to learn how to inherit eutils for epatch
Diffstat (limited to 'net-misc/netsed')
-rw-r--r--net-misc/netsed/netsed-0.01b.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/net-misc/netsed/netsed-0.01b.ebuild b/net-misc/netsed/netsed-0.01b.ebuild
index e30ed76d6142..0e1553174c9d 100644
--- a/net-misc/netsed/netsed-0.01b.ebuild
+++ b/net-misc/netsed/netsed-0.01b.ebuild
@@ -1,18 +1,18 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netsed/netsed-0.01b.ebuild,v 1.1 2004/05/14 19:40:51 avenj Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/netsed/netsed-0.01b.ebuild,v 1.2 2004/05/28 15:41:04 vapier Exp $
-IUSE=""
+inherit eutils
DESCRIPTION="A small and handful utility designed to alter the contents of packets forwarded thru your network in real time"
-SRC_URI="http://dione.ids.pl/~lcamtuf/${PN}.tgz
- http://http.us.debian.org/debian/pool/main/n/netsed/${PN}_0.01c-2.diff.gz"
-
HOMEPAGE="http://freshmeat.net/projects/netsed"
+SRC_URI="http://dione.ids.pl/~lcamtuf/${PN}.tgz
+ http://http.us.debian.org/debian/pool/main/n/netsed/${PN}_0.01c-2.diff.gz"
-KEYWORDS="~x86"
-SLOT="0"
LICENSE="LGPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
DEPEND="virtual/glibc"