Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/enigmail/
Date: Wed, 13 Jun 2018 20:05:14
Message-Id: 1528920300.84de3357e158951cda269039269deca9ec00265d.axs@gentoo
1 commit: 84de3357e158951cda269039269deca9ec00265d
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 13 20:04:08 2018 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 13 20:05:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84de3357
7
8 x11-plugins/enigmail: remove older ~arch versions
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 x11-plugins/enigmail/Manifest | 2 -
13 x11-plugins/enigmail/enigmail-2.0.6.1.ebuild | 83 ----------------------------
14 x11-plugins/enigmail/enigmail-2.0.6.ebuild | 83 ----------------------------
15 3 files changed, 168 deletions(-)
16
17 diff --git a/x11-plugins/enigmail/Manifest b/x11-plugins/enigmail/Manifest
18 index 5223dc99d5d..cf6be077d2b 100644
19 --- a/x11-plugins/enigmail/Manifest
20 +++ b/x11-plugins/enigmail/Manifest
21 @@ -1,5 +1,3 @@
22 DIST enigmail-1.9.9.tar.gz 1787556 BLAKE2B 729cf7e404b4cc5d964df476e627b476916cd6c834ce5f220a26738bc32eabbd9fd2c4c3cbaccef6e1d8c4b5b7313b54278a4170808f8b722443b338fda87b55 SHA512 39b37305362c88527d897ed95aa9d8457137d5f026359d19b838ab9df531c14099e157afdc8fefae78a6fa2ddded8dbfbeaf84eb91ac6cfbb05ae808731da2cb
23 DIST enigmail-2.0.5.tar.gz 2534693 BLAKE2B ad5984b74df2bd1c563f89a23136d9c9742aa7ba94d5683b9046f93eb11c5f729231497e5bb6e8c002c03feb55f2e2a07b43063bc63de3c7c578ea5b4b136fd1 SHA512 9edf78f38dbdb73f16190cc6b08eb02dcc199c41026003d19ce302a48fb4d9a6be6e765bbb7a8ef7f1bc3eea1065182437850da23c3ef5b89d1d5c66c602480b
24 -DIST enigmail-2.0.6.1.tar.gz 2535278 BLAKE2B be841b2f1f9ceeb4e339509599971389f1d518a833a8ab3f61e57a609803c1a7ba6bc47cb0e460e5f1b2b74117e6a40b7dfb023e68ad9e2186e6fa21afea59ee SHA512 231e17f207d021d4a73b00abd1697003d7fc644df73c7e5ea8e83340ef011a3a627a9ac48ce3acb60e4cb415ee2038d294258173f9def01dd48d52ab6fc3669a
25 -DIST enigmail-2.0.6.tar.gz 2535125 BLAKE2B 1fd0d220f7f1020bac9487a7b6ed234e2b3b9b5929a7997954e735e2aee08ab6276c58790b57d7f7cb29e284e9a1e50ca50a373ed4e75524fbd85349a31f8667 SHA512 d2d5b1a5d2ca99735ad40532a04a935235bb62b5eb2494ec5c5f2e17b271b40d43552895bb977e892d0a226cd3514c4314f541ac8eb1d610c3b20b183b18f229
26 DIST enigmail-2.0.7.tar.gz 2537431 BLAKE2B 44088c12afaf285a8a1d735e02b54998af14b9990f1ab75b9f20a63c3b6fcd5b115bad18601876bd00d6910fa6da5d37e41c4b9a34102f5c1f4157bc7929d3bd SHA512 37572dbc2d5df549c3e1d5bbb8a78ce41af66072eabf4d340d98656e89be6fa1bd68fc2591827ec13cb0e32333f2e54f16b08f28dca5d7b576f9c16701f6f960
27
28 diff --git a/x11-plugins/enigmail/enigmail-2.0.6.1.ebuild b/x11-plugins/enigmail/enigmail-2.0.6.1.ebuild
29 deleted file mode 100644
30 index 9e8d0cbb395..00000000000
31 --- a/x11-plugins/enigmail/enigmail-2.0.6.1.ebuild
32 +++ /dev/null
33 @@ -1,83 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -PYTHON_COMPAT=( python2_7 )
39 -
40 -inherit python-any-r1
41 -
42 -DESCRIPTION="Mozilla extension to provide GPG support in mail clients"
43 -HOMEPAGE="http://www.enigmail.net/"
44 -
45 -SLOT="0"
46 -LICENSE="MPL-2.0 GPL-3"
47 -IUSE=""
48 -if [[ ${PV} == *9999 ]]; then
49 - inherit git-r3
50 - EGIT_REPO_URI="https://git.code.sf.net/p/enigmail/source"
51 - S="${WORKDIR}/${P}"
52 -else
53 - if [[ ${PV} = *_beta* ]] ; then
54 - SRC_URI="http://www.enigmail.net/download/beta/${P/_/-}.tar.gz"
55 - else
56 - SRC_URI="http://www.enigmail.net/download/source/${P}.tar.gz"
57 - KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
58 - fi
59 - S="${WORKDIR}/${PN}"
60 -fi
61 -
62 -RDEPEND="|| (
63 - ( >=app-crypt/gnupg-2.0
64 - || (
65 - app-crypt/pinentry[gtk(-)]
66 - app-crypt/pinentry[qt4(-)]
67 - app-crypt/pinentry[qt5(-)]
68 - )
69 - )
70 - =app-crypt/gnupg-1.4*
71 - )
72 - !<mail-client/thunderbird-52.5.0
73 - !<www-client/seamonkey-2.49.5.0_p0
74 -"
75 -DEPEND="${RDEPEND}
76 - ${PYTHON_DEPS}
77 - app-arch/zip
78 - dev-lang/perl
79 - "
80 -
81 -src_compile() {
82 - emake ipc public ui package lang stdlib
83 - emake xpi
84 -
85 -}
86 -
87 -src_install() {
88 - local emid=$(sed -n '/<em:id>/!d; s/.*\({.*}\).*/\1/; p; q' build/dist/install.rdf)
89 - [[ -n ${emid} ]] || die "Could not scrape EM:ID from install.rdf"
90 -
91 - mv build/enigmail*.xpi build/"${emid}.xpi" || die 'Could not rename XPI to match EM:ID'
92 -
93 - # thunderbird
94 - insinto "/usr/share/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}"
95 - doins build/"${emid}.xpi"
96 -
97 - # seamonkey
98 - insinto "/usr/share/mozilla/extensions/{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}"
99 - doins build/"${emid}.xpi"
100 -}
101 -
102 -pkg_postinst() {
103 - local peimpl=$(eselect --brief --colour=no pinentry show)
104 - case "${peimpl}" in
105 - *gtk*|*qt*) ;;
106 - *) ewarn "The pinentry front-end currently selected is not one supported by thunderbird."
107 - ewarn "You may be prompted for your password in an inaccessible shell!!"
108 - ewarn "Please use 'eselect pinentry' to select either the gtk or qt front-end"
109 - ;;
110 - esac
111 - if [[ -n ${REPLACING_VERSIONS} ]]; then
112 - elog
113 - elog "Please restart thunderbird and/or seamonkey in order for them to use"
114 - elog "the newly installed version of enigmail."
115 - fi
116 -}
117
118 diff --git a/x11-plugins/enigmail/enigmail-2.0.6.ebuild b/x11-plugins/enigmail/enigmail-2.0.6.ebuild
119 deleted file mode 100644
120 index 9e8d0cbb395..00000000000
121 --- a/x11-plugins/enigmail/enigmail-2.0.6.ebuild
122 +++ /dev/null
123 @@ -1,83 +0,0 @@
124 -# Copyright 1999-2018 Gentoo Foundation
125 -# Distributed under the terms of the GNU General Public License v2
126 -
127 -EAPI=6
128 -PYTHON_COMPAT=( python2_7 )
129 -
130 -inherit python-any-r1
131 -
132 -DESCRIPTION="Mozilla extension to provide GPG support in mail clients"
133 -HOMEPAGE="http://www.enigmail.net/"
134 -
135 -SLOT="0"
136 -LICENSE="MPL-2.0 GPL-3"
137 -IUSE=""
138 -if [[ ${PV} == *9999 ]]; then
139 - inherit git-r3
140 - EGIT_REPO_URI="https://git.code.sf.net/p/enigmail/source"
141 - S="${WORKDIR}/${P}"
142 -else
143 - if [[ ${PV} = *_beta* ]] ; then
144 - SRC_URI="http://www.enigmail.net/download/beta/${P/_/-}.tar.gz"
145 - else
146 - SRC_URI="http://www.enigmail.net/download/source/${P}.tar.gz"
147 - KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
148 - fi
149 - S="${WORKDIR}/${PN}"
150 -fi
151 -
152 -RDEPEND="|| (
153 - ( >=app-crypt/gnupg-2.0
154 - || (
155 - app-crypt/pinentry[gtk(-)]
156 - app-crypt/pinentry[qt4(-)]
157 - app-crypt/pinentry[qt5(-)]
158 - )
159 - )
160 - =app-crypt/gnupg-1.4*
161 - )
162 - !<mail-client/thunderbird-52.5.0
163 - !<www-client/seamonkey-2.49.5.0_p0
164 -"
165 -DEPEND="${RDEPEND}
166 - ${PYTHON_DEPS}
167 - app-arch/zip
168 - dev-lang/perl
169 - "
170 -
171 -src_compile() {
172 - emake ipc public ui package lang stdlib
173 - emake xpi
174 -
175 -}
176 -
177 -src_install() {
178 - local emid=$(sed -n '/<em:id>/!d; s/.*\({.*}\).*/\1/; p; q' build/dist/install.rdf)
179 - [[ -n ${emid} ]] || die "Could not scrape EM:ID from install.rdf"
180 -
181 - mv build/enigmail*.xpi build/"${emid}.xpi" || die 'Could not rename XPI to match EM:ID'
182 -
183 - # thunderbird
184 - insinto "/usr/share/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}"
185 - doins build/"${emid}.xpi"
186 -
187 - # seamonkey
188 - insinto "/usr/share/mozilla/extensions/{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}"
189 - doins build/"${emid}.xpi"
190 -}
191 -
192 -pkg_postinst() {
193 - local peimpl=$(eselect --brief --colour=no pinentry show)
194 - case "${peimpl}" in
195 - *gtk*|*qt*) ;;
196 - *) ewarn "The pinentry front-end currently selected is not one supported by thunderbird."
197 - ewarn "You may be prompted for your password in an inaccessible shell!!"
198 - ewarn "Please use 'eselect pinentry' to select either the gtk or qt front-end"
199 - ;;
200 - esac
201 - if [[ -n ${REPLACING_VERSIONS} ]]; then
202 - elog
203 - elog "Please restart thunderbird and/or seamonkey in order for them to use"
204 - elog "the newly installed version of enigmail."
205 - fi
206 -}