From: Sven Wegener Date: Sat, 28 Apr 2007 17:48:05 +0000 (+0000) Subject: Fix *initd, *confd and *envd calls (#173884, #174266) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=08a92adf0eb1f0dfb1c78a1636e1f79a00b57a58;p=gentoo.git Fix *initd, *confd and *envd calls (#173884, #174266) Package-Manager: portage-2.1.2.5 --- diff --git a/sys-cluster/c3/ChangeLog b/sys-cluster/c3/ChangeLog index 2ffba05cd342..96ad9f394848 100644 --- a/sys-cluster/c3/ChangeLog +++ b/sys-cluster/c3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/c3 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/c3/ChangeLog,v 1.3 2007/04/26 06:01:08 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/c3/ChangeLog,v 1.4 2007/04/28 17:46:16 swegener Exp $ + + 28 Apr 2007; Sven Wegener c3-4.0.1.ebuild: + Fix *initd, *confd and *envd calls (#173884, #174266) 26 Apr 2007; Donnie Berkholz ; metadata.xml: Update for cluster herd split to hp-cluster and ha-cluster. diff --git a/sys-cluster/c3/c3-4.0.1.ebuild b/sys-cluster/c3/c3-4.0.1.ebuild index 6e8ef7af5db1..ff0e3e6955e3 100644 --- a/sys-cluster/c3/c3-4.0.1.ebuild +++ b/sys-cluster/c3/c3-4.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/c3/c3-4.0.1.ebuild,v 1.1 2005/02/20 09:48:32 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/c3/c3-4.0.1.ebuild,v 1.2 2007/04/28 17:46:16 swegener Exp $ DESCRIPTION="The Cluster Command and Control (C3) tool suite" HOMEPAGE="http://www.csm.ornl.gov/torc/C3/" @@ -47,8 +47,7 @@ src_install() { # Create env.d file echo "PATH=${C3DIR}" > ${T}/40${PN} echo "ROOTPATH=${C3DIR}" >> ${T}/40${PN} - insinto /etc/env.d - doins ${T}/40${PN} + doenvd ${T}/40${PN} } pkg_postinst() { diff --git a/sys-cluster/ganglia/ChangeLog b/sys-cluster/ganglia/ChangeLog index ecfa22915d50..378afdf74dfd 100644 --- a/sys-cluster/ganglia/ChangeLog +++ b/sys-cluster/ganglia/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/ganglia # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ganglia/ChangeLog,v 1.7 2007/04/26 06:03:00 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ganglia/ChangeLog,v 1.8 2007/04/28 17:46:34 swegener Exp $ + + 28 Apr 2007; Sven Wegener ganglia-2.5.7.ebuild, + ganglia-3.0.1.ebuild, ganglia-3.0.2.ebuild, ganglia-3.0.3.ebuild: + Fix *initd, *confd and *envd calls (#173884, #174266) 26 Apr 2007; Donnie Berkholz ; metadata.xml: Update for cluster herd split to hp-cluster and ha-cluster. diff --git a/sys-cluster/ganglia/ganglia-2.5.7.ebuild b/sys-cluster/ganglia/ganglia-2.5.7.ebuild index f479a9d830d9..67ccfc9d7667 100644 --- a/sys-cluster/ganglia/ganglia-2.5.7.ebuild +++ b/sys-cluster/ganglia/ganglia-2.5.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ganglia/ganglia-2.5.7.ebuild,v 1.1 2005/07/28 23:20:38 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ganglia/ganglia-2.5.7.ebuild,v 1.2 2007/04/28 17:46:34 swegener Exp $ MY_P=ganglia-monitor-core-${PV} DESCRIPTION="Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and Grids" @@ -41,8 +41,7 @@ src_install() { dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README dodir /var/lib/ganglia/rrds fowners nobody:nobody /var/lib/ganglia/rrds - exeinto /etc/init.d - newexe ${FILESDIR}/gmond.rc gmond + newinitd ${FILESDIR}/gmond.rc gmond newexe ${FILESDIR}/gmetad.rc gmetad } diff --git a/sys-cluster/ganglia/ganglia-3.0.1.ebuild b/sys-cluster/ganglia/ganglia-3.0.1.ebuild index e67692ce039c..e88c85df2b16 100644 --- a/sys-cluster/ganglia/ganglia-3.0.1.ebuild +++ b/sys-cluster/ganglia/ganglia-3.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ganglia/ganglia-3.0.1.ebuild,v 1.1 2005/07/28 23:01:16 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ganglia/ganglia-3.0.1.ebuild,v 1.2 2007/04/28 17:46:34 swegener Exp $ DESCRIPTION="Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and Grids" HOMEPAGE="http://ganglia.sourceforge.net/" @@ -38,8 +38,7 @@ src_install() { dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README dodir /var/lib/ganglia/rrds fowners nobody:nobody /var/lib/ganglia/rrds - exeinto /etc/init.d - newexe ${FILESDIR}/gmond.rc gmond + newinitd ${FILESDIR}/gmond.rc gmond newexe ${FILESDIR}/gmetad.rc gmetad } diff --git a/sys-cluster/ganglia/ganglia-3.0.2.ebuild b/sys-cluster/ganglia/ganglia-3.0.2.ebuild index 74174fc8787a..502c7e6393be 100644 --- a/sys-cluster/ganglia/ganglia-3.0.2.ebuild +++ b/sys-cluster/ganglia/ganglia-3.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ganglia/ganglia-3.0.2.ebuild,v 1.3 2006/01/23 17:53:42 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ganglia/ganglia-3.0.2.ebuild,v 1.4 2007/04/28 17:46:34 swegener Exp $ DESCRIPTION="Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and Grids" HOMEPAGE="http://ganglia.sourceforge.net/" @@ -39,8 +39,7 @@ src_install() { dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README keepdir /var/lib/ganglia/rrds fowners nobody:nobody /var/lib/ganglia/rrds - exeinto /etc/init.d - newexe ${FILESDIR}/gmond.rc gmond + newinitd ${FILESDIR}/gmond.rc gmond newexe ${FILESDIR}/gmetad.rc gmetad } diff --git a/sys-cluster/ganglia/ganglia-3.0.3.ebuild b/sys-cluster/ganglia/ganglia-3.0.3.ebuild index 08b5d2a96ae7..c4ba0bacdc78 100644 --- a/sys-cluster/ganglia/ganglia-3.0.3.ebuild +++ b/sys-cluster/ganglia/ganglia-3.0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ganglia/ganglia-3.0.3.ebuild,v 1.1 2006/07/16 21:41:01 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ganglia/ganglia-3.0.3.ebuild,v 1.2 2007/04/28 17:46:34 swegener Exp $ DESCRIPTION="Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and Grids" HOMEPAGE="http://ganglia.sourceforge.net/" @@ -39,8 +39,7 @@ src_install() { dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README keepdir /var/lib/ganglia/rrds fowners nobody:nobody /var/lib/ganglia/rrds - exeinto /etc/init.d - newexe ${FILESDIR}/gmond.rc gmond + newinitd ${FILESDIR}/gmond.rc gmond newexe ${FILESDIR}/gmetad.rc gmetad } diff --git a/sys-cluster/heartbeat/ChangeLog b/sys-cluster/heartbeat/ChangeLog index fb4c2fe0d9a3..5f489fefe3fb 100644 --- a/sys-cluster/heartbeat/ChangeLog +++ b/sys-cluster/heartbeat/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-cluster/heartbeat # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/ChangeLog,v 1.65 2007/04/26 06:40:26 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/ChangeLog,v 1.66 2007/04/28 17:46:56 swegener Exp $ + + 28 Apr 2007; Sven Wegener heartbeat-1.2.5.ebuild, + heartbeat-1.2.5-r1.ebuild, heartbeat-2.0.7-r2.ebuild, + heartbeat-2.0.8.ebuild: + Fix *initd, *confd and *envd calls (#173884, #174266) 26 Apr 2007; Donnie Berkholz ; metadata.xml: Update for cluster herd split to hp-cluster and ha-cluster. diff --git a/sys-cluster/heartbeat/heartbeat-1.2.5-r1.ebuild b/sys-cluster/heartbeat/heartbeat-1.2.5-r1.ebuild index 2f6c6688befe..b3f5ec59346a 100644 --- a/sys-cluster/heartbeat/heartbeat-1.2.5-r1.ebuild +++ b/sys-cluster/heartbeat/heartbeat-1.2.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/heartbeat-1.2.5-r1.ebuild,v 1.2 2006/09/25 23:57:35 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/heartbeat-1.2.5-r1.ebuild,v 1.3 2007/04/28 17:46:56 swegener Exp $ inherit flag-o-matic @@ -69,6 +69,5 @@ src_install() { rm ${D}/etc/ha.d/resource.d/ldirectord fi - exeinto /etc/init.d - newexe ${FILESDIR}/heartbeat-init heartbeat + newinitd ${FILESDIR}/heartbeat-init heartbeat } diff --git a/sys-cluster/heartbeat/heartbeat-1.2.5.ebuild b/sys-cluster/heartbeat/heartbeat-1.2.5.ebuild index 2b1e29e5939b..0f3883c335b6 100644 --- a/sys-cluster/heartbeat/heartbeat-1.2.5.ebuild +++ b/sys-cluster/heartbeat/heartbeat-1.2.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/heartbeat-1.2.5.ebuild,v 1.2 2006/08/18 10:37:58 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/heartbeat-1.2.5.ebuild,v 1.3 2007/04/28 17:46:56 swegener Exp $ inherit flag-o-matic @@ -68,6 +68,5 @@ src_install() { rm ${D}/etc/ha.d/resource.d/ldirectord fi - exeinto /etc/init.d - newexe ${FILESDIR}/heartbeat-init heartbeat + newinitd ${FILESDIR}/heartbeat-init heartbeat } diff --git a/sys-cluster/heartbeat/heartbeat-2.0.7-r2.ebuild b/sys-cluster/heartbeat/heartbeat-2.0.7-r2.ebuild index bbc086e74b04..7a1c740d4890 100644 --- a/sys-cluster/heartbeat/heartbeat-2.0.7-r2.ebuild +++ b/sys-cluster/heartbeat/heartbeat-2.0.7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/heartbeat-2.0.7-r2.ebuild,v 1.4 2007/03/01 00:51:27 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/heartbeat-2.0.7-r2.ebuild,v 1.5 2007/04/28 17:46:56 swegener Exp $ inherit flag-o-matic eutils @@ -112,8 +112,7 @@ src_install() { dodir /var/lib/heartbeat/cores/cluster keepdir /var/lib/heartbeat/cores/cluster - exeinto /etc/init.d - newexe ${FILESDIR}/heartbeat-init heartbeat + newinitd ${FILESDIR}/heartbeat-init heartbeat dodoc ldirectord/ldirectord.cf doc/*.cf doc/haresources doc/authkeys || die if use doc ; then diff --git a/sys-cluster/heartbeat/heartbeat-2.0.8.ebuild b/sys-cluster/heartbeat/heartbeat-2.0.8.ebuild index 0804191696a3..e994f519b5bd 100644 --- a/sys-cluster/heartbeat/heartbeat-2.0.8.ebuild +++ b/sys-cluster/heartbeat/heartbeat-2.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/heartbeat-2.0.8.ebuild,v 1.3 2007/03/21 13:25:47 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/heartbeat/heartbeat-2.0.8.ebuild,v 1.4 2007/04/28 17:46:56 swegener Exp $ inherit flag-o-matic eutils @@ -113,8 +113,7 @@ src_install() { dodir /var/lib/heartbeat/cores/cluster keepdir /var/lib/heartbeat/cores/cluster - exeinto /etc/init.d - newexe ${FILESDIR}/heartbeat-init heartbeat + newinitd ${FILESDIR}/heartbeat-init heartbeat dodoc ldirectord/ldirectord.cf doc/*.cf doc/haresources doc/authkeys || die if use doc ; then diff --git a/sys-cluster/ipvsadm/ChangeLog b/sys-cluster/ipvsadm/ChangeLog index bd3312277585..ced3b9ed33a9 100644 --- a/sys-cluster/ipvsadm/ChangeLog +++ b/sys-cluster/ipvsadm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/ipvsadm # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ChangeLog,v 1.28 2007/04/26 06:41:20 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ChangeLog,v 1.29 2007/04/28 17:47:12 swegener Exp $ + + 28 Apr 2007; Sven Wegener ipvsadm-1.21-r1.ebuild: + Fix *initd, *confd and *envd calls (#173884, #174266) 26 Apr 2007; Donnie Berkholz ; metadata.xml: Update for cluster herd split to hp-cluster and ha-cluster. diff --git a/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild index e7583ec76b12..89922e7261c3 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-2006 Gentoo Foundation +# Copyright 1999-2007 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.12 2006/10/15 11:43:26 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild,v 1.13 2007/04/28 17:47:12 swegener Exp $ inherit linux-info @@ -40,8 +40,7 @@ src_install() { doman ipvsadm.8 ipvsadm-save.8 ipvsadm-restore.8 - exeinto /etc/init.d - newexe ${FILESDIR}/ipvsadm-init ipvsadm || die + newinitd ${FILESDIR}/ipvsadm-init ipvsadm || die keepdir /var/lib/ipvsadm diropts -m 755 -o root -g root diff --git a/sys-cluster/keepalived/ChangeLog b/sys-cluster/keepalived/ChangeLog index d3dbc30767a5..7b48e3fc4284 100644 --- a/sys-cluster/keepalived/ChangeLog +++ b/sys-cluster/keepalived/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/keepalived # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.40 2007/04/28 07:24:35 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/ChangeLog,v 1.41 2007/04/28 17:47:31 swegener Exp $ + + 28 Apr 2007; Sven Wegener keepalived-1.1.11.ebuild, + keepalived-1.1.12.ebuild, keepalived-1.1.13.ebuild: + Fix *initd, *confd and *envd calls (#173884, #174266) *keepalived-1.1.13-r1 (28 Apr 2007) diff --git a/sys-cluster/keepalived/keepalived-1.1.11.ebuild b/sys-cluster/keepalived/keepalived-1.1.11.ebuild index 7414a70592d2..d178864f6a32 100644 --- a/sys-cluster/keepalived/keepalived-1.1.11.ebuild +++ b/sys-cluster/keepalived/keepalived-1.1.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.11.ebuild,v 1.11 2006/01/15 20:15:05 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.11.ebuild,v 1.12 2007/04/28 17:47:31 swegener Exp $ inherit flag-o-matic @@ -36,8 +36,7 @@ src_compile() { src_install() { einstall || die - exeinto /etc/init.d - newexe ${FILESDIR}/init-keepalived keepalived + newinitd ${FILESDIR}/init-keepalived keepalived dodoc doc/keepalived.conf.SYNOPSIS doman doc/man/man*/* diff --git a/sys-cluster/keepalived/keepalived-1.1.12.ebuild b/sys-cluster/keepalived/keepalived-1.1.12.ebuild index 40a9fd328235..5e4a2898a2c3 100644 --- a/sys-cluster/keepalived/keepalived-1.1.12.ebuild +++ b/sys-cluster/keepalived/keepalived-1.1.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.12.ebuild,v 1.7 2006/12/03 06:25:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.12.ebuild,v 1.8 2007/04/28 17:47:31 swegener Exp $ inherit flag-o-matic @@ -36,8 +36,7 @@ src_compile() { src_install() { einstall || die - exeinto /etc/init.d - newexe ${FILESDIR}/init-keepalived keepalived + newinitd ${FILESDIR}/init-keepalived keepalived dodoc doc/keepalived.conf.SYNOPSIS doman doc/man/man*/* diff --git a/sys-cluster/keepalived/keepalived-1.1.13.ebuild b/sys-cluster/keepalived/keepalived-1.1.13.ebuild index 53fde63d9b3e..9e623fc9aa33 100644 --- a/sys-cluster/keepalived/keepalived-1.1.13.ebuild +++ b/sys-cluster/keepalived/keepalived-1.1.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.13.ebuild,v 1.2 2007/04/16 11:26:55 xmerlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/keepalived/keepalived-1.1.13.ebuild,v 1.3 2007/04/28 17:47:31 swegener Exp $ inherit flag-o-matic @@ -36,8 +36,7 @@ src_compile() { src_install() { einstall || die - exeinto /etc/init.d - newexe ${FILESDIR}/init-keepalived keepalived + newinitd ${FILESDIR}/init-keepalived keepalived dodoc doc/keepalived.conf.SYNOPSIS doman doc/man/man*/* diff --git a/sys-cluster/pvm/ChangeLog b/sys-cluster/pvm/ChangeLog index d0dc5f88c2a8..e145157a7a94 100644 --- a/sys-cluster/pvm/ChangeLog +++ b/sys-cluster/pvm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/pvm # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvm/ChangeLog,v 1.34 2007/04/26 06:19:19 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvm/ChangeLog,v 1.35 2007/04/28 17:47:48 swegener Exp $ + + 28 Apr 2007; Sven Wegener pvm-3.4.4-r1.ebuild, + pvm-3.4.4-r2.ebuild, pvm-3.4.4-r3.ebuild: + Fix *initd, *confd and *envd calls (#173884, #174266) 26 Apr 2007; Donnie Berkholz ; metadata.xml: Update for cluster herd split to hp-cluster and ha-cluster. diff --git a/sys-cluster/pvm/pvm-3.4.4-r1.ebuild b/sys-cluster/pvm/pvm-3.4.4-r1.ebuild index f08f72b10c6d..bb945d924a53 100644 --- a/sys-cluster/pvm/pvm-3.4.4-r1.ebuild +++ b/sys-cluster/pvm/pvm-3.4.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvm/pvm-3.4.4-r1.ebuild,v 1.12 2006/07/16 21:32:31 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvm/pvm-3.4.4-r1.ebuild,v 1.13 2007/04/28 17:47:48 swegener Exp $ inherit eutils @@ -42,8 +42,7 @@ src_install() { touch 98pvm echo PVM_ROOT=/usr/local/pvm3 >98pvm echo PVM_ARCH=LINUX >>98pvm - insinto /etc/env.d - doins 98pvm + doenvd 98pvm } pkg_postinst() { diff --git a/sys-cluster/pvm/pvm-3.4.4-r2.ebuild b/sys-cluster/pvm/pvm-3.4.4-r2.ebuild index 38a6238a26d1..f140ec287cbe 100644 --- a/sys-cluster/pvm/pvm-3.4.4-r2.ebuild +++ b/sys-cluster/pvm/pvm-3.4.4-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvm/pvm-3.4.4-r2.ebuild,v 1.9 2006/07/16 21:32:31 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvm/pvm-3.4.4-r2.ebuild,v 1.10 2007/04/28 17:47:48 swegener Exp $ inherit eutils @@ -58,8 +58,7 @@ src_install() { #environment variables: echo PVM_ROOT=/usr/share/pvm3 > ${T}/98pvm echo PVM_ARCH=$(${D}/usr/share/pvm3/lib/pvmgetarch) >> ${T}/98pvm - insinto /etc/env.d - doins ${T}/98pvm + doenvd ${T}/98pvm } pkg_postinst() { diff --git a/sys-cluster/pvm/pvm-3.4.4-r3.ebuild b/sys-cluster/pvm/pvm-3.4.4-r3.ebuild index c747f3094fd6..35728d585122 100644 --- a/sys-cluster/pvm/pvm-3.4.4-r3.ebuild +++ b/sys-cluster/pvm/pvm-3.4.4-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvm/pvm-3.4.4-r3.ebuild,v 1.4 2006/07/16 21:32:31 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvm/pvm-3.4.4-r3.ebuild,v 1.5 2007/04/28 17:47:48 swegener Exp $ inherit eutils @@ -60,8 +60,7 @@ src_install() { #environment variables: echo PVM_ROOT=/usr/share/pvm3 > ${T}/98pvm echo PVM_ARCH=$(${D}/usr/share/pvm3/lib/pvmgetarch) >> ${T}/98pvm - insinto /etc/env.d - doins ${T}/98pvm + doenvd ${T}/98pvm } pkg_postinst() { diff --git a/sys-cluster/xpvm/ChangeLog b/sys-cluster/xpvm/ChangeLog index 6b43b9349d47..6f8ea5a8cddb 100644 --- a/sys-cluster/xpvm/ChangeLog +++ b/sys-cluster/xpvm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/xpvm # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/xpvm/ChangeLog,v 1.15 2007/04/26 06:22:00 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/xpvm/ChangeLog,v 1.16 2007/04/28 17:48:05 swegener Exp $ + + 28 Apr 2007; Sven Wegener xpvm-1.2.5-r4.ebuild: + Fix *initd, *confd and *envd calls (#173884, #174266) 26 Apr 2007; Donnie Berkholz ; metadata.xml: Update for cluster herd split to hp-cluster and ha-cluster. diff --git a/sys-cluster/xpvm/xpvm-1.2.5-r4.ebuild b/sys-cluster/xpvm/xpvm-1.2.5-r4.ebuild index c45fc34b81e3..acaa6ca7092a 100644 --- a/sys-cluster/xpvm/xpvm-1.2.5-r4.ebuild +++ b/sys-cluster/xpvm/xpvm-1.2.5-r4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/xpvm/xpvm-1.2.5-r4.ebuild,v 1.1 2005/08/09 20:53:29 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/xpvm/xpvm-1.2.5-r4.ebuild,v 1.2 2007/04/28 17:48:05 swegener Exp $ inherit eutils @@ -58,8 +58,7 @@ src_install() { #environment variables: touch ${T}/97xpvm echo XPVM_ROOT=/usr/local/pvm3/xpvm/src >> ${T}/97xpvm - insinto /etc/env.d - doins ${T}/97xpvm + doenvd ${T}/97xpvm dodoc README }