summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2018-07-15 18:39:56 +0300
committerMart Raudsepp <leio@gentoo.org>2018-07-15 18:40:38 +0300
commitec5c74180fa44011693d8c824129ce09c7732355 (patch)
tree4dff433daa6c9252032e073299490ba2f4025c82
parentmail-client/balsa-2.5.6-r1: restore ~alpha keyword (diff)
downloadgentoo-ec5c74180fa44011693d8c824129ce09c7732355.tar.gz
gentoo-ec5c74180fa44011693d8c824129ce09c7732355.tar.bz2
gentoo-ec5c74180fa44011693d8c824129ce09c7732355.zip
mail-client/balsa: remove old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r--mail-client/balsa/Manifest1
-rw-r--r--mail-client/balsa/balsa-2.5.2-r1.ebuild104
-rw-r--r--mail-client/balsa/metadata.xml2
3 files changed, 0 insertions, 107 deletions
diff --git a/mail-client/balsa/Manifest b/mail-client/balsa/Manifest
index 59ff6ac5c97d..55ba83d382db 100644
--- a/mail-client/balsa/Manifest
+++ b/mail-client/balsa/Manifest
@@ -1,3 +1,2 @@
-DIST balsa-2.5.2.tar.bz2 4049163 BLAKE2B 7435c7831d528b3ab6d2783211023e3686e94b266ed0804ecb2d9605add6c3826b029c679d137bb3e176b112b11bc68a7e9fd828bc18c2e5c5636b8ef8ec85e4 SHA512 f7a9127d87869d57acebaf33f9e3e4b82c5a5ba90aa5304ce40ba48a1a7f01eaf602555f8e97bce70b0baeb2ac8b5ac12941eaa8b85be1886bf22f7767dd75ba
DIST balsa-2.5.3.tar.bz2 4333815 BLAKE2B ba8715108cf1122152c069130911275175d5c45ca12e85f1165cb7e86680015d6effd1ea5aaaebd5b154f67fc13002bd26ad0f0d7942253b2483896dd28a50fd SHA512 34e69be050f6c502fa6651029b7d93bf9b7842bbe8489669924563c086def4dbe72109ba5244e0cacf3ef69d3d9d8c5679f870acf564b5551920fa77012e1ff8
DIST balsa-2.5.6.tar.bz2 4468877 BLAKE2B 1e7f678c69121fe3472bbba8dc3d2a62680e1969934580a8a85725e84676531f1efb8432380c2d537ca584001c5cecd5c76cd033a1c1e68a292fc765bbc15f8d SHA512 a9c8094ac48b9b1a0971fe45a4658b728f93ad170ad7884c9554420a4696a7b6f5b3661bde8ab070f6a5c14a80f67551745e1d40905881429ae1d8e5874e9a68
diff --git a/mail-client/balsa/balsa-2.5.2-r1.ebuild b/mail-client/balsa/balsa-2.5.2-r1.ebuild
deleted file mode 100644
index 7cfc68bf4b5c..000000000000
--- a/mail-client/balsa/balsa-2.5.2-r1.ebuild
+++ /dev/null
@@ -1,104 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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 libressl 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/adwaita-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? (
- !libressl? ( dev-libs/openssl:0 )
- libressl? ( dev-libs/libressl )
- )
- 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}
-}
diff --git a/mail-client/balsa/metadata.xml b/mail-client/balsa/metadata.xml
index 4c043cdb299a..3f5668996d9a 100644
--- a/mail-client/balsa/metadata.xml
+++ b/mail-client/balsa/metadata.xml
@@ -7,8 +7,6 @@
</maintainer>
<use>
<flag name="crypt">Adds support for GnuPG encryption</flag>
- <flag name="gtkhtml">Use gtkhtml for HTML rendering</flag>
- <flag name="gtkspell">Use gtkspell for dictionary support</flag>
<flag name="rubrica">Adds support for rubrica addressbook</flag>
</use>
</pkgmetadata>