summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2003-11-21 01:08:17 +0000
committerMichael Imhof <tantive@gentoo.org>2003-11-21 01:08:17 +0000
commit6b7d390c980800f7287351acd411b774fed16ec9 (patch)
treec3eacf98e0bac20d28b132a6b9f2bc33e43198ac /sys-apps/cpufreqd
parentHad to correct the included init-script. Closes #33968. (diff)
downloadgentoo-2-6b7d390c980800f7287351acd411b774fed16ec9.tar.gz
gentoo-2-6b7d390c980800f7287351acd411b774fed16ec9.tar.bz2
gentoo-2-6b7d390c980800f7287351acd411b774fed16ec9.zip
Had to correct the included init-script. Closes #33968.
Diffstat (limited to 'sys-apps/cpufreqd')
-rw-r--r--sys-apps/cpufreqd/ChangeLog7
-rw-r--r--sys-apps/cpufreqd/Manifest4
-rw-r--r--sys-apps/cpufreqd/cpufreqd-1.1_rc1-r1.ebuild40
-rw-r--r--sys-apps/cpufreqd/files/digest-cpufreqd-1.1_rc1-r11
4 files changed, 49 insertions, 3 deletions
diff --git a/sys-apps/cpufreqd/ChangeLog b/sys-apps/cpufreqd/ChangeLog
index fecdefd08853..e04be06d49f1 100644
--- a/sys-apps/cpufreqd/ChangeLog
+++ b/sys-apps/cpufreqd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/cpufreqd
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpufreqd/ChangeLog,v 1.6 2003/11/19 17:46:13 tantive Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpufreqd/ChangeLog,v 1.7 2003/11/21 01:08:06 tantive Exp $
+
+*cpufreqd-1.1_rc1-r1 (21 Nov 2003)
+
+ 21 Nov 2003; Michael Imhof <tantive@gentoo.org> cpufreqd-1.1_rc1-r1.ebuild:
+ Had to correct the included init-script. Closes #33968.
*cpufreqd-1.1_rc1 (19 Nov 2003)
diff --git a/sys-apps/cpufreqd/Manifest b/sys-apps/cpufreqd/Manifest
index 31b08a46faed..d2cc7f0d6772 100644
--- a/sys-apps/cpufreqd/Manifest
+++ b/sys-apps/cpufreqd/Manifest
@@ -1,7 +1,7 @@
MD5 6cb6cf10f91b17f78321fb45c86ce635 cpufreqd-1.1_rc1.ebuild 811
MD5 0413dad71004905165de80ac225fdd60 metadata.xml 366
-MD5 c73878b2c5be4b3e0897b9079e4c7d22 cpufreqd-1.1_rc1-r1.ebuild 992
-MD5 dc47765d867b31c37d92406a3278ac7b ChangeLog 801
+MD5 6ad983f2092deb4378bafd567030c607 cpufreqd-1.1_rc1-r1.ebuild 925
+MD5 adebbd3652db98772086b91a41fc422f ChangeLog 974
MD5 efb5d6b77b31eb9863bfebd816453138 cpufreqd-1.0.1.ebuild 870
MD5 b3bdb5c51c0d63dc4eb017fed17697ff cpufreqd-1.0.ebuild 868
MD5 33c3e248d1ab83a99fc4e21b55b789ac cpufreqd-1.0.1-r1.ebuild 912
diff --git a/sys-apps/cpufreqd/cpufreqd-1.1_rc1-r1.ebuild b/sys-apps/cpufreqd/cpufreqd-1.1_rc1-r1.ebuild
new file mode 100644
index 000000000000..d7c3a012ba56
--- /dev/null
+++ b/sys-apps/cpufreqd/cpufreqd-1.1_rc1-r1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpufreqd/cpufreqd-1.1_rc1-r1.ebuild,v 1.1 2003/11/21 01:08:06 tantive Exp $
+
+S=${WORKDIR}/${P/_/-}
+
+DESCRIPTION="Daemon to adjust cpu speed for powersaving"
+SRC_URI="mirror://sourceforge/${PN}/${P/_/-}.tar.gz"
+HOMEPAGE="http://sourceforge.net/projects/cpufreqd/"
+KEYWORDS="~x86 ~ppc -*"
+LICENSE="GPL-2"
+SLOT="0"
+
+inherit eutils
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ #correct the init-script
+ sed -i -e s:/bin/cpufreqd:/usr/bin/cpufreqd: ${S}/scripts/gentoo/cpufreqd
+}
+
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc README Authors TODO
+
+ exeinto /etc/init.d
+ newexe ${S}/scripts/gentoo/cpufreqd cpufreqd
+}
+
+pkg_postinst() {
+ echo
+ einfo "A default config file has been copied to /etc/cpufreqd.conf"
+ echo
+}
diff --git a/sys-apps/cpufreqd/files/digest-cpufreqd-1.1_rc1-r1 b/sys-apps/cpufreqd/files/digest-cpufreqd-1.1_rc1-r1
new file mode 100644
index 000000000000..25701f31a76c
--- /dev/null
+++ b/sys-apps/cpufreqd/files/digest-cpufreqd-1.1_rc1-r1
@@ -0,0 +1 @@
+MD5 f639657675d88563759d4dfb5f8e7220 cpufreqd-1.1-rc1.tar.gz 213707