diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-04-22 05:52:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-04-22 05:52:22 +0000 |
commit | 0946c63fc60bcf493017b000efc245886399ea9b (patch) | |
tree | 1ffcd2d400cab73695df6201a05a983e7c95e25f /sys-cluster | |
parent | s390 love #130567 by Andreas / arm/sh love as well (diff) | |
download | historical-0946c63fc60bcf493017b000efc245886399ea9b.tar.gz historical-0946c63fc60bcf493017b000efc245886399ea9b.tar.bz2 historical-0946c63fc60bcf493017b000efc245886399ea9b.zip |
s390 love #130567 by Andreas
Package-Manager: portage-2.1_pre9-r1
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/heartbeat/heartbeat-2.0.4.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/ipvsadm/ipvsadm-1.24.ebuild | 26 |
2 files changed, 15 insertions, 15 deletions
diff --git a/sys-cluster/heartbeat/heartbeat-2.0.4.ebuild b/sys-cluster/heartbeat/heartbeat-2.0.4.ebuild index 5766c225e1a8..447aba576ad7 100644 --- a/sys-cluster/heartbeat/heartbeat-2.0.4.ebuild +++ b/sys-cluster/heartbeat/heartbeat-2.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/heartbeat-2.0.4.ebuild,v 1.2 2006/04/15 16:03:45 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/heartbeat-2.0.4.ebuild,v 1.3 2006/04/22 05:52:22 vapier Exp $ inherit flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://www.linux-ha.org/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 -mips -ppc -amd64" +KEYWORDS="-amd64 -mips -ppc ~s390 ~x86" IUSE="ldirectord doc snmp" DEPEND=" diff --git a/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild index 3962afb9397c..3cf2d1332cdb 100644 --- a/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild +++ b/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild @@ -1,22 +1,21 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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.11 2005/03/11 12:47:00 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild,v 1.12 2006/04/22 05:52:02 vapier Exp $ inherit linux-info -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/libc - virtual/linux-sources - >=sys-libs/ncurses-5.2" - +DESCRIPTION="utility to administer the IP virtual server services offered by the Linux kernel" +HOMEPAGE="http://linuxvirtualserver.org/" SRC_URI="http://www.linuxvirtualserver.org/software/kernel-2.5/${P}.tar.gz" +LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~amd64" +KEYWORDS="~amd64 ~s390 x86" IUSE="" +DEPEND="virtual/linux-sources + >=sys-libs/ncurses-5.2" + pkg_setup() { if kernel_is 2 4; then die "${P} supports only 2.6 kernels, please try ${PN}-1.21 for 2.4 kernels" @@ -35,8 +34,7 @@ src_install() { doman ipvsadm.8 ipvsadm-save.8 ipvsadm-restore.8 || die - exeinto /etc/init.d - newexe ${FILESDIR}/ipvsadm-init ipvsadm + newinitd "${FILESDIR}"/ipvsadm-init ipvsadm keepdir /var/lib/ipvsadm diropts -m 755 -o root -g root @@ -49,7 +47,9 @@ src_install() { insinto /usr/include/ipvs newins libipvs/libipvs.h ipvs.h || die +} +pkg_postinst() { einfo "You will need a kernel that has ipvs patches to use LVS." - einfo "This version is specicifically for 2.6 kernels." + einfo "This version is specifically for 2.6 kernels." } |