summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-01-18 18:07:54 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-01-18 18:07:54 +0000
commit37ec358f078839a17265b1264ca42ec9956b6f25 (patch)
tree2d17a561e73296c77b31099f14f9023b59c28490 /x11-plugins
parentFixed docs (diff)
downloadgentoo-2-37ec358f078839a17265b1264ca42ec9956b6f25.tar.gz
gentoo-2-37ec358f078839a17265b1264ca42ec9956b6f25.tar.bz2
gentoo-2-37ec358f078839a17265b1264ca42ec9956b6f25.zip
Version bumped.
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gkrellm-mailwatch/ChangeLog8
-rw-r--r--x11-plugins/gkrellm-mailwatch/files/digest-gkrellm-mailwatch-2.11
-rw-r--r--x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.1.ebuild26
3 files changed, 34 insertions, 1 deletions
diff --git a/x11-plugins/gkrellm-mailwatch/ChangeLog b/x11-plugins/gkrellm-mailwatch/ChangeLog
index edba397151ae..f3eca275a8d2 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 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-mailwatch/ChangeLog,v 1.5 2002/12/13 11:00:58 blizzy Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-mailwatch/ChangeLog,v 1.6 2003/01/18 18:07:54 mholzer Exp $
+
+*gkrellm-mailwatch-2.1 (18 Jan 2003)
+
+ 18 Jan 2003; Martin Holzer <mholzer@gentoo.org> gkrellm-mailwatch-2.1.ebuild
+ files/digest-gkrellm-mailwatch-2.1 ChangeLog :
+ Version bumped. Closes #14136
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/x11-plugins/gkrellm-mailwatch/files/digest-gkrellm-mailwatch-2.1 b/x11-plugins/gkrellm-mailwatch/files/digest-gkrellm-mailwatch-2.1
new file mode 100644
index 000000000000..d7316935af2b
--- /dev/null
+++ b/x11-plugins/gkrellm-mailwatch/files/digest-gkrellm-mailwatch-2.1
@@ -0,0 +1 @@
+MD5 eb314b70f89387b4841ac348723f106a gkrellm-mailwatch-2.1.tar.gz 12456
diff --git a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.1.ebuild b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.1.ebuild
new file mode 100644
index 000000000000..62b733250f2a
--- /dev/null
+++ b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2002 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.1.ebuild,v 1.1 2003/01/18 18:07: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
+}
+