summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-07-16 16:35:00 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-07-16 16:35:00 +0000
commitcf400b89de7630c8535c9bc307573d81109384ce (patch)
treee14164452d8ccc9ed5008ee0acc08dd53019b948 /x11-plugins/gkrellm-mailwatch
parentMarked x86 stable. (diff)
downloadgentoo-2-cf400b89de7630c8535c9bc307573d81109384ce.tar.gz
gentoo-2-cf400b89de7630c8535c9bc307573d81109384ce.tar.bz2
gentoo-2-cf400b89de7630c8535c9bc307573d81109384ce.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.4.11
-rw-r--r--x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.1.ebuild25
3 files changed, 0 insertions, 28 deletions
diff --git a/x11-plugins/gkrellm-mailwatch/Manifest b/x11-plugins/gkrellm-mailwatch/Manifest
index d9389962a9d8..4ac38520eb7e 100644
--- a/x11-plugins/gkrellm-mailwatch/Manifest
+++ b/x11-plugins/gkrellm-mailwatch/Manifest
@@ -1,7 +1,5 @@
MD5 885236d0ba000cf9ad9a1116d3fe0d1d ChangeLog 2023
MD5 55830788c3e20ebe7e92d6114c8b8ed9 gkrellm-mailwatch-0.7.2.ebuild 728
-MD5 2407c9336d73cf6e36ba7bc461b992df gkrellm-mailwatch-2.4.1.ebuild 684
MD5 ea18d19b97f468b6730c50841e4a73ba gkrellm-mailwatch-2.4.2.ebuild 682
MD5 2682942f3d6fdc5a9af73fdf2102ec9f files/digest-gkrellm-mailwatch-0.7.2 66
-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.4.1 b/x11-plugins/gkrellm-mailwatch/files/digest-gkrellm-mailwatch-2.4.1
deleted file mode 100644
index ee91a9732ff9..000000000000
--- a/x11-plugins/gkrellm-mailwatch/files/digest-gkrellm-mailwatch-2.4.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d57b224b596a3c9ecdff6ee189b30f49 gkrellm-mailwatch-2.4.1.tar.gz 17270
diff --git a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.1.ebuild b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.1.ebuild
deleted file mode 100644
index eb5752689311..000000000000
--- a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.4.1.ebuild
+++ /dev/null
@@ -1,25 +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.4.1.ebuild,v 1.3 2003/07/16 16:31:45 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*"
-
-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
-}
-