diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-06-26 13:00:36 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-06-26 13:00:36 +0000 |
commit | cea6b42480bf1bd7fa89b4a474840126cad6d04f (patch) | |
tree | 8aae4ff630dd62c553b0eeb0b5912e9b2756fd49 /x11-plugins/wmail | |
parent | Fix leftover references to deprecated modules (diff) | |
download | gentoo-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.ebuild | 36 |
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 -} |