diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-09-17 09:39:16 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-09-17 09:39:16 +0000 |
commit | b54a02540c501a42294b71dff53a21469dfe582f (patch) | |
tree | 8cb4000bc5fe3cade58f0520a42d2e8d51684634 /sys-cluster | |
parent | stable x86, security bug 332361 (diff) | |
download | gentoo-2-b54a02540c501a42294b71dff53a21469dfe582f.tar.gz gentoo-2-b54a02540c501a42294b71dff53a21469dfe582f.tar.bz2 gentoo-2-b54a02540c501a42294b71dff53a21469dfe582f.zip |
Builds fine with no sources installed.
(Portage version: 2.2_rc75/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/ipvsadm/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild | 7 | ||||
-rw-r--r-- | sys-cluster/ipvsadm/ipvsadm-1.24.ebuild | 7 |
3 files changed, 11 insertions, 9 deletions
diff --git a/sys-cluster/ipvsadm/ChangeLog b/sys-cluster/ipvsadm/ChangeLog index 195959f8224b..241b33d85ab1 100644 --- a/sys-cluster/ipvsadm/ChangeLog +++ b/sys-cluster/ipvsadm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/ipvsadm # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ChangeLog,v 1.44 2010/09/11 14:21:31 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ChangeLog,v 1.45 2010/09/17 09:39:16 robbat2 Exp $ + + 17 Sep 2010; Robin H. Johnson <robbat2@gentoo.org> ipvsadm-1.21-r1.ebuild, + ipvsadm-1.24.ebuild: + Builds fine with no sources installed. 11 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> metadata.xml: Drop useles maintainer line diff --git a/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild index f90961fed0e6..964ae3be300f 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-2009 Gentoo Foundation +# Copyright 1999-2010 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.16 2009/11/21 21:59:51 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild,v 1.17 2010/09/17 09:39:16 robbat2 Exp $ inherit linux-info @@ -11,8 +11,7 @@ MY_P="${PN}-${MY_PV}" DESCRIPTION="ipvsadm is a utility to administer the IP virtual server services offered by the Linux kernel with IP virtual server support." HOMEPAGE="http://linuxvirtualserver.org" LICENSE="GPL-2" -DEPEND="virtual/linux-sources - >=sys-libs/ncurses-5.2" +DEPEND=">=sys-libs/ncurses-5.2" SRC_URI="http://www.linuxvirtualserver.org/software/kernel-2.4/${MY_P}.tar.gz" diff --git a/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild index 52b7550202c0..3d71865a25af 100644 --- a/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild +++ b/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 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.26 2009/11/21 21:59:51 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild,v 1.27 2010/09/17 09:39:16 robbat2 Exp $ inherit linux-info toolchain-funcs @@ -14,8 +14,7 @@ KEYWORDS="amd64 ia64 ~ppc64 s390 sparc x86" IUSE="" RDEPEND=">=sys-libs/ncurses-5.2" -DEPEND="${RDEPEND} - virtual/linux-sources" +DEPEND="${RDEPEND}" pkg_setup() { if kernel_is 2 4; then |