summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-04-30 12:11:15 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-04-30 12:11:15 +0000
commite4fffb6723ad31ceb5b9852cb5b9f4201a4903b2 (patch)
treea691e9a8b6f455f378e95baff6492e44a0b38567 /net-mail/balsa
parentman page/LFH fix (diff)
downloadgentoo-2-e4fffb6723ad31ceb5b9852cb5b9f4201a4903b2.tar.gz
gentoo-2-e4fffb6723ad31ceb5b9852cb5b9f4201a4903b2.tar.bz2
gentoo-2-e4fffb6723ad31ceb5b9852cb5b9f4201a4903b2.zip
version bump
Diffstat (limited to 'net-mail/balsa')
-rw-r--r--net-mail/balsa/ChangeLog9
-rw-r--r--net-mail/balsa/balsa-1.2.3.ebuild52
-rw-r--r--net-mail/balsa/balsa-1.2.4.ebuild52
-rw-r--r--net-mail/balsa/balsa-1.3.5.ebuild61
-rw-r--r--net-mail/balsa/files/balsa-1.3.5.diff12
-rw-r--r--net-mail/balsa/files/digest-balsa-1.2.31
-rw-r--r--net-mail/balsa/files/digest-balsa-1.2.41
-rw-r--r--net-mail/balsa/files/digest-balsa-1.3.51
8 files changed, 82 insertions, 107 deletions
diff --git a/net-mail/balsa/ChangeLog b/net-mail/balsa/ChangeLog
index 1937a7119b34..8056a8e6b0d3 100644
--- a/net-mail/balsa/ChangeLog
+++ b/net-mail/balsa/ChangeLog
@@ -1,7 +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.4 2002/04/24 14:54:25 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/ChangeLog,v 1.5 2002/04/30 12:10:59 seemant Exp $
+*balsa-1.3.5 (30 Apr 2002)
+
+ 30 Apr 2002; Seemant Kulleen <seemant@gentoo.org> balsa-1.3.5.ebuild
+ files/digest-balsa-1.3.5 :
+
+ Version bump, with dependency fixes (no gnome-core dep any more!), and
+ man page/LFH compliance.
*balsa-1.2.4-r1 (24 Apr 2002)
24 Apr 2002; Spider <spider@gentoo.org> balsa-1.2.4-r1.ebuild balsa-1.3.4.ebuild
diff --git a/net-mail/balsa/balsa-1.2.3.ebuild b/net-mail/balsa/balsa-1.2.3.ebuild
deleted file mode 100644
index 640262190069..000000000000
--- a/net-mail/balsa/balsa-1.2.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Bruce A. Locke (blocke@shivan.org)
-# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/balsa-1.2.3.ebuild,v 1.2 2002/04/12 18:48:20 spider Exp $
-
-A=${P}.tar.bz2
-S=${WORKDIR}/${P}
-DESCRIPTION="Balsa: email client for GNOME"
-SRC_URI="http://www.theochem.kth.se/~pawsa/balsa/${A}"
-HOMEPAGE="http://www.balsa.net"
-
-DEPEND="=dev-libs/glib-1.2*
- >=x11-libs/gtk+-1.2.10-r4
- >=media-libs/imlib-1.9.10-r1
- >=gnome-base/gnome-core-1.4.0.4-r1
- >=gnome-base/gnome-print-0.30
- >=gnome-base/ORBit-0.5.10-r1
- >=media-libs/gdk-pixbuf-0.13.0
- >=app-text/pspell-0.11.2
- >=net-libs/libesmtp-0.8.6
- >=dev-libs/libpcre-3.4
- gtkhtml? ( >=gnome-extra/gtkhtml-0.16.1 )
- nls? ( sys-devel/gettext )
- ssl? ( dev-libs/openssl )"
-
-src_compile() {
- local myconf
-
- if [ -z "`use nls`" ] ; then
- myconf="$myconf --disable-nls"
- fi
-
- if [ "`use ssl`" ] ; then
- myconf="$myconf --with-ssl"
- fi
-
- if [ "`use gtkhtml`" ] ; then
- myconf="$myconf --with-gtkhtml"
- fi
-
- libmutt/configure --prefix=/usr --host=${CHOST} --with-mailpath=/var/mail
- assert "configure libmutt failed"
- ./configure --prefix=/usr --host=${CHOST} --enable-threads --enable-pcre $myconf
- assert "configure balsa failed"
- emake || die "emake failed"
-}
-
-src_install () {
- make DESTDIR=${D} install || die "make install failed"
- dodoc AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README TODO docs/*
-}
-
diff --git a/net-mail/balsa/balsa-1.2.4.ebuild b/net-mail/balsa/balsa-1.2.4.ebuild
deleted file mode 100644
index 912de43a9bc0..000000000000
--- a/net-mail/balsa/balsa-1.2.4.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Bruce A. Locke (blocke@shivan.org)
-# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/balsa-1.2.4.ebuild,v 1.2 2002/04/12 18:48:20 spider Exp $
-
-A=${P}.tar.bz2
-S=${WORKDIR}/${P}
-DESCRIPTION="Balsa: email client for GNOME"
-SRC_URI="http://www.theochem.kth.se/~pawsa/balsa/${A}"
-HOMEPAGE="http://www.balsa.net"
-
-DEPEND="=dev-libs/glib-1.2*
- >=x11-libs/gtk+-1.2.10-r4
- >=media-libs/imlib-1.9.10-r1
- >=gnome-base/gnome-core-1.4.0.4-r1
- >=gnome-base/gnome-print-0.30
- >=gnome-base/ORBit-0.5.10-r1
- >=media-libs/gdk-pixbuf-0.13.0
- >=app-text/pspell-0.11.2
- >=net-libs/libesmtp-0.8.6
- >=dev-libs/libpcre-3.4
- gtkhtml? ( >=gnome-extra/gtkhtml-0.16.1 )
- nls? ( sys-devel/gettext )
- ssl? ( dev-libs/openssl )"
-
-src_compile() {
- local myconf
-
- if [ -z "`use nls`" ] ; then
- myconf="$myconf --disable-nls"
- fi
-
- if [ "`use ssl`" ] ; then
- myconf="$myconf --with-ssl"
- fi
-
- if [ "`use gtkhtml`" ] ; then
- myconf="$myconf --with-gtkhtml"
- fi
-
- libmutt/configure --prefix=/usr --host=${CHOST} --with-mailpath=/var/mail
- assert "configure libmutt failed"
- ./configure --prefix=/usr --host=${CHOST} --enable-threads --enable-pcre $myconf
- assert "configure balsa failed"
- emake || die "emake failed"
-}
-
-src_install () {
- make DESTDIR=${D} install || die "make install failed"
- dodoc AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README TODO docs/*
-}
-
diff --git a/net-mail/balsa/balsa-1.3.5.ebuild b/net-mail/balsa/balsa-1.3.5.ebuild
new file mode 100644
index 000000000000..7869f6151688
--- /dev/null
+++ b/net-mail/balsa/balsa-1.3.5.ebuild
@@ -0,0 +1,61 @@
+# 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)
+# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/balsa-1.3.5.ebuild,v 1.1 2002/04/30 12:10:59 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.10-r4
+ >=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}/${P}.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 \
+ gnomedatadir=${D}/usr/share || 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.5.diff b/net-mail/balsa/files/balsa-1.3.5.diff
new file mode 100644
index 000000000000..92be45444dbe
--- /dev/null
+++ b/net-mail/balsa/files/balsa-1.3.5.diff
@@ -0,0 +1,12 @@
+--- balsa-1.3.5-orig/configure Mon Mar 25 00:34:33 2002
++++ balsa-1.3.5/configure Tue Apr 23 02:15:35 2002
+@@ -6629,7 +6629,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.2.3 b/net-mail/balsa/files/digest-balsa-1.2.3
deleted file mode 100644
index d8391807a16e..000000000000
--- a/net-mail/balsa/files/digest-balsa-1.2.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c9562375b98b321459e2706a67622620 balsa-1.2.3.tar.bz2 1969645
diff --git a/net-mail/balsa/files/digest-balsa-1.2.4 b/net-mail/balsa/files/digest-balsa-1.2.4
deleted file mode 100644
index 3fc8d3fd9d60..000000000000
--- a/net-mail/balsa/files/digest-balsa-1.2.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7ffeeb025be60f0b6a151d447ba5c748 balsa-1.2.4.tar.bz2 1975224
diff --git a/net-mail/balsa/files/digest-balsa-1.3.5 b/net-mail/balsa/files/digest-balsa-1.3.5
new file mode 100644
index 000000000000..d68850cc74ed
--- /dev/null
+++ b/net-mail/balsa/files/digest-balsa-1.3.5
@@ -0,0 +1 @@
+MD5 ba83f7054bb31d35c2f7d8d35a9029e3 balsa-1.3.5.tar.bz2 2223158