diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:47:41 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:47:41 +0000 |
commit | 8bcdfdba943060329a03990c6b0a2b21890ed924 (patch) | |
tree | 4c2ec9a1e1f5d821bc60434aaf260acb071413f8 /net-firewall | |
parent | Gentoo Technologies -> Gentoo Foundation (Manifest recommit) (diff) | |
download | gentoo-2-8bcdfdba943060329a03990c6b0a2b21890ed924.tar.gz gentoo-2-8bcdfdba943060329a03990c6b0a2b21890ed924.tar.bz2 gentoo-2-8bcdfdba943060329a03990c6b0a2b21890ed924.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/ipsec-tools/ipsec-tools-0.3.1.ebuild | 4 | ||||
-rw-r--r-- | net-firewall/ipsec-tools/ipsec-tools-0.3.3.ebuild | 4 | ||||
-rw-r--r-- | net-firewall/shorewall/shorewall-1.4.10f.ebuild | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/net-firewall/ipsec-tools/ipsec-tools-0.3.1.ebuild b/net-firewall/ipsec-tools/ipsec-tools-0.3.1.ebuild index 1c73f806c5cf..03864d798b05 100644 --- a/net-firewall/ipsec-tools/ipsec-tools-0.3.1.ebuild +++ b/net-firewall/ipsec-tools/ipsec-tools-0.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ipsec-tools-0.3.1.ebuild,v 1.6 2004/07/01 22:15:01 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ipsec-tools-0.3.1.ebuild,v 1.7 2004/07/14 23:46:53 agriffis Exp $ DESCRIPTION="IPsec-Tools is a port of KAME's IPsec utilities to the Linux-2.6 IPsec implementation." HOMEPAGE="http://ipsec-tools.sourceforge.net/" @@ -12,8 +12,6 @@ IUSE="" DEPEND="virtual/libc >=dev-libs/openssl-0.9.6" -S=${WORKDIR}/${P} - pkg_setup() { my_KV=`echo ${KV} | cut -f-2 -d "."` if [ ${my_KV} != "2.6" ] ; then diff --git a/net-firewall/ipsec-tools/ipsec-tools-0.3.3.ebuild b/net-firewall/ipsec-tools/ipsec-tools-0.3.3.ebuild index 7d6d365cf589..337416c25f55 100644 --- a/net-firewall/ipsec-tools/ipsec-tools-0.3.3.ebuild +++ b/net-firewall/ipsec-tools/ipsec-tools-0.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ipsec-tools-0.3.3.ebuild,v 1.6 2004/07/01 22:15:01 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/ipsec-tools/ipsec-tools-0.3.3.ebuild,v 1.7 2004/07/14 23:46:53 agriffis Exp $ DESCRIPTION="IPsec-Tools is a port of KAME's IPsec utilities to the Linux-2.6 IPsec implementation." HOMEPAGE="http://ipsec-tools.sourceforge.net/" @@ -12,8 +12,6 @@ IUSE="" DEPEND="virtual/libc >=dev-libs/openssl-0.9.6" -S=${WORKDIR}/${P} - pkg_setup() { my_KV=`echo ${KV} | cut -f-2 -d "."` if [ ${my_KV} != "2.6" ] ; then diff --git a/net-firewall/shorewall/shorewall-1.4.10f.ebuild b/net-firewall/shorewall/shorewall-1.4.10f.ebuild index 08b8185b45a9..8ceec0d3150a 100644 --- a/net-firewall/shorewall/shorewall-1.4.10f.ebuild +++ b/net-firewall/shorewall/shorewall-1.4.10f.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-1.4.10f.ebuild,v 1.6 2004/07/08 15:11:03 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/shorewall-1.4.10f.ebuild,v 1.7 2004/07/14 23:47:21 agriffis Exp $ IUSE="doc" @@ -18,8 +18,6 @@ DEPEND="virtual/libc net-firewall/iptables sys-apps/iproute2" -S=${WORKDIR}/${P} - src_install() { keepdir /var/lib/shorewall PREFIX=${D} ./install.sh /etc/init.d || die |