diff options
author | 2007-11-28 19:45:53 +0000 | |
---|---|---|
committer | 2007-11-28 19:45:53 +0000 | |
commit | 965a8e8c1d2e03151e79efee23206cc9e258c38b (patch) | |
tree | 22af2127953495b71555442485f7fe453dade975 /x11-plugins/wmail/wmail-2.0-r3.ebuild | |
parent | Version bump (diff) | |
download | historical-965a8e8c1d2e03151e79efee23206cc9e258c38b.tar.gz historical-965a8e8c1d2e03151e79efee23206cc9e258c38b.tar.bz2 historical-965a8e8c1d2e03151e79efee23206cc9e258c38b.zip |
amd64 stable wrt #200650
Package-Manager: portage-2.1.4_rc3
Diffstat (limited to 'x11-plugins/wmail/wmail-2.0-r3.ebuild')
-rw-r--r-- | x11-plugins/wmail/wmail-2.0-r3.ebuild | 28 |
1 files changed, 12 insertions, 16 deletions
diff --git a/x11-plugins/wmail/wmail-2.0-r3.ebuild b/x11-plugins/wmail/wmail-2.0-r3.ebuild index 5a24f26bea32..4728b4acf92b 100644 --- a/x11-plugins/wmail/wmail-2.0-r3.ebuild +++ b/x11-plugins/wmail/wmail-2.0-r3.ebuild @@ -1,40 +1,36 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmail/wmail-2.0-r3.ebuild,v 1.2 2007/08/22 06:17:54 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmail/wmail-2.0-r3.ebuild,v 1.3 2007/11/28 19:45:53 drac 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" +SRC_URI="http://www.minet.uni-jena.de/~topical/sveng/wmail/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc x86" +KEYWORDS="amd64 ~ppc ~sparc x86" +IUSE="" DEPEND="x11-libs/libdockapp" -src_unpack() -{ +src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}.support-libdockapp-0.5.0.patch + cd "${S}" + epatch "${FILESDIR}"/${P}.support-libdockapp-0.5.0.patch # make from parsing in maildir format faster, thanks # to Stanislav Kuchar - epatch ${FILESDIR}/${P}.maildir-parse-from.patch + epatch "${FILESDIR}"/${P}.maildir-parse-from.patch } -src_compile() -{ - econf --enable-delt-xpms || die "configure failed" - emake || die "parallel make failed" +src_compile() { + econf --enable-delt-xpms || die "econf failed." + emake || die "emake failed." } -src_install() -{ +src_install() { dobin src/wmail dodoc README wmailrc-sample } |