summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-03-09 19:10:08 +0000
committerJim Ramsay <lack@gentoo.org>2007-03-09 19:10:08 +0000
commit2f163634ebc005210d18c1885f7dd59b23e9c216 (patch)
treeeedde00d8188c0bd57ead5bb63cdef7eb5f8bca2 /x11-plugins/gkrellmlaunch
parentStable for HPPA (bug #169987). (diff)
downloadhistorical-2f163634ebc005210d18c1885f7dd59b23e9c216.tar.gz
historical-2f163634ebc005210d18c1885f7dd59b23e9c216.tar.bz2
historical-2f163634ebc005210d18c1885f7dd59b23e9c216.zip
Updated to use new gkrellm-plugin eclass
Package-Manager: portage-2.1.2-r10
Diffstat (limited to 'x11-plugins/gkrellmlaunch')
-rw-r--r--x11-plugins/gkrellmlaunch/ChangeLog5
-rw-r--r--x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild18
2 files changed, 7 insertions, 16 deletions
diff --git a/x11-plugins/gkrellmlaunch/ChangeLog b/x11-plugins/gkrellmlaunch/ChangeLog
index b8995cb1771d..3504a2f81086 100644
--- a/x11-plugins/gkrellmlaunch/ChangeLog
+++ b/x11-plugins/gkrellmlaunch/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/gkrellmlaunch
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/ChangeLog,v 1.13 2007/02/21 21:16:05 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/ChangeLog,v 1.14 2007/03/09 19:10:08 lack Exp $
+
+ 09 Mar 2007; Jim Ramsay <lack@gentoo.org> gkrellmlaunch-0.5.ebuild:
+ Updated to use new gkrellm-plugin eclass
21 Feb 2007; Jim Ramsay <lack@gentoo.org> +metadata.xml,
-gkrellmlaunch-0.4.ebuild:
diff --git a/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild b/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild
index 4df8690b5e8e..188d4f3778cd 100644
--- a/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild
+++ b/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild
@@ -1,27 +1,15 @@
-# Copyright 1999-2005 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/gkrellmlaunch/gkrellmlaunch-0.5.ebuild,v 1.14 2005/04/27 20:12:21 herbs Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild,v 1.15 2007/03/09 19:10:08 lack Exp $
-inherit multilib
+inherit gkrellm-plugin
IUSE=""
DESCRIPTION="a Program-Launcher Plugin for GKrellM2"
SRC_URI="mirror://sourceforge/gkrellmlaunch/${P}.tar.gz"
HOMEPAGE="http://gkrellmlaunch.sourceforge.net/"
-DEPEND="=app-admin/gkrellm-2*"
-
SLOT="2"
LICENSE="GPL-2"
KEYWORDS="x86 ppc sparc alpha amd64"
-src_compile() {
- make || die
-}
-
-src_install () {
- insinto /usr/$(get_libdir)/gkrellm2/plugins
- doins gkrellmlaunch.so
-
- dodoc README
-}