From: "Kristian Fiskerstrand" <k_f@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libassuan/
Date: Wed, 20 Dec 2017 14:22:00 +0000 (UTC) [thread overview]
Message-ID: <1513779713.6cc170b4029af65f4890bfe370321e9f4df1d58a.k_f@gentoo> (raw)
commit: 6cc170b4029af65f4890bfe370321e9f4df1d58a
Author: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 20 14:15:52 2017 +0000
Commit: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org>
CommitDate: Wed Dec 20 14:21:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cc170b4
dev-libs/libassuan: New upstream version 2.5.1
Package-Manager: Portage-2.3.13, Repoman-2.3.3
dev-libs/libassuan/Manifest | 1 +
dev-libs/libassuan/libassuan-2.5.1.ebuild | 44 +++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/dev-libs/libassuan/Manifest b/dev-libs/libassuan/Manifest
index ee73e8bea25..84660959bff 100644
--- a/dev-libs/libassuan/Manifest
+++ b/dev-libs/libassuan/Manifest
@@ -1 +1,2 @@
DIST libassuan-2.4.3.tar.bz2 559867 BLAKE2B b80f73573449aa1705ac3b4f12f89cac6a19bf4b2ed8f46d5576164196300baeaeb782c997078ac252a564b9f6067df87a340b46c68058d4a28c8291bbecf96b SHA512 2b0f58682b408fc58fa0ec2980b36e54ba66701bf504cf6c98ec652af43501bc7c18573bc78c5b83260f5a3bdb0ec8f4e0662bafd9bba3fe7287e77598e8e4c1
+DIST libassuan-2.5.1.tar.bz2 564857 BLAKE2B dc046b9551183ec543d2a186c3c593471c80445b48aec1366d0b997386c57187f9b7a848973d0930ca8d2be3f138e83c22ef9292e4c8bf5614a99ea3065c7827 SHA512 c8829925221780f175cee8c4084060b0d661229f583a50d400a1903ab7303b2724b99ff9c0fa242881d4c5d779036756e1da54d9143acc0fcd92f302ecb5882d
diff --git a/dev-libs/libassuan/libassuan-2.5.1.ebuild b/dev-libs/libassuan/libassuan-2.5.1.ebuild
new file mode 100644
index 00000000000..603a783a751
--- /dev/null
+++ b/dev-libs/libassuan/libassuan-2.5.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit libtool ltprune
+
+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 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="static-libs"
+
+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() {
+ econf \
+ $(use_enable static-libs static)
+}
+
+src_install() {
+ default
+ # ppl need to use libassuan-config for --cflags and --libs
+ prune_libtool_files
+}
next reply other threads:[~2017-12-20 14:22 UTC|newest]
Thread overview: 115+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-20 14:22 Kristian Fiskerstrand [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-14 21:59 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libassuan/ Sam James
2024-10-10 11:04 Arthur Zamarin
2024-10-09 0:06 Jakov Smolić
2024-10-05 14:30 Arthur Zamarin
2024-10-05 13:58 Arthur Zamarin
2024-10-05 13:58 Arthur Zamarin
2024-10-05 11:48 Arthur Zamarin
2024-07-29 19:47 Fabian Groffen
2024-07-28 13:45 Fabian Groffen
2024-06-25 2:34 Sam James
2024-06-25 1:56 Sam James
2024-06-23 1:49 Sam James
2024-06-01 3:46 Ionen Wolkens
2024-04-29 8:12 Arthur Zamarin
2024-04-29 8:05 Arthur Zamarin
2024-03-07 17:28 Sam James
2024-03-07 17:28 Sam James
2023-08-02 11:22 Arthur Zamarin
2023-08-01 18:27 Arthur Zamarin
2023-07-24 10:05 Jakov Smolić
2023-06-20 1:55 Sam James
2023-06-20 1:54 Sam James
2023-02-24 17:37 Sam James
2022-09-23 2:09 Sam James
2022-06-29 7:26 Sam James
2021-11-29 20:48 Sam James
2021-08-16 20:35 James Le Cuirot
2021-06-13 10:46 Sergei Trofimovich
2021-06-13 6:04 Sam James
2021-06-13 6:04 Sam James
2021-06-12 16:07 Sam James
2021-06-12 15:58 Sam James
2021-06-12 15:56 Sam James
2021-06-12 13:46 Sam James
2021-06-12 13:46 Sam James
2021-06-12 13:46 Sam James
2021-03-28 11:29 Sergei Trofimovich
2021-03-28 10:17 Mikle Kolyada
2021-03-28 10:02 Agostino Sarubbo
2021-03-26 20:39 Agostino Sarubbo
2021-03-26 15:31 Agostino Sarubbo
2021-03-26 14:26 Agostino Sarubbo
2021-03-26 13:40 Agostino Sarubbo
2021-03-25 17:52 Sergei Trofimovich
2021-03-22 19:57 Lars Wendler
2021-02-17 22:11 Sam James
2020-10-24 17:17 Lars Wendler
2020-10-24 13:59 Lars Wendler
2020-09-20 13:36 Mikle Kolyada
2020-09-20 13:36 Mikle Kolyada
2020-08-29 20:00 Sam James
2020-01-13 12:52 Mikle Kolyada
2020-01-09 10:56 Kristian Fiskerstrand
2020-01-09 8:58 Lars Wendler
2019-11-01 10:16 Mikle Kolyada
2019-11-01 10:16 Mikle Kolyada
2019-10-09 18:21 Sergei Trofimovich
2019-10-06 5:50 Matt Turner
2019-10-04 13:15 Agostino Sarubbo
2019-10-02 19:08 Agostino Sarubbo
2019-10-02 18:53 Agostino Sarubbo
2019-09-29 21:00 Sergei Trofimovich
2019-09-29 20:54 Sergei Trofimovich
2019-09-29 19:26 Sergei Trofimovich
2019-09-29 9:11 Sergei Trofimovich
2019-08-19 11:30 Lars Wendler
2019-08-19 11:30 Lars Wendler
2019-05-04 18:29 Andreas K. Hüttel
2018-10-29 8:50 Alon Bar-Lev
2018-10-06 0:32 Alon Bar-Lev
2018-10-05 19:27 Alon Bar-Lev
2018-06-18 18:31 Sergei Trofimovich
2018-06-03 10:01 Mikle Kolyada
2018-03-18 8:15 Matt Turner
2018-03-15 16:00 Mikle Kolyada
2018-03-02 20:35 Mart Raudsepp
2018-01-08 22:50 Thomas Deutschmann
2018-01-07 17:38 Mikle Kolyada
2018-01-06 21:38 Sergei Trofimovich
2018-01-06 21:33 Sergei Trofimovich
2018-01-06 20:24 Sergei Trofimovich
2017-04-11 6:52 Alon Bar-Lev
2017-04-11 6:43 Jeroen Roovers
2017-03-25 18:11 Alon Bar-Lev
2017-03-21 14:34 Agostino Sarubbo
2017-03-21 11:31 Michael Weber
2017-03-21 10:01 Alon Bar-Lev
2017-03-20 12:28 Agostino Sarubbo
2017-03-20 6:17 Matt Turner
2017-03-20 6:17 Matt Turner
2017-03-20 6:17 Matt Turner
2017-03-20 6:17 Matt Turner
2017-03-20 1:05 Matt Turner
2017-02-24 4:16 Mike Frysinger
2017-02-06 20:11 Fabian Groffen
2017-01-29 16:08 Fabian Groffen
2017-01-18 14:52 Alon Bar-Lev
2016-11-28 23:06 Thomas Deutschmann
2016-09-27 18:41 Markus Meier
2016-09-25 20:07 Jeroen Roovers
2016-09-21 17:48 Tobias Klausmann
2016-07-14 18:01 Kristian Fiskerstrand
2016-06-26 18:31 Markus Meier
2016-06-20 10:43 Tobias Klausmann
2016-01-19 21:23 Manuel Rüger
2015-11-27 18:28 Kristian Fiskerstrand
2015-11-10 11:50 Agostino Sarubbo
2015-11-10 11:50 Agostino Sarubbo
2015-09-27 9:00 Markus Meier
2015-09-16 8:43 Tobias Klausmann
2015-09-12 8:25 Agostino Sarubbo
2015-09-08 4:26 Jeroen Roovers
2015-09-07 20:39 Kristian Fiskerstrand
2015-09-05 16:51 Mikle Kolyada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1513779713.6cc170b4029af65f4890bfe370321e9f4df1d58a.k_f@gentoo \
--to=k_f@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox