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 15F52139085 for ; Sat, 14 Jan 2017 19:57:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E14123404B; Sat, 14 Jan 2017 19:57:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D151323404A for ; Sat, 14 Jan 2017 19:57:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 70A95340AC7 for ; Sat, 14 Jan 2017 19:57:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD58F271D for ; Sat, 14 Jan 2017 19:57:51 +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: <1484423179.fadc5f3643da7c0e97896675186612f23c9c306f.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.13.2.ebuild mail-client/claws-mail/claws-mail-3.14.1.ebuild X-VCS-Directories: mail-client/claws-mail/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: fadc5f3643da7c0e97896675186612f23c9c306f X-VCS-Branch: master Date: Sat, 14 Jan 2017 19:57:51 +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: e084852a-e292-4c2f-aa43-f094e30a7313 X-Archives-Hash: f77e7f127d29f24b7a76d14942b96102 commit: fadc5f3643da7c0e97896675186612f23c9c306f Author: Lars Wendler gentoo org> AuthorDate: Sat Jan 14 19:46:19 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Jan 14 19:46:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fadc5f36 mail-client/claws-mail: Minor ebuild cleanup. Package-Manager: Portage-2.3.3, Repoman-2.3.1 mail-client/claws-mail/claws-mail-3.13.2.ebuild | 28 ++--------------------- mail-client/claws-mail/claws-mail-3.14.1.ebuild | 30 +++---------------------- 2 files changed, 5 insertions(+), 53 deletions(-) diff --git a/mail-client/claws-mail/claws-mail-3.13.2.ebuild b/mail-client/claws-mail/claws-mail-3.13.2.ebuild index beeb0d1..6b0cea7 100644 --- a/mail-client/claws-mail/claws-mail-3.13.2.ebuild +++ b/mail-client/claws-mail/claws-mail-3.13.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -25,29 +25,6 @@ REQUIRED_USE="libcanberra? ( notification ) networkmanager? ( dbus ) smime? ( pgp )" -# Plugins are all integrated or dropped since 3.9.1 -PLUGINBLOCK="!!mail-client/claws-mail-acpi-notifier - !!mail-client/claws-mail-archive - !!mail-client/claws-mail-att-remover - !!mail-client/claws-mail-attachwarner - !!mail-client/claws-mail-clamd - !!mail-client/claws-mail-fancy - !!mail-client/claws-mail-fetchinfo - !mail-client/claws-mail-gdata - !!mail-client/claws-mail-geolocation - !!mail-client/claws-mail-gtkhtml - !!mail-client/claws-mail-mailmbox - !!mail-client/claws-mail-newmail - !!mail-client/claws-mail-notification - !!mail-client/claws-mail-perl - !!mail-client/claws-mail-python - !!mail-client/claws-mail-rssyl - !!mail-client/claws-mail-spam-report - !!mail-client/claws-mail-tnef-parse - !!mail-client/claws-mail-vcalendar - !!mail-client/claws-mail-address_keeper - !!mail-client/claws-mail-pdf-viewer" - COMMONDEPEND=">=sys-devel/gettext-0.12.1 gdata? ( >=dev-libs/libgdata-0.17.1 ) gtk3? ( x11-libs/gtk+:3 ) @@ -80,8 +57,7 @@ COMMONDEPEND=">=sys-devel/gettext-0.12.1 webkit? ( >=net-libs/webkit-gtk-1.0:2 ) " -DEPEND="${PLUGINBLOCK} - ${COMMONDEPEND} +DEPEND="${COMMONDEPEND} app-arch/xz-utils xface? ( >=media-libs/compface-1.4 ) virtual/pkgconfig" diff --git a/mail-client/claws-mail/claws-mail-3.14.1.ebuild b/mail-client/claws-mail/claws-mail-3.14.1.ebuild index fa97461..e899454 100644 --- a/mail-client/claws-mail/claws-mail-3.14.1.ebuild +++ b/mail-client/claws-mail/claws-mail-3.14.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,36 +16,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 nls nntp +notification pda pdf perl +pgp python rss session sieve smime spamassassin spam-report spell +gnutls startup-notification valgrind webkit xface" +IUSE="archive bogofilter calendar clamav dbus debug 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 valgrind webkit xface" REQUIRED_USE="libcanberra? ( notification ) libindicate? ( notification ) libnotify? ( notification ) networkmanager? ( dbus ) smime? ( pgp )" -# Plugins are all integrated or dropped since 3.9.1 -PLUGINBLOCK="!!mail-client/claws-mail-acpi-notifier - !!mail-client/claws-mail-archive - !!mail-client/claws-mail-att-remover - !!mail-client/claws-mail-attachwarner - !!mail-client/claws-mail-clamd - !!mail-client/claws-mail-fancy - !!mail-client/claws-mail-fetchinfo - !mail-client/claws-mail-gdata - !!mail-client/claws-mail-geolocation - !!mail-client/claws-mail-gtkhtml - !!mail-client/claws-mail-mailmbox - !!mail-client/claws-mail-newmail - !!mail-client/claws-mail-notification - !!mail-client/claws-mail-perl - !!mail-client/claws-mail-python - !!mail-client/claws-mail-rssyl - !!mail-client/claws-mail-spam-report - !!mail-client/claws-mail-tnef-parse - !!mail-client/claws-mail-vcalendar - !!mail-client/claws-mail-address_keeper - !!mail-client/claws-mail-pdf-viewer" - COMMONDEPEND=" archive? ( app-arch/libarchive @@ -83,8 +60,7 @@ COMMONDEPEND=" webkit? ( >=net-libs/webkit-gtk-1.1.14:2 ) " -DEPEND="${PLUGINBLOCK} - ${COMMONDEPEND} +DEPEND="${COMMONDEPEND} app-arch/xz-utils virtual/pkgconfig xface? ( >=media-libs/compface-1.4 )"