summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-06-26 13:00:36 +0000
committerSamuli Suominen <drac@gentoo.org>2008-06-26 13:00:36 +0000
commitcea6b42480bf1bd7fa89b4a474840126cad6d04f (patch)
tree8aae4ff630dd62c553b0eeb0b5912e9b2756fd49 /x11-plugins/wmail
parentFix leftover references to deprecated modules (diff)
downloadgentoo-2-cea6b42480bf1bd7fa89b4a474840126cad6d04f.tar.gz
gentoo-2-cea6b42480bf1bd7fa89b4a474840126cad6d04f.tar.bz2
gentoo-2-cea6b42480bf1bd7fa89b4a474840126cad6d04f.zip
old
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
Diffstat (limited to 'x11-plugins/wmail')
-rw-r--r--x11-plugins/wmail/wmail-2.0-r2.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/x11-plugins/wmail/wmail-2.0-r2.ebuild b/x11-plugins/wmail/wmail-2.0-r2.ebuild
deleted file mode 100644
index 458d6923dad6..000000000000
--- a/x11-plugins/wmail/wmail-2.0-r2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmail/wmail-2.0-r2.ebuild,v 1.3 2006/05/18 01:07:26 weeve Exp $
-
-inherit eutils
-
-IUSE=""
-
-DESCRIPTION="Window Maker dock application showing incoming mail"
-SRC_URI="http://www.minet.uni-jena.de/~topical/sveng/wmail/${P}.tar.gz"
-HOMEPAGE="http://www.dockapps.org/file.php/id/70"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-
-DEPEND="x11-libs/libdockapp"
-
-src_unpack()
-{
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}.support-libdockapp-0.5.0.patch
-}
-
-src_compile()
-{
- econf --enable-delt-xpms || die "configure failed"
- emake || die "parallel make failed"
-}
-
-src_install()
-{
- dobin src/wmail
- dodoc README wmailrc-sample
-}