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: app-crypt/gpgme/
Date: Sat, 09 Jan 2021 02:02:43
Message-Id: 1610157589.dc1ca49c7d831a814d919be03390d00312085cec.polynomial-c@gentoo
1 commit: dc1ca49c7d831a814d919be03390d00312085cec
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 9 01:59:49 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 9 01:59:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc1ca49c
7
8 app-crypt/gpgme: Removed old
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 app-crypt/gpgme/Manifest | 2 -
14 app-crypt/gpgme/gpgme-1.13.0-r1.ebuild | 110 ---------------------------------
15 app-crypt/gpgme/gpgme-1.13.0.ebuild | 110 ---------------------------------
16 app-crypt/gpgme/gpgme-1.13.1.ebuild | 110 ---------------------------------
17 4 files changed, 332 deletions(-)
18
19 diff --git a/app-crypt/gpgme/Manifest b/app-crypt/gpgme/Manifest
20 index 676004a99ba..48746098dd1 100644
21 --- a/app-crypt/gpgme/Manifest
22 +++ b/app-crypt/gpgme/Manifest
23 @@ -1,5 +1,3 @@
24 -DIST gpgme-1.13.0.tar.bz2 1820504 BLAKE2B 71fbb034e3c5939d1953554ccbe0e89e2089c53a4c79e90ee51bdf96500bf4be8a5e1633772ab8dadd44616dde7be551ad7d3af0a59d7e1df10a19cd9cf56baa SHA512 47a7a67dcc6d111cddd805d288d42e870948114a6dc09ce0675ad8b3d1580bbc2a683e1e70cb2f416919cf2129c72a9ff30e2e3b9527809d04e863cc1f87267b
25 -DIST gpgme-1.13.1.tar.bz2 1759616 BLAKE2B 17fff261ab76b72e096aa42cc847443bfd3bbf0eb6d04af1d38561ddce1d11cfe9a98b6ced268b28f33e2cb7d900a9e6b3dfc56f1c784a021dbefbf493522e70 SHA512 11de670c6cf512508103fe67af56d9fbb2a9dda6fc6fa3cd321371bbe337c7c2c81913ca557d07187adb2a63d37ea1a44da97ab22345bbe6022c405d0cb083b8
26 DIST gpgme-1.14.0.tar.bz2 1678910 BLAKE2B 75051166b1f3777d630236c5afbd1786df238272b7ccfd053c5a4b2a207ba146550f6be46c1211f3bacbe19fee2f67adbc5be558d69175c19230a1a02e32d9f2 SHA512 b7ffa30a046c75215e1c73e2f34e5e65532e4dcf6bea55796adc6f82fd38dafe264bcd4332b2001155d6f9476d6fd82a77112dad31c1bb29db9ddefc532ae668
27 DIST gpgme-1.15.0.tar.bz2 1692019 BLAKE2B 4c66f24034a88e7da8a06cef3d0ac9d1d6b5eccb6d4277d36a2399d6e78f5d5f42cf0c13188c1dba72fe11d73da76a71867d3c3b13052695b868dc4a680fa85b SHA512 ab979aea6ccc6d4faf02b3b1a773ce95cb754b4d687ce7adc2ed98e218f21a284a2283d8e2429016e78fcf5a94ea863011573fd1457a71cc0ae3aadd368a98a1
28 DIST gpgme-1.15.1.tar.bz2 1699349 BLAKE2B d3a6ccaa35360ed3fc79364dfcc3f2fdcb70e5e41ac72ef011373a39d5def9be9ce1be45843ab65a87630d3fc570d29db5f40b9a273aa8e281464c9d1d3477de SHA512 1d75a848cce6389f7cb8896b57a28dfe1dc5a447bfb4f128b0994a43e04134343400a3be063e971f03dfd595474cfd558519741d5d56afb3e84853ad4f2a45c2
29
30 diff --git a/app-crypt/gpgme/gpgme-1.13.0-r1.ebuild b/app-crypt/gpgme/gpgme-1.13.0-r1.ebuild
31 deleted file mode 100644
32 index 045df93213c..00000000000
33 --- a/app-crypt/gpgme/gpgme-1.13.0-r1.ebuild
34 +++ /dev/null
35 @@ -1,110 +0,0 @@
36 -# Copyright 1999-2021 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -
41 -PYTHON_COMPAT=( python3_{6,7,8} )
42 -DISTUTILS_OPTIONAL=1
43 -
44 -inherit distutils-r1 flag-o-matic libtool qmake-utils toolchain-funcs
45 -
46 -DESCRIPTION="GnuPG Made Easy is a library for making GnuPG easier to use"
47 -HOMEPAGE="http://www.gnupg.org/related_software/gpgme"
48 -SRC_URI="mirror://gnupg/gpgme/${P}.tar.bz2"
49 -
50 -LICENSE="GPL-2 LGPL-2.1"
51 -SLOT="1/11" # subslot = soname major version
52 -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
53 -IUSE="common-lisp static-libs +cxx python qt5"
54 -
55 -RDEPEND=">=app-crypt/gnupg-2
56 - >=dev-libs/libassuan-2.5.3:=
57 - >=dev-libs/libgpg-error-1.29:=
58 - python? ( ${PYTHON_DEPS} )
59 - qt5? ( dev-qt/qtcore:5 )"
60 - #doc? ( app-doc/doxygen[dot] )
61 -DEPEND="${RDEPEND}
62 - qt5? ( dev-qt/qttest:5 )"
63 -BDEPEND="python? ( dev-lang/swig )"
64 -
65 -REQUIRED_USE="qt5? ( cxx ) python? ( ${PYTHON_REQUIRED_USE} )"
66 -
67 -do_python() {
68 - if use python; then
69 - pushd "lang/python" > /dev/null || die
70 - top_builddir="../.." srcdir="." CPP=$(tc-getCPP) distutils-r1_src_${EBUILD_PHASE}
71 - popd > /dev/null
72 - fi
73 -}
74 -
75 -pkg_setup() {
76 - addpredict /run/user/$(id -u)/gnupg
77 -
78 - local MAX_WORKDIR=66
79 - if [[ "${#WORKDIR}" -gt "${MAX_WORKDIR}" ]]; then
80 - ewarn "Disabling tests as WORKDIR '${WORKDIR}' is longer than ${MAX_WORKDIR} which will fail tests"
81 - SKIP_TESTS=1
82 - fi
83 -}
84 -
85 -src_prepare() {
86 - default
87 - elibtoolize
88 -
89 - # Make best effort to allow longer PORTAGE_TMPDIR
90 - # as usock limitation fails build/tests
91 - ln -s "${P}" "${WORKDIR}/b"
92 - S="${WORKDIR}/b"
93 -}
94 -
95 -src_configure() {
96 - local languages=()
97 - use common-lisp && languages+=( "cl" )
98 - use cxx && languages+=( "cpp" )
99 - if use qt5; then
100 - languages+=( "qt" )
101 - #use doc ||
102 - export DOXYGEN=true
103 - export MOC="$(qt5_get_bindir)/moc"
104 - fi
105 -
106 - econf \
107 - $([[ -n "${SKIP_TESTS}" ]] && echo "--disable-gpg-test --disable-gpgsm-test") \
108 - --enable-languages="${languages[*]}" \
109 - $(use_enable static-libs static)
110 -
111 - use python && make -C lang/python prepare
112 -
113 - do_python
114 -}
115 -
116 -src_compile() {
117 - default
118 - do_python
119 -}
120 -
121 -src_test() {
122 - [[ -z "${SKIP_TESTS}" ]] || return
123 -
124 - default
125 - if use python; then
126 - test_python() {
127 - emake -C lang/python/tests check \
128 - PYTHON=${EPYTHON} \
129 - PYTHONS=${EPYTHON} \
130 - TESTFLAGS="--python-libdir=${BUILD_DIR}/lib"
131 - }
132 - python_foreach_impl test_python
133 - fi
134 -}
135 -
136 -src_install() {
137 - default
138 - do_python
139 - find "${D}" -name '*.la' -delete || die
140 -
141 - # backward compatibility for gentoo
142 - # in the past we had slots
143 - dodir /usr/include/gpgme
144 - dosym ../gpgme.h /usr/include/gpgme/gpgme.h
145 -}
146
147 diff --git a/app-crypt/gpgme/gpgme-1.13.0.ebuild b/app-crypt/gpgme/gpgme-1.13.0.ebuild
148 deleted file mode 100644
149 index 3428990769b..00000000000
150 --- a/app-crypt/gpgme/gpgme-1.13.0.ebuild
151 +++ /dev/null
152 @@ -1,110 +0,0 @@
153 -# Copyright 1999-2021 Gentoo Authors
154 -# Distributed under the terms of the GNU General Public License v2
155 -
156 -EAPI=7
157 -
158 -PYTHON_COMPAT=( python3_{6,7,8} )
159 -DISTUTILS_OPTIONAL=1
160 -
161 -inherit distutils-r1 flag-o-matic libtool qmake-utils toolchain-funcs
162 -
163 -DESCRIPTION="GnuPG Made Easy is a library for making GnuPG easier to use"
164 -HOMEPAGE="http://www.gnupg.org/related_software/gpgme"
165 -SRC_URI="mirror://gnupg/gpgme/${P}.tar.bz2"
166 -
167 -LICENSE="GPL-2 LGPL-2.1"
168 -SLOT="1/11" # subslot = soname major version
169 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
170 -IUSE="common-lisp static-libs +cxx python qt5"
171 -
172 -RDEPEND=">=app-crypt/gnupg-2
173 - >=dev-libs/libassuan-2.0.2:=
174 - >=dev-libs/libgpg-error-1.29:=
175 - python? ( ${PYTHON_DEPS} )
176 - qt5? ( dev-qt/qtcore:5 )"
177 - #doc? ( app-doc/doxygen[dot] )
178 -DEPEND="${RDEPEND}
179 - qt5? ( dev-qt/qttest:5 )"
180 -BDEPEND="python? ( dev-lang/swig )"
181 -
182 -REQUIRED_USE="qt5? ( cxx ) python? ( ${PYTHON_REQUIRED_USE} )"
183 -
184 -do_python() {
185 - if use python; then
186 - pushd "lang/python" > /dev/null || die
187 - top_builddir="../.." srcdir="." CPP=$(tc-getCPP) distutils-r1_src_${EBUILD_PHASE}
188 - popd > /dev/null
189 - fi
190 -}
191 -
192 -pkg_setup() {
193 - addpredict /run/user/$(id -u)/gnupg
194 -
195 - local MAX_WORKDIR=66
196 - if [[ "${#WORKDIR}" -gt "${MAX_WORKDIR}" ]]; then
197 - ewarn "Disabling tests as WORKDIR '${WORKDIR}' is longer than ${MAX_WORKDIR} which will fail tests"
198 - SKIP_TESTS=1
199 - fi
200 -}
201 -
202 -src_prepare() {
203 - default
204 - elibtoolize
205 -
206 - # Make best effort to allow longer PORTAGE_TMPDIR
207 - # as usock limitation fails build/tests
208 - ln -s "${P}" "${WORKDIR}/b"
209 - S="${WORKDIR}/b"
210 -}
211 -
212 -src_configure() {
213 - local languages=()
214 - use common-lisp && languages+=( "cl" )
215 - use cxx && languages+=( "cpp" )
216 - if use qt5; then
217 - languages+=( "qt" )
218 - #use doc ||
219 - export DOXYGEN=true
220 - export MOC="$(qt5_get_bindir)/moc"
221 - fi
222 -
223 - econf \
224 - $([[ -n "${SKIP_TESTS}" ]] && echo "--disable-gpg-test --disable-gpgsm-test") \
225 - --enable-languages="${languages[*]}" \
226 - $(use_enable static-libs static)
227 -
228 - use python && make -C lang/python prepare
229 -
230 - do_python
231 -}
232 -
233 -src_compile() {
234 - default
235 - do_python
236 -}
237 -
238 -src_test() {
239 - [[ -z "${SKIP_TESTS}" ]] || return
240 -
241 - default
242 - if use python; then
243 - test_python() {
244 - emake -C lang/python/tests check \
245 - PYTHON=${EPYTHON} \
246 - PYTHONS=${EPYTHON} \
247 - TESTFLAGS="--python-libdir=${BUILD_DIR}/lib"
248 - }
249 - python_foreach_impl test_python
250 - fi
251 -}
252 -
253 -src_install() {
254 - default
255 - do_python
256 - find "${D}" -name '*.la' -delete || die
257 -
258 - # backward compatibility for gentoo
259 - # in the past we had slots
260 - dodir /usr/include/gpgme
261 - dosym ../gpgme.h /usr/include/gpgme/gpgme.h
262 -}
263
264 diff --git a/app-crypt/gpgme/gpgme-1.13.1.ebuild b/app-crypt/gpgme/gpgme-1.13.1.ebuild
265 deleted file mode 100644
266 index 9897dca0c05..00000000000
267 --- a/app-crypt/gpgme/gpgme-1.13.1.ebuild
268 +++ /dev/null
269 @@ -1,110 +0,0 @@
270 -# Copyright 1999-2021 Gentoo Authors
271 -# Distributed under the terms of the GNU General Public License v2
272 -
273 -EAPI=7
274 -
275 -PYTHON_COMPAT=( python3_{6,7,8} )
276 -DISTUTILS_OPTIONAL=1
277 -
278 -inherit distutils-r1 flag-o-matic libtool qmake-utils toolchain-funcs
279 -
280 -DESCRIPTION="GnuPG Made Easy is a library for making GnuPG easier to use"
281 -HOMEPAGE="http://www.gnupg.org/related_software/gpgme"
282 -SRC_URI="mirror://gnupg/gpgme/${P}.tar.bz2"
283 -
284 -LICENSE="GPL-2 LGPL-2.1"
285 -SLOT="1/11" # subslot = soname major version
286 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
287 -IUSE="common-lisp static-libs +cxx python qt5"
288 -
289 -RDEPEND=">=app-crypt/gnupg-2
290 - >=dev-libs/libassuan-2.5.3:=
291 - >=dev-libs/libgpg-error-1.29:=
292 - python? ( ${PYTHON_DEPS} )
293 - qt5? ( dev-qt/qtcore:5 )"
294 - #doc? ( app-doc/doxygen[dot] )
295 -DEPEND="${RDEPEND}
296 - qt5? ( dev-qt/qttest:5 )"
297 -BDEPEND="python? ( dev-lang/swig )"
298 -
299 -REQUIRED_USE="qt5? ( cxx ) python? ( ${PYTHON_REQUIRED_USE} )"
300 -
301 -do_python() {
302 - if use python; then
303 - pushd "lang/python" > /dev/null || die
304 - top_builddir="../.." srcdir="." CPP=$(tc-getCPP) distutils-r1_src_${EBUILD_PHASE}
305 - popd > /dev/null
306 - fi
307 -}
308 -
309 -pkg_setup() {
310 - addpredict /run/user/$(id -u)/gnupg
311 -
312 - local MAX_WORKDIR=66
313 - if [[ "${#WORKDIR}" -gt "${MAX_WORKDIR}" ]]; then
314 - ewarn "Disabling tests as WORKDIR '${WORKDIR}' is longer than ${MAX_WORKDIR} which will fail tests"
315 - SKIP_TESTS=1
316 - fi
317 -}
318 -
319 -src_prepare() {
320 - default
321 - elibtoolize
322 -
323 - # Make best effort to allow longer PORTAGE_TMPDIR
324 - # as usock limitation fails build/tests
325 - ln -s "${P}" "${WORKDIR}/b"
326 - S="${WORKDIR}/b"
327 -}
328 -
329 -src_configure() {
330 - local languages=()
331 - use common-lisp && languages+=( "cl" )
332 - use cxx && languages+=( "cpp" )
333 - if use qt5; then
334 - languages+=( "qt" )
335 - #use doc ||
336 - export DOXYGEN=true
337 - export MOC="$(qt5_get_bindir)/moc"
338 - fi
339 -
340 - econf \
341 - $([[ -n "${SKIP_TESTS}" ]] && echo "--disable-gpg-test --disable-gpgsm-test") \
342 - --enable-languages="${languages[*]}" \
343 - $(use_enable static-libs static)
344 -
345 - use python && make -C lang/python prepare
346 -
347 - do_python
348 -}
349 -
350 -src_compile() {
351 - default
352 - do_python
353 -}
354 -
355 -src_test() {
356 - [[ -z "${SKIP_TESTS}" ]] || return
357 -
358 - default
359 - if use python; then
360 - test_python() {
361 - emake -C lang/python/tests check \
362 - PYTHON=${EPYTHON} \
363 - PYTHONS=${EPYTHON} \
364 - TESTFLAGS="--python-libdir=${BUILD_DIR}/lib"
365 - }
366 - python_foreach_impl test_python
367 - fi
368 -}
369 -
370 -src_install() {
371 - default
372 - do_python
373 - find "${D}" -name '*.la' -delete || die
374 -
375 - # backward compatibility for gentoo
376 - # in the past we had slots
377 - dodir /usr/include/gpgme
378 - dosym ../gpgme.h /usr/include/gpgme/gpgme.h
379 -}