commit:     498d519cd0d3351cb053abca4ae47ecb485ce9b7
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 24 13:59:15 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sat Oct 24 13:59:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=498d519c

dev-libs/libassuan: Bump to version 2.5.4

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 dev-libs/libassuan/Manifest               |  1 +
 dev-libs/libassuan/libassuan-2.5.4.ebuild | 47 +++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/dev-libs/libassuan/Manifest b/dev-libs/libassuan/Manifest
index 53ec3a8e2db..53f72ed36e1 100644
--- a/dev-libs/libassuan/Manifest
+++ b/dev-libs/libassuan/Manifest
@@ -1 +1,2 @@
 DIST libassuan-2.5.3.tar.bz2 572348 BLAKE2B 
ae3a5a9a03e85d62cf87271cd4a0718a2b89a4f90ea814837913e4b2bb6e5af9746e766d99685cc0cc3a801efaee597e491a2bc03d42ac26059580ea4680fd7a
 SHA512 
e7ccb651ea75b07b2e687d48d86d0ab83cba8e2af7f30da2aec794808e13e6ec93f21d607db50d3431f1c23cb3a07a2793b71170e69fa2f5a82cffb81961f617
+DIST libassuan-2.5.4.tar.bz2 574039 BLAKE2B 
2eec42c47840741a4726fc35c3ed04300e5fbcd37f808b121534aeaa04d0d0f609a30ad48cfbe33a81ee4b2ebbb822b9a48a5c602268f1b802bf5d7d19d72e9c
 SHA512 
764993d5311c24f0c0f970016e903e1a16783a2050c42072dbc1bc4f350f119e53b0be17ed6df25a0086bc9f8c25ee4f3134330577968480997263f95e05594f

diff --git a/dev-libs/libassuan/libassuan-2.5.4.ebuild 
b/dev-libs/libassuan/libassuan-2.5.4.ebuild
new file mode 100644
index 00000000000..eac69f3048f
--- /dev/null
+++ b/dev-libs/libassuan/libassuan-2.5.4.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit libtool
+
+DESCRIPTION="IPC library used by GnuPG and GPGME"
+HOMEPAGE="http://www.gnupg.org/related_software/libassuan/index.en.html";
+SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-3 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND=">=dev-libs/libgpg-error-1.8"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+       default
+
+       if [[ ${CHOST} == *-solaris* ]] ; then
+               elibtoolize
+
+               # fix standards conflict
+               sed -i \
+                       -e '/_XOPEN_SOURCE/s/500/600/' \
+                       -e 's/_XOPEN_SOURCE_EXTENDED/_NO&/' \
+                       -e 's/__EXTENSIONS__/_NO&/' \
+                       configure || die
+       fi
+}
+
+src_configure() {
+       local myeconfargs=(
+               --disable-static
+               GPG_ERROR_CONFIG="${EROOT}/usr/bin/${CHOST}-gpg-error-config"
+               $("${S}/configure" --help | grep -o -- '--without-.*-prefix')
+       )
+       econf "${myeconfargs[@]}"
+}
+
+src_install() {
+       default
+       # ppl need to use libassuan-config for --cflags and --libs
+       find "${ED}" -type f -name '*.la' -delete || die
+}

Reply via email to