summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2006-07-13 18:59:16 +0000
committerChristian Heim <phreak@gentoo.org>2006-07-13 18:59:16 +0000
commit1637f9624a624972cc06128b7a00b9e5fb04a01c (patch)
tree75882a5d595fa83d999e964d4b41436b2f23d575 /sys-power/cpufreqd
parent1.02.00 updated to current stable. (diff)
downloadgentoo-2-1637f9624a624972cc06128b7a00b9e5fb04a01c.tar.gz
gentoo-2-1637f9624a624972cc06128b7a00b9e5fb04a01c.tar.bz2
gentoo-2-1637f9624a624972cc06128b7a00b9e5fb04a01c.zip
Fix Quotes; Taking temporary maintainership
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'sys-power/cpufreqd')
-rw-r--r--sys-power/cpufreqd/ChangeLog7
-rw-r--r--sys-power/cpufreqd/cpufreqd-1.2.3.ebuild8
-rw-r--r--sys-power/cpufreqd/cpufreqd-2.0.0.ebuild8
-rw-r--r--sys-power/cpufreqd/cpufreqd-2.1.0.ebuild8
-rw-r--r--sys-power/cpufreqd/cpufreqd-2.1.1.ebuild8
-rw-r--r--sys-power/cpufreqd/files/digest-cpufreqd-1.2.32
-rw-r--r--sys-power/cpufreqd/metadata.xml10
7 files changed, 29 insertions, 22 deletions
diff --git a/sys-power/cpufreqd/ChangeLog b/sys-power/cpufreqd/ChangeLog
index 5b0f0c30fabb..bb25cffc147a 100644
--- a/sys-power/cpufreqd/ChangeLog
+++ b/sys-power/cpufreqd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-power/cpufreqd
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/ChangeLog,v 1.33 2006/07/04 16:34:49 brix Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/ChangeLog,v 1.34 2006/07/13 18:59:16 phreak Exp $
+
+ 13 Jul 2006; Christian Heim <phreak@gentoo.org> metadata.xml,
+ cpufreqd-1.2.3.ebuild, cpufreqd-2.0.0.ebuild, cpufreqd-2.1.0.ebuild,
+ cpufreqd-2.1.1.ebuild:
+ Fix Quotes; Taking temporary maintainership
04 Jul 2006; Henrik Brix Andersen <brix@gentoo.org>
+files/cpufreqd-2.1.1-init.d:
diff --git a/sys-power/cpufreqd/cpufreqd-1.2.3.ebuild b/sys-power/cpufreqd/cpufreqd-1.2.3.ebuild
index 0db81abae247..fd9b3e5aeb74 100644
--- a/sys-power/cpufreqd/cpufreqd-1.2.3.ebuild
+++ b/sys-power/cpufreqd/cpufreqd-1.2.3.ebuild
@@ -1,6 +1,6 @@
-# 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-power/cpufreqd/cpufreqd-1.2.3.ebuild,v 1.4 2005/08/28 14:05:10 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/cpufreqd-1.2.3.ebuild,v 1.5 2006/07/13 18:59:16 phreak Exp $
inherit flag-o-matic
@@ -23,9 +23,9 @@ src_compile() {
}
src_install() {
- emake DESTDIR=${D} install || die "emake install failed"
+ emake DESTDIR="${D}" install || die "emake install failed"
- doinitd scripts/gentoo/cpufreqd
+ doinitd "${S}"/scripts/gentoo/cpufreqd
dodoc AUTHORS ChangeLog README TODO
}
diff --git a/sys-power/cpufreqd/cpufreqd-2.0.0.ebuild b/sys-power/cpufreqd/cpufreqd-2.0.0.ebuild
index 1e2f0b0031db..91ab99325744 100644
--- a/sys-power/cpufreqd/cpufreqd-2.0.0.ebuild
+++ b/sys-power/cpufreqd/cpufreqd-2.0.0.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-power/cpufreqd/cpufreqd-2.0.0.ebuild,v 1.7 2006/05/08 23:04:53 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/cpufreqd-2.0.0.ebuild,v 1.8 2006/07/13 18:59:16 phreak Exp $
inherit eutils
@@ -27,8 +27,8 @@ src_unpack() {
if use nvidia; then
cd ${WORKDIR}/nvclock${NVCLOCK_VERSION}
- epatch ${FILESDIR}/nvclock${NVCLOCK_VERSION}-fd.patch
- epatch ${FILESDIR}/nvclock${NVCLOCK_VERSION}-fpic.patch
+ epatch "${FILESDIR}"/nvclock${NVCLOCK_VERSION}-fd.patch
+ epatch "${FILESDIR}"/nvclock${NVCLOCK_VERSION}-fpic.patch
fi
}
@@ -62,7 +62,7 @@ src_install() {
dodoc AUTHORS ChangeLog NEWS README TODO
- newinitd ${FILESDIR}/${P}-init.d ${PN}
+ newinitd "${FILESDIR}"/${P}-init.d ${PN}
}
pkg_postinst() {
diff --git a/sys-power/cpufreqd/cpufreqd-2.1.0.ebuild b/sys-power/cpufreqd/cpufreqd-2.1.0.ebuild
index 161161497d2c..cfb7e00b4e73 100644
--- a/sys-power/cpufreqd/cpufreqd-2.1.0.ebuild
+++ b/sys-power/cpufreqd/cpufreqd-2.1.0.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-power/cpufreqd/cpufreqd-2.1.0.ebuild,v 1.1 2006/06/20 22:45:56 brix Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/cpufreqd-2.1.0.ebuild,v 1.2 2006/07/13 18:59:16 phreak Exp $
inherit eutils
@@ -28,8 +28,8 @@ src_unpack() {
if use nvidia; then
cd ${WORKDIR}/nvclock${NVCLOCK_VERSION}
- epatch ${FILESDIR}/nvclock${NVCLOCK_VERSION}-fd.patch
- epatch ${FILESDIR}/nvclock${NVCLOCK_VERSION}-fpic.patch
+ epatch "${FILESDIR}"/nvclock${NVCLOCK_VERSION}-fd.patch
+ epatch "${FILESDIR}"/nvclock${NVCLOCK_VERSION}-fpic.patch
fi
}
@@ -63,5 +63,5 @@ src_install() {
dodoc AUTHORS ChangeLog NEWS README TODO
- newinitd ${FILESDIR}/${P}-init.d ${PN}
+ newinitd "${FILESDIR}"/${P}-init.d ${PN}
}
diff --git a/sys-power/cpufreqd/cpufreqd-2.1.1.ebuild b/sys-power/cpufreqd/cpufreqd-2.1.1.ebuild
index 00c8bd8576de..29aceafc3284 100644
--- a/sys-power/cpufreqd/cpufreqd-2.1.1.ebuild
+++ b/sys-power/cpufreqd/cpufreqd-2.1.1.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-power/cpufreqd/cpufreqd-2.1.1.ebuild,v 1.1 2006/06/23 23:42:08 brix Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufreqd/cpufreqd-2.1.1.ebuild,v 1.2 2006/07/13 18:59:16 phreak Exp $
inherit eutils
@@ -28,8 +28,8 @@ src_unpack() {
if use nvidia; then
cd ${WORKDIR}/nvclock${NVCLOCK_VERSION}
- epatch ${FILESDIR}/nvclock${NVCLOCK_VERSION}-fd.patch
- epatch ${FILESDIR}/nvclock${NVCLOCK_VERSION}-fpic.patch
+ epatch "${FILESDIR}"/nvclock${NVCLOCK_VERSION}-fd.patch
+ epatch "${FILESDIR}"/nvclock${NVCLOCK_VERSION}-fpic.patch
fi
}
@@ -63,5 +63,5 @@ src_install() {
dodoc AUTHORS ChangeLog NEWS README TODO
- newinitd ${FILESDIR}/${P}-init.d ${PN}
+ newinitd "${FILESDIR}"/${P}-init.d ${PN}
}
diff --git a/sys-power/cpufreqd/files/digest-cpufreqd-1.2.3 b/sys-power/cpufreqd/files/digest-cpufreqd-1.2.3
index 599ae289c8f5..9384bb4aaede 100644
--- a/sys-power/cpufreqd/files/digest-cpufreqd-1.2.3
+++ b/sys-power/cpufreqd/files/digest-cpufreqd-1.2.3
@@ -1 +1,3 @@
MD5 f3a4f9317962f1bf966df52d8c536465 cpufreqd-1.2.3.tar.gz 330993
+RMD160 c58be2c59ded609f4813ba5ade85ca7016e40ed6 cpufreqd-1.2.3.tar.gz 330993
+SHA256 cc13e170f7f9d610ca77ed8bae09eab29f80db7e7dff12a8b1570c8efc685b4a cpufreqd-1.2.3.tar.gz 330993
diff --git a/sys-power/cpufreqd/metadata.xml b/sys-power/cpufreqd/metadata.xml
index cfbdff13bd61..a257f6a97993 100644
--- a/sys-power/cpufreqd/metadata.xml
+++ b/sys-power/cpufreqd/metadata.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>mobile</herd>
-<maintainer>
- <email>brix@gentoo.org</email>
- <name>Henrik Brix Andersen</name>
-</maintainer>
+ <herd>mobile</herd>
+ <maintainer>
+ <email>phreak@gentoo.org</email>
+ <name>Christian Heim</name>
+ </maintainer>
</pkgmetadata>