summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriele Giorgetti <stroke@gentoo.org>2002-06-02 22:31:40 +0000
committerGabriele Giorgetti <stroke@gentoo.org>2002-06-02 22:31:40 +0000
commit463e5c300992e259f8c6a969656bdf146f0d3846 (patch)
tree747e3638f8984f2cc95ac9a36615c5aaccfcc2d9 /net-mail/balsa
parentpatch for /var/mail added (diff)
downloadhistorical-463e5c300992e259f8c6a969656bdf146f0d3846.tar.gz
historical-463e5c300992e259f8c6a969656bdf146f0d3846.tar.bz2
historical-463e5c300992e259f8c6a969656bdf146f0d3846.zip
patch added to fix bug #3251
Diffstat (limited to 'net-mail/balsa')
-rw-r--r--net-mail/balsa/ChangeLog8
-rw-r--r--net-mail/balsa/balsa-2.0.0_pre1.ebuild6
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() {