Gentoo Archives: gentoo-commits

From: Kristian Fiskerstrand <k_f@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libgpg-error/
Date: Thu, 14 Jul 2016 18:01:47
Message-Id: 1468519285.7e905512428bc0a3866412e78042ede6432446b7.k_f@gentoo
1 commit: 7e905512428bc0a3866412e78042ede6432446b7
2 Author: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 14 17:51:44 2016 +0000
4 Commit: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 14 18:01:25 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e905512
7
8 dev-libs/libgpg-error: New upstream version 1.24
9
10 Package-Manager: portage-2.3.0
11
12 dev-libs/libgpg-error/Manifest | 1 +
13 dev-libs/libgpg-error/libgpg-error-1.24.ebuild | 60 ++++++++++++++++++++++++++
14 2 files changed, 61 insertions(+)
15
16 diff --git a/dev-libs/libgpg-error/Manifest b/dev-libs/libgpg-error/Manifest
17 index 12142ac..d2ae217 100644
18 --- a/dev-libs/libgpg-error/Manifest
19 +++ b/dev-libs/libgpg-error/Manifest
20 @@ -4,3 +4,4 @@ DIST libgpg-error-1.19.tar.bz2 761622 SHA256 53120e1333d5c5d28d87ff2854e9e98719c
21 DIST libgpg-error-1.20.tar.bz2 770279 SHA256 3266895ce3419a7fb093e63e95e2ee3056c481a9bc0d6df694cfd26f74e72522 SHA512 7736f22a9ee23d27f8d74c275ee92a7d41b48468619af8df70ea4c07000beb03801c6f322735a91100a2b5eb97fca56fce476e4a6eca0054e8a81c44d9b1e1d3 WHIRLPOOL c72548d2ac48eec16111d059462fbefaa887d308900eade5a6803227abb6b2ff10b1ac4f7427f11d6a3130bd21026055efff70af77c4e79db0779759c46384ba
22 DIST libgpg-error-1.21.tar.bz2 763186 SHA256 b7dbdb3cad63a740e9f0c632a1da32d4afdb694ec86c8625c98ea0691713b84d SHA512 1bc2e27b9904cb66b091c4d15855d2d2fe5d88ed11917df628cd7865989a8a208b607e5d6c499a5d64a16d22b2310b7df6868fa5462cc30cd8fda80a2f8c8315 WHIRLPOOL 28a387991fb162b2e74e28437b2274a7b887f7cf99de9729192e7b0691954ce0ce73a4044ce6b97db856ec84fdf9f962ddc99ea7d9d2a685d7b0fba3cc45bb58
23 DIST libgpg-error-1.22.tar.bz2 777502 SHA256 f2a04ee6317bdb41a625bea23fdc7f0b5a63fb677f02447c647ed61fb9e69d7b SHA512 0e2bbbd1cf51e247921836642ebc0b52573565dde0f3c9df405d74ca148aafd9b6509ae782f8db93ef31425c88466c8a9d11c147aa65b4f21a1856af29f0b8db WHIRLPOOL b3a457387758b7a592b1fc9bbfd7840f5457dc01dbbad503370c7f688efc7a40828f17f0143216426f54705a1c3744049858616e0a396564f8493e9e39a0f60f
24 +DIST libgpg-error-1.24.tar.bz2 783628 SHA256 9268e1cc487de5e6e4460fca612a06e4f383072ac43ae90603e5e46783d3e540 SHA512 d577ebf36251402dd27187056f7c54cea226119f499d1c3bc1c4201ba4d2ae4a9dcefdf4502411cfcffe52b1cefab8c2cfddfa16b7e6ad3b49305a3394ccca31 WHIRLPOOL 2f216d374e0cc9ca64a9a9d3a4c3e756d28275e80ff42fa00649d2d969bf03b04bc56e71125fac176da447176fe8fe6052014c71b1f70ccb1d3c4cb11194c09c
25
26 diff --git a/dev-libs/libgpg-error/libgpg-error-1.24.ebuild b/dev-libs/libgpg-error/libgpg-error-1.24.ebuild
27 new file mode 100644
28 index 0000000..129a592
29 --- /dev/null
30 +++ b/dev-libs/libgpg-error/libgpg-error-1.24.ebuild
31 @@ -0,0 +1,60 @@
32 +# Copyright 1999-2016 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI=5
37 +
38 +inherit eutils libtool multilib-minimal toolchain-funcs
39 +
40 +DESCRIPTION="Contains error handling functions used by GnuPG software"
41 +HOMEPAGE="http://www.gnupg.org/related_software/libgpg-error"
42 +SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
43 +
44 +LICENSE="GPL-2 LGPL-2.1"
45 +SLOT="0"
46 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
47 +IUSE="common-lisp nls static-libs"
48 +
49 +RDEPEND="nls? ( >=virtual/libintl-0-r1[${MULTILIB_USEDEP}] )
50 + abi_x86_32? (
51 + !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
52 + !<=app-emulation/emul-linux-x86-baselibs-20131008-r12
53 + )"
54 +DEPEND="${RDEPEND}
55 + nls? ( sys-devel/gettext )"
56 +
57 +MULTILIB_CHOST_TOOLS=(
58 + /usr/bin/gpg-error-config
59 +)
60 +MULTILIB_WRAPPED_HEADERS=(
61 + /usr/include/gpg-error.h
62 +)
63 +
64 +src_prepare() {
65 + epatch_user
66 + elibtoolize
67 +}
68 +
69 +multilib_src_configure() {
70 + local myeconfargs=(
71 + CC_FOR_BUILD=$(tc-getBUILD_CC)
72 + --enable-threads
73 + $(use_enable nls)
74 + $(use_enable static-libs static)
75 + $(use_enable common-lisp languages)
76 + )
77 +
78 + multilib_is_native_abi || myeconfargs+=(
79 + --disable-languages
80 + )
81 +
82 + ECONF_SOURCE=${S} \
83 + econf "${myeconfargs[@]}"
84 +}
85 +
86 +multilib_src_install_all() {
87 + einstalldocs
88 +
89 + # library has no dependencies, so it does not need the .la file
90 + prune_libtool_files --all
91 +}