summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-02-19 22:16:36 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-02-19 22:16:36 +0000
commit8b3f2d1b36be6b813464107c4274c2a457d308e6 (patch)
tree6fce86cee492d479320f460296eaa4fe79b1323c /x11-plugins
parentMarked as stable. (diff)
downloadgentoo-2-8b3f2d1b36be6b813464107c4274c2a457d308e6.tar.gz
gentoo-2-8b3f2d1b36be6b813464107c4274c2a457d308e6.tar.bz2
gentoo-2-8b3f2d1b36be6b813464107c4274c2a457d308e6.zip
cleanup
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gkrellm-mailwatch/files/digest-gkrellm-mailwatch-2.01
-rw-r--r--x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.0.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/x11-plugins/gkrellm-mailwatch/files/digest-gkrellm-mailwatch-2.0 b/x11-plugins/gkrellm-mailwatch/files/digest-gkrellm-mailwatch-2.0
deleted file mode 100644
index 88437125def0..000000000000
--- a/x11-plugins/gkrellm-mailwatch/files/digest-gkrellm-mailwatch-2.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1af9da9cb0877b53f5841039231a7964 gkrellm-mailwatch-2.0.tar.gz 11788
diff --git a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.0.ebuild b/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.0.ebuild
deleted file mode 100644
index 452785839d6d..000000000000
--- a/x11-plugins/gkrellm-mailwatch/gkrellm-mailwatch-2.0.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.0.ebuild,v 1.4 2003/02/13 17:23:50 vapier 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 TODO
-}