From bdbe5c95dbddd5721b218881c2a51a1bfb411fa9 Mon Sep 17 00:00:00 2001 From: Jim Ramsay Date: Mon, 12 Mar 2007 19:26:31 +0000 Subject: [PATCH] Updated to use new gkrellm-plugin eclass Package-Manager: portage-2.1.2-r10 --- x11-plugins/gkrellweather/ChangeLog | 6 +++++- .../gkrellweather/gkrellweather-2.0.6.ebuild | 20 ++++++++----------- .../gkrellweather/gkrellweather-2.0.7.ebuild | 17 ++++++---------- x11-plugins/gkwebmon/ChangeLog | 6 +++++- x11-plugins/gkwebmon/gkwebmon-0.1b.ebuild | 16 ++++----------- x11-plugins/gkwebmon/gkwebmon-0.2.ebuild | 16 ++++----------- 6 files changed, 32 insertions(+), 49 deletions(-) diff --git a/x11-plugins/gkrellweather/ChangeLog b/x11-plugins/gkrellweather/ChangeLog index d25bca193fab..3e6c1a10cab3 100644 --- a/x11-plugins/gkrellweather/ChangeLog +++ b/x11-plugins/gkrellweather/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/gkrellweather # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/ChangeLog,v 1.23 2007/02/21 21:42:14 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/ChangeLog,v 1.24 2007/03/12 19:22:38 lack Exp $ + + 12 Mar 2007; Jim Ramsay gkrellweather-2.0.6.ebuild, + gkrellweather-2.0.7.ebuild: + Updated to use new gkrellm-plugin eclass 21 Feb 2007; Jim Ramsay -gkrellweather-0.2.7-r2.ebuild: Cleaning up old versions for gkrellm-1.2 removal diff --git a/x11-plugins/gkrellweather/gkrellweather-2.0.6.ebuild b/x11-plugins/gkrellweather/gkrellweather-2.0.6.ebuild index fcf5875d853f..5dfbb3113b1e 100644 --- a/x11-plugins/gkrellweather/gkrellweather-2.0.6.ebuild +++ b/x11-plugins/gkrellweather/gkrellweather-2.0.6.ebuild @@ -1,8 +1,8 @@ -# 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/gkrellweather/gkrellweather-2.0.6.ebuild,v 1.12 2005/04/27 16:53:32 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/gkrellweather-2.0.6.ebuild,v 1.13 2007/03/12 19:22:38 lack Exp $ -inherit multilib +inherit gkrellm-plugin IUSE="" DESCRIPTION="GKrellM2 Plugin that monitors a METAR station and displays weather @@ -14,13 +14,11 @@ SLOT="2" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc alpha amd64" -DEPEND="=app-admin/gkrellm-2* - >=sys-apps/sed-4.0.5 - >=net-misc/wget-1.5.3" - -RDEPEND="${DEPEND} +RDEPEND=">=net-misc/wget-1.5.3 >=dev-lang/perl-5.6.1" +DEPEND=">=sys-apps/sed-4.0.5" + src_unpack() { unpack ${A} cd ${S} @@ -36,10 +34,8 @@ src_compile() { } src_install () { + gkrellm-plugin_src_install + exeinto /usr/bin newexe GrabWeather GrabWeather2 - - insinto /usr/$(get_libdir)/gkrellm2/plugins - doins gkrellweather.so - dodoc README ChangeLog COPYING } diff --git a/x11-plugins/gkrellweather/gkrellweather-2.0.7.ebuild b/x11-plugins/gkrellweather/gkrellweather-2.0.7.ebuild index 6ae3580f37dd..a45c918c4c7d 100644 --- a/x11-plugins/gkrellweather/gkrellweather-2.0.7.ebuild +++ b/x11-plugins/gkrellweather/gkrellweather-2.0.7.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/gkrellweather/gkrellweather-2.0.7.ebuild,v 1.1 2007/02/21 15:43:24 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellweather/gkrellweather-2.0.7.ebuild,v 1.2 2007/03/12 19:22:38 lack Exp $ -inherit multilib +inherit gkrellm-plugin IUSE="" DESCRIPTION="GKrellM2 Plugin that monitors a METAR station and displays weather @@ -14,12 +14,9 @@ SLOT="2" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" -DEPEND="=app-admin/gkrellm-2* - >=sys-apps/sed-4.0.5 +RDEPEND=">=dev-lang/perl-5.6.1 >=net-misc/wget-1.5.3" - -RDEPEND="${DEPEND} - >=dev-lang/perl-5.6.1" +DEPEND=">=sys-apps/sed-4.0.5" src_unpack() { unpack ${A} @@ -36,10 +33,8 @@ src_compile() { } src_install () { + gkrellm-plugin_src_install + exeinto /usr/bin newexe GrabWeather GrabWeather2 - - insinto /usr/$(get_libdir)/gkrellm2/plugins - doins gkrellweather.so - dodoc README ChangeLog COPYING } diff --git a/x11-plugins/gkwebmon/ChangeLog b/x11-plugins/gkwebmon/ChangeLog index 3bf770f3b3cf..f4e53f8f19e9 100644 --- a/x11-plugins/gkwebmon/ChangeLog +++ b/x11-plugins/gkwebmon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/gkwebmon # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkwebmon/ChangeLog,v 1.9 2007/02/22 21:30:25 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkwebmon/ChangeLog,v 1.10 2007/03/12 19:26:31 lack Exp $ + + 12 Mar 2007; Jim Ramsay gkwebmon-0.1b.ebuild, + gkwebmon-0.2.ebuild: + Updated to use new gkrellm-plugin eclass 22 Feb 2007; Jim Ramsay +metadata.xml: Accepting maintainership diff --git a/x11-plugins/gkwebmon/gkwebmon-0.1b.ebuild b/x11-plugins/gkwebmon/gkwebmon-0.1b.ebuild index f0ab3ba90dba..0396d4d279b7 100644 --- a/x11-plugins/gkwebmon/gkwebmon-0.1b.ebuild +++ b/x11-plugins/gkwebmon/gkwebmon-0.1b.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2004 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/gkwebmon/gkwebmon-0.1b.ebuild,v 1.6 2004/06/24 23:00:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkwebmon/gkwebmon-0.1b.ebuild,v 1.7 2007/03/12 19:26:31 lack Exp $ + +inherit gkrellm-plugin IUSE="" @@ -12,13 +14,3 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc ~sparc ~alpha" -DEPEND="=app-admin/gkrellm-2*" - -src_compile() { - make || die -} - -src_install() { - insinto /usr/lib/gkrellm2/plugins - doins gkwebmon.so -} diff --git a/x11-plugins/gkwebmon/gkwebmon-0.2.ebuild b/x11-plugins/gkwebmon/gkwebmon-0.2.ebuild index ede2d8c67915..89f2a6530821 100644 --- a/x11-plugins/gkwebmon/gkwebmon-0.2.ebuild +++ b/x11-plugins/gkwebmon/gkwebmon-0.2.ebuild @@ -1,6 +1,8 @@ -# 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/gkwebmon/gkwebmon-0.2.ebuild,v 1.6 2005/09/17 10:09:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkwebmon/gkwebmon-0.2.ebuild,v 1.7 2007/03/12 19:26:31 lack Exp $ + +inherit gkrellm-plugin IUSE="" DESCRIPTION="A web monitor plugin for GKrellM2" @@ -11,13 +13,3 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="alpha ppc ~sparc x86" -DEPEND="=app-admin/gkrellm-2*" - -src_compile() { - make || die -} - -src_install() { - insinto /usr/lib/gkrellm2/plugins - doins gkwebmon.so -} -- 2.26.2