public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alon Bar-Lev" <alonbl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libp11/
Date: Tue,  5 Mar 2019 07:43:18 +0000 (UTC)	[thread overview]
Message-ID: <1551771767.2801f162470e38bd8d17968a9c89572832bb0d08.alonbl@gentoo> (raw)

commit:     2801f162470e38bd8d17968a9c89572832bb0d08
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  5 07:42:47 2019 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Tue Mar  5 07:42:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2801f162

dev-libs/libp11: version bump

Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-libs/libp11/Manifest            |  1 +
 dev-libs/libp11/libp11-0.4.9.ebuild | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-libs/libp11/Manifest b/dev-libs/libp11/Manifest
index 8a234e011e8..162fa2e7770 100644
--- a/dev-libs/libp11/Manifest
+++ b/dev-libs/libp11/Manifest
@@ -1,2 +1,3 @@
 DIST libp11-0.4.4.tar.gz 450709 BLAKE2B 4424c8dd8ee1f581c179c36b47bc03269f1c6b38bed2517a1209c8eaf2d8c2ab62da928b4cd20f1355b56dfbecbd2bd695118f7690c3eba2f5c188c6c4b5b169 SHA512 12d1e39981e62d758dc12a39c2ed5b6967a6e8c1db706c491db2c9aa0394fac278fa47dd4c64aa961e3b5ea98c1799b4ef7ef617ac076a414d88a6e29d5f0c4b
 DIST libp11-0.4.7.tar.gz 475538 BLAKE2B 81d36f0795cae00a20be935790441b46257728cc5b1d9eb16d6c5df2609a795a68e12d0dc6b34b0348107fbd8c136d27dbadc42e0bc8970d5e491529e1903091 SHA512 8142b32bee9e6763b506b93be788a4df2b28ae8cb3ad6e11fc53ba3db770d77bdcc0362661c2f906cab1b5afc2828019f3d0f0b9d898414c0d6266201b7e08e6
+DIST libp11-0.4.9.tar.gz 492083 BLAKE2B df84d9303e6e143fbfeaaf2e8d0b57f3c4cd63356b15d629ab210196611ab42e396cf7efa69392ac81dd9fd591aea5580e0b38f545bf9bad9ec4748d08da90d2 SHA512 0c4a76ee7a5d98ec144dac1de8d4f52ad2515e6c578b3ee9705ef861bc06a27477b6ec42cf1d96944844f006992aef449b579b430b2e32d367f29d1a0d82f8ee

diff --git a/dev-libs/libp11/libp11-0.4.9.ebuild b/dev-libs/libp11/libp11-0.4.9.ebuild
new file mode 100644
index 00000000000..75e1ca5a431
--- /dev/null
+++ b/dev-libs/libp11/libp11-0.4.9.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Abstraction layer to simplify PKCS#11 API"
+HOMEPAGE="https://github.com/opensc/libp11/wiki"
+SRC_URI="https://github.com/OpenSC/${PN}/releases/download/${P}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE="libressl bindist doc static-libs"
+
+RDEPEND="
+	!libressl? ( dev-libs/openssl:0=[bindist=] )
+	libressl? ( dev-libs/libressl:0= )"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+	doc? ( app-doc/doxygen )"
+
+src_configure() {
+	econf \
+		--enable-shared \
+		$(use_enable static-libs static) \
+		$(use_enable doc api-doc)
+}
+
+src_install() {
+	default
+	find "${D}" -name '*.la' -delete || die
+}


             reply	other threads:[~2019-03-05  7:43 UTC|newest]

Thread overview: 79+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-05  7:43 Alon Bar-Lev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-15  9:42 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libp11/ Andrew Ammerlaan
2024-04-15  9:42 Andrew Ammerlaan
2024-04-15  9:00 Arthur Zamarin
2024-04-15  9:00 Arthur Zamarin
2024-04-15  9:00 Arthur Zamarin
2024-04-15  8:45 Arthur Zamarin
2024-04-15  8:43 Arthur Zamarin
2024-03-17  6:27 Ionen Wolkens
2024-02-02  6:38 Andrew Ammerlaan
2024-01-02 18:53 Andrew Ammerlaan
2023-12-07 17:03 Arthur Zamarin
2023-12-07 17:03 Arthur Zamarin
2023-11-23 17:12 Sam James
2023-11-23 17:12 Sam James
2023-10-27 13:06 Andrew Ammerlaan
2023-09-10  5:54 WANG Xuerui
2023-08-05 14:01 Arthur Zamarin
2023-08-05 11:36 Arthur Zamarin
2023-08-05 11:36 Arthur Zamarin
2023-08-05 11:36 Arthur Zamarin
2023-08-05 11:35 Arthur Zamarin
2023-07-17 22:14 Sam James
2023-07-10 16:07 Jakov Smolić
2023-07-07  3:29 Sam James
2023-07-07  0:45 Sam James
2023-02-15  5:02 Sam James
2022-12-18 19:33 Arthur Zamarin
2022-12-18 12:11 Sam James
2022-12-18 11:34 Sam James
2022-12-18 11:30 Sam James
2022-12-02 10:20 WANG Xuerui
2022-10-16 14:52 John Helmert III
2022-10-16 14:52 John Helmert III
2021-12-16  0:09 Sam James
2021-12-16  0:08 Sam James
2021-12-16  0:08 Sam James
2021-12-16  0:08 Sam James
2021-12-16  0:08 Sam James
2021-12-16  0:07 Sam James
2021-12-16  0:07 Sam James
2021-12-16  0:06 Sam James
2021-12-03  4:50 Sam James
2021-12-03  4:50 Sam James
2021-07-20 23:18 Marek Szuba
2021-05-01  7:29 Mikle Kolyada
2020-10-12 10:54 Lars Wendler
2020-01-09  9:25 Lars Wendler
2019-07-26 22:21 Aaron Bauman
2019-07-01 14:13 Alon Bar-Lev
2019-05-26  7:04 Sergei Trofimovich
2019-05-03 13:44 Mikle Kolyada
2019-05-03 13:44 Mikle Kolyada
2019-04-29 20:11 Sergei Trofimovich
2019-04-29 20:09 Sergei Trofimovich
2019-04-29 20:07 Sergei Trofimovich
2019-04-29 19:49 Sergei Trofimovich
2019-04-28 20:43 Mikle Kolyada
2019-04-28 20:34 Thomas Deutschmann
2019-04-25  5:12 Alon Bar-Lev
2019-03-26 20:05 Markus Meier
2019-03-25 22:18 Sergei Trofimovich
2019-03-24 20:25 Sergei Trofimovich
2019-03-24 20:12 Sergei Trofimovich
2019-03-24 19:44 Sergei Trofimovich
2019-03-24 10:01 Agostino Sarubbo
2019-03-23  9:58 Sergei Trofimovich
2018-09-27 23:55 Alon Bar-Lev
2018-06-20 18:19 Alon Bar-Lev
2017-03-25 18:11 Alon Bar-Lev
2017-03-18 13:16 Jeroen Roovers
2017-03-07 19:35 Michael Weber
2017-03-04 14:02 Agostino Sarubbo
2017-03-04 13:46 Agostino Sarubbo
2017-03-04 13:38 Agostino Sarubbo
2017-03-03 19:14 Tobias Klausmann
2016-10-31 19:50 Alon Bar-Lev
2016-10-28 23:39 Alon Bar-Lev
2016-06-26  0:09 Anthony G. Basile

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=1551771767.2801f162470e38bd8d17968a9c89572832bb0d08.alonbl@gentoo \
    --to=alonbl@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