summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-03-12 19:26:31 +0000
committerJim Ramsay <lack@gentoo.org>2007-03-12 19:26:31 +0000
commit0080a676d21f9d3d9001e0b599b816a7ec666ed2 (patch)
tree928b0a8c33ffc95bf9e48fba328f4412a88d9121 /x11-plugins
parentx86 stable (diff)
downloadgentoo-2-0080a676d21f9d3d9001e0b599b816a7ec666ed2.tar.gz
gentoo-2-0080a676d21f9d3d9001e0b599b816a7ec666ed2.tar.bz2
gentoo-2-0080a676d21f9d3d9001e0b599b816a7ec666ed2.zip
Updated to use new gkrellm-plugin eclass
(Portage version: 2.1.2-r10)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gkwebmon/ChangeLog6
-rw-r--r--x11-plugins/gkwebmon/gkwebmon-0.1b.ebuild16
-rw-r--r--x11-plugins/gkwebmon/gkwebmon-0.2.ebuild16
3 files changed, 13 insertions, 25 deletions
diff --git a/x11-plugins/gkwebmon/ChangeLog b/x11-plugins/gkwebmon/ChangeLog
index 3bf770f3b3cf..f4e53f8f19e9 100644
--- a/x11-plugins/gkwebmon/ChangeLog
+++ b/x11-plugins/gkwebmon/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/gkwebmon
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkwebmon/ChangeLog,v 1.9 2007/02/22 21:30:25 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkwebmon/ChangeLog,v 1.10 2007/03/12 19:26:31 lack Exp $
+
+ 12 Mar 2007; Jim Ramsay <lack@gentoo.org> gkwebmon-0.1b.ebuild,
+ gkwebmon-0.2.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/gkwebmon/gkwebmon-0.1b.ebuild b/x11-plugins/gkwebmon/gkwebmon-0.1b.ebuild
index f0ab3ba90dba..0396d4d279b7 100644
--- a/x11-plugins/gkwebmon/gkwebmon-0.1b.ebuild
+++ b/x11-plugins/gkwebmon/gkwebmon-0.1b.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2004 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/gkwebmon/gkwebmon-0.1b.ebuild,v 1.6 2004/06/24 23:00:23 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkwebmon/gkwebmon-0.1b.ebuild,v 1.7 2007/03/12 19:26:31 lack Exp $
+
+inherit gkrellm-plugin
IUSE=""
@@ -12,13 +14,3 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ppc ~sparc ~alpha"
-DEPEND="=app-admin/gkrellm-2*"
-
-src_compile() {
- make || die
-}
-
-src_install() {
- insinto /usr/lib/gkrellm2/plugins
- doins gkwebmon.so
-}
diff --git a/x11-plugins/gkwebmon/gkwebmon-0.2.ebuild b/x11-plugins/gkwebmon/gkwebmon-0.2.ebuild
index ede2d8c67915..89f2a6530821 100644
--- a/x11-plugins/gkwebmon/gkwebmon-0.2.ebuild
+++ b/x11-plugins/gkwebmon/gkwebmon-0.2.ebuild
@@ -1,6 +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/gkwebmon/gkwebmon-0.2.ebuild,v 1.6 2005/09/17 10:09:42 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkwebmon/gkwebmon-0.2.ebuild,v 1.7 2007/03/12 19:26:31 lack Exp $
+
+inherit gkrellm-plugin
IUSE=""
DESCRIPTION="A web monitor plugin for GKrellM2"
@@ -11,13 +13,3 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="alpha ppc ~sparc x86"
-DEPEND="=app-admin/gkrellm-2*"
-
-src_compile() {
- make || die
-}
-
-src_install() {
- insinto /usr/lib/gkrellm2/plugins
- doins gkwebmon.so
-}