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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E33FF158094 for ; Mon, 26 Sep 2022 14:54:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 208D2E0D3C; Mon, 26 Sep 2022 14:54:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 052C8E0D3C for ; Mon, 26 Sep 2022 14:54:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 244D9341298 for ; Mon, 26 Sep 2022 14:54:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 792F775 for ; Mon, 26 Sep 2022 14:54:27 +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: <1664203983.88e6f24e07d673d924e9fbb255ea6f38d13a836a.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.4.ebuild mail-client/balsa/metadata.xml X-VCS-Directories: mail-client/balsa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 88e6f24e07d673d924e9fbb255ea6f38d13a836a X-VCS-Branch: master Date: Mon, 26 Sep 2022 14:54:27 +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: 5ba15d90-3f71-41aa-b1af-7d343a1ba7c2 X-Archives-Hash: 2e6265b1b9768de889cf355a3cfdd42d commit: 88e6f24e07d673d924e9fbb255ea6f38d13a836a Author: Pascal Jaeger leimstift de> AuthorDate: Mon Sep 26 14:14:21 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Sep 26 14:53:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88e6f24e mail-client/balsa: Version bump to 2.6.4 Closes: https://github.com/gentoo/gentoo/pull/27476 Signed-off-by: Pascal Jaeger leimstift.de> Signed-off-by: Matt Turner gentoo.org> mail-client/balsa/Manifest | 1 + mail-client/balsa/balsa-2.6.4.ebuild | 78 ++++++++++++++++++++++++++++++++++++ mail-client/balsa/metadata.xml | 1 + 3 files changed, 80 insertions(+) diff --git a/mail-client/balsa/Manifest b/mail-client/balsa/Manifest index 1a2cc9bdec84..0f10923de5eb 100644 --- a/mail-client/balsa/Manifest +++ b/mail-client/balsa/Manifest @@ -1 +1,2 @@ DIST balsa-2.6.3.tar.xz 3761940 BLAKE2B 8bcd93453a74d2b7ffaeca3131828044a9fc399db8e0e695a31dcdb5b50a400e10b3a49d9484609b59e4348758cbeff6fde30243714693e98ab046f7910d1abf SHA512 7e64f75423dd37536812854e56db1af97c00bc35f640d82c22d86e5212c766926430f1c99423f1a972daf6f20d084d4cf16d89e13deb2f1ce550c016cd132f8d +DIST balsa-2.6.4.tar.xz 3710272 BLAKE2B 67a3462ca6bc75431a6a3f6a54feb53577111355d749e777a328b881d431856a8090e9c7beea128ee466a9b7aee01a4178b5a273541f0ffdd776a144546fc48e SHA512 7c1526e03de29e19448f0a13847dcd7138d3292221ea16f20d09bf169cf18e69df24dd76726e710470d4507e5cc4e236e1889d4c421610ecd1589a9e2338d264 diff --git a/mail-client/balsa/balsa-2.6.4.ebuild b/mail-client/balsa/balsa-2.6.4.ebuild new file mode 100644 index 000000000000..2a54f025853f --- /dev/null +++ b/mail-client/balsa/balsa-2.6.4.ebuild @@ -0,0 +1,78 @@ +# Copyright 1999-2022 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.xz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" + +IUSE="gnome +gnome-keyring kerberos ldap rubrica sqlite systray 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-2.0.0:= + webkit? ( + >=net-libs/webkit-gtk-2.28.0:4 + >=dev-db/sqlite-3.24:= + app-text/html2text + ) + >=app-crypt/gpgme-1.13.0:= + sqlite? ( >=dev-db/sqlite-3.24:= ) + systray? ( x11-libs/xapp ) + 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 + dev-libs/openssl: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) + $(use_with systray) # TODO or should this be use/ use_enable? idk, test out. + --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[@]}" +} diff --git a/mail-client/balsa/metadata.xml b/mail-client/balsa/metadata.xml index 1ee5337540c8..54f5dedb7cdc 100644 --- a/mail-client/balsa/metadata.xml +++ b/mail-client/balsa/metadata.xml @@ -7,5 +7,6 @@ Adds support for rubrica addressbook + Enable System Tray Icon support