diff options
author | 2004-12-12 01:09:40 +0000 | |
---|---|---|
committer | 2004-12-12 01:09:40 +0000 | |
commit | 61f0c7111a60f13ccb567374617c621366c202b4 (patch) | |
tree | 2192bc358cef177e096d334d5d7f9c16cd7c2981 /mail-client | |
parent | Stable on sparc. (Manifest recommit) (diff) | |
download | gentoo-2-61f0c7111a60f13ccb567374617c621366c202b4.tar.gz gentoo-2-61f0c7111a60f13ccb567374617c621366c202b4.tar.bz2 gentoo-2-61f0c7111a60f13ccb567374617c621366c202b4.zip |
remove balsa-2.0.15-r1 in order to remove old gpgme dependancies. bug #72620
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/balsa/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/balsa/balsa-2.0.15-r1.ebuild | 62 | ||||
-rw-r--r-- | mail-client/balsa/files/digest-balsa-2.0.15-r1 | 1 |
3 files changed, 5 insertions, 64 deletions
diff --git a/mail-client/balsa/ChangeLog b/mail-client/balsa/ChangeLog index 5b0743d3faf2..f95e309d7a5d 100644 --- a/mail-client/balsa/ChangeLog +++ b/mail-client/balsa/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/balsa # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.15 2004/12/11 23:20:32 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.16 2004/12/12 01:09:40 dragonheart Exp $ + + 12 Dec 2004; Daniel Black <dragonheart@gentoo.org> -balsa-2.0.15-r1.ebuild: + remove balsa-2.0.15-r1 in order to remove old gpgme dependancies. bug #72620 + refers 12 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> balsa-2.0.15-r2.ebuild: Stable on alpha. diff --git a/mail-client/balsa/balsa-2.0.15-r1.ebuild b/mail-client/balsa/balsa-2.0.15-r1.ebuild deleted file mode 100644 index 401250c80786..000000000000 --- a/mail-client/balsa/balsa-2.0.15-r1.ebuild +++ /dev/null @@ -1,62 +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.15-r1.ebuild,v 1.5 2004/09/22 19:43:31 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 - 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 - >=app-text/scrollkeeper-0.1.4 - ${RDEPEND}" - -src_unpack() -{ - unpack ${A} - cd ${S} - epatch ${FILESDIR}/balsa-gtk+-2.4-deprecation-fix.patch -} -src_compile() { - local myconf - - libmutt/configure \ - --prefix=/usr \ - --host=${CHOST} \ - --with-mailpath=/var/mail || die "configure libmutt failed" - - # threads diabled because of 17079 - econf \ - `use_with ssl` \ - `use_enable gtkhtml` \ - `use_enable perl pcre` \ - `use_with ldap` \ - `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.15-r1 b/mail-client/balsa/files/digest-balsa-2.0.15-r1 deleted file mode 100644 index 3060884c07a9..000000000000 --- a/mail-client/balsa/files/digest-balsa-2.0.15-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 dc00a4bd622c4a0c5d6b7dca397d4371 balsa-2.0.15.tar.bz2 2786211 |