From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2500013888F for ; Sat, 10 Oct 2015 23:40:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22178E07B2; Sat, 10 Oct 2015 23:40:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4909E07B2 for ; Sat, 10 Oct 2015 23:40:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B94633E3A9 for ; Sat, 10 Oct 2015 23:40:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2A8DB9 for ; Sat, 10 Oct 2015 23:40:08 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1444520728.a86f693ae384c925cc08a91122a631f41b3f960b.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/balsa/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/balsa/balsa-2.5.2-r1.ebuild X-VCS-Directories: mail-client/balsa/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: a86f693ae384c925cc08a91122a631f41b3f960b X-VCS-Branch: master Date: Sat, 10 Oct 2015 23:40:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dfc49b6f-105a-4367-a0d0-1d3687afe57c X-Archives-Hash: 571fe54f6c318c5b336999689421835e commit: a86f693ae384c925cc08a91122a631f41b3f960b Author: Anthony G. Basile gentoo org> AuthorDate: Sat Oct 10 23:45:28 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Oct 10 23:45:28 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a86f693a mail-client/balsa: add libressl support Package-Manager: portage-2.2.20.1 mail-client/balsa/balsa-2.5.2-r1.ebuild | 105 ++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) diff --git a/mail-client/balsa/balsa-2.5.2-r1.ebuild b/mail-client/balsa/balsa-2.5.2-r1.ebuild new file mode 100644 index 0000000..97b19fd --- /dev/null +++ b/mail-client/balsa/balsa-2.5.2-r1.ebuild @@ -0,0 +1,105 @@ +# 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 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/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? ( + !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} +}