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 F127A13881E for ; Tue, 29 Sep 2015 07:36:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43DBDE080C; Tue, 29 Sep 2015 07:36:06 +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 D0E3AE080C for ; Tue, 29 Sep 2015 07:36:05 +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 7EE3F3408BC for ; Tue, 29 Sep 2015 07:36:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58908186 for ; Tue, 29 Sep 2015 07:36:02 +0000 (UTC) From: "Lars Wendler" 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" Message-ID: <1443512158.945c4ddacaed8b04c78bcf975da49caedc547706.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-3.12.0.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: 945c4ddacaed8b04c78bcf975da49caedc547706 X-VCS-Branch: master Date: Tue, 29 Sep 2015 07:36:02 +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: 21c16408-2f38-4a2c-8de5-70f3589d6617 X-Archives-Hash: 48787844f7ab43cea556c29ac7fb7251 commit: 945c4ddacaed8b04c78bcf975da49caedc547706 Author: Lars Wendler gentoo org> AuthorDate: Tue Sep 29 07:35:15 2015 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Sep 29 07:35:58 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=945c4dda mail-client/claws-mail: sieve plugin requires gnutls (bug #560798) Make compilation of sieve plugin optional. Minor ebuild corrections. Package-Manager: portage-2.2.22 Signed-off-by: Lars Wendler gentoo.org> mail-client/claws-mail/claws-mail-3.12.0.ebuild | 22 ++++++++++++---------- mail-client/claws-mail/metadata.xml | 1 + 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/mail-client/claws-mail/claws-mail-3.12.0.ebuild b/mail-client/claws-mail/claws-mail-3.12.0.ebuild index 5a90bc3..0abc916 100644 --- a/mail-client/claws-mail/claws-mail-3.12.0.ebuild +++ b/mail-client/claws-mail/claws-mail-3.12.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="5" +EAPI=5 PYTHON_COMPAT=( python2_7 ) AUTOTOOLS_AUTORECONF=yes @@ -18,12 +18,13 @@ SLOT="0" LICENSE="GPL-3" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="archive bogofilter calendar clamav dbus debug doc gdata gtk3 +imap ipv6 ldap +libcanberra +libindicate +libnotify networkmanager nntp +notification pda pdf perl +pgp python rss session smime spamassassin spam-report spell +gnutls startup-notification valgrind webkit xface" -REQUIRED_USE="networkmanager? ( dbus ) - smime? ( pgp ) - libcanberra? ( notification ) +IUSE="archive bogofilter calendar clamav dbus debug doc gdata gtk3 +imap ipv6 ldap +libcanberra +libindicate +libnotify networkmanager nntp +notification pda pdf perl +pgp python rss session sieve smime spamassassin spam-report spell +gnutls startup-notification valgrind webkit xface" +REQUIRED_USE="libcanberra? ( notification ) libindicate? ( notification ) - libnotify? ( notification )" + libnotify? ( notification ) + networkmanager? ( dbus ) + sieve? ( gnutls ) + smime? ( pgp )" # Plugins are all integrated or dropped since 3.9.1 PLUGINBLOCK="!!mail-client/claws-mail-acpi-notifier @@ -129,6 +130,7 @@ src_configure() { $(use_enable python python-plugin) $(use_enable rss rssyl-plugin) $(use_enable spamassassin spamassassin-plugin) + $(use_enable sieve managesieve-plugin) $(use_enable smime smime-plugin) $(use_enable spam-report spam_report-plugin) $(use_enable webkit fancy-plugin) @@ -165,12 +167,12 @@ src_install() { # => also install it in /usr/share/pixmaps for other desktop envs # => also install higher resolution icons in /usr/share/icons/hicolor/... insinto /usr/share/pixmaps - doins ${PN}.png || die + doins ${PN}.png local res resdir for res in 64x64 128x128 ; do resdir="/usr/share/icons/hicolor/${res}/apps" insinto ${resdir} - newins ${PN}-${res}.png ${PN}.png || die + newins ${PN}-${res}.png ${PN}.png done docinto tools @@ -181,8 +183,8 @@ src_install() { einfo "Installing extra tools" cd "${S}"/tools exeinto /usr/$(get_libdir)/${PN}/tools - doexe *.pl *.py *.conf *.sh || die - doexe tb2claws-mail update-po uudec uuooffice || die + doexe *.pl *.py *.conf *.sh + doexe tb2claws-mail update-po uudec uuooffice # kill useless files rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la} diff --git a/mail-client/claws-mail/metadata.xml b/mail-client/claws-mail/metadata.xml index 7719354..798d327 100644 --- a/mail-client/claws-mail/metadata.xml +++ b/mail-client/claws-mail/metadata.xml @@ -28,6 +28,7 @@ Notification for new mail in different way, see also USE flags libcanberra, libindicate and libnotify + Build plugin for sieve filter support Build plugin for S/MIME support Build mail-filter/spamassassin plugin