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

x11-plugins/gkrellweather/ChangeLog
x11-plugins/gkrellweather/gkrellweather-2.0.6.ebuild
x11-plugins/gkrellweather/gkrellweather-2.0.7.ebuild
x11-plugins/gkwebmon/ChangeLog
x11-plugins/gkwebmon/gkwebmon-0.1b.ebuild
x11-plugins/gkwebmon/gkwebmon-0.2.ebuild

index d25bca193fabc71f3d65bdf960f0f18ecbf8167e..3e6c1a10cab34eb2d58f00cb3613ecc428ba87e8 100644 (file)
@@ -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
index fcf5875d853fad004967af725051cc3c175a0242..5dfbb3113b1e06aa7df754439f7fc1c407433d19 100644 (file)
@@ -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
 }
index 6ae3580f37ddbdcccb975453a4eb0ae343b696fe..a45c918c4c7db7f64797e609791b8bc0a8a04b16 100644 (file)
@@ -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
 }
index 3bf770f3b3cf7a11b96c8cb77f042f3708340cdc..f4e53f8f19e9ff3cab15ab72f9dc8438f99929d4 100644 (file)
@@ -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 <lack@gentoo.org> gkwebmon-0.1b.ebuild,
+  gkwebmon-0.2.ebuild:
+  Updated to use new gkrellm-plugin eclass
 
   22 Feb 2007; Jim Ramsay <lack@gentoo.org> +metadata.xml:
   Accepting maintainership
index f0ab3ba90dba4c06651566179ac394cbf60fa1ef..0396d4d279b7f5b1c376c6bee3aa0351e67d7fc4 100644 (file)
@@ -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
-}
index ede2d8c6791534a79f6f2547279319ac9cb74e66..89f2a6530821c4a0075c5d5364baf4d861ec7eaf 100644 (file)
@@ -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
-}