From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1101936-garchives=archives.gentoo.org@lists.gentoo.org>
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 7ECD1138335
	for <garchives@archives.gentoo.org>; Fri, 26 Jul 2019 22:02:13 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 56A76E0819;
	Fri, 26 Jul 2019 22:02:12 +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 25455E0819
	for <gentoo-commits@lists.gentoo.org>; Fri, 26 Jul 2019 22:02:12 +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 6783F348C75
	for <gentoo-commits@lists.gentoo.org>; Fri, 26 Jul 2019 22:02:10 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id F00D91BA
	for <gentoo-commits@lists.gentoo.org>; Fri, 26 Jul 2019 22:02:07 +0000 (UTC)
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" <polynomial-c@gentoo.org>
Message-ID: <1564178522.e83c98869958f99da1b5bc1f838bc6f5fae9b6ea.polynomial-c@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/claws-mail/
X-VCS-Repository: repo/gentoo
X-VCS-Files: mail-client/claws-mail/claws-mail-9999.ebuild mail-client/claws-mail/metadata.xml
X-VCS-Directories: mail-client/claws-mail/
X-VCS-Committer: polynomial-c
X-VCS-Committer-Name: Lars Wendler
X-VCS-Revision: e83c98869958f99da1b5bc1f838bc6f5fae9b6ea
X-VCS-Branch: master
Date: Fri, 26 Jul 2019 22:02:07 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: c469ff88-d873-4e0e-9624-4962cecf32ad
X-Archives-Hash: 9af6791bd5022d11a6bb261618fbf11e

commit:     e83c98869958f99da1b5bc1f838bc6f5fae9b6ea
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 26 21:40:30 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Jul 26 22:02:02 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e83c9886

mail-client/claws-mail: Added "litehtml" USE flag to live ebuild

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 mail-client/claws-mail/claws-mail-9999.ebuild | 17 ++++++++++----
 mail-client/claws-mail/metadata.xml           | 32 +++++++++------------------
 2 files changed, 23 insertions(+), 26 deletions(-)

diff --git a/mail-client/claws-mail/claws-mail-9999.ebuild b/mail-client/claws-mail/claws-mail-9999.ebuild
index e0747aeb75c..f460e8d37fc 100644
--- a/mail-client/claws-mail/claws-mail-9999.ebuild
+++ b/mail-client/claws-mail/claws-mail-9999.ebuild
@@ -20,7 +20,7 @@ fi
 SLOT="0"
 LICENSE="GPL-3"
 
-IUSE="archive bogofilter calendar clamav dbus debug dillo doc gdata +gnutls gtk3 +imap ipv6 ldap +libcanberra +libindicate +libnotify networkmanager nls nntp +notification pda pdf perl +pgp python rss session sieve smime spamassassin spam-report spell startup-notification svg valgrind xface"
+IUSE="archive bogofilter calendar clamav dbus debug dillo doc gdata +gnutls gtk3 +imap ipv6 ldap +libcanberra +libindicate +libnotify litehtml networkmanager nls nntp +notification pda pdf perl +pgp python rss session sieve smime spamassassin spam-report spell startup-notification svg valgrind xface"
 REQUIRED_USE="libcanberra? ( notification )
 	libindicate? ( notification )
 	libnotify? ( notification )
@@ -56,6 +56,12 @@ COMMONDEPEND="
 	!gtk3? ( >=x11-libs/gtk+-2.24:2 )
 	imap? ( >=net-libs/libetpan-0.57 )
 	ldap? ( >=net-nds/openldap-2.0.7 )
