summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-03-09 17:14:46 +0000
committerJim Ramsay <lack@gentoo.org>2007-03-09 17:14:46 +0000
commitec53b699ef2ec6cc9b71af5775fd8e5e8c3bda91 (patch)
treea8349133fc8d0668525c4d749de06793efc14c61 /x11-plugins
parentBumped 5.5 to lastest release (diff)
downloadgentoo-2-ec53b699ef2ec6cc9b71af5775fd8e5e8c3bda91.tar.gz
gentoo-2-ec53b699ef2ec6cc9b71af5775fd8e5e8c3bda91.tar.bz2
gentoo-2-ec53b699ef2ec6cc9b71af5775fd8e5e8c3bda91.zip
Updated to use new gkrellm-plugin eclass
(Portage version: 2.1.2-r10)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gkrellm-gkfreq/ChangeLog5
-rw-r--r--x11-plugins/gkrellm-gkfreq/gkrellm-gkfreq-1.0.ebuild12
2 files changed, 7 insertions, 10 deletions
diff --git a/x11-plugins/gkrellm-gkfreq/ChangeLog b/x11-plugins/gkrellm-gkfreq/ChangeLog
index 013f12fc8e87..d5b2eb739dce 100644
--- a/x11-plugins/gkrellm-gkfreq/ChangeLog
+++ b/x11-plugins/gkrellm-gkfreq/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/gkrellm-gkfreq
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-gkfreq/ChangeLog,v 1.2 2007/02/24 15:58:37 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-gkfreq/ChangeLog,v 1.3 2007/03/09 17:14:46 lack Exp $
+
+ 09 Mar 2007; Jim Ramsay <lack@gentoo.org> gkrellm-gkfreq-1.0.ebuild:
+ Updated to use new gkrellm-plugin eclass
24 Feb 2007; Steve Dibb <beandog@gentoo.org> gkrellm-gkfreq-1.0.ebuild:
Add ~amd64, bug 168222
diff --git a/x11-plugins/gkrellm-gkfreq/gkrellm-gkfreq-1.0.ebuild b/x11-plugins/gkrellm-gkfreq/gkrellm-gkfreq-1.0.ebuild
index 0c13f3c313b4..e009416a5193 100644
--- a/x11-plugins/gkrellm-gkfreq/gkrellm-gkfreq-1.0.ebuild
+++ b/x11-plugins/gkrellm-gkfreq/gkrellm-gkfreq-1.0.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-gkfreq/gkrellm-gkfreq-1.0.ebuild,v 1.2 2007/02/24 15:58:37 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-gkfreq/gkrellm-gkfreq-1.0.ebuild,v 1.3 2007/03/09 17:14:46 lack Exp $
-inherit multilib
+inherit gkrellm-plugin
DESCRIPTION="Displays CPU's current speed in gkrellm2"
HOMEPAGE="http://www.peakunix.net/gkfreq/"
@@ -13,11 +13,5 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND=">=app-admin/gkrellm-2"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
+PLUGIN_SO=gkfreq.so
-src_install() {
- insinto /usr/$(get_libdir)/gkrellm2/plugins
- doins gkfreq.so
-}