diff options
author | Torsten Veller <tove@gentoo.org> | 2007-04-28 19:11:42 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2007-04-28 19:11:42 +0000 |
commit | b0c3fba46a95eca3855f0e1af1c894f87a21e728 (patch) | |
tree | ddbe5c284a8a3a69b87a152309f87d5bddf1651a /sys-apps | |
parent | Stable on ppc64; bug #174678 (diff) | |
download | gentoo-2-b0c3fba46a95eca3855f0e1af1c894f87a21e728.tar.gz gentoo-2-b0c3fba46a95eca3855f0e1af1c894f87a21e728.tar.bz2 gentoo-2-b0c3fba46a95eca3855f0e1af1c894f87a21e728.zip |
Fix *initd, *confd and *envd calls (#173884, #174266)
(Portage version: 2.1.2.5)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/ivman/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/ivman/ivman-0.6.12.ebuild | 7 | ||||
-rw-r--r-- | sys-apps/ivman/ivman-0.6.13.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/ivman/ivman-0.6.14.ebuild | 7 |
4 files changed, 13 insertions, 12 deletions
diff --git a/sys-apps/ivman/ChangeLog b/sys-apps/ivman/ChangeLog index 50c47265f4bd..7c17d7a9ebe0 100644 --- a/sys-apps/ivman/ChangeLog +++ b/sys-apps/ivman/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/ivman # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ivman/ChangeLog,v 1.52 2007/03/13 14:32:04 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ivman/ChangeLog,v 1.53 2007/04/28 19:11:42 tove Exp $ + + 28 Apr 2007; Torsten Veller <tove@gentoo.org> ivman-0.6.12.ebuild, + ivman-0.6.13.ebuild, ivman-0.6.14.ebuild: + Fix *initd, *confd and *envd calls (#173884, #174266) 13 Mar 2007; Matti Bickel <mabi@gentoo.org> ivman-0.6.13.ebuild: ppc stable (bug #163436) diff --git a/sys-apps/ivman/ivman-0.6.12.ebuild b/sys-apps/ivman/ivman-0.6.12.ebuild index 7937fe536a30..8d27f8bd7ba4 100644 --- a/sys-apps/ivman/ivman-0.6.12.ebuild +++ b/sys-apps/ivman/ivman-0.6.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-apps/ivman/ivman-0.6.12.ebuild,v 1.7 2006/08/18 00:45:02 malc Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ivman/ivman-0.6.12.ebuild,v 1.8 2007/04/28 19:11:42 tove Exp $ inherit eutils @@ -30,8 +30,7 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die "make install failed" - exeinto /etc/init.d/ - newexe ${FILESDIR}/ivman-0.3.init ivman + newinitd "${FILESDIR}"/ivman-0.3.init ivman } pkg_postinst() { diff --git a/sys-apps/ivman/ivman-0.6.13.ebuild b/sys-apps/ivman/ivman-0.6.13.ebuild index 068eeae1bafa..2fa53304c59a 100644 --- a/sys-apps/ivman/ivman-0.6.13.ebuild +++ b/sys-apps/ivman/ivman-0.6.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-apps/ivman/ivman-0.6.13.ebuild,v 1.6 2007/03/13 14:32:04 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ivman/ivman-0.6.13.ebuild,v 1.7 2007/04/28 19:11:42 tove Exp $ inherit eutils @@ -30,8 +30,7 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die "emake install failed" - exeinto /etc/init.d/ - newexe ${FILESDIR}/ivman-0.3.init ivman + newinitd "${FILESDIR}"/ivman-0.3.init ivman } pkg_postinst() { diff --git a/sys-apps/ivman/ivman-0.6.14.ebuild b/sys-apps/ivman/ivman-0.6.14.ebuild index 90350ed10794..87c86616f096 100644 --- a/sys-apps/ivman/ivman-0.6.14.ebuild +++ b/sys-apps/ivman/ivman-0.6.14.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-apps/ivman/ivman-0.6.14.ebuild,v 1.1 2007/03/06 15:02:24 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ivman/ivman-0.6.14.ebuild,v 1.2 2007/04/28 19:11:42 tove Exp $ inherit eutils @@ -24,7 +24,7 @@ DEPEND="${RDEPEND} src_unpack() { unpack ${A} - cd ${S} + cd "${S}" # Add support for hotpluggable devices (not removable) epatch "${FILESDIR}"/${PN}-0.6-hotpluggable.patch @@ -38,8 +38,7 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die "emake install failed" - exeinto /etc/init.d/ - newexe ${FILESDIR}/ivman-0.3.init ivman + newinitd "${FILESDIR}"/ivman-0.3.init ivman } pkg_postinst() { |