Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 156096 - sys-power/cpufreqd-2.1.1 version bump
Summary: sys-power/cpufreqd-2.1.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Christian Heim (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-24 00:33 UTC by Alon Bar-Lev (RETIRED)
Modified: 2006-11-30 09:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alon Bar-Lev (RETIRED) gentoo-dev 2006-11-24 00:33:30 UTC
Hello Christian,

New version, solve problem with cpufreqd-get were fixed:
http://sourceforge.net/tracker/index.php?func=detail&aid=1572008&group_id=58904&atid=489239

Also no need to sed anymore:
http://sourceforge.net/tracker/index.php?func=detail&aid=1597678&group_id=58904&atid=489239

Have fun!

--- cpufreqd-2.2.0-r2.ebuild    2006-10-22 10:24:58.000000000 +0200
+++ cpufreqd-2.2.1.ebuild       2006-11-24 10:24:54.000000000 +0200
@@ -25,8 +25,6 @@ src_unpack() {
        unpack ${A}
        cd "${S}"

-       sed -i -e "s:acpi_event:acpi:" "${S}"/cpufreqd.conf
-
        if use nvidia; then
                cd "${WORKDIR}"/nvclock${NVCLOCK_VERSION}
                epatch "${FILESDIR}"/nvclock${NVCLOCK_VERSION}-fpic.patch
Comment 1 Piotr Jaroszyński (RETIRED) gentoo-dev 2006-11-30 09:15:32 UTC
I had bumped the version during bugzie downtime and now removed the sed. Thanks for info.