diff options
author | Torsten Veller <tove@gentoo.org> | 2007-04-28 17:13:01 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2007-04-28 17:13:01 +0000 |
commit | d8ccccb342b732f2f3f6ff59cc187ad3e9a92a97 (patch) | |
tree | 152e6d818ce8e482a5a630032c4dee261f3e00b6 /sys-power | |
parent | Fix *initd, *confd and *envd calls (#173884, #174266) (diff) | |
download | gentoo-2-d8ccccb342b732f2f3f6ff59cc187ad3e9a92a97.tar.gz gentoo-2-d8ccccb342b732f2f3f6ff59cc187ad3e9a92a97.tar.bz2 gentoo-2-d8ccccb342b732f2f3f6ff59cc187ad3e9a92a97.zip |
Fix *initd, *confd and *envd calls (#173884, #174266)
(Portage version: 2.1.2.5)
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/ncpufreqd/ChangeLog | 6 | ||||
-rw-r--r-- | sys-power/ncpufreqd/ncpufreqd-2.0.ebuild | 9 | ||||
-rw-r--r-- | sys-power/ncpufreqd/ncpufreqd-2.1.ebuild | 9 | ||||
-rw-r--r-- | sys-power/ncpufreqd/ncpufreqd-2.3.ebuild | 7 |
4 files changed, 16 insertions, 15 deletions
diff --git a/sys-power/ncpufreqd/ChangeLog b/sys-power/ncpufreqd/ChangeLog index e7bf34ba74c4..f53f548a9cec 100644 --- a/sys-power/ncpufreqd/ChangeLog +++ b/sys-power/ncpufreqd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-power/ncpufreqd # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ChangeLog,v 1.12 2007/02/22 23:25:11 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ChangeLog,v 1.13 2007/04/28 17:13:01 tove Exp $ + + 28 Apr 2007; Torsten Veller <tove@gentoo.org> ncpufreqd-2.0.ebuild, + ncpufreqd-2.1.ebuild, ncpufreqd-2.3.ebuild: + Fix *initd, *confd and *envd calls (#173884, #174266) *ncpufreqd-2.3 (22 Feb 2007) diff --git a/sys-power/ncpufreqd/ncpufreqd-2.0.ebuild b/sys-power/ncpufreqd/ncpufreqd-2.0.ebuild index c62bb7b5ddd1..8130f58f4be5 100644 --- a/sys-power/ncpufreqd/ncpufreqd-2.0.ebuild +++ b/sys-power/ncpufreqd/ncpufreqd-2.0.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-power/ncpufreqd/ncpufreqd-2.0.ebuild,v 1.5 2006/10/11 21:48:44 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-2.0.ebuild,v 1.6 2007/04/28 17:13:01 tove Exp $ DESCRIPTION="Daemon controlling CPU speed and temperature" HOMEPAGE="http://www.nelchael.net/" @@ -15,9 +15,8 @@ IUSE="" DEPEND="virtual/logger" src_install() { - make DESTDIR=${D} install || die "emake install failed" + make DESTDIR="${D}" install || die "emake install failed" - exeinto /etc/init.d - doexe ${S}/gentoo-init.d/ncpufreqd + doinitd "${S}"/gentoo-init.d/ncpufreqd dodoc AUTHORS ChangeLog NEWS README } diff --git a/sys-power/ncpufreqd/ncpufreqd-2.1.ebuild b/sys-power/ncpufreqd/ncpufreqd-2.1.ebuild index aae218eaa55b..11ebde0022a6 100644 --- a/sys-power/ncpufreqd/ncpufreqd-2.1.ebuild +++ b/sys-power/ncpufreqd/ncpufreqd-2.1.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-power/ncpufreqd/ncpufreqd-2.1.ebuild,v 1.3 2006/10/11 21:48:44 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-2.1.ebuild,v 1.4 2007/04/28 17:13:01 tove Exp $ DESCRIPTION="Daemon controlling CPU speed and temperature" HOMEPAGE="http://www.nelchael.net/" @@ -15,9 +15,8 @@ IUSE="" DEPEND="virtual/logger" src_install() { - make DESTDIR=${D} install || die "emake install failed" + make DESTDIR="${D}" install || die "emake install failed" - exeinto /etc/init.d - doexe ${S}/gentoo-init.d/ncpufreqd + doinitd "${S}"/gentoo-init.d/ncpufreqd dodoc AUTHORS ChangeLog NEWS README } diff --git a/sys-power/ncpufreqd/ncpufreqd-2.3.ebuild b/sys-power/ncpufreqd/ncpufreqd-2.3.ebuild index 730d2091da20..44c20fd9a672 100644 --- a/sys-power/ncpufreqd/ncpufreqd-2.3.ebuild +++ b/sys-power/ncpufreqd/ncpufreqd-2.3.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-power/ncpufreqd/ncpufreqd-2.3.ebuild,v 1.1 2007/02/22 23:25:11 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-2.3.ebuild,v 1.2 2007/04/28 17:13:01 tove Exp $ DESCRIPTION="Daemon controlling CPU speed and temperature" HOMEPAGE="http://www.nelchael.net/" @@ -15,9 +15,8 @@ IUSE="" DEPEND="virtual/logger" src_install() { - make DESTDIR=${D} install || die "emake install failed" + make DESTDIR="${D}" install || die "emake install failed" - exeinto /etc/init.d - doexe ${S}/gentoo-init.d/ncpufreqd + doinitd "${S}"/gentoo-init.d/ncpufreqd dodoc AUTHORS ChangeLog NEWS README } |