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 4CFEA1386D2 for ; Fri, 21 Oct 2016 20:55:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B505CE081C; Fri, 21 Oct 2016 20:55:31 +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 86E50E081C for ; Fri, 21 Oct 2016 20:55:31 +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 1633534168C for ; Fri, 21 Oct 2016 20:55:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D7472F2 for ; Fri, 21 Oct 2016 20:55:27 +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: <1477083297.5527f47d6279a32a5ae974a6623f58b9f5f3e934.axs@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: x11-plugins/enigmail/ X-VCS-Repository: proj/mozilla X-VCS-Files: x11-plugins/enigmail/Manifest x11-plugins/enigmail/enigmail-1.9.5.ebuild x11-plugins/enigmail/metadata.xml X-VCS-Directories: x11-plugins/enigmail/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: 5527f47d6279a32a5ae974a6623f58b9f5f3e934 X-VCS-Branch: master Date: Fri, 21 Oct 2016 20:55: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-Archives-Salt: ce3de38a-3b9d-4758-9a2d-d1bf8e88168e X-Archives-Hash: 0486e7d6510ff30c9692464e3769b44c commit: 5527f47d6279a32a5ae974a6623f58b9f5f3e934 Author: Ian Stakenvicius gentoo org> AuthorDate: Fri Oct 21 20:54:40 2016 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Fri Oct 21 20:54:57 2016 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=5527f47d x11-plugins/enigmail : add v1.9.5 to unbundle from mozilla products x11-plugins/enigmail/Manifest | 1 + x11-plugins/enigmail/enigmail-1.9.5.ebuild | 63 ++++++++++++++++++++++++++++++ x11-plugins/enigmail/metadata.xml | 8 ++++ 3 files changed, 72 insertions(+) diff --git a/x11-plugins/enigmail/Manifest b/x11-plugins/enigmail/Manifest new file mode 100644 index 0000000..d5d2883 --- /dev/null +++ b/x11-plugins/enigmail/Manifest @@ -0,0 +1 @@ +DIST enigmail-1.9.5.tar.gz 1744278 SHA256 831e53a4add0f465241f075be9475103367aa1452675adae054d8fb272e5d3ad SHA512 4db7e52d3c9b192b1de72bffd62430a6b02c117b11847bd9cf196fd226ace6f587f20dd21c82f9ff109cd1bee69c50bfdf7e12b78dd2684d08ced86771096d0c WHIRLPOOL 5ed576a86fa5c9fa718c1917c985619b5c3ec1e6ccfd003681c9314d4b9855c31d5075fd920f86d7365dc6146ec877d93dfbb52091417ae52c011cbe47815e9c diff --git a/x11-plugins/enigmail/enigmail-1.9.5.ebuild b/x11-plugins/enigmail/enigmail-1.9.5.ebuild new file mode 100644 index 0000000..4d30682 --- /dev/null +++ b/x11-plugins/enigmail/enigmail-1.9.5.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +PYTHON_COMPAT=( python2_7 ) + +# This list is found in the package, in lang/current-languages.txt +# The ones too regionalized for L10N are nb-NO and sv-SE +#MY_LANGS=( ar bg ca cs de el es-ES fi fr gd gl hr hu it ja ko lt nl pl pt-BR +#pt-PT ru sk sl sq tr vi zh-CN zh-TW ) + +inherit python-any-r1 + +DESCRIPTION="Mozilla extension to provide GPG support in mail clients" +HOMEPAGE="http://www.enigmail.net/" + +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +SLOT="0" +LICENSE="MPL-2.0 GPL-3" +#IUSE="${MY_LANGS[@]/#/l10n_}" + +SRC_URI="http://www.enigmail.net/download/source/${P}.tar.gz" + +RDEPEND="|| ( + ( >=app-crypt/gnupg-2.0 + || ( + app-crypt/pinentry[gtk(-)] + app-crypt/pinentry[qt4(-)] + app-crypt/pinentry[qt5(-)] + ) + ) + =app-crypt/gnupg-1.4* + )" +DEPEND="${RDEPEND} + ${PYTHON_DEPS} + app-arch/zip + dev-lang/perl + " + +S="${WORKDIR}/${PN}" + +src_compile() { + emake ipc public ui package lang + emake xpi + +} + +src_install() { + insinto /usr/share/${PN} + doins -r build/dist/{chrome,components,defaults,modules,chrome.manifest,install.rdf} +} + +pkg_postinst() { + local peimpl=$(eselect --brief --colour=no pinentry show) + case "${peimpl}" in + *gtk*|*qt*) ;; + *) ewarn "The pinentry front-end currently selected is not one supported by thunderbird." + ewarn "You may be prompted for your password in an inaccessible shell!!" + ewarn "Please use 'eselect pinentry' to select either the gtk or qt front-end" + ;; + esac +} diff --git a/x11-plugins/enigmail/metadata.xml b/x11-plugins/enigmail/metadata.xml new file mode 100644 index 0000000..d9b367e --- /dev/null +++ b/x11-plugins/enigmail/metadata.xml @@ -0,0 +1,8 @@ + + + + + mozilla@gentoo.org + Gentoo Mozilla Team + +