From: Jim Ramsay Date: Fri, 9 Mar 2007 19:28:40 +0000 (+0000) Subject: Updated to use new gkrellm-plugin eclass X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d47ecb5dd3085e13660d4ad10f9c4f8aece98e6c;p=gentoo.git Updated to use new gkrellm-plugin eclass Package-Manager: portage-2.1.2-r10 --- 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 gkrellm-mailwatch-2.4.2.ebuild, + gkrellm-mailwatch-2.4.3.ebuild: + Updated to use new gkrellm-plugin eclass 21 Feb 2007; Jim Ramsay 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 -}