Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33793 - New cpufreqd-1.1_rc1 ebuild
Summary: New cpufreqd-1.1_rc1 ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Michael Imhof (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-18 19:05 UTC by Gustavo Zacarias (RETIRED)
Modified: 2003-11-21 03:11 UTC (History)
0 users

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


Attachments
yer ebuild (cpufreqd-1.1_rc1.ebuild,706 bytes, text/plain)
2003-11-18 19:05 UTC, Gustavo Zacarias (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Zacarias (RETIRED) gentoo-dev 2003-11-18 19:05:36 UTC
New cpufreqd-1.1_rc1 ebuild.
Works on my 2.6.0-test9-mm3 toshiba 1110-s153 without a hitch.
This new release should work for PMU-enabled powermacs also, not tested by me though.
Comment 1 Gustavo Zacarias (RETIRED) gentoo-dev 2003-11-18 19:05:51 UTC
Created attachment 20930 [details]
yer ebuild
Comment 2 Michael Imhof (RETIRED) gentoo-dev 2003-11-19 09:47:26 UTC
Checked it in.
Thanks for reminding me ;)
Comment 3 Michael Imhof (RETIRED) gentoo-dev 2003-11-19 09:47:54 UTC
Closing this bug.
Comment 4 Michael Imhof (RETIRED) gentoo-dev 2003-11-20 17:04:00 UTC
I had some issues with your submitted ebuild:

It has 
newexe ${S}/scripts/gentoo/cpufreqd
in it, which should be
newexe ${S}/scripts/gentoo/cpufreqd cpufreqd .

And the location of cpufreqd has changed from /bin/cpufreqd to /usr/bin/cpufreqd.
I had to fix the init-script provided in the package.

Looks like you made tha same mistake as me and did not change everything at least two times.

Mode details can be found in #33968.
Comment 5 Gustavo Zacarias (RETIRED) gentoo-dev 2003-11-21 03:11:21 UTC
My mistake, i had a hand-compiled cpufreqd around and that's the reason i had valid binaries in both DIRs.
Sorry.