diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-02-19 22:20:54 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-02-19 22:20:54 +0000 |
commit | 9caa0931d9c58560e94435a74f65a0c06aaf8499 (patch) | |
tree | bb8cbfe064928d07b84e61f6f82db23dc656ca13 /x11-plugins/gkrellm-mailwatch | |
parent | cleanup (diff) | |
download | gentoo-2-9caa0931d9c58560e94435a74f65a0c06aaf8499.tar.gz gentoo-2-9caa0931d9c58560e94435a74f65a0c06aaf8499.tar.bz2 gentoo-2-9caa0931d9c58560e94435a74f65a0c06aaf8499.zip |
Version bumped.
Diffstat (limited to 'x11-plugins/gkrellm-mailwatch')
3 files changed, 33 insertions, 1 deletions
diff --git a/x11-plugins/gkrellm-mailwatch/ChangeLog b/x11-plugins/gkrellm-mailwatch/ChangeLog index ae14a4429543..444e974ef2b6 100644 --- a/x11-plugins/gkrellm-mailwatch/ChangeLog +++ b/x11-plugins/gkrellm-mailwatch/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-plugins/gkrellm-mailwatch # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-mailwatch/ChangeLog,v 1.8 2003/02/19 22:15:54 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-mailwatch/ChangeLog,v 1.9 2003/02/19 22:20:54 mholzer Exp $ + +*gkrellm-mailwatch-2.2.2 (19 Feb 2003) + + 19 Feb 2003; Martin Holzer <mholzer@gentoo.org> gkrellm-mailwatch-2.2.2.ebuild files/digest-gkrellm-mailwatch-2.2.2 ChangeLog : + Version bumped. *gkrellm-mailwatch-2.1 (18 Jan 2003) diff --git a/x11-plugins/gkrellm-mailwatch/files/digest-gkrellm-mailwatch-2.2.2 b/x11-plugins/gkrellm-mailwatch/files/digest-gkrellm-mailwatch-2.2.2 new file mode 100644 index 000000000000..7ffd565e390a --- /dev/null +++ b/x11-plugins/gkrellm-mailwatch/files/digest-gkrellm-mailwatch-2.2.2 @@ -0,0 +1 @@ +MD5 906f73861d97012f0d924ac4923f970c gkrellm-mailwatch-2.2.2.tar.gz 13361 diff --git a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.2.2.ebuild b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.2.2.ebuild new file mode 100644 index 000000000000..2db7066d3ea8 --- /dev/null +++ b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.2.2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.2.2.ebuild,v 1.1 2003/02/19 22:20:54 mholzer Exp $ + +S=${WORKDIR}/${PN} +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* + >=media-libs/imlib-1.9.14-r1" + +SLOT="2" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc " + +src_compile() { + emake || die +} + +src_install () { + exeinto /usr/lib/gkrellm2/plugins + doexe mailwatch.so + dodoc README Changelog +} + |