Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18473 - autospeedstep-0.2.ebuild ( New Package)
Summary: autospeedstep-0.2.ebuild ( New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Tom Payne (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-30 08:20 UTC by Minati jean michel
Modified: 2003-06-17 16:39 UTC (History)
0 users

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


Attachments
this is the ebuild for autospeedstep-0.2 (autospeedstep-0.2.ebuild,661 bytes, text/plain)
2003-03-30 08:22 UTC, Minati jean michel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Minati jean michel 2003-03-30 08:20:25 UTC
Hello,

this is the ebuild for autospeedstep 0.2 , this nice software allow speedstep
cpu owners to autmoagically set the clock of their cpu,depending of the
computers load.
you can find more info about it at : 
http://gpsdrive.kraftvoll.at/speedstep.shtml

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




can someone tell me what should I do now ? the doc on gentoo.org is outdated I
think.
Comment 1 Minati jean michel 2003-03-30 08:22:37 UTC
Created attachment 10016 [details]
this is the ebuild for autospeedstep-0.2

I also made the Changelog and digest file.
Comment 2 Jens Schittenhelm 2003-06-07 06:34:25 UTC
A simple init script for autospeedstep:

#/etc/init.d/autospeedstep
start() {
   ebegin "starting SpeedStep"
   /usr/local/sbin/autospeedstep >/dev/null
   eend 0
}

stop() {
   ebegin "stopping SpeedStep"
  killall autospeedstep >/dev/null
  eend 0
}
Comment 3 Tom Payne (RETIRED) gentoo-dev 2003-06-17 16:36:40 UTC
I've just independently created an ebuild for this package.
Comment 4 Tom Payne (RETIRED) gentoo-dev 2003-06-17 16:39:16 UTC
My version now in CVS.