diff options
author | Jim Ramsay <lack@gentoo.org> | 2007-03-12 16:38:42 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2007-03-12 16:38:42 +0000 |
commit | ccdf6c2c651cc9e299dba0829d11cba2e59e2a95 (patch) | |
tree | 9ce919a187109ff82196ccefb41bdb4e60c84c47 /x11-plugins | |
parent | x86 stable (diff) | |
download | gentoo-2-ccdf6c2c651cc9e299dba0829d11cba2e59e2a95.tar.gz gentoo-2-ccdf6c2c651cc9e299dba0829d11cba2e59e2a95.tar.bz2 gentoo-2-ccdf6c2c651cc9e299dba0829d11cba2e59e2a95.zip |
Updated to use new gkrellm-plugin eclass
(Portage version: 2.1.2-r10)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gkrellm-xkb/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05.ebuild | 17 |
2 files changed, 9 insertions, 13 deletions
diff --git a/x11-plugins/gkrellm-xkb/ChangeLog b/x11-plugins/gkrellm-xkb/ChangeLog index 958a57064347..2d913a6778e6 100644 --- a/x11-plugins/gkrellm-xkb/ChangeLog +++ b/x11-plugins/gkrellm-xkb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/gkrellm-xkb # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-xkb/ChangeLog,v 1.4 2007/02/21 23:27:15 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-xkb/ChangeLog,v 1.5 2007/03/12 16:38:42 lack Exp $ + + 12 Mar 2007; Jim Ramsay <lack@gentoo.org> gkrellm-xkb-1.05.ebuild: + Updated to use new gkrellm-plugin eclass 21 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog: Redigest for Manifest2 diff --git a/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05.ebuild b/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05.ebuild index 91523abf6151..56c82d02b49d 100644 --- a/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05.ebuild +++ b/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2006 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/gkrellm-xkb/gkrellm-xkb-1.05.ebuild,v 1.3 2006/05/29 23:10:48 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05.ebuild,v 1.4 2007/03/12 16:38:42 lack Exp $ + +inherit gkrellm-plugin DESCRIPTION="XKB keyboard switcher for gkrellm2" HOMEPAGE="http://sweb.cz/tripie/gkrellm/xkb/" @@ -11,14 +13,5 @@ SLOT="0" KEYWORDS="x86 ~amd64" IUSE="" -DEPEND=">=app-admin/gkrellm-2" - -src_compile() { - emake || die "emake failed" -} +PLUGIN_SO=xkb.so -src_install() { - insinto /usr/lib/gkrellm2/plugins - doins xkb.so - dodoc AUTHORS LICENSE ChangeLog -} |