Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/eid-mw/
Date: Tue, 04 Aug 2020 18:39:19
Message-Id: 1596566305.fdce75e117c0d43ab13194ba87fabe09ef50aba1.amynka@gentoo
1 commit: fdce75e117c0d43ab13194ba87fabe09ef50aba1
2 Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 4 18:38:25 2020 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 4 18:38:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdce75e1
7
8 app-crypt/eid-mw: remove old 4.4.1*,4.4.23
9
10 Submitted-by: Vincent Hardy <vincent.hardy.be <AT> gmail.com>
11 Package-Manager: Portage-2.3.99, Repoman-2.3.20
12 Signed-off-by: Amy Liffey <amynka <AT> gentoo.org>
13
14 app-crypt/eid-mw/Manifest | 3 -
15 app-crypt/eid-mw/eid-mw-4.4.1.ebuild | 92 ------------------------------
16 app-crypt/eid-mw/eid-mw-4.4.19.ebuild | 103 ----------------------------------
17 app-crypt/eid-mw/eid-mw-4.4.23.ebuild | 103 ----------------------------------
18 4 files changed, 301 deletions(-)
19
20 diff --git a/app-crypt/eid-mw/Manifest b/app-crypt/eid-mw/Manifest
21 index a427a2fe6d3..c8855194e4a 100644
22 --- a/app-crypt/eid-mw/Manifest
23 +++ b/app-crypt/eid-mw/Manifest
24 @@ -1,4 +1 @@
25 -DIST eid-mw-4.4.1.tar.gz 7708697 BLAKE2B 7bdbaa37af1cdd5a8abd1519939f663c7c871cea49850932d97c391465de362885b061c024285ab2690473a4bb1ba57a70fdc12a720246b2a610ac9525f6395e SHA512 9de54858ac052eeff101070dd11c5cf60ab1d29b8dc8d946680745acf9aa6ba1044ca5451eca6066b5b467fbc32a2a23bbe7e8551ca7559e6003a4097a304cfc
26 -DIST eid-mw-4.4.19.tar.gz 7941144 BLAKE2B c02f975081eacf7803839461ae91e3c6a24c3e2fc60064a981cc71f629925679b0df997e8acbe2da2f1e58dcc665b8633e3c9bf28b07be90ac8cdd0448e80848 SHA512 21530111461302123be662dd60f3fbd56ffd8a0537cac88c99d5a6bcd9163a27bc34e05beaf7502dd5ada247ca324d21590a866907b5a7a02ce3d8d78fcac634
27 -DIST eid-mw-4.4.23.tar.gz 7502185 BLAKE2B ab223c2d860f44806a6043a40891d89ab3418dd232bba1d60bd9b0b6871a77e6e24bc73c49afcffabc8ae7f16c235aabfb17efb8af7543b0e2bd3fe76ba655f7 SHA512 7c90d7ca08dcd2ba4d0c918b5ba6305da6107de457209acb9a0cc3243891c9b654b1c12fe4da53ec8bad65617198c0caffdb0482e343a8d807f00762e6672310
28 DIST eid-mw-4.4.27.tar.gz 7481892 BLAKE2B 5d1268946a62436eec74a7ed83e8391c1ceb0274ef8798b95bee2087e4e439d46ea5f88b8237cff1e925d31d1762fe979a959ce35efd4d6210dda580827bab3b SHA512 c4e9917907bb351b9dd427eb48c2124e55de0d8a73cfd142b9cb5e81c84f91e62a39a90bb1fbd109fb59aeb089898ffcd18ef5ccf2ab72c883b41ec4d9b9edf1
29
30 diff --git a/app-crypt/eid-mw/eid-mw-4.4.1.ebuild b/app-crypt/eid-mw/eid-mw-4.4.1.ebuild
31 deleted file mode 100644
32 index f446179c580..00000000000
33 --- a/app-crypt/eid-mw/eid-mw-4.4.1.ebuild
34 +++ /dev/null
35 @@ -1,92 +0,0 @@
36 -# Copyright 1999-2020 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -
41 -inherit autotools gnome2-utils
42 -
43 -DESCRIPTION="Electronic Identity Card middleware supplied by the Belgian Federal Government"
44 -HOMEPAGE="https://eid.belgium.be"
45 -SRC_URI="https://codeload.github.com/fedict/${PN}/tar.gz/v${PV} -> ${P}.tar.gz"
46 -
47 -LICENSE="LGPL-3"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~arm ~x86"
50 -IUSE="+dialogs +gtk p11-kit"
51 -
52 -RDEPEND=">=sys-apps/pcsc-lite-1.2.9
53 - gtk? (
54 - x11-libs/gdk-pixbuf[jpeg]
55 - x11-libs/gtk+:*
56 - dev-libs/libxml2
57 - net-misc/curl[ssl]
58 - net-libs/libproxy
59 - !app-misc/eid-viewer-bin
60 - )
61 - p11-kit? ( app-crypt/p11-kit )"
62 -
63 -DEPEND="${RDEPEND}
64 - virtual/pkgconfig"
65 -
66 -REQUIRED_USE="dialogs? ( gtk )"
67 -
68 -src_prepare() {
69 - default
70 -
71 - sed -i -e 's:/beid/rsaref220:/rsaref220:' configure.ac || die
72 - sed -i -e 's:/beid::' cardcomm/pkcs11/src/libbeidpkcs11.pc.in || die
73 -
74 - # Buggy internal versioning when autoreconf a tarball release.
75 - # Weird numbering is required otherwise we get a seg fault in
76 - # about-eid-mw program.
77 - echo "${PV}-v${PV}" > .version
78 - sed -i \
79 - -e '/^GITDESC/ d' \
80 - -e '/^VERCLEAN/ d' \
81 - scripts/build-aux/genver.sh
82 -
83 - # legacy xpi module : we don't want it anymore
84 - sed -i -e 's:plugins_tools/xpi$::' Makefile.am || die
85 - sed -i -e '/plugins_tools\/xpi/ d' configure.ac || die
86 -
87 - # hardcoded lsb_info
88 - sed -i \
89 - -e "s:get_lsb_info('i'):strdup(_(\"Gentoo\")):" \
90 - -e "s:get_lsb_info('r'):strdup(_(\"n/a\")):" \
91 - -e "s:get_lsb_info('c'):strdup(_(\"n/a\")):" \
92 - plugins_tools/aboutmw/gtk/about-main.c || die
93 -
94 - eautoreconf
95 -}
96 -
97 -src_configure() {
98 - econf \
99 - $(use_enable dialogs) \
100 - $(use_enable p11-kit p11kit) \
101 - $(use_with gtk gtkvers 'detect') \
102 - --with-gnu-ld \
103 - --disable-static
104 -}
105 -
106 -src_install() {
107 - default
108 - rm -r "${ED}"/usr/$(get_libdir)/*.la || die
109 - if use gtk; then
110 - domenu plugins_tools/eid-viewer/eid-viewer.desktop
111 - doicon plugins_tools/eid-viewer/gtk/eid-viewer.png
112 - fi
113 -}
114 -
115 -pkg_postinst() {
116 - if use gtk; then
117 - gnome2_schemas_update
118 - gnome2_icon_cache_update
119 - fi
120 -}
121 -
122 -pkg_postrm() {
123 - if use gtk; then
124 - gnome2_schemas_update
125 - gnome2_icon_cache_update
126 - fi
127 -}
128
129 diff --git a/app-crypt/eid-mw/eid-mw-4.4.19.ebuild b/app-crypt/eid-mw/eid-mw-4.4.19.ebuild
130 deleted file mode 100644
131 index a73a18dec69..00000000000
132 --- a/app-crypt/eid-mw/eid-mw-4.4.19.ebuild
133 +++ /dev/null
134 @@ -1,103 +0,0 @@
135 -# Copyright 1999-2020 Gentoo Authors
136 -# Distributed under the terms of the GNU General Public License v2
137 -
138 -EAPI=7
139 -
140 -inherit autotools desktop gnome2-utils xdg-utils
141 -
142 -DESCRIPTION="Electronic Identity Card middleware supplied by the Belgian Federal Government"
143 -HOMEPAGE="https://eid.belgium.be"
144 -SRC_URI="https://codeload.github.com/fedict/${PN}/tar.gz/v${PV} -> ${P}.tar.gz"
145 -
146 -LICENSE="LGPL-3"
147 -SLOT="0"
148 -KEYWORDS="~amd64 ~arm ~x86"
149 -IUSE="+dialogs +gtk +p11v220 p11-kit"
150 -
151 -RDEPEND=">=sys-apps/pcsc-lite-1.2.9
152 - gtk? (
153 - x11-libs/gdk-pixbuf[jpeg]
154 - x11-libs/gtk+:*
155 - dev-libs/libxml2
156 - net-misc/curl[ssl]
157 - net-libs/libproxy
158 - !app-misc/eid-viewer-bin
159 - )
160 - p11-kit? ( app-crypt/p11-kit )"
161 -
162 -DEPEND="${RDEPEND}
163 - virtual/pkgconfig"
164 -
165 -REQUIRED_USE="dialogs? ( gtk )"
166 -
167 -src_prepare() {
168 - default
169 -
170 - sed -i -e 's:/beid/rsaref220:/rsaref220:' configure.ac || die
171 - sed -i -e 's:/beid::' cardcomm/pkcs11/src/libbeidpkcs11.pc.in || die
172 -
173 - # Buggy internal versioning when autoreconf a tarball release.
174 - # Weird numbering is required otherwise we get a seg fault in
175 - # about-eid-mw program.
176 - echo "${PV}-v${PV}" > .version
177 - sed -i \
178 - -e '/^GITDESC/ d' \
179 - -e '/^VERCLEAN/ d' \
180 - scripts/build-aux/genver.sh
181 -
182 - # legacy xpi module : we don't want it anymore
183 - sed -i -e '/SUBDIRS/ s:plugins_tools/xpi ::' Makefile.am || die
184 - sed -i -e '/plugins_tools\/xpi/ d' configure.ac || die
185 -
186 - # hardcoded lsb_info
187 - sed -i \
188 - -e "s:get_lsb_info('i'):strdup(_(\"Gentoo\")):" \
189 - -e "s:get_lsb_info('r'):strdup(_(\"n/a\")):" \
190 - -e "s:get_lsb_info('c'):strdup(_(\"n/a\")):" \
191 - plugins_tools/aboutmw/gtk/about-main.c || die
192 -
193 - # Fix libdir for pkcs11_manifestdir
194 - sed -i \
195 - -e "/pkcs11_manifestdir/ s:prefix)/lib:libdir):" \
196 - cardcomm/pkcs11/src/Makefile.am || die
197 -
198 - # See bug #691308
199 - eapply "${FILESDIR}/eid-sign-test-${PV}.patch"
200 -
201 - eautoreconf
202 -}
203 -
204 -src_configure() {
205 - econf \
206 - $(use_enable dialogs) \
207 - $(use_enable p11v220) \
208 - $(use_enable p11-kit p11kit) \
209 - $(use_with gtk gtkvers 'detect') \
210 - --with-gnu-ld \
211 - --disable-static
212 -}
213 -
214 -src_install() {
215 - default
216 - rm -r "${ED}"/usr/$(get_libdir)/*.la || die
217 - if use gtk; then
218 - domenu plugins_tools/eid-viewer/eid-viewer.desktop
219 - doicon plugins_tools/eid-viewer/gtk/eid-viewer.png
220 - fi
221 -}
222 -
223 -pkg_postinst() {
224 - if use gtk; then
225 - gnome2_schemas_update
226 - xdg_desktop_database_update
227 - xdg_icon_cache_update
228 - fi
229 -}
230 -
231 -pkg_postrm() {
232 - if use gtk; then
233 - gnome2_schemas_update
234 - xdg_desktop_database_update
235 - xdg_icon_cache_update
236 - fi
237 -}
238
239 diff --git a/app-crypt/eid-mw/eid-mw-4.4.23.ebuild b/app-crypt/eid-mw/eid-mw-4.4.23.ebuild
240 deleted file mode 100644
241 index 6dc98d41871..00000000000
242 --- a/app-crypt/eid-mw/eid-mw-4.4.23.ebuild
243 +++ /dev/null
244 @@ -1,103 +0,0 @@
245 -# Copyright 1999-2020 Gentoo Authors
246 -# Distributed under the terms of the GNU General Public License v2
247 -
248 -EAPI=7
249 -
250 -inherit autotools desktop gnome2-utils xdg-utils
251 -
252 -DESCRIPTION="Electronic Identity Card middleware supplied by the Belgian Federal Government"
253 -HOMEPAGE="https://eid.belgium.be"
254 -SRC_URI="https://codeload.github.com/fedict/${PN}/tar.gz/v${PV} -> ${P}.tar.gz"
255 -
256 -LICENSE="LGPL-3"
257 -SLOT="0"
258 -KEYWORDS="~amd64 ~arm ~x86"
259 -IUSE="+dialogs +gtk +p11v220 p11-kit"
260 -
261 -RDEPEND=">=sys-apps/pcsc-lite-1.2.9
262 - gtk? (
263 - x11-libs/gdk-pixbuf[jpeg]
264 - x11-libs/gtk+:*
265 - dev-libs/libxml2
266 - net-misc/curl[ssl]
267 - net-libs/libproxy
268 - !app-misc/eid-viewer-bin
269 - )
270 - p11-kit? ( app-crypt/p11-kit )"
271 -
272 -DEPEND="${RDEPEND}
273 - virtual/pkgconfig"
274 -
275 -REQUIRED_USE="dialogs? ( gtk )"
276 -
277 -src_prepare() {
278 - default
279 -
280 - sed -i -e 's:/beid/rsaref220:/rsaref220:' configure.ac || die
281 - sed -i -e 's:/beid::' cardcomm/pkcs11/src/libbeidpkcs11.pc.in || die
282 -
283 - # Buggy internal versioning when autoreconf a tarball release.
284 - # Weird numbering is required otherwise we get a seg fault in
285 - # about-eid-mw program.
286 - echo "${PV}-v${PV}" > .version
287 - sed -i \
288 - -e '/^GITDESC/ d' \
289 - -e '/^VERCLEAN/ d' \
290 - scripts/build-aux/genver.sh
291 -
292 - # legacy xpi module : we don't want it anymore
293 - sed -i -e '/SUBDIRS/ s:plugins_tools/xpi ::' Makefile.am || die
294 - sed -i -e '/plugins_tools\/xpi/ d' configure.ac || die
295 -
296 - # hardcoded lsb_info
297 - sed -i \
298 - -e "s:get_lsb_info('i'):strdup(_(\"Gentoo\")):" \
299 - -e "s:get_lsb_info('r'):strdup(_(\"n/a\")):" \
300 - -e "s:get_lsb_info('c'):strdup(_(\"n/a\")):" \
301 - plugins_tools/aboutmw/gtk/about-main.c || die
302 -
303 - # Fix libdir for pkcs11_manifestdir
304 - sed -i \
305 - -e "/pkcs11_manifestdir/ s:prefix)/lib:libdir):" \
306 - cardcomm/pkcs11/src/Makefile.am || die
307 -
308 - # See bug #691308
309 - eapply "${FILESDIR}/eid-sign-test-4.4.19.patch"
310 -
311 - eautoreconf
312 -}
313 -
314 -src_configure() {
315 - econf \
316 - $(use_enable dialogs) \
317 - $(use_enable p11v220) \
318 - $(use_enable p11-kit p11kit) \
319 - $(use_with gtk gtkvers 'detect') \
320 - --with-gnu-ld \
321 - --disable-static
322 -}
323 -
324 -src_install() {
325 - default
326 - rm -r "${ED}"/usr/$(get_libdir)/*.la || die
327 - if use gtk; then
328 - domenu plugins_tools/eid-viewer/eid-viewer.desktop
329 - doicon plugins_tools/eid-viewer/gtk/eid-viewer.png
330 - fi
331 -}
332 -
333 -pkg_postinst() {
334 - if use gtk; then
335 - gnome2_schemas_update
336 - xdg_desktop_database_update
337 - xdg_icon_cache_update
338 - fi
339 -}
340 -
341 -pkg_postrm() {
342 - if use gtk; then
343 - gnome2_schemas_update
344 - xdg_desktop_database_update
345 - xdg_icon_cache_update
346 - fi
347 -}