diff options
author | Jim Ramsay <lack@gentoo.org> | 2007-03-12 14:57:55 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2007-03-12 14:57:55 +0000 |
commit | a61a610a0f93053883bed14fe0999ab5bf210565 (patch) | |
tree | adb2c8f8b024abcdc316382d4737af9f7c5e441c | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-a61a610a0f93053883bed14fe0999ab5bf210565.tar.gz gentoo-2-a61a610a0f93053883bed14fe0999ab5bf210565.tar.bz2 gentoo-2-a61a610a0f93053883bed14fe0999ab5bf210565.zip |
Updated to use new gkrellm-plugin eclass
(Portage version: 2.1.2-r10)
-rw-r--r-- | x11-plugins/gkrellm-trayicons/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild | 13 | ||||
-rw-r--r-- | x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild | 15 |
3 files changed, 11 insertions, 23 deletions
diff --git a/x11-plugins/gkrellm-trayicons/ChangeLog b/x11-plugins/gkrellm-trayicons/ChangeLog index b81a1178dfe8..39cb4da51338 100644 --- a/x11-plugins/gkrellm-trayicons/ChangeLog +++ b/x11-plugins/gkrellm-trayicons/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/gkrellm-trayicons # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-trayicons/ChangeLog,v 1.10 2007/02/22 18:58:30 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-trayicons/ChangeLog,v 1.11 2007/03/12 14:57:55 lack Exp $ + + 12 Mar 2007; Jim Ramsay <lack@gentoo.org> gkrellm-trayicons-1.02.ebuild, + gkrellm-trayicons-1.03.ebuild: + Updated to use new gkrellm-plugin eclass 22 Feb 2007; Jim Ramsay <lack@gentoo.org> gkrellm-trayicons-1.02.ebuild, gkrellm-trayicons-1.03.ebuild: diff --git a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild index 8bade6fa6a0d..0cdeded3406c 100644 --- a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild +++ b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild,v 1.10 2007/02/22 18:58:30 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild,v 1.11 2007/03/12 14:57:55 lack Exp $ -inherit multilib +inherit gkrellm-plugin DESCRIPTION="Configurable Tray Icons for GKrellM" HOMEPAGE="http://sweb.cz/tripie/gkrellm/trayicons/" @@ -15,12 +15,5 @@ IUSE="" DEPEND="=app-admin/gkrellm-2*" -src_compile() { - emake || die "emake failed" -} +PLUGIN_SO=trayicons.so -src_install() { - insinto /usr/$(get_libdir)/gkrellm2/plugins - doins trayicons.so - dodoc AUTHORS LICENSE ChangeLog -} diff --git a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild index ce1aa722f471..5f89877f98aa 100644 --- a/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild +++ b/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild,v 1.2 2007/02/22 18:58:30 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.03.ebuild,v 1.3 2007/03/12 14:57:55 lack Exp $ -inherit multilib +inherit gkrellm-plugin DESCRIPTION="Configurable Tray Icons for GKrellM" HOMEPAGE="http://sweb.cz/tripie/gkrellm/trayicons/" @@ -13,14 +13,5 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" -DEPEND="=app-admin/gkrellm-2*" +PLUGIN_SO=trayicons.so -src_compile() { - emake || die "emake failed" -} - -src_install() { - insinto /usr/$(get_libdir)/gkrellm2/plugins - doins trayicons.so - dodoc AUTHORS LICENSE ChangeLog -} |