Updated to use new gkrellm-plugin eclass
authorJim Ramsay <lack@gentoo.org>
Fri, 9 Mar 2007 19:10:08 +0000 (19:10 +0000)
committerJim Ramsay <lack@gentoo.org>
Fri, 9 Mar 2007 19:10:08 +0000 (19:10 +0000)
Package-Manager: portage-2.1.2-r10

x11-plugins/gkrellmitime/ChangeLog
x11-plugins/gkrellmitime/gkrellmitime-1.0.1.ebuild
x11-plugins/gkrellmlaunch/ChangeLog
x11-plugins/gkrellmlaunch/gkrellmlaunch-0.5.ebuild

index 09672658808f6debb6a2c8a4b5983ceb42d841fe..e7a22b0c7746efb4501abfa2a071ebaa6fc28647 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/gkrellmitime
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmitime/ChangeLog,v 1.19 2007/02/22 18:24:11 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmitime/ChangeLog,v 1.20 2007/03/09 19:07:26 lack Exp $
+
+  09 Mar 2007; Jim Ramsay <lack@gentoo.org> gkrellmitime-1.0.1.ebuild:
+  Updated to use new gkrellm-plugin eclass
 
   22 Feb 2007; Jim Ramsay <lack@gentoo.org> +metadata.xml,
   -gkrellmitime-0.4.ebuild, -gkrellmitime-0.5.1.ebuild,
index 325c6389648a584888834fcc4f4181766cb12622..84cbf034b2279a173d294fcb37014151817ad76a 100644 (file)
@@ -1,8 +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/gkrellmitime/gkrellmitime-1.0.1.ebuild,v 1.12 2006/12/28 04:43:24 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellmitime/gkrellmitime-1.0.1.ebuild,v 1.13 2007/03/09 19:07:26 lack Exp $
 
-inherit multilib eutils
+inherit gkrellm-plugin
 
 IUSE=""
 DESCRIPTION="Internet Time plugin for Gkrellm2"
@@ -13,15 +13,11 @@ LICENSE="GPL-2"
 SLOT="2"
 KEYWORDS="x86 ppc sparc alpha amd64"
 
-DEPEND=">=app-admin/gkrellm-2"
+PLUGIN_SO=gkrellm_itime.so
 
-src_compile() {
-       epatch "${FILESDIR}"/${P}-Makefile.patch
-       emake || die "emake failed"
+src_unpack() {
+       unpack ${A}
+       cd ${S}
+       epatch "${FILESDIR}"/${P}-Makefile.patch || die "Patch failed"
 }
 
-src_install() {
-       insinto /usr/$(get_libdir)/gkrellm2/plugins
-       doins gkrellm_itime.so
-       dodoc README ChangeLog COPYING
-}
index b8995cb1771d90ebbc22cca3a37993428d81081f..3504a2f8108671f87229f5f1daaa91ac4fc78298 100644 (file)
@@ -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:
index 4df8690b5e8e2ac67e7ac987576d1e744c19ac2c..188d4f3778cd5c329590c93a0a445a7b25c1bfb3 100644 (file)
@@ -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
-}