diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:46:12 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:46:12 +0000 |
commit | 34f8b01ac30cd824edf41ffa6813e091134ef1f2 (patch) | |
tree | 8125f5cf646c9cebd3f827131ecbca8084b3afc1 /net-firewall | |
parent | sync IUSE (missing), trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-34f8b01ac30cd824edf41ffa6813e091134ef1f2.tar.gz gentoo-2-34f8b01ac30cd824edf41ffa6813e091134ef1f2.tar.bz2 gentoo-2-34f8b01ac30cd824edf41ffa6813e091134ef1f2.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/firestorm/firestorm-0.5.2.ebuild | 4 | ||||
-rw-r--r-- | net-firewall/firestorm/firestorm-0.5.4.ebuild | 4 | ||||
-rw-r--r-- | net-firewall/ipchains/ipchains-1.3.10-r1.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-firewall/firestorm/firestorm-0.5.2.ebuild b/net-firewall/firestorm/firestorm-0.5.2.ebuild index ae2aaac928f9..20d3b17b8afb 100644 --- a/net-firewall/firestorm/firestorm-0.5.2.ebuild +++ b/net-firewall/firestorm/firestorm-0.5.2.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/firestorm/firestorm-0.5.2.ebuild,v 1.5 2004/07/01 22:14:20 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/firestorm/firestorm-0.5.2.ebuild,v 1.6 2004/07/14 23:41:52 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Network IDS" SRC_URI="http://www.scaramanga.co.uk/firestorm/v${PV}/${P}.tar.gz" HOMEPAGE="http://www.scaramanga.co.uk/firestorm/" @@ -10,6 +9,7 @@ HOMEPAGE="http://www.scaramanga.co.uk/firestorm/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" +IUSE="" DEPEND="virtual/libc" diff --git a/net-firewall/firestorm/firestorm-0.5.4.ebuild b/net-firewall/firestorm/firestorm-0.5.4.ebuild index 5dc3269c75a1..4690ebb57c80 100644 --- a/net-firewall/firestorm/firestorm-0.5.4.ebuild +++ b/net-firewall/firestorm/firestorm-0.5.4.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/firestorm/firestorm-0.5.4.ebuild,v 1.5 2004/07/01 22:14:20 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/firestorm/firestorm-0.5.4.ebuild,v 1.6 2004/07/14 23:41:52 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Network IDS" SRC_URI="http://www.scaramanga.co.uk/firestorm/v${PV}/${P}.tar.gz" HOMEPAGE="http://www.scaramanga.co.uk/firestorm/" @@ -10,6 +9,7 @@ HOMEPAGE="http://www.scaramanga.co.uk/firestorm/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 s390 ~ppc" +IUSE="" DEPEND="virtual/libc" diff --git a/net-firewall/ipchains/ipchains-1.3.10-r1.ebuild b/net-firewall/ipchains/ipchains-1.3.10-r1.ebuild index 187765be9863..2042c492b17b 100644 --- a/net-firewall/ipchains/ipchains-1.3.10-r1.ebuild +++ b/net-firewall/ipchains/ipchains-1.3.10-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipchains/ipchains-1.3.10-r1.ebuild,v 1.4 2004/07/01 22:14:32 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipchains/ipchains-1.3.10-r1.ebuild,v 1.5 2004/07/14 23:46:12 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="legacy Linux firewall/packet mangling tools" SRC_URI="http://netfilter.kernelnotes.org/ipchains/${P}.tar.gz" HOMEPAGE="http://netfilter.filewatcher.org/ipchains/" KEYWORDS="x86 ppc sparc " +IUSE="" SLOT="0" LICENSE="GPL-2" |