summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-03-09 16:01:53 +0000
committerJim Ramsay <lack@gentoo.org>2007-03-09 16:01:53 +0000
commita3a26e84e291bc8c3117531efca9ec70f4758882 (patch)
tree371ebcaf3c4c5f24e481e6adb5892d7eb29dbdef /x11-plugins/gkrellfire
parentVersion bump, fixed compilation with older and newer kernels. (diff)
downloadhistorical-a3a26e84e291bc8c3117531efca9ec70f4758882.tar.gz
historical-a3a26e84e291bc8c3117531efca9ec70f4758882.tar.bz2
historical-a3a26e84e291bc8c3117531efca9ec70f4758882.zip
Updated to use new gkrellm-plugin eclass
Package-Manager: portage-2.1.2-r10
Diffstat (limited to 'x11-plugins/gkrellfire')
-rw-r--r--x11-plugins/gkrellfire/ChangeLog5
-rw-r--r--x11-plugins/gkrellfire/gkrellfire-0.3.3.ebuild13
2 files changed, 6 insertions, 12 deletions
diff --git a/x11-plugins/gkrellfire/ChangeLog b/x11-plugins/gkrellfire/ChangeLog
index 0502cc6b3bec..1b95dfaa7784 100644
--- a/x11-plugins/gkrellfire/ChangeLog
+++ b/x11-plugins/gkrellfire/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/gkrellfire
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellfire/ChangeLog,v 1.1 2007/02/23 16:29:13 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellfire/ChangeLog,v 1.2 2007/03/09 15:57:48 lack Exp $
+
+ 09 Mar 2007; Jim Ramsay <lack@gentoo.org> gkrellfire-0.3.3.ebuild:
+ Updated to use new gkrellm-plugin eclass
*gkrellfire-0.3.3 (23 Feb 2007)
diff --git a/x11-plugins/gkrellfire/gkrellfire-0.3.3.ebuild b/x11-plugins/gkrellfire/gkrellfire-0.3.3.ebuild
index 4e5518a0ae3d..ca34a5abc435 100644
--- a/x11-plugins/gkrellfire/gkrellfire-0.3.3.ebuild
+++ b/x11-plugins/gkrellfire/gkrellfire-0.3.3.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/gkrellfire/gkrellfire-0.3.3.ebuild,v 1.1 2007/02/23 16:29:13 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellfire/gkrellfire-0.3.3.ebuild,v 1.2 2007/03/09 15:57:48 lack Exp $
-inherit multilib
+inherit gkrellm-plugin
DESCRIPTION="Cpu load flames for GKrellM 2"
HOMEPAGE="http://people.freenet.de/thomas-steinke"
@@ -13,13 +13,4 @@ SLOT="0"
KEYWORDS="~x86"
IUSE=""
-RDEPEND="=app-admin/gkrellm-2*"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-src_install() {
- dodoc Changelog COPYING README
-
- exeinto /usr/$(get_libdir)/gkrellm2/plugins
- doexe gkrellfire.so
-}