summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-03-12 14:57:55 +0000
committerJim Ramsay <lack@gentoo.org>2007-03-12 14:57:55 +0000
commita61a610a0f93053883bed14fe0999ab5bf210565 (patch)
treeadb2c8f8b024abcdc316382d4737af9f7c5e441c /x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild
parentReplacing einfo with elog (diff)
downloadgentoo-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)
Diffstat (limited to 'x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild')
-rw-r--r--x11-plugins/gkrellm-trayicons/gkrellm-trayicons-1.02.ebuild13
1 files changed, 3 insertions, 10 deletions
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
-}