diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-05-25 22:07:24 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-05-25 22:07:24 +0000 |
commit | 56c8d08bb33c26ae4c70741e52aae85f30aa7489 (patch) | |
tree | ee77931e3b3be9bdc275f2a36ef011ce0462b2cf /net-mail/balsa | |
parent | Added exim4. Now with AUTH_SPA, mailstore, mbx support. (diff) | |
download | historical-56c8d08bb33c26ae4c70741e52aae85f30aa7489.tar.gz historical-56c8d08bb33c26ae4c70741e52aae85f30aa7489.tar.bz2 historical-56c8d08bb33c26ae4c70741e52aae85f30aa7489.zip |
version bump
Diffstat (limited to 'net-mail/balsa')
-rw-r--r-- | net-mail/balsa/ChangeLog | 10 | ||||
-rw-r--r-- | net-mail/balsa/balsa-1.3.6.ebuild | 62 | ||||
-rw-r--r-- | net-mail/balsa/files/balsa-1.3.6.diff | 12 | ||||
-rw-r--r-- | net-mail/balsa/files/digest-balsa-1.3.6 | 1 |
4 files changed, 84 insertions, 1 deletions
diff --git a/net-mail/balsa/ChangeLog b/net-mail/balsa/ChangeLog index 5df7c272ec23..3cda8c98f975 100644 --- a/net-mail/balsa/ChangeLog +++ b/net-mail/balsa/ChangeLog @@ -1,6 +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.8 2002/05/25 21:44:26 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/ChangeLog,v 1.9 2002/05/25 22:07:24 seemant Exp $ + +*balsa-1.3.6 (25 May 2002) + + 25 May 2002; Seemant Kulleen <seemant@gentoo.org> balsa-1.3.6.ebuild + files/balsa-1.3.6.diff files/digest-balsa-1.3.6 : + + Hot on the heels of -r2 comes a version bump also submitted by Jose + Fonseca. This closes bug 2974 *balsa-1.3.5-r2 (25 May 2002) diff --git a/net-mail/balsa/balsa-1.3.6.ebuild b/net-mail/balsa/balsa-1.3.6.ebuild new file mode 100644 index 000000000000..736e70694fd1 --- /dev/null +++ b/net-mail/balsa/balsa-1.3.6.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Bruce A. Locke (blocke@shivan.org) +# Modified by Riccardo Persichetti (ricpersi@libero.it) +# /space/gentoo/cvsroot/gentoo-x86/net-mail/balsa/balsa-1.3.5-r1.ebuild,v 1.2 2002/05/23 06:50:16 seemant Exp + +S=${WORKDIR}/${P} +DESCRIPTION="Balsa: email client for GNOME" +SRC_URI="http://www.theochem.kth.se/~pawsa/${PN}/${P}.tar.bz2" +HOMEPAGE="http://www.balsa.net" + +DEPEND="=dev-libs/glib-1.2* + =x11-libs/gtk+-1.2* + >=media-libs/imlib-1.9.10-r1 + >=gnome-base/gnome-libs-1.4.1.4 + >=gnome-base/ORBit-0.5.10-r1 + >=media-libs/gdk-pixbuf-0.13.0 + >=net-libs/libesmtp-0.8.11 + nls? ( sys-devel/gettext ) + ssl? ( dev-libs/openssl ) + cups? ( >=gnome-base/gnome-print-0.30 ) + perl? ( >=dev-libs/libpcre-3.4 ) + spell? ( >=app-text/pspell-0.11.2 ) + gtkhtml? ( >=gnome-extra/gtkhtml-0.16.1 )" + +src_unpack() { + unpack ${P}.tar.bz2 + # this patch is from Riccardo Persichetti + # (ricpersi@libero.it) to make balsa compile + patch -p0 < ${FILESDIR}/${PF}.diff +} + +src_compile() { + local myconf + use nls || myconf="${myconf} --disable-nls" + use ssl && myconf="${myconf} --with-ssl" + use gtkhtml && myconf="${myconf} --with-gtkhtml" + use perl && myconf="${myconf} --enable-pcre" + use spell && myconf="${myconf} --enable-all" + + libmutt/configure --prefix=/usr \ + --host=${CHOST} \ + --with-mailpath=/var/mail || die "configure libmutt failed" + + myconf="${myconf} --enable-threads" + + econf ${myconf} || die "configure balsa failed" + emake || die "emake failed" +} + + + +src_install () { + make \ + prefix=${D}/usr \ + mandir=${D}/usr/share/man \ + gnomeconfdir=${D}/etc \ + gnomedatadir=${D}/usr/share install || die "make install failed" + dodoc AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README TODO + docinto docs + dodoc docs/* +} diff --git a/net-mail/balsa/files/balsa-1.3.6.diff b/net-mail/balsa/files/balsa-1.3.6.diff new file mode 100644 index 000000000000..3ff06d2ceff9 --- /dev/null +++ b/net-mail/balsa/files/balsa-1.3.6.diff @@ -0,0 +1,12 @@ +--- balsa-1.3.6-orig/configure Mon Mar 25 00:34:33 2002 ++++ balsa-1.3.6/configure Tue Apr 23 02:15:35 2002 +@@ -6627,7 +6627,7 @@ + #define $ac_tr_lib 1 + EOF + +- LIBS="-lpspell $LIBS" ++ LIBS="-lpspell -lstdc++ $LIBS" + + else + echo "$ac_t""no" 1>&6 + diff --git a/net-mail/balsa/files/digest-balsa-1.3.6 b/net-mail/balsa/files/digest-balsa-1.3.6 new file mode 100644 index 000000000000..67b373cc2f5c --- /dev/null +++ b/net-mail/balsa/files/digest-balsa-1.3.6 @@ -0,0 +1 @@ +MD5 9960c21ce02ee6218ea9524d1d817986 balsa-1.3.6.tar.bz2 2250436 |