summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-09-24 16:34:47 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-09-24 16:34:47 +0000
commit89c5cd764d3c9a47b9951cd5c4066aa6d16d56f9 (patch)
treee857e3aa341e655ae3ae92f41fea2022142f496a /net-mail
parentremoved clutter (diff)
downloadgentoo-2-89c5cd764d3c9a47b9951cd5c4066aa6d16d56f9.tar.gz
gentoo-2-89c5cd764d3c9a47b9951cd5c4066aa6d16d56f9.tar.bz2
gentoo-2-89c5cd764d3c9a47b9951cd5c4066aa6d16d56f9.zip
bugfix bump
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/sylpheed-claws/ChangeLog11
-rw-r--r--net-mail/sylpheed-claws/files/digest-sylpheed-claws-0.8.1-r12
-rw-r--r--net-mail/sylpheed-claws/files/digest-sylpheed-claws-0.8.32
-rw-r--r--net-mail/sylpheed-claws/sylpheed-claws-0.8.3.ebuild (renamed from net-mail/sylpheed-claws/sylpheed-claws-0.8.1-r1.ebuild)16
4 files changed, 17 insertions, 14 deletions
diff --git a/net-mail/sylpheed-claws/ChangeLog b/net-mail/sylpheed-claws/ChangeLog
index e2347bf44ac0..93843ab69981 100644
--- a/net-mail/sylpheed-claws/ChangeLog
+++ b/net-mail/sylpheed-claws/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for net-mail/sylpheed-claws
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/ChangeLog,v 1.16 2002/09/06 21:43:18 owen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/ChangeLog,v 1.17 2002/09/24 16:34:14 seemant Exp $
+
+*sylpheed-claws-0.8.3 (24 Sep 2002)
+
+ 24 Sep 2002; Seemant Kulleen <seemant@gentoo.org>
+ sylpheed-claws-0.8.3.ebuild files/digest-sylpheed-claws-0.8.3 :
+
+ Version bump which fixes more memory leaks and sorts out the aspell issue.
+ Thanks to: moixa@gmx.ch (Tobias Sager) in bug #8218 and
+ bradlyatc@cowancomputers.com (Brad Cowan) in bug #8249.
*sylpheed-claws-0.8.2 (28 Aug 2002)
diff --git a/net-mail/sylpheed-claws/files/digest-sylpheed-claws-0.8.1-r1 b/net-mail/sylpheed-claws/files/digest-sylpheed-claws-0.8.1-r1
deleted file mode 100644
index 3d03b3b84af8..000000000000
--- a/net-mail/sylpheed-claws/files/digest-sylpheed-claws-0.8.1-r1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 c1f7b1c0d4c8ed276abd4328851abb9f sylpheed-0.8.1claws.tar.bz2 1654202
-MD5 0aefb7655f3e882205dc02770b0a7cac sylpheed-gentoo-extra.tar.bz2 3389
diff --git a/net-mail/sylpheed-claws/files/digest-sylpheed-claws-0.8.3 b/net-mail/sylpheed-claws/files/digest-sylpheed-claws-0.8.3
new file mode 100644
index 000000000000..6800038616e9
--- /dev/null
+++ b/net-mail/sylpheed-claws/files/digest-sylpheed-claws-0.8.3
@@ -0,0 +1,2 @@
+MD5 5d0b691c642afb94978e6e96ba3baa02 sylpheed-0.8.3claws.tar.bz2 1701244
+MD5 0aefb7655f3e882205dc02770b0a7cac sylpheed-gentoo-extra.tar.bz2 3389
diff --git a/net-mail/sylpheed-claws/sylpheed-claws-0.8.1-r1.ebuild b/net-mail/sylpheed-claws/sylpheed-claws-0.8.3.ebuild
index cf7b39cb56a3..68375ed6736f 100644
--- a/net-mail/sylpheed-claws/sylpheed-claws-0.8.1-r1.ebuild
+++ b/net-mail/sylpheed-claws/sylpheed-claws-0.8.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.8.1-r1.ebuild,v 1.2 2002/09/06 21:43:18 owen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/sylpheed-claws/sylpheed-claws-0.8.3.ebuild,v 1.1 2002/09/24 16:34:47 seemant Exp $
MY_P="sylpheed-${PV}claws"
@@ -39,16 +39,8 @@ src_unpack() {
if use gtkhtml
then
cd ${S}
- patch -p1 < ${S2}/${P}-gentoo.patch || die
+ patch -p1 < ${S2}/${PN}-0.8.1-gentoo.patch || die
fi
-
- use spell && ( \
- cd ${S}/src
-
- case $(pspell-config version) in 0.50*)
- patch < ${S2}/gtkspell.diff ;;
- esac
- )
}
src_compile() {
@@ -68,7 +60,9 @@ src_compile() {
use ldap && myconf="${myconf} --enable-ldap"
- use spell && myconf="${myconf} --enable-pspell"
+ use spell \
+ && myconf="${myconf} --enable-aspell" \
+ || myconf="${myconf} --disable-aspell"
use ipv6 && myconf="${myconf} --enable-ipv6"