Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/enigmail/
Date: Thu, 05 Apr 2018 22:45:55
Message-Id: 1522959455.bd11fea4532a9b639283a550de7dfe46e221ae7f.polynomial-c@gentoo
1 commit: bd11fea4532a9b639283a550de7dfe46e221ae7f
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 5 20:17:21 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 5 20:17:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd11fea4
7
8 x11-plugins/enigmail: Bump to version 2.0.1
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11
12 x11-plugins/enigmail/Manifest | 1 +
13 x11-plugins/enigmail/enigmail-2.0.1.ebuild | 83 ++++++++++++++++++++++++++++++
14 2 files changed, 84 insertions(+)
15
16 diff --git a/x11-plugins/enigmail/Manifest b/x11-plugins/enigmail/Manifest
17 index 5e177181009..ceb90af8342 100644
18 --- a/x11-plugins/enigmail/Manifest
19 +++ b/x11-plugins/enigmail/Manifest
20 @@ -1,2 +1,3 @@
21 DIST enigmail-1.9.9.tar.gz 1787556 BLAKE2B 729cf7e404b4cc5d964df476e627b476916cd6c834ce5f220a26738bc32eabbd9fd2c4c3cbaccef6e1d8c4b5b7313b54278a4170808f8b722443b338fda87b55 SHA512 39b37305362c88527d897ed95aa9d8457137d5f026359d19b838ab9df531c14099e157afdc8fefae78a6fa2ddded8dbfbeaf84eb91ac6cfbb05ae808731da2cb
22 +DIST enigmail-2.0.1.tar.gz 2527950 BLAKE2B 4abb734b23cd6ae2be149d017d3ccc36881b7cc82e3551ca5506cb25f22c1023f7329a4d7e1139b9e1a4e2eed5f3b12e444e0e88801dfd4aff547d5f6bc7bab3 SHA512 1795e7e15d8388990fbe1c8aed1747e190c319e8d30dc8d08110714f3fa64dd86aadddcfc1d0644e1f1f915396fe85237e976796a7089b24b7644cc049f8ac80
23 DIST enigmail-2.0.tar.gz 2526788 BLAKE2B ee41681bba5874b0e8dac5362f49304101567a8dd5da4a8d31c7db353ca61adbe09a5e622a1d69e77a61e82f060266a8644a8c05a241a0f332e4955aed72fff0 SHA512 bbf7c743d51d6010e8dcca575e1530561944b552dd940119cda874c4b70109eedaaee437c108b1ead17a8414935f48083e2bde8020f3504f927bf9e01fb7b4ae
24
25 diff --git a/x11-plugins/enigmail/enigmail-2.0.1.ebuild b/x11-plugins/enigmail/enigmail-2.0.1.ebuild
26 new file mode 100644
27 index 00000000000..9e8d0cbb395
28 --- /dev/null
29 +++ b/x11-plugins/enigmail/enigmail-2.0.1.ebuild
30 @@ -0,0 +1,83 @@
31 +# Copyright 1999-2018 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +PYTHON_COMPAT=( python2_7 )
36 +
37 +inherit python-any-r1
38 +
39 +DESCRIPTION="Mozilla extension to provide GPG support in mail clients"
40 +HOMEPAGE="http://www.enigmail.net/"
41 +
42 +SLOT="0"
43 +LICENSE="MPL-2.0 GPL-3"
44 +IUSE=""
45 +if [[ ${PV} == *9999 ]]; then
46 + inherit git-r3
47 + EGIT_REPO_URI="https://git.code.sf.net/p/enigmail/source"
48 + S="${WORKDIR}/${P}"
49 +else
50 + if [[ ${PV} = *_beta* ]] ; then
51 + SRC_URI="http://www.enigmail.net/download/beta/${P/_/-}.tar.gz"
52 + else
53 + SRC_URI="http://www.enigmail.net/download/source/${P}.tar.gz"
54 + KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
55 + fi
56 + S="${WORKDIR}/${PN}"
57 +fi
58 +
59 +RDEPEND="|| (
60 + ( >=app-crypt/gnupg-2.0
61 + || (
62 + app-crypt/pinentry[gtk(-)]
63 + app-crypt/pinentry[qt4(-)]
64 + app-crypt/pinentry[qt5(-)]
65 + )
66 + )
67 + =app-crypt/gnupg-1.4*
68 + )
69 + !<mail-client/thunderbird-52.5.0
70 + !<www-client/seamonkey-2.49.5.0_p0
71 +"
72 +DEPEND="${RDEPEND}
73 + ${PYTHON_DEPS}
74 + app-arch/zip
75 + dev-lang/perl
76 + "
77 +
78 +src_compile() {
79 + emake ipc public ui package lang stdlib
80 + emake xpi
81 +
82 +}
83 +
84 +src_install() {
85 + local emid=$(sed -n '/<em:id>/!d; s/.*\({.*}\).*/\1/; p; q' build/dist/install.rdf)
86 + [[ -n ${emid} ]] || die "Could not scrape EM:ID from install.rdf"
87 +
88 + mv build/enigmail*.xpi build/"${emid}.xpi" || die 'Could not rename XPI to match EM:ID'
89 +
90 + # thunderbird
91 + insinto "/usr/share/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}"
92 + doins build/"${emid}.xpi"
93 +
94 + # seamonkey
95 + insinto "/usr/share/mozilla/extensions/{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}"
96 + doins build/"${emid}.xpi"
97 +}
98 +
99 +pkg_postinst() {
100 + local peimpl=$(eselect --brief --colour=no pinentry show)
101 + case "${peimpl}" in
102 + *gtk*|*qt*) ;;
103 + *) ewarn "The pinentry front-end currently selected is not one supported by thunderbird."
104 + ewarn "You may be prompted for your password in an inaccessible shell!!"
105 + ewarn "Please use 'eselect pinentry' to select either the gtk or qt front-end"
106 + ;;
107 + esac
108 + if [[ -n ${REPLACING_VERSIONS} ]]; then
109 + elog
110 + elog "Please restart thunderbird and/or seamonkey in order for them to use"
111 + elog "the newly installed version of enigmail."
112 + fi
113 +}