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
commitf570ee89c047fbb0d60d6202896135b9fa10df6a (patch)
treef56e2e97b62abb17c03e2109232d17b94ddea642 /x11-plugins/gkrellkam
parentMIPS love. (diff)
downloadgentoo-2-f570ee89c047fbb0d60d6202896135b9fa10df6a.tar.gz
gentoo-2-f570ee89c047fbb0d60d6202896135b9fa10df6a.tar.bz2
gentoo-2-f570ee89c047fbb0d60d6202896135b9fa10df6a.zip
Updated to use new gkrellm-plugin eclass
(Portage version: 2.1.2-r10)
Diffstat (limited to 'x11-plugins/gkrellkam')
-rw-r--r--x11-plugins/gkrellkam/ChangeLog5
-rw-r--r--x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild16
2 files changed, 12 insertions, 9 deletions
diff --git a/x11-plugins/gkrellkam/ChangeLog b/x11-plugins/gkrellkam/ChangeLog
index 0bcbddf1c6b4..59985fc89964 100644
--- a/x11-plugins/gkrellkam/ChangeLog
+++ b/x11-plugins/gkrellkam/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/gkrellkam
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellkam/ChangeLog,v 1.14 2007/02/22 21:27:56 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellkam/ChangeLog,v 1.15 2007/03/09 16:01:53 lack Exp $
+
+ 09 Mar 2007; Jim Ramsay <lack@gentoo.org> gkrellkam-2.0.0.ebuild:
+ Updated to use new gkrellm-plugin eclass
22 Feb 2007; Jim Ramsay <lack@gentoo.org> +metadata.xml:
Accepting maintainership
diff --git a/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild b/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild
index 91ff65a12091..4207cf571196 100644
--- a/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild
+++ b/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild,v 1.12 2005/04/27 21:18:38 herbs Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellkam/gkrellkam-2.0.0.ebuild,v 1.13 2007/03/09 16:01:53 lack Exp $
-inherit multilib
+inherit gkrellm-plugin
MY_P=${P/-/_}
IUSE=""
@@ -13,12 +13,12 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc sparc alpha amd64"
-DEPEND="=app-admin/gkrellm-2*"
+RDEPEND="net-misc/wget"
-src_install () {
- exeinto /usr/$(get_libdir)/gkrellm2/plugins
- doexe gkrellkam2.so
+PLUGIN_SO=gkrellkam2.so
+PLUGIN_DOCS="example.list"
+src_install () {
+ gkrellm-plugin_src_install
doman gkrellkam-list.5
- dodoc README Changelog COPYING example.list Release Todo INSTALL
}