Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39483 - cpufreqd: new version, new ebuild
Summary: cpufreqd: new version, new ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-26 12:16 UTC by plasmagunman
Modified: 2004-01-26 19:32 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 plasmagunman 2004-01-26 12:16:18 UTC
cpufreqd has reached 1.1, and portage is still with 1.1-rc1.
there are some minor changes according to workdir and the name of the tar.gz-file. here's my diff between cpufreqd-1.1_rc1-r1.ebuild and cpufreqd-1.1.ebuild, created with "diff -u":

--- cpufreqd-1.1_rc1-r1.ebuild  2004-01-26 17:51:58.000000000 +0100
+++ cpufreqd-1.1.ebuild 2004-01-26 20:57:07.634492656 +0100
@@ -4,10 +4,10 @@
 
 inherit eutils
 
-S=${WORKDIR}/${P/_/-}
+S=${WORKDIR}/${P/_/-}.orig
 
 DESCRIPTION="Daemon to adjust CPU speed for power saving"
-SRC_URI="mirror://sourceforge/${PN}/${P/_/-}.tar.gz"
+SRC_URI="mirror://sourceforge/${PN}/${P/-/_}.0.orig.tar.gz"
 HOMEPAGE="http://sourceforge.net/projects/cpufreqd/"
 KEYWORDS="~x86 ~ppc -*"
 LICENSE="GPL-2"
@@ -17,7 +17,7 @@
        unpack ${A}
        cd ${S}
        #correct the init-script
-       sed -i -e s:/bin/cpufreqd:/usr/bin/cpufreqd: ${S}.orig/scripts/gentoo/cp
ufreqd
+       sed -i -e s:/bin/cpufreqd:/usr/sbin/cpufreqd: ${S}/scripts/gentoo/cpufre
qd
 }
 
 src_compile() {


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 SpanKY gentoo-dev 2004-01-26 19:32:35 UTC
now in portage