diff options
author | Gabriele Giorgetti <stroke@gentoo.org> | 2002-08-19 19:59:49 +0000 |
---|---|---|
committer | Gabriele Giorgetti <stroke@gentoo.org> | 2002-08-19 19:59:49 +0000 |
commit | cb6ba9033b2444ba404164b1ebbc874ad3e4a1ab (patch) | |
tree | eb9d1b41121b1c4fd31abc7492e3d0101bb17a04 /net-mail/balsa | |
parent | kxmleditor, a kde xml editor. submission #6523 by Yannick Koehler. (diff) | |
download | gentoo-2-cb6ba9033b2444ba404164b1ebbc874ad3e4a1ab.tar.gz gentoo-2-cb6ba9033b2444ba404164b1ebbc874ad3e4a1ab.tar.bz2 gentoo-2-cb6ba9033b2444ba404164b1ebbc874ad3e4a1ab.zip |
New version for gtk1/GNOME1, removed balsa-x.x.x-gentoo.patch which is no longer actual, --with-mailpath=/var/mail is now passed to the balsa configure and not the libmutt/configure
Diffstat (limited to 'net-mail/balsa')
-rw-r--r-- | net-mail/balsa/ChangeLog | 10 | ||||
-rw-r--r-- | net-mail/balsa/balsa-1.4.0.ebuild | 52 | ||||
-rw-r--r-- | net-mail/balsa/files/digest-balsa-1.4.0 | 1 |
3 files changed, 61 insertions, 2 deletions
diff --git a/net-mail/balsa/ChangeLog b/net-mail/balsa/ChangeLog index 513d3f7f7dbb..689582f65493 100644 --- a/net-mail/balsa/ChangeLog +++ b/net-mail/balsa/ChangeLog @@ -1,8 +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.16 2002/07/02 01:55:07 stroke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/ChangeLog,v 1.17 2002/08/19 19:59:49 stroke Exp $ -balsa-2.0.1-r1 (02 Jul 2002) +*balsa-1.4.0 (19 Aug 2002) + 19 Aug 2002; Gabriele Giorgetti <stroke@gentoo.org> balsa-1.4.0.ebuild: + New version for gtk1/GNOME1, removed balsa-x.x.x-gentoo.patch which is + no longer actual, --with-mailpath=/var/mail is now passed to the balsa + configure and not the libmutt/configure + +*balsa-2.0.1-r1 (02 Jul 2002) 02 Jul 2002; Gabriele Giorgetti <stroke@gentoo.org> balsa-2.0.1-r1.ebuild : Added workaround for bug #4095, it replaces the varmail patch which has been removed. (Closes bug #4095) diff --git a/net-mail/balsa/balsa-1.4.0.ebuild b/net-mail/balsa/balsa-1.4.0.ebuild new file mode 100644 index 000000000000..ff6e0cc70941 --- /dev/null +++ b/net-mail/balsa/balsa-1.4.0.ebuild @@ -0,0 +1,52 @@ +# 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-1.4.0.ebuild,v 1.1 2002/08/19 19:59:49 stroke 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" + +SLOT="1" +LICENSE="GPL-2" +KEYWORDS="x86" + +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_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" + + myconf="${myconf} --with-mailpath=/var/mail --enable-threads" + + econf ${myconf} || die "configure balsa failed" + emake || die "emake failed" +} + + +src_install () { + local myinst + myinst="gnomeconfdir=${D}/etc \ + gnomedatadir=${D}/usr/share" + + einstall ${myinst} || die "make install failed" + dodoc AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README TODO + docinto docs + dodoc docs/* +} diff --git a/net-mail/balsa/files/digest-balsa-1.4.0 b/net-mail/balsa/files/digest-balsa-1.4.0 new file mode 100644 index 000000000000..387ea6e870a1 --- /dev/null +++ b/net-mail/balsa/files/digest-balsa-1.4.0 @@ -0,0 +1 @@ +MD5 e219438bc10e92760b501c3d1dd87603 balsa-1.4.0.tar.bz2 2337123 |