diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-02-17 03:45:49 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-02-17 03:45:49 +0000 |
commit | 75d4ca2955863a7996b2bbadcc2679dd41510539 (patch) | |
tree | 51f0c99a530da4b0520cd47fdd48cccca0d3614d /net-mail/balsa | |
parent | new version (diff) | |
download | gentoo-2-75d4ca2955863a7996b2bbadcc2679dd41510539.tar.gz gentoo-2-75d4ca2955863a7996b2bbadcc2679dd41510539.tar.bz2 gentoo-2-75d4ca2955863a7996b2bbadcc2679dd41510539.zip |
new version; removed older
Diffstat (limited to 'net-mail/balsa')
-rw-r--r-- | net-mail/balsa/ChangeLog | 4 | ||||
-rw-r--r-- | net-mail/balsa/balsa-1.2.0-r1.ebuild | 48 | ||||
-rw-r--r-- | net-mail/balsa/balsa-1.2.4.ebuild | 52 | ||||
-rw-r--r-- | net-mail/balsa/files/digest-balsa-1.2.0-r1 | 1 | ||||
-rw-r--r-- | net-mail/balsa/files/digest-balsa-1.2.4 | 1 |
5 files changed, 56 insertions, 50 deletions
diff --git a/net-mail/balsa/ChangeLog b/net-mail/balsa/ChangeLog index abe93d384050..1d41238f4446 100644 --- a/net-mail/balsa/ChangeLog +++ b/net-mail/balsa/ChangeLog @@ -1,6 +1,8 @@ # 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.1 2002/02/01 21:53:34 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/balsa/ChangeLog,v 1.2 2002/02/17 03:45:49 azarah Exp $ + +*balsa-1.2.4 (17 Feb 2002) *balsa-1.2.3 (1 Feb 2002) diff --git a/net-mail/balsa/balsa-1.2.0-r1.ebuild b/net-mail/balsa/balsa-1.2.0-r1.ebuild deleted file mode 100644 index 1142b75904ad..000000000000 --- a/net-mail/balsa/balsa-1.2.0-r1.ebuild +++ /dev/null @@ -1,48 +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.0-r1.ebuild,v 1.3 2001/10/07 11:11:08 azarah 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.10 - >=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 - >=app-text/pspell-0.11.2 - >=net-libs/libesmtp-0.8.3 - >=gnome-extra/gtkhtml-0.14.0-r1 - >=dev-libs/libpcre-3.4 - nls? ( sys-devel/gettext ) - ssl? ( dev-libs/openssl )" - -RDEPEND="${DEPEND}" - -src_compile() { - - local myconf - -# FIXME: won't build without nls... ugh... configure script braindamage -# if [ -z "`use nls`" ] ; then -# myconf="$myconf --disable-nls" -# fi - - if [ "`use ssl`" ] ; then - myconf="$myconf --with-ssl" - fi - - try libmutt/configure --prefix=/usr --host=${CHOST} --with-mailpath=/var/mail - try ./configure --prefix=/usr --host=${CHOST} --enable-threads --enable-gtkhtml --enable-pcre $myconf - make || die -} - -src_install () { - make DESTDIR=${D} install || die - 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 new file mode 100644 index 000000000000..049eb93a6b51 --- /dev/null +++ b/net-mail/balsa/balsa-1.2.4.ebuild @@ -0,0 +1,52 @@ +# 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.1 2002/02/17 03:45:49 azarah 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.10 + >=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/files/digest-balsa-1.2.0-r1 b/net-mail/balsa/files/digest-balsa-1.2.0-r1 deleted file mode 100644 index 016d8d7da1be..000000000000 --- a/net-mail/balsa/files/digest-balsa-1.2.0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 5b994f477c84f15eca42c23caa705f92 balsa-1.2.0.tar.bz2 1760711 diff --git a/net-mail/balsa/files/digest-balsa-1.2.4 b/net-mail/balsa/files/digest-balsa-1.2.4 new file mode 100644 index 000000000000..3fc8d3fd9d60 --- /dev/null +++ b/net-mail/balsa/files/digest-balsa-1.2.4 @@ -0,0 +1 @@ +MD5 7ffeeb025be60f0b6a151d447ba5c748 balsa-1.2.4.tar.bz2 1975224 |