diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:56:18 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:56:18 +0000 |
commit | e2ef9c2bbe7ac89cb554b7037d709e2189331177 (patch) | |
tree | 3f3ee970919079a59578648faa9eb655c4ee9a92 /sys-cluster/ipvsadm | |
parent | sync IUSE (missing), trim trailing whitespace (Manifest recommit) (diff) | |
download | gentoo-2-e2ef9c2bbe7ac89cb554b7037d709e2189331177.tar.gz gentoo-2-e2ef9c2bbe7ac89cb554b7037d709e2189331177.tar.bz2 gentoo-2-e2ef9c2bbe7ac89cb554b7037d709e2189331177.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'sys-cluster/ipvsadm')
-rw-r--r-- | sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/ipvsadm/ipvsadm-1.24.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild index 3af92d136368..6d67ef79b13c 100644 --- a/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild +++ b/sys-cluster/ipvsadm/ipvsadm-1.21-r1.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/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild,v 1.5 2004/07/01 21:47:06 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild,v 1.6 2004/07/15 02:55:24 agriffis Exp $ DESCRIPTION="ipvsadm is a utility to administer the IP virtual server services offered by the Linux kernel with IP virtual server support." @@ -13,7 +13,7 @@ SRC_URI="http://www.linuxvirtualserver.org/software/kernel-2.4/${P}.tar.gz" SLOT="0" KEYWORDS="x86" -S="${WORKDIR}/${P}" +IUSE="" src_compile() { cd "${S}" diff --git a/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild index 14d3ef5c67f4..94ec8011fa21 100644 --- a/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild +++ b/sys-cluster/ipvsadm/ipvsadm-1.24.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/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild,v 1.5 2004/07/01 21:47:06 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild,v 1.6 2004/07/15 02:55:24 agriffis Exp $ DESCRIPTION="ipvsadm is a utility to administer the IP virtual server services offered by the Linux kernel with IP virtual server support." @@ -13,7 +13,7 @@ SRC_URI="http://www.linuxvirtualserver.org/software/kernel-2.5/${P}.tar.gz" SLOT="0" KEYWORDS="-*" -S="${WORKDIR}/${P}" +IUSE="" src_compile() { cd "${S}" |