+	litehtml? (
+		>=dev-libs/glib-2.36:2
+		>=dev-libs/gumbo-0.10
+		net-misc/curl
+		media-libs/fontconfig
+	)
 	nls? ( >=sys-devel/gettext-0.18 )
 	nntp? ( >=net-libs/libetpan-0.57 )
 	notification? (
@@ -80,10 +86,12 @@ COMMONDEPEND="
 "
 
 DEPEND="${COMMONDEPEND}
+	xface? ( >=media-libs/compface-1.4 )
+"
+BDEPEND="
 	app-arch/xz-utils
 	virtual/pkgconfig
-	xface? ( >=media-libs/compface-1.4 )"
-
+"
 RDEPEND="${COMMONDEPEND}
 	app-misc/mime-types
 	x11-misc/shared-mime-info
@@ -140,6 +148,7 @@ src_configure() {
 		$(use_enable gtk3)
 		$(use_enable ipv6)
 		$(use_enable ldap)
+		$(use_enable litehtml litehtml_viewer-plugin)
 		$(use_enable networkmanager)
 		$(use_enable nls)
 		$(use_enable notification notification-plugin)
@@ -199,7 +208,7 @@ src_install() {
 	doexe tb2claws-mail update-po uudec uuooffice
 
 	# kill useless files
-	rm -f "${ED%/}"/usr/lib*/claws-mail/plugins/*.{a,la}
+	rm -f "${ED}"/usr/lib*/claws-mail/plugins/*.{a,la}
 }
 
 pkg_preinst() {

diff --git a/mail-client/claws-mail/metadata.xml b/mail-client/claws-mail/metadata.xml
index aa9acebdfde..215b58ddd53 100644
--- a/mail-client/claws-mail/metadata.xml
+++ b/mail-client/claws-mail/metadata.xml
@@ -7,32 +7,20 @@
 	</maintainer>
 	<use>
 		<flag name="archive">Enable archiving plugin</flag>
+		<flag name="bogofilter">Build <pkg>mail-filter/bogofilter</pkg> plugin</flag>
 		<flag name="dillo">Enable dillo html viewer plugin</flag>
-		<flag name="gdata">Enable plugin for access to Google
-		data providers</flag>
+		<flag name="gdata">Enable plugin for access to Google data providers</flag>
 		<flag name="gtk3">Build support for GTK+3</flag>
+		<flag name="libcanberra">Enable sound notification in connection with USE=notification</flag>
+		<flag name="libindicate">Enable notification through DBUS in connection with USE=notification</flag>
+		<flag name="libnotify">Enable notification on the desktop in connection with USE=notification</flag>
+		<flag name="litehtml">Enable <pkg>dev-libs/gumbo</pkg> html viewer plugin</flag>
+		<flag name="notification">Notification for new mail in different way, see also USE flags libcanberra, libindicate and libnotify</flag>
 		<flag name="pgp">Enable PGP support</flag>
-		<flag name="spam-report">Enable plugin for spam
-		reporting to various services</flag>
-		<flag name="bogofilter">Build <pkg>mail-filter/bogofilter</pkg>
-			plugin</flag>
-		<flag name="libcanberra">Enable sound notification in connection
-		with USE=notification</flag>
-		<flag name="libindicate">Enable notification through
-		DBUS in connection with USE=notification</flag>
-		<flag name="libnotify">Enable notification on the
-		desktop in connection with USE=notification</flag>
-		<flag name="notification">Notification for new mail in
-		different way, see also USE flags libcanberra,
-		libindicate and libnotify</flag>
 		<flag name="sieve">Build plugin for sieve filter support</flag>
 		<flag name="smime">Build plugin for S/MIME support</flag>
-		<flag name="spamassassin">Build <pkg>mail-filter/spamassassin</pkg>
-			plugin</flag>
-		<flag name="valgrind">Add support for memory debugging
-			using valgrind</flag>
+		<flag name="spam-report">Enable plugin for spam reporting to various services</flag>
+		<flag name="spamassassin">Build <pkg>mail-filter/spamassassin</pkg> plugin</flag>
+		<flag name="valgrind">Add support for memory debugging using valgrind</flag>
 	</use>
-	<upstream>
-		<remote-id type="sourceforge">sylpheed-claws</remote-id>
-	</upstream>
 </pkgmetadata>