Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 49314

Summary: gkrellm2-cpufreq-0.5.1.ebuild (New Package)
Product: Gentoo Linux Reporter: Kai Zimmermann (RETIRED) <kzimmerm>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED FIXED    
Severity: enhancement CC: mholzer, radek, rockoo
Priority: High Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 165185    
Bug Blocks:    
Attachments: gkrellm2-cpufreq-0.5.1.ebuild
gkrellm-cpufreq-0.5.2.ebuild
gkrellm-cpufreq-0.5.5.ebuild

Description Kai Zimmermann (RETIRED) gentoo-dev 2004-04-28 12:41:44 UTC
Hi,

a new Ebuild for the Gkrellm2 plugin: gkrellm2-cpufreq

kai
Comment 1 Kai Zimmermann (RETIRED) gentoo-dev 2004-04-28 12:42:11 UTC
Created attachment 30269 [details]
gkrellm2-cpufreq-0.5.1.ebuild
Comment 2 Travis Tilley (RETIRED) gentoo-dev 2004-04-28 14:10:58 UTC
if someone adds this to the tree, can you also add an ~amd64 keyword to the ebuild?
Comment 3 Martin Holzer (RETIRED) gentoo-dev 2004-05-24 02:55:44 UTC
*** Bug 51483 has been marked as a duplicate of this bug. ***
Comment 4 chouser (RETIRED) gentoo-dev 2004-11-23 08:09:06 UTC
0.5.2 is now available, and the URL appears to have changed to:
http://iacs.epfl.ch/~winkelma/gkrellm2-cpufreq/

After updating the ebuild name and URL, it works fine for me (x86).

--Chouser
Comment 5 Daniel Webert 2005-05-19 06:46:40 UTC
ebuild works fine overhere x86 - plz commit
Comment 6 Marcus D. Hanwell (RETIRED) gentoo-dev 2005-09-14 12:24:08 UTC
Created attachment 68474 [details]
gkrellm-cpufreq-0.5.2.ebuild

I was just testing the ebuild on my new laptop, it is great for monitoring how
well powernowd and cpufreqd are doing their jobs :) I have fixed it for
multilib on amd64, tested it on amd64 and x86 here (although I don't have a
speedstep capable x86). I would recommend committing - I could probably care
for it if you don't have time for it.
Comment 7 Marcus D. Hanwell (RETIRED) gentoo-dev 2005-09-14 12:27:14 UTC
Just thought (and double checked), the src_compile() function is not needed in  
the ebuild.  
Comment 8 Radek Podgorny 2006-03-23 08:09:04 UTC
Compiles and runs but displays nothing and when I click the button is prints "/usr/sbin/cpufreqset: command not found" and does nothing.

I think it should really say /usr/bin/cpufreq-set and therefore also depend on cpufrequtils...
Comment 9 Radek Podgorny 2006-03-23 08:25:05 UTC
Whoa, I got it wrong. It is supposed to be a slider! :-) Alright, when I set the freqency manually, the slider moves as expected. When trying to move it, it writes the error mentioned before...
Comment 10 Wolfgang Loeffler 2006-03-25 14:04:56 UTC
Created attachment 83113 [details]
gkrellm-cpufreq-0.5.5.ebuild

Hi, this is a new Version and a few changes, it installs now the cpufreqset* scripts into /usr/sbin and einfo about sudors
Comment 11 Jim Ramsay (lack) (RETIRED) gentoo-dev 2007-02-23 00:28:37 UTC
(In reply to comment #10)
> Hi, this is a new Version and a few changes, it installs now the cpufreqset*
> scripts into /usr/sbin and einfo about sudors

Great, thanks for that.  A couple small housekeeping details:
 - Use tabs, not spaces to indent in ebuild functions
 - Never use a blank 'einfo' line.  If you really want a blank line, use echo instead.

Besides that, looks good, and I've added it.