diff options
author | 2007-03-12 19:26:31 +0000 | |
---|---|---|
committer | 2007-03-12 19:26:31 +0000 | |
commit | 0080a676d21f9d3d9001e0b599b816a7ec666ed2 (patch) | |
tree | 928b0a8c33ffc95bf9e48fba328f4412a88d9121 /x11-plugins/gkwebmon/gkwebmon-0.1b.ebuild | |
parent | x86 stable (diff) | |
download | gentoo-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/gkwebmon/gkwebmon-0.1b.ebuild')
-rw-r--r-- | x11-plugins/gkwebmon/gkwebmon-0.1b.ebuild | 16 |
1 files changed, 4 insertions, 12 deletions
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 -} |