diff options
author | Jim Ramsay <lack@gentoo.org> | 2007-03-09 15:57:48 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2007-03-09 15:57:48 +0000 |
commit | b39e5a0b93253a867c8d2209396dd67e4581c7b8 (patch) | |
tree | 00ea8a318e191c6c2e70e0a3d94f03f85dfe728e /x11-plugins/gkrellfire | |
parent | Updated to use new gkrellm-plugin eclass (diff) | |
download | gentoo-2-b39e5a0b93253a867c8d2209396dd67e4581c7b8.tar.gz gentoo-2-b39e5a0b93253a867c8d2209396dd67e4581c7b8.tar.bz2 gentoo-2-b39e5a0b93253a867c8d2209396dd67e4581c7b8.zip |
Updated to use new gkrellm-plugin eclass
(Portage version: 2.1.2-r10)
Diffstat (limited to 'x11-plugins/gkrellfire')
-rw-r--r-- | x11-plugins/gkrellfire/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/gkrellfire/gkrellfire-0.3.3.ebuild | 13 |
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 -} |