diff options
author | Jim Ramsay <lack@gentoo.org> | 2007-03-12 19:22:38 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2007-03-12 19:22:38 +0000 |
commit | 034be82311e37b8907838ecd25df832a51b03093 (patch) | |
tree | 778fc2a69e238dd90310a84f9c9e54a2094695bd /x11-plugins | |
parent | x86 stable (diff) | |
download | gentoo-2-034be82311e37b8907838ecd25df832a51b03093.tar.gz gentoo-2-034be82311e37b8907838ecd25df832a51b03093.tar.bz2 gentoo-2-034be82311e37b8907838ecd25df832a51b03093.zip |
Updated to use new gkrellm-plugin eclass
(Portage version: 2.1.2-r10)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gkrellweather/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/gkrellweather/gkrellweather-2.0.6.ebuild | 20 | ||||
-rw-r--r-- | x11-plugins/gkrellweather/gkrellweather-2.0.7.ebuild | 17 |
3 files changed, 19 insertions, 24 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 <lack@gentoo.org> gkrellweather-2.0.6.ebuild, + gkrellweather-2.0.7.ebuild: + Updated to use new gkrellm-plugin eclass 21 Feb 2007; Jim Ramsay <lack@gentoo.org> -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 } |