diff options
author | Gabriele Giorgetti <stroke@gentoo.org> | 2002-06-02 22:31:40 +0000 |
---|---|---|
committer | Gabriele Giorgetti <stroke@gentoo.org> | 2002-06-02 22:31:40 +0000 |
commit | f6dff3083e90a739dcd1d3118c43b249fbec6ea1 (patch) | |
tree | 6d558c72afcd71741acbffd2a67cda5ca46c76de /net-mail | |
parent | patch for /var/mail added (diff) | |
download | gentoo-2-f6dff3083e90a739dcd1d3118c43b249fbec6ea1.tar.gz gentoo-2-f6dff3083e90a739dcd1d3118c43b249fbec6ea1.tar.bz2 gentoo-2-f6dff3083e90a739dcd1d3118c43b249fbec6ea1.zip |
patch added to fix bug #3251
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/balsa/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/balsa/balsa-2.0.0_pre1.ebuild | 6 |
2 files changed, 11 insertions, 3 deletions
diff --git a/net-mail/balsa/ChangeLog b/net-mail/balsa/ChangeLog index 72ad8905b583..c18adbb0b03f 100644 --- a/net-mail/balsa/ChangeLog +++ b/net-mail/balsa/ChangeLog @@ -1,10 +1,14 @@ # ChangeLog for net-mail/balsa # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/ChangeLog,v 1.12 2002/05/30 22:54:51 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/ChangeLog,v 1.13 2002/06/02 22:31:40 stroke Exp $ + +balsa-2.0.0_pre1 (3 June 2002) + 3 June 2002; Gabriele Giorgetti <stroke@gentoo.org> balsa-2.0.0_pre1.ebuild : + files/balsa-2.0.0-varmail.patch added to fix bug #3251 balsa-2.0.0_pre1 (30 May 2002) 30 May 2002; Spider <spider@gentoo.org> balsa-2.0.0_pre1.ebuild : - add a missing dep for pspell + add a missing dep for pspell *balsa-2.0.0_pre1 (30 May 2002) 30 May 2002; Spider <spider@gentoo.org> balsa-2.0.0_pre1.ebuild : diff --git a/net-mail/balsa/balsa-2.0.0_pre1.ebuild b/net-mail/balsa/balsa-2.0.0_pre1.ebuild index dc18c925e4ff..e95c6d17976a 100644 --- a/net-mail/balsa/balsa-2.0.0_pre1.ebuild +++ b/net-mail/balsa/balsa-2.0.0_pre1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/balsa-2.0.0_pre1.ebuild,v 1.2 2002/05/30 22:54:51 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/balsa-2.0.0_pre1.ebuild,v 1.3 2002/06/02 22:31:40 stroke Exp $ MY_V="2.0.0" MY_P="${PN}-${MY_V}" @@ -31,12 +31,16 @@ RDEPEND="=dev-libs/glib-2.0* DEPEND="dev-util/pkgconfig ${RDEPEND}" + src_unpack() { unpack ${A} # this patch is from Riccardo Persichetti # (ricpersi@libero.it) to make balsa compile patch -p0 < ${FILESDIR}/${MY_P}-gentoo.patch || die + + # This patch is from me, stroke (stroke@gentoo.org) + patch -p0 < ${FILESDIR}/${MY_P}-varmail.patch || die } src_compile() { |