commit:     4c41e74b3465f962119b28837ea31b361b16f9c7
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  4 09:21:09 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Nov  4 09:40:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c41e74b

mail-client/balsa: Drop old

Package-Manager: portage-2.3.2

 mail-client/balsa/Manifest            |   1 -
 mail-client/balsa/balsa-2.4.14.ebuild | 102 ----------------------------------
 mail-client/balsa/balsa-2.5.2.ebuild  | 102 ----------------------------------
 3 files changed, 205 deletions(-)

diff --git a/mail-client/balsa/Manifest b/mail-client/balsa/Manifest
index 608dacc..43748d1 100644
--- a/mail-client/balsa/Manifest
+++ b/mail-client/balsa/Manifest
@@ -1,2 +1 @@
-DIST balsa-2.4.14.tar.bz2 4092848 SHA256 
9de197c3adf2cfa1ddf8c3b6da11e5b06f58b27a917e064de34621d5f9210522 SHA512 
e33b8a59b70861827f063a4336d2055169d719707e774d50443e6dc6884d99c23a36c42e1acfd99485bfe864e710dd0f635adc76697a911339cf8b6870a64c3d
 WHIRLPOOL 
43e0ad0356fb5e4f1840daa33bce40ae1dc89c0864cf04ab7b50e604d0589014e28199e2b694fcb48d1c7cc54e1bac6bc912aa93033a24852d9c68a20555d8ab
 DIST balsa-2.5.2.tar.bz2 4049163 SHA256 
01218dd8cb2c052c2d221d96e4ef5e277271befb2b50bbf4913223913214d21d SHA512 
f7a9127d87869d57acebaf33f9e3e4b82c5a5ba90aa5304ce40ba48a1a7f01eaf602555f8e97bce70b0baeb2ac8b5ac12941eaa8b85be1886bf22f7767dd75ba
 WHIRLPOOL 
7b7d96cda21b50a4acb068e5989696acd02ebb1fa70563f47230a8c0a04da51cf3af4422c23d13c5dbff27d89cce6e7516a6eeaa6464c9dedd6d2d326587fc65

diff --git a/mail-client/balsa/balsa-2.4.14.ebuild 
b/mail-client/balsa/balsa-2.4.14.ebuild
deleted file mode 100644
index 998f1d3..00000000
--- a/mail-client/balsa/balsa-2.4.14.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit eutils gnome2
-
-DESCRIPTION="Email client for GNOME"
-HOMEPAGE="http://pawsa.fedorapeople.org/balsa/";
-SRC_URI="http://pawsa.fedorapeople.org/${PN}/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
-# Doesn't currently build with -gnome
-IUSE="crypt gnome +gtkspell kerberos ldap libnotify networkmanager rubrica 
sqlite ssl webkit xface"
-
-# TODO: esmtp can be optional
-RDEPEND="
-       >=dev-libs/glib-2.16:2
-       >=x11-libs/gtk+-2.18:2
-       dev-libs/gmime:2.6
-       dev-libs/libunique:1
-       >=net-libs/libesmtp-1.0.3:=
-       net-mail/mailbase
-       media-libs/libcanberra:=[gtk]
-       x11-themes/hicolor-icon-theme
-       crypt? ( >=app-crypt/gpgme-1.0:= )
-       gnome? (
-               >=gnome-base/orbit-2
-               >=gnome-base/libbonobo-2.0
-               >=gnome-base/libgnome-2.0
-               >=gnome-base/libgnomeui-2.0
-               >=gnome-base/gconf-2.0:2
-               >=gnome-base/gnome-keyring-2.20
-               >=x11-libs/gtksourceview-2.10:2.0 )
-       sqlite? ( >=dev-db/sqlite-2.8:= )
-       libnotify? ( >=x11-libs/libnotify-0.7:= )
-       gtkspell? (
-               app-text/gtkspell:2
-               app-text/enchant )
-       !gtkspell? ( app-text/aspell )
-       kerberos? ( app-crypt/mit-krb5 )
-       ldap? ( net-nds/openldap )
-       networkmanager? ( >=net-misc/networkmanager-0.7 )
-       rubrica? ( dev-libs/libxml2:2 )
-       ssl? ( dev-libs/openssl:= )
-       webkit? ( >=net-libs/webkit-gtk-1.5.1:2 )
-       xface? ( >=media-libs/compface-1.5.1:= )
-"
-DEPEND="${RDEPEND}
-       dev-util/intltool
-       virtual/pkgconfig
-       sys-devel/gettext
-       >=app-text/scrollkeeper-0.1.4
-       app-text/gnome-doc-utils
-"
-
-src_prepare() {
-       # Fix documentation
-       epatch "${FILESDIR}/${PN}-2.4.11-doc-fixes.patch"
-       gnome2_src_prepare
-}
-
-src_configure() {
-       local myconf
-       DOCS="AUTHORS ChangeLog HACKING NEWS README TODO docs/*"
-
-       if use crypt ; then
-               myconf+=" --with-gpgme=gpgme-config"
-       else
-               myconf+=" --without-gpgme"
-       fi
-
-       if use webkit; then
-               myconf+=" --with-html-widget=webkit"
-       else
-               myconf+=" --with-html-widget=no"
-       fi
-
-       gnome2_src_configure \
-               --disable-pcre \
-               --enable-gregex \
-               --enable-threads \
-               --with-gmime=2.6 \
-               --with-unique \
-               --with-canberra \
-               $(use_with gnome) \
-               $(use_with gnome gtksourceview) \
-               $(use_with gtkspell) \
-               $(use_with kerberos gss) \
-               $(use_with ldap) \
-               $(use_with libnotify) \
-               $(use_with networkmanager nm) \
-               $(use_with rubrica) \
-               $(use_with sqlite) \
-               $(use_with ssl) \
-               $(use_with xface compface) \
-               ${myconf}
-}

