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 33ED5139083 for ; Fri, 24 Nov 2017 21:20:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E59CE0E56; Fri, 24 Nov 2017 21:20:56 +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 294D2E0E56 for ; Fri, 24 Nov 2017 21:20: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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D8B833BF05 for ; Fri, 24 Nov 2017 21:20:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 344F8A64D for ; Fri, 24 Nov 2017 21:20:52 +0000 (UTC) From: "Ian Stakenvicius" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Stakenvicius" Message-ID: <1511548947.cd66864297603ce41cda4e698b047c88a91181b8.axs@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: mail-client/thunderbird/ X-VCS-Repository: proj/mozilla X-VCS-Files: mail-client/thunderbird/thunderbird-52.5.0.ebuild X-VCS-Directories: mail-client/thunderbird/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: cd66864297603ce41cda4e698b047c88a91181b8 X-VCS-Branch: master Date: Fri, 24 Nov 2017 21:20:52 +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: 684bdb2a-0bce-4cea-b866-642973e54dff X-Archives-Hash: 6b066dc4188b9f92e8cc40a18b7f7884 commit: cd66864297603ce41cda4e698b047c88a91181b8 Author: Ian Stakenvicius gentoo org> AuthorDate: Fri Nov 24 18:42:27 2017 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Fri Nov 24 18:42:27 2017 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=cd668642 thunderbird: put back USE=crypt for one more version to aid with migration mail-client/thunderbird/thunderbird-52.5.0.ebuild | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/mail-client/thunderbird/thunderbird-52.5.0.ebuild b/mail-client/thunderbird/thunderbird-52.5.0.ebuild index 0a8440c..5ad2af3 100644 --- a/mail-client/thunderbird/thunderbird-52.5.0.ebuild +++ b/mail-client/thunderbird/thunderbird-52.5.0.ebuild @@ -38,7 +38,7 @@ HOMEPAGE="http://www.mozilla.com/en-US/thunderbird/" KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" SLOT="0" LICENSE="MPL-2.0 GPL-2 LGPL-2.1" -IUSE="bindist hardened ldap lightning +minimal mozdom rust selinux" +IUSE="bindist crypt hardened ldap lightning +minimal mozdom rust selinux" RESTRICT="!bindist? ( bindist )" PATCH_URIS=( https://dev.gentoo.org/~{anarchy,axs,polynomial-c}/mozilla/patchsets/${PATCHFF}.tar.xz ) @@ -63,6 +63,7 @@ DEPEND="rust? ( dev-lang/rust ) RDEPEND="${CDEPEND} selinux? ( sec-policy/selinux-thunderbird ) + crypt? ( >=x11-plugins/enigmail-1.9.8.3-r1 ) " S="${WORKDIR}/${MOZ_P}" @@ -312,10 +313,14 @@ pkg_postinst() { xdg_desktop_database_update gnome2_icon_cache_update - elog - elog "USE=crypt has been removed from thunderbird as enigmail-1.9.8.3-r1 and above" - elog "is now a fully standalone package. For enigmail support in thunderbird" - elog "please add that package directly to @world." + if use crypt; then + elog + elog "USE=crypt will be dropped from thunderbird with version 52.6.0 as" + elog "x11-plugins/enigmail-1.9.8.3-r1 and above is now a fully standalone" + elog "package. For continued enigmail support in thunderbird please add" + elog "x11-plugins/enigmail to your @world set." + fi + elog elog "If you experience problems with plugins please issue the" elog "following command : rm \${HOME}/.thunderbird/*/extensions.sqlite ,"