diff options
author | Mike Gardiner <obz@gentoo.org> | 2004-11-30 11:59:22 +0000 |
---|---|---|
committer | Mike Gardiner <obz@gentoo.org> | 2004-11-30 11:59:22 +0000 |
commit | be38953797467f56ec6e4d99fa1d160fa684799c (patch) | |
tree | bcd8bfa9cef2089a912e0519af657e0c34a475fd /mail-client | |
parent | Marked x86 for bug #72620 (Manifest recommit) (diff) | |
download | gentoo-2-be38953797467f56ec6e4d99fa1d160fa684799c.tar.gz gentoo-2-be38953797467f56ec6e4d99fa1d160fa684799c.tar.bz2 gentoo-2-be38953797467f56ec6e4d99fa1d160fa684799c.zip |
Removing re bug #72620
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/balsa/balsa-2.0.14.ebuild | 70 | ||||
-rw-r--r-- | mail-client/balsa/files/digest-balsa-2.0.14 | 1 |
2 files changed, 0 insertions, 71 deletions
diff --git a/mail-client/balsa/balsa-2.0.14.ebuild b/mail-client/balsa/balsa-2.0.14.ebuild deleted file mode 100644 index 7f2250d87b54..000000000000 --- a/mail-client/balsa/balsa-2.0.14.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.0.14.ebuild,v 1.6 2004/09/22 19:41:17 ticho Exp $ - -inherit gnome2 eutils - -IUSE="ssl gtkhtml perl ldap crypt" -DESCRIPTION="Email client for GNOME" -SRC_URI="http://balsa.gnome.org/${P}.tar.bz2" -HOMEPAGE="http://balsa.gnome.org" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ~ppc sparc ~alpha" - -RDEPEND="net-mail/mailbase - >=dev-libs/glib-2 - >=x11-libs/gtk+-2 - >=gnome-base/libgnome-2 - >=gnome-base/libgnomeui-2 - >=gnome-base/gnome-vfs-2 - >=gnome-base/libgnomeprint-2.1.4 - >=gnome-base/libgnomeprintui-2.1.4 - >=net-libs/libesmtp-0.8.11 - virtual/aspell-dict - >=app-text/scrollkeeper-0.1.4 - ssl? ( dev-libs/openssl ) - perl? ( >=dev-libs/libpcre-3.4 ) - gtkhtml? ( =gnome-extra/libgtkhtml-2* ) - ldap? ( net-nds/openldap ) - crypt? ( ~app-crypt/gpgme-0.3.14 )" - -DEPEND="dev-util/pkgconfig - ${RDEPEND}" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/gtk+2.4-2.patch -} -src_compile() { - local myconf - - use ssl \ - && myconf="${myconf} --with-ssl" \ - || myconf="${myconf} --without-ssl" - use gtkhtml \ - && myconf="${myconf} --enable-gtkhtml" \ - || myconf="${myconf} --disable-gtkhtml" - use perl \ - && myconf="${myconf} --enable-pcre" \ - || myconf="${myconf} --disable-pcre" - use ldap \ - && myconf="${myconf} --enable-ldap" \ - || myconf="${myconf} --disable-ldap" - - libmutt/configure \ - --prefix=/usr \ - --host=${CHOST} \ - --with-mailpath=/var/mail || die "configure libmutt failed" - - # threads diabled because of 17079 - econf ${myconf} \ - `use_with crypt gpgme` \ - --disable-threads || die "configure balsa failed" - - emake || die "emake failed" -} - -DOCS="AUTHORS COPYING ChangeLog HACKING INSTALL NEWS README TODO docs/*" diff --git a/mail-client/balsa/files/digest-balsa-2.0.14 b/mail-client/balsa/files/digest-balsa-2.0.14 deleted file mode 100644 index c54b0da4f6be..000000000000 --- a/mail-client/balsa/files/digest-balsa-2.0.14 +++ /dev/null @@ -1 +0,0 @@ -MD5 91ec11aec9f100e3ad6c02bccae2da5d balsa-2.0.14.tar.bz2 2774405 |