From 05554055fef72aa90b009568a2082f6e55b7c10e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 28 May 2004 15:41:04 +0000 Subject: you fools need to learn how to inherit eutils for epatch --- net-misc/netsed/netsed-0.01b.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'net-misc') 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" -- cgit v1.2.3-65-gdbad