# 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:
-# 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}
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
-}
-# 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}
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
-}