summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriele Giorgetti <stroke@gentoo.org>2002-06-10 00:32:22 +0000
committerGabriele Giorgetti <stroke@gentoo.org>2002-06-10 00:32:22 +0000
commit8bc632ade508356ed9420c2d6364a6d511ffcc44 (patch)
treed779a706e0da4ebb515aef24cfa25ab15523faec /net-mail
parentLooks like gnome-spell for gnome2 is pretty dead. So according with (diff)
downloadgentoo-2-8bc632ade508356ed9420c2d6364a6d511ffcc44.tar.gz
gentoo-2-8bc632ade508356ed9420c2d6364a6d511ffcc44.tar.bz2
gentoo-2-8bc632ade508356ed9420c2d6364a6d511ffcc44.zip
Updated deps to match with the new location of libgnomeprint and libgnomeprintui.
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/balsa/ChangeLog7
-rw-r--r--net-mail/balsa/balsa-2.0.0_pre1-r1.ebuild75
-rw-r--r--net-mail/balsa/files/digest-balsa-2.0.0_pre1-r11
3 files changed, 82 insertions, 1 deletions
diff --git a/net-mail/balsa/ChangeLog b/net-mail/balsa/ChangeLog
index c18adbb0b03f..e8ec3909c1d6 100644
--- a/net-mail/balsa/ChangeLog
+++ b/net-mail/balsa/ChangeLog
@@ -1,6 +1,11 @@
# 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.13 2002/06/02 22:31:40 stroke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/ChangeLog,v 1.14 2002/06/10 00:32:22 stroke Exp $
+
+balsa-2.0.0_pre1-r1 (10 June 2002)
+ 10 Jun 2002; Gabriele Giorgetti <stroke@gentoo.org> balsa-2.0.0_pre1-r1.ebuild :
+ Changed deps to match with the new location of libgnomeprint and libgnomeprintui
+ (in gnome-base actually)
balsa-2.0.0_pre1 (3 June 2002)
3 June 2002; Gabriele Giorgetti <stroke@gentoo.org> balsa-2.0.0_pre1.ebuild :
diff --git a/net-mail/balsa/balsa-2.0.0_pre1-r1.ebuild b/net-mail/balsa/balsa-2.0.0_pre1-r1.ebuild
new file mode 100644
index 000000000000..350ead8c0386
--- /dev/null
+++ b/net-mail/balsa/balsa-2.0.0_pre1-r1.ebuild
@@ -0,0 +1,75 @@
+# 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-r1.ebuild,v 1.1 2002/06/10 00:32:22 stroke Exp $
+
+MY_V="2.0.0"
+MY_P="${PN}-${MY_V}"
+DATE="2002.04.24" # Get this from the download page
+
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="Balsa: Technical Preview email client for GNOME"
+SRC_URI="http://balsa.gnome.org/${MY_P}.tar.bz2"
+HOMEPAGE="http://balsa.gnome.org"
+SLOT="0"
+LICENSE="GPL-2"
+
+RDEPEND=">=dev-libs/glib-2.0.3
+ >=x11-libs/gtk+-2.0.3
+ >=net-libs/libesmtp-0.8.11
+ app-text/scrollkeeper
+ app-text/pspell
+ >=gnome-base/libgnome-2.0.0
+ >=gnome-base/libgnomeui-2.0.0
+ >=gnome-base/gnome-vfs-1.9.17
+ >=gnome-base/libgnomeprint-1.114.0
+ >=gnome-base/libgnomeprintui-1.114.0
+ nls? ( sys-devel/gettext )
+ ssl? ( dev-libs/openssl )
+ perl? ( >=dev-libs/libpcre-3.4 )
+ gtkhtml? ( >=gnome-extra/libgtkhtml-2.0.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() {
+ 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 () {
+ 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-2.0.0_pre1-r1 b/net-mail/balsa/files/digest-balsa-2.0.0_pre1-r1
new file mode 100644
index 000000000000..f33d59ef8635
--- /dev/null
+++ b/net-mail/balsa/files/digest-balsa-2.0.0_pre1-r1
@@ -0,0 +1 @@
+MD5 dde603b4a12fb9232d62361775b30d71 balsa-2.0.0.tar.bz2 2089825