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
commit05554055fef72aa90b009568a2082f6e55b7c10e (patch)
tree168c5ec2e07bb7721bd80b5446f565e9dd5ba577 /net-misc
parentUpstream requested minor changes (Manifest recommit) (diff)
downloadgentoo-2-05554055fef72aa90b009568a2082f6e55b7c10e.tar.gz
gentoo-2-05554055fef72aa90b009568a2082f6e55b7c10e.tar.bz2
gentoo-2-05554055fef72aa90b009568a2082f6e55b7c10e.zip
you fools need to learn how to inherit eutils for epatch
Diffstat (limited to 'net-misc')
-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"