Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 317063 Details for
Bug 424643
sys-power/cpufrequtils is dead upstream and should be replaced with sys-power/cpupower (sys-power/cpupowerutils)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
modified ebuild from Strohel overlay
cpupower-3.4.ebuild (text/plain), 1.29 KB, created by
Robert Cabrera
on 2012-07-03 20:14:12 UTC
(
hide
)
Description:
modified ebuild from Strohel overlay
Filename:
MIME Type:
Creator:
Robert Cabrera
Created:
2012-07-03 20:14:12 UTC
Size:
1.29 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="4" > >inherit eutils > >MY_P="linux-${PV/_/-}" > >DESCRIPTION="successor to cpufrequtils distributed along Linux kernel sources" >HOMEPAGE="http://lwn.net/Articles/433002/" >SRC_URI="mirror://kernel/linux/kernel/v3.x/testing/${MY_P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="nls benchmark" > ># while the binaries are renamed, other files still collide >RDEPEND="!sys-power/cpufrequtils" > >S="${WORKDIR}/${MY_P}/tools/power/cpupower" > >src_unpack() { > local extract_only extract_list > extract_only="Makefile tools/power/cpupower/" > for file in ${extract_only} > do > extract_list+=" ${MY_P}/${file}" > done > tar -xjpf "${DISTDIR}/${A}" ${extract_list} >} > >src_prepare() { > pushd "${WORKDIR}/${MY_P}" > /dev/null > popd > /dev/null >} > >src_compile() { > use nls && NLS="true" || NLS="false" > export NLS > use benchmark && CPUFRQ_BENCH="true" || CPUFRQ_BENCH="false" > export CPUFRQ_BENCH > # set strip command to no-op so that is is handled by portage > emake STRIP=/bin/true >} > >src_install() { > # cannot use einstall as it encodes ${ED} into {bin,man,doc,...}dir > emake \ > DESTDIR="${D}" \ > mandir="/usr/share/man" \ > docdir="/usr/share/doc/${PF}" \ > libdir="/usr/$(get_libdir)" \ > install >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 424643
: 317063 |
317065
|
317067