summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-03-23 15:08:54 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-03-23 15:08:54 +0000
commita86bf214fae1ee3ba297715828aa8af19866e6d8 (patch)
tree262dfac0bcc86be22ca82f640e5729f09e50e3a7 /x11-plugins/gkrellm-mailwatch
parentVersion bumped. Closes #14441. (diff)
downloadgentoo-2-a86bf214fae1ee3ba297715828aa8af19866e6d8.tar.gz
gentoo-2-a86bf214fae1ee3ba297715828aa8af19866e6d8.tar.bz2
gentoo-2-a86bf214fae1ee3ba297715828aa8af19866e6d8.zip
Version bumped.
Diffstat (limited to 'x11-plugins/gkrellm-mailwatch')
-rw-r--r--x11-plugins/gkrellm-mailwatch/ChangeLog8
-rw-r--r--x11-plugins/gkrellm-mailwatch/files/digest-gkrellm-mailwatch-2.3.01
-rw-r--r--x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.3.0.ebuild26
3 files changed, 34 insertions, 1 deletions
diff --git a/x11-plugins/gkrellm-mailwatch/ChangeLog b/x11-plugins/gkrellm-mailwatch/ChangeLog
index 444e974ef2b6..0071bebb4c10 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.9 2003/02/19 22:20:54 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-mailwatch/ChangeLog,v 1.10 2003/03/23 15:08:54 mholzer Exp $
+
+*gkrellm-mailwatch-2.3.0 (23 Mar 2003)
+
+ 23 Mar 2003; Martin Holzer <mholzer@gentoo.org>
+ gkrellm-mailwatch-2.3.0.ebuild:
+ Version bumped.
*gkrellm-mailwatch-2.2.2 (19 Feb 2003)
diff --git a/x11-plugins/gkrellm-mailwatch/files/digest-gkrellm-mailwatch-2.3.0 b/x11-plugins/gkrellm-mailwatch/files/digest-gkrellm-mailwatch-2.3.0
new file mode 100644
index 000000000000..bfb99822b8c0
--- /dev/null
+++ b/x11-plugins/gkrellm-mailwatch/files/digest-gkrellm-mailwatch-2.3.0
@@ -0,0 +1 @@
+MD5 deff4037775abcba6bf5feefb7b77a9a gkrellm-mailwatch-2.3.0.tar.gz 13742
diff --git a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.3.0.ebuild b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.3.0.ebuild
new file mode 100644
index 000000000000..7528d1ea843f
--- /dev/null
+++ b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.3.0.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.3.0.ebuild,v 1.1 2003/03/23 15:08: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
+}
+