summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-03-09 16:57:25 +0000
committerJim Ramsay <lack@gentoo.org>2007-03-09 16:57:25 +0000
commit2399d50ed59e1fe5b1ca01a866967d55b70f4bea (patch)
treef45146175b5543aef9373664943fe4e135d2d422 /x11-plugins/gkrellm-cpufreq
parentUpdated to use new gkrellm-plugin eclass (diff)
downloadgentoo-2-2399d50ed59e1fe5b1ca01a866967d55b70f4bea.tar.gz
gentoo-2-2399d50ed59e1fe5b1ca01a866967d55b70f4bea.tar.bz2
gentoo-2-2399d50ed59e1fe5b1ca01a866967d55b70f4bea.zip
Updated to use new gkrellm-plugin eclass
(Portage version: 2.1.2-r10)
Diffstat (limited to 'x11-plugins/gkrellm-cpufreq')
-rw-r--r--x11-plugins/gkrellm-cpufreq/ChangeLog5
-rw-r--r--x11-plugins/gkrellm-cpufreq/gkrellm-cpufreq-0.5.5.ebuild17
2 files changed, 8 insertions, 14 deletions
diff --git a/x11-plugins/gkrellm-cpufreq/ChangeLog b/x11-plugins/gkrellm-cpufreq/ChangeLog
index d979fbf6412d..9fe6abfa6136 100644
--- a/x11-plugins/gkrellm-cpufreq/ChangeLog
+++ b/x11-plugins/gkrellm-cpufreq/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/gkrellm-cpufreq
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-cpufreq/ChangeLog,v 1.1 2007/02/23 00:27:58 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-cpufreq/ChangeLog,v 1.2 2007/03/09 16:57:25 lack Exp $
+
+ 09 Mar 2007; Jim Ramsay <lack@gentoo.org> gkrellm-cpufreq-0.5.5.ebuild:
+ Updated to use new gkrellm-plugin eclass
*gkrellm-cpufreq-0.5.5 (23 Feb 2007)
diff --git a/x11-plugins/gkrellm-cpufreq/gkrellm-cpufreq-0.5.5.ebuild b/x11-plugins/gkrellm-cpufreq/gkrellm-cpufreq-0.5.5.ebuild
index c45aed051c89..92b671a3a16b 100644
--- a/x11-plugins/gkrellm-cpufreq/gkrellm-cpufreq-0.5.5.ebuild
+++ b/x11-plugins/gkrellm-cpufreq/gkrellm-cpufreq-0.5.5.ebuild
@@ -1,8 +1,8 @@
# 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.5.5.ebuild,v 1.1 2007/02/23 00:27:58 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-cpufreq/gkrellm-cpufreq-0.5.5.ebuild,v 1.2 2007/03/09 16:57:25 lack Exp $
-inherit multilib
+inherit gkrellm-plugin
MY_P=${P/gkrellm/gkrellm2}
@@ -15,21 +15,12 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND="=app-admin/gkrellm-2*"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
S=${WORKDIR}/${MY_P}
-src_compile() {
- emake || die "emake failed"
-}
+PLUGIN_SO=cpufreq.so
src_install() {
- dodoc README
- insinto /usr/$(get_libdir)/gkrellm2/plugins
- doins cpufreq.so
+ gkrellm-plugin_src_install
exeinto /usr/sbin
doexe cpufreqset
doexe cpufreqsetgovernor