summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-06-24 23:05:13 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-06-24 23:05:13 +0000
commit425b0cf850df12af5529c2597530da408e91ebcc (patch)
tree20b25c3a9f068ff8b1a4e06221a2aa459130a6a7 /x11-plugins/gkrellm-mailwatch
parentmarked stable. (diff)
downloadgentoo-2-425b0cf850df12af5529c2597530da408e91ebcc.tar.gz
gentoo-2-425b0cf850df12af5529c2597530da408e91ebcc.tar.bz2
gentoo-2-425b0cf850df12af5529c2597530da408e91ebcc.zip
cleanup
Diffstat (limited to 'x11-plugins/gkrellm-mailwatch')
-rw-r--r--x11-plugins/gkrellm-mailwatch/Manifest2
-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, 0 insertions, 29 deletions
diff --git a/x11-plugins/gkrellm-mailwatch/Manifest b/x11-plugins/gkrellm-mailwatch/Manifest
index fed488afc64b..37ed97b74da2 100644
--- a/x11-plugins/gkrellm-mailwatch/Manifest
+++ b/x11-plugins/gkrellm-mailwatch/Manifest
@@ -1,9 +1,7 @@
MD5 3b3f7ce36b3e970d87a804d18feb49db ChangeLog 1862
MD5 55830788c3e20ebe7e92d6114c8b8ed9 gkrellm-mailwatch-0.7.2.ebuild 728
-MD5 10f5f40250809b8976077935920e1cc6 gkrellm-mailwatch-2.3.0.ebuild 713
MD5 b1fa225c07df545bf1801abc92cb5a69 gkrellm-mailwatch-2.4.1.ebuild 714
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
MD5 336ae67c677d06e8c118ed8e7b70482a files/digest-gkrellm-mailwatch-2.4.2 74
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
deleted file mode 100644
index bfb99822b8c0..000000000000
--- a/x11-plugins/gkrellm-mailwatch/files/digest-gkrellm-mailwatch-2.3.0
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 65e375668d95..000000000000
--- a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.3.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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.2 2003/05/19 20:27:23 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
-}
-