From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 486451382C5 for ; Mon, 19 Apr 2021 02:39:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FF6AE0729; Mon, 19 Apr 2021 02:39:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4EC64E0729 for ; Mon, 19 Apr 2021 02:39:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B80A335D40 for ; Mon, 19 Apr 2021 02:39:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A216648 for ; Mon, 19 Apr 2021 02:39:04 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1618799446.c09c51ffae1795848b25582db6f077fa9b4bc986.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/balsa/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/balsa/Manifest mail-client/balsa/balsa-2.6.2.ebuild X-VCS-Directories: mail-client/balsa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c09c51ffae1795848b25582db6f077fa9b4bc986 X-VCS-Branch: master Date: Mon, 19 Apr 2021 02:39:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 12d0048a-3e0b-486b-ab9f-f20576338acd X-Archives-Hash: 2c7211d6c7f049c6628bcdf4c46ce831 commit: c09c51ffae1795848b25582db6f077fa9b4bc986 Author: Matt Turner gentoo org> AuthorDate: Mon Apr 19 02:27:54 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Apr 19 02:30:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c09c51ff mail-client/balsa: Version bump to 2.6.2 Signed-off-by: Matt Turner gentoo.org> mail-client/balsa/Manifest | 1 + mail-client/balsa/balsa-2.6.2.ebuild | 76 ++++++++++++++++++++++++++++++++++++ 2 files changed, 77 insertions(+) diff --git a/mail-client/balsa/Manifest b/mail-client/balsa/Manifest index 46a34d7a4ab..82d4c7e4130 100644 --- a/mail-client/balsa/Manifest +++ b/mail-client/balsa/Manifest @@ -1 +1,2 @@ DIST balsa-2.6.1.tar.bz2 4535550 BLAKE2B eee4530fe9bdd0f9453178fb7a9e64584193221754dd8fc75703ec5f98214999a9d323357b415ead2fc218461adb4d0d082389f236c6f864b54a90790c889130 SHA512 242c93e698390647b93f7e163b547b326675a0600ff5c50c2db3f3e08cd045e32cec4bb69f8a44ef3443d4cf03cb194ac7971d2a0e55f7c84b273a2b627e2433 +DIST balsa-2.6.2.tar.bz2 4567897 BLAKE2B ac006ee5696e33cbbc6292d0aa416eab41dfa91830d2a87a68693137fa330017c8e748996ef240fadb035910e60c3575d8f0ae9da507e6478ba13d2f5d6e7b2a SHA512 7049722f74d7a7d93cd2d68ce7d38a99a04a566f180bac39009ba59bb0aeca603a5237db7a91e860f2f905591bf84f803007b9887f2c69c426b4a6dbc81f1488 diff --git a/mail-client/balsa/balsa-2.6.2.ebuild b/mail-client/balsa/balsa-2.6.2.ebuild new file mode 100644 index 00000000000..1dedf117e67 --- /dev/null +++ b/mail-client/balsa/balsa-2.6.2.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit 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="gnome +gnome-keyring kerberos ldap libressl rubrica sqlite webkit xface" + +# TODO: internal spell checking via enchant-2 instead of gtkspell/gspell? +DEPEND=" + >=dev-libs/glib-2.48.0:2 + >=x11-libs/gtk+-3.24.0:3 + >=dev-libs/gmime-3.2.6:3.0 + >=net-libs/gnutls-3.0:= + dev-libs/fribidi + dev-libs/libical:= + webkit? ( + >=net-libs/webkit-gtk-2.28.0:4 + app-text/html2text + ) + >=app-crypt/gpgme-1.8.0:= + sqlite? ( >=dev-db/sqlite-2.8:= ) + ldap? ( net-nds/openldap ) + rubrica? ( dev-libs/libxml2:2 ) + kerberos? ( app-crypt/mit-krb5 ) + xface? ( >=media-libs/compface-1.5.1:= ) + gnome? ( x11-libs/gtksourceview:4 ) + media-libs/libcanberra:=[gtk3] + gnome-keyring? ( app-crypt/libsecret ) + >=app-text/gspell-1.6:0= + + net-mail/mailbase + x11-themes/hicolor-icon-theme + x11-themes/adwaita-icon-theme + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) +" +RDEPEND="${DEPEND}" +BDEPEND=" + dev-util/gtk-update-icon-cache + dev-util/intltool + dev-util/itstool + virtual/pkgconfig + sys-devel/gettext + dev-libs/libxml2:2 +" + +DOCS="AUTHORS ChangeLog HACKING NEWS README TODO docs/*" + +src_configure() { + local myconf=( + $(use_with gnome) + $(use_enable sqlite autocrypt) + --with-canberra + $(use_with xface compface) + $(use_with kerberos gss) + $(usex webkit --with-html-widget=webkit2 --with-html-widget=no) + $(use_with gnome gtksourceview) + --with-spell-checker=gspell + $(use_with ldap) + $(use_with rubrica) + --without-osmo + $(use_with sqlite) + $(use_with gnome-keyring libsecret) + --without-gcr # experimental + ) + gnome2_src_configure "${myconf[@]}" +}