Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 342272 Details for
Bug 340155
x11-plugins/gkrellm-cpufreq does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gkrellm-cpufreq-0.6.1-r1.ebuild
gkrellm-cpufreq-0.6.1-r1.ebuild (text/plain), 1.24 KB, created by
Michael Mair-Keimberger (mm1ke)
on 2013-03-16 13:53:38 UTC
(
hide
)
Description:
gkrellm-cpufreq-0.6.1-r1.ebuild
Filename:
MIME Type:
Creator:
Michael Mair-Keimberger (mm1ke)
Created:
2013-03-16 13:53:38 UTC
Size:
1.24 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-cpufreq/gkrellm-cpufreq-0.6.1.ebuild,v 1.4 2007/12/06 17:44:53 opfer Exp $ > >EAPI="5" > >inherit gkrellm-plugin eutils > >MY_P=${P/gkrellm/gkrellm2} > >DESCRIPTION="A Gkrellm2 plugin for displaying and manipulating CPU frequency" >HOMEPAGE="http://iacs.epfl.ch/~winkelma/gkrellm2-cpufreq/" >SRC_URI="http://iacs.epfl.ch/~winkelma/gkrellm2-cpufreq//${MY_P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="amd64 x86" >IUSE="" > >S=${WORKDIR}/${MY_P} > >RDEPEND="sys-power/cpufrequtils > app-admin/sudo > app-admin/gkrellm[X]" >DEPEND="${RDEPEND}" > >PLUGIN_SO=cpufreq.so > >src_prepare() { > epatch "${FILESDIR}"/${PN}-makefile.patch >} > >src_compile() { > emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" >} > >src_install() { > gkrellm-plugin_src_install > exeinto /usr/sbin > doexe cpufreqnextgovernor >} > >pkg_postinst() { > echo > einfo "Add these lines to /etc/sudoers to allow users to change cpu governor and speed:" > einfo "ALL ALL = (root) NOPASSWD: /usr/bin/cpufreq-set -c [0-9]* -g userspace" > einfo "ALL ALL = (root) NOPASSWD: /usr/bin/cpufreq-set -c [0-9]* -f [0-9]*" > einfo "ALL ALL = (root) NOPASSWD: /usr/sbin/cpufreqnextgovernor" > echo >}
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 340155
:
249944
| 342272 |
342274