summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-06-24 22:59:51 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-06-24 22:59:51 +0000
commita5c60d1531ff2d876348007b0cf33d30f5d8b32b (patch)
tree480b0199f56d0a7a6b02c2dee4f532a91c0bb1e2 /x11-plugins
parent Version bumped. (diff)
downloadgentoo-2-a5c60d1531ff2d876348007b0cf33d30f5d8b32b.tar.gz
gentoo-2-a5c60d1531ff2d876348007b0cf33d30f5d8b32b.tar.bz2
gentoo-2-a5c60d1531ff2d876348007b0cf33d30f5d8b32b.zip
Version bumped.
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gkrellm-mailwatch/ChangeLog8
-rw-r--r--x11-plugins/gkrellm-mailwatch/Manifest4
-rw-r--r--x11-plugins/gkrellm-mailwatch/files/digest-gkrellm-mailwatch-2.4.21
-rw-r--r--x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.2.ebuild25
4 files changed, 35 insertions, 3 deletions
diff --git a/x11-plugins/gkrellm-mailwatch/ChangeLog b/x11-plugins/gkrellm-mailwatch/ChangeLog
index 39d6fce2b6ae..3de2a6d55d6a 100644
--- a/x11-plugins/gkrellm-mailwatch/ChangeLog
+++ b/x11-plugins/gkrellm-mailwatch/ChangeLog
@@ -1,6 +1,12 @@
# 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.11 2003/05/19 20:27:23 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-mailwatch/ChangeLog,v 1.12 2003/06/24 22:59:42 mholzer Exp $
+
+*gkrellm-mailwatch-2.4.2 (25 Jun 2003)
+
+ 25 Jun 2003; Martin Holzer <mholzer@gentoo.org>
+ gkrellm-mailwatch-2.4.2.ebuild:
+ Version bumped.
*gkrellm-mailwatch-2.4.1 (19 May 2003)
diff --git a/x11-plugins/gkrellm-mailwatch/Manifest b/x11-plugins/gkrellm-mailwatch/Manifest
index be5b9df1ff06..aaed3640f2b7 100644
--- a/x11-plugins/gkrellm-mailwatch/Manifest
+++ b/x11-plugins/gkrellm-mailwatch/Manifest
@@ -1,8 +1,8 @@
-MD5 a7a0bde65dd758497e6a665f374fef56 ChangeLog 1719
+MD5 3b3f7ce36b3e970d87a804d18feb49db ChangeLog 1862
MD5 55830788c3e20ebe7e92d6114c8b8ed9 gkrellm-mailwatch-0.7.2.ebuild 728
MD5 10f5f40250809b8976077935920e1cc6 gkrellm-mailwatch-2.3.0.ebuild 713
MD5 707f9d33fefc0e14d312aa94acb1682e gkrellm-mailwatch-2.4.1.ebuild 715
-MD5 707f9d33fefc0e14d312aa94acb1682e gkrellm-mailwatch-2.4.2.ebuild 715
+MD5 3d759f576a9f5dc7f15da805fb85abc4 gkrellm-mailwatch-2.4.2.ebuild 714
MD5 2682942f3d6fdc5a9af73fdf2102ec9f files/digest-gkrellm-mailwatch-0.7.2 66
MD5 6de5b359d1ba8e7dd365c7cb96d73d3f files/digest-gkrellm-mailwatch-2.3.0 74
MD5 ea803dbd027f51f7f8ee58e590322da6 files/digest-gkrellm-mailwatch-2.4.1 74
diff --git a/x11-plugins/gkrellm-mailwatch/files/digest-gkrellm-mailwatch-2.4.2 b/x11-plugins/gkrellm-mailwatch/files/digest-gkrellm-mailwatch-2.4.2
new file mode 100644
index 000000000000..51250dbca082
--- /dev/null
+++ b/x11-plugins/gkrellm-mailwatch/files/digest-gkrellm-mailwatch-2.4.2
@@ -0,0 +1 @@
+MD5 93ddba20cca1ed7c26ce8d23949ed880 gkrellm-mailwatch-2.4.2.tar.gz 27115
diff --git a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.2.ebuild b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.2.ebuild
new file mode 100644
index 000000000000..5b894e184e52
--- /dev/null
+++ b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.2.ebuild
@@ -0,0 +1,25 @@
+# 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.4.2.ebuild,v 1.1 2003/06/24 22:59:42 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
+}