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

x11-plugins/gkrellm-mailwatch/ChangeLog
x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.2.ebuild
x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3.ebuild

index 89dc1c3e91acd02b647e968e10b360e4d9722d33..caf6127e22d3ebe3c611c2594a8cb150a8cdbdd8 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/gkrellm-mailwatch
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-mailwatch/ChangeLog,v 1.23 2007/02/21 21:23:41 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-mailwatch/ChangeLog,v 1.24 2007/03/09 19:28:40 lack Exp $
+
+  09 Mar 2007; Jim Ramsay <lack@gentoo.org> gkrellm-mailwatch-2.4.2.ebuild,
+  gkrellm-mailwatch-2.4.3.ebuild:
+  Updated to use new gkrellm-plugin eclass
 
   21 Feb 2007; Jim Ramsay <lack@gentoo.org> metadata.xml,
   -gkrellm-mailwatch-0.7.2.ebuild:
index 41af490a422cacd177df28225dca1962ee079f5a..6194563edaaf20e66abcf1364f9bcc8a5e230ffd 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/gkrellm-mailwatch/gkrellm-mailwatch-2.4.2.ebuild,v 1.10 2004/06/24 22:56:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.2.ebuild,v 1.11 2007/03/09 19:28:40 lack Exp $
+
+inherit gkrellm-plugin
 
 IUSE=""
 S=${WORKDIR}/${PN}
@@ -8,18 +10,9 @@ DESCRIPTION="A GKrellM2 plugin that shows the status of additional mail boxes"
 SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz"
 HOMEPAGE="http://gkrellm.luon.net/mailwatch.phtml"
 
-DEPEND="=app-admin/gkrellm-2*"
-
 SLOT="2"
 LICENSE="GPL-2"
 KEYWORDS="x86 ppc sparc alpha"
 
-src_compile() {
-       emake || die
-}
+PLUGIN_SO=mailwatch.so
 
-src_install () {
-       exeinto /usr/lib/gkrellm2/plugins
-       doexe mailwatch.so
-       dodoc README Changelog
-}
index a8289ea92f26a7a99a2b8755d76f1b6236fbd08e..f401129a64aa61ec58f99a55991b29adb26135d0 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/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3.ebuild,v 1.6 2005/09/17 10:08:06 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3.ebuild,v 1.7 2007/03/09 19:28:40 lack Exp $
 
-inherit multilib
+inherit gkrellm-plugin
 
 IUSE=""
 S=${WORKDIR}/${PN}
@@ -10,18 +10,9 @@ DESCRIPTION="A GKrellM2 plugin that shows the status of additional mail boxes"
 SRC_URI="http://gkrellm.luon.net/files/${P}.tar.gz"
 HOMEPAGE="http://gkrellm.luon.net/mailwatch.phtml"
 
-DEPEND="=app-admin/gkrellm-2*"
-
 SLOT="2"
 LICENSE="GPL-2"
 KEYWORDS="alpha amd64 ppc ~sparc ~x86"
 
-src_compile() {
-       emake || die
-}
+PLUGIN_SO=mailwatch.so
 
-src_install () {
-       exeinto /usr/$(get_libdir)/gkrellm2/plugins
-       doexe mailwatch.so
-       dodoc README Changelog
-}