summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2007-03-09 19:28:40 +0000
committerJim Ramsay <lack@gentoo.org>2007-03-09 19:28:40 +0000
commitd47ecb5dd3085e13660d4ad10f9c4f8aece98e6c (patch)
tree0fdf875155b4e62acc0427e573045360dee3f518 /x11-plugins/gkrellm-mailwatch
parentStable on ppc wrt bug 169148 (diff)
downloadhistorical-d47ecb5dd3085e13660d4ad10f9c4f8aece98e6c.tar.gz
historical-d47ecb5dd3085e13660d4ad10f9c4f8aece98e6c.tar.bz2
historical-d47ecb5dd3085e13660d4ad10f9c4f8aece98e6c.zip
Updated to use new gkrellm-plugin eclass
Package-Manager: portage-2.1.2-r10
Diffstat (limited to 'x11-plugins/gkrellm-mailwatch')
-rw-r--r--x11-plugins/gkrellm-mailwatch/ChangeLog6
-rw-r--r--x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.2.ebuild17
-rw-r--r--x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3.ebuild17
3 files changed, 14 insertions, 26 deletions
diff --git a/x11-plugins/gkrellm-mailwatch/ChangeLog b/x11-plugins/gkrellm-mailwatch/ChangeLog
index 89dc1c3e91ac..caf6127e22d3 100644
--- a/x11-plugins/gkrellm-mailwatch/ChangeLog
+++ b/x11-plugins/gkrellm-mailwatch/ChangeLog
@@ -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:
diff --git a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.2.ebuild b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.2.ebuild
index 41af490a422c..6194563edaaf 100644
--- a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.2.ebuild
+++ b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.2.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/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
-}
diff --git a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3.ebuild b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3.ebuild
index a8289ea92f26..f401129a64aa 100644
--- a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3.ebuild
+++ b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.3.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/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
-}