diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-11-28 19:45:53 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-11-28 19:45:53 +0000 |
commit | 871d572dedc7a52c3d1eb1f87c1f2cace8642708 (patch) | |
tree | 28b09aa4b093143c69830b7e5dc00e53ea0ee958 /x11-plugins/wmail | |
parent | Version bump (diff) | |
download | gentoo-2-871d572dedc7a52c3d1eb1f87c1f2cace8642708.tar.gz gentoo-2-871d572dedc7a52c3d1eb1f87c1f2cace8642708.tar.bz2 gentoo-2-871d572dedc7a52c3d1eb1f87c1f2cace8642708.zip |
amd64 stable wrt #200650
(Portage version: 2.1.4_rc3)
Diffstat (limited to 'x11-plugins/wmail')
-rw-r--r-- | x11-plugins/wmail/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmail/wmail-2.0-r3.ebuild | 28 |
2 files changed, 17 insertions, 18 deletions
diff --git a/x11-plugins/wmail/ChangeLog b/x11-plugins/wmail/ChangeLog index c8f2ef497e15..cd2718cb892d 100644 --- a/x11-plugins/wmail/ChangeLog +++ b/x11-plugins/wmail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmail -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmail/ChangeLog,v 1.16 2007/08/22 06:17:54 s4t4n Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmail/ChangeLog,v 1.17 2007/11/28 19:45:53 drac Exp $ + + 28 Nov 2007; Samuli Suominen <drac@gentoo.org> wmail-2.0-r3.ebuild: + amd64 stable wrt #200650 22 Aug 2007; Michele Noberasco <a4t4n@gentoo.org> wmail-2.0-r3.ebuild: Stable for x86. 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 } |