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/gkrellm-xkb/gkrellm-xkb-1.05.ebuild | |
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/gkrellm-xkb/gkrellm-xkb-1.05.ebuild')
-rw-r--r-- | x11-plugins/gkrellm-xkb/gkrellm-xkb-1.05.ebuild | 17 |
1 files changed, 5 insertions, 12 deletions
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 -} |