diff --git a/mail-client/balsa/balsa-2.5.2.ebuild 
b/mail-client/balsa/balsa-2.5.2.ebuild
deleted file mode 100644
index cade4ea..00000000
--- a/mail-client/balsa/balsa-2.5.2.ebuild
+++ /dev/null
@@ -1,102 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit eutils gnome2
-
-DESCRIPTION="Email client for GNOME"
-HOMEPAGE="http://pawsa.fedorapeople.org/balsa/";
-SRC_URI="http://pawsa.fedorapeople.org/${PN}/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
-
-IUSE="crypt gnome gtkhtml gnome-keyring +gtkspell kerberos ldap libnotify 
rubrica sqlite ssl webkit xface"
-REQUIRED_USE="gtkhtml? ( !webkit )"
-
-# TODO: esmtp can be optional, do we want it?
-RDEPEND="
-       >=dev-libs/glib-2.32:2
-       >=x11-libs/gtk+-3.4.0:3
-       dev-libs/gmime:2.6
-       >=net-libs/libesmtp-1.0.3:=
-       net-mail/mailbase
-       media-libs/libcanberra:=[gtk3]
-       x11-themes/hicolor-icon-theme
-       x11-themes/gnome-icon-theme
-       crypt? ( >=app-crypt/gpgme-1.0:= )
-       gnome? ( >=x11-libs/gtksourceview-3.2.0:3.0 )
-       gnome-keyring? ( app-crypt/libsecret )
-       gtkhtml? ( gnome-extra/gtkhtml:4.0 )
-       sqlite? ( >=dev-db/sqlite-2.8:= )
-       libnotify? ( >=x11-libs/libnotify-0.7:= )
-       gtkspell? ( >=app-text/gtkspell-3.0.3:3 )
-       !gtkspell? ( app-text/enchant )
-       kerberos? ( app-crypt/mit-krb5 )
-       ldap? ( net-nds/openldap )
-       rubrica? ( dev-libs/libxml2:2 )
-       ssl? ( dev-libs/openssl:= )
-       webkit? ( net-libs/webkit-gtk:4 )
-       xface? ( >=media-libs/compface-1.5.1:= )
-"
-DEPEND="${RDEPEND}
-       app-text/yelp-tools
-       dev-util/intltool
-       virtual/pkgconfig
-       sys-devel/gettext
-"
-
-src_prepare() {
-       DOCS="AUTHORS ChangeLog HACKING NEWS README TODO docs/*"
-
-       # https://bugzilla.gnome.org/show_bug.cgi?id=750516
-       sed -i -e 's/@TOOLKIT_CATEGORIES@//' balsa-mailto-handler.desktop.in.in 
|| die
-
-       # https://bugzilla.gnome.org/show_bug.cgi?id=750515
-       echo "src/balsa-print-object.c" >> po/POTFILES.in || die
-
-       gnome2_src_prepare
-}
-
-src_configure() {
-       local myconf
-
-       if use crypt ; then
-               myconf+=" --with-gpgme=gpgme-config"
-       else
-               myconf+=" --without-gpgme"
-       fi
-
-       if use webkit || use gtkhtml; then
-               if use gtkhtml ; then
-                       myconf+=" --with-html-widget=gtkhtml4"
-               else
-                       myconf+=" --with-html-widget=webkit2"
-               fi
-       else
-               myconf+=" --with-html-widget=no"
-       fi
-
-       gnome2_src_configure \
-               --disable-pcre \
-               --enable-gregex \
-               --enable-threads \
-               --with-gmime=2.6 \
-               --with-canberra \
-               $(use_with gnome) \
-               $(use_with gnome gtksourceview) \
-               $(use_with gnome-keyring libsecret) \
-               $(use_with gtkspell) \
-               $(use_with kerberos gss) \
-               $(use_with ldap) \
-               $(use_with libnotify) \
-               $(use_with rubrica) \
-               $(use_with sqlite) \
-               $(use_with ssl) \
-               $(use_with xface compface) \
-               ${myconf}
-}

Reply via email to