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: app-crypt/p11-kit/
Date: Wed, 23 Dec 2015 13:50:11 +0000 (UTC)	[thread overview]
Message-ID: <1450878572.30a3b0377aba465bf6cc1ba57a70e590151df164.alonbl@gentoo> (raw)

commit:     30a3b0377aba465bf6cc1ba57a70e590151df164
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 12:26:43 2015 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 13:49:32 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30a3b037

app-crypt/p11-kit: version bump

Package-Manager: portage-2.2.24

 app-crypt/p11-kit/Manifest              |  1 +
 app-crypt/p11-kit/p11-kit-0.23.2.ebuild | 46 +++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/app-crypt/p11-kit/Manifest b/app-crypt/p11-kit/Manifest
index 2db7cf3..f0be835 100644
--- a/app-crypt/p11-kit/Manifest
+++ b/app-crypt/p11-kit/Manifest
@@ -2,3 +2,4 @@ DIST p11-kit-0.20.7.tar.gz 986731 SHA256 68405492fe466b33927d461302aa98e703db3b8
 DIST p11-kit-0.22.0.tar.gz 983924 SHA256 cf652b1d79513583a07b454bb82bc1529d911161048d5420ad7ce2d48e892299 SHA512 aae37235c7fb3e75eb5d86da9094d3eddcd7d9cdcbead97f36ab84db673ec5f34b7c8f47004d7075d7902a9f7a2e7a0e72074a6d5edea2553a4d88f6e27a494b WHIRLPOOL 059083f97b88768e4e57b2ea26f0798e2e5e3ab2f6c6710e962de5a70afed3d2ba86e8c8f633895e41f40dd11946b829279b016b621c9914434933418688edcf
 DIST p11-kit-0.22.1.tar.gz 992099 SHA256 ef3a339fcf6aa0e32c8c23f79ba7191e57312be2bda8b24e6d121c2670539a5c SHA512 500b0c922e98ed2d28133f93629bf762b873c8f6c638ccb4ba2b4f2df548c519f8ce27f1efae66193f88027d1b548908dbe3f5e84106a52ab972e29771c1d37b WHIRLPOOL 2f618ddf0ffa91942577dc1fa2fdacbacc0dd2be346c3d34e19ff844a43f33c0fd8dae2013bd25b4bc5e12751b9ff624d778403ce0f3edb0d64cf14377971676
 DIST p11-kit-0.23.1.tar.gz 992924 SHA256 e57371669f3b157141b86c429bd9c29741994b2f5ff115fcb8a03e751b0f6ac4 SHA512 eb01dac7687df1b6dfe3fab320de580f12bcbc0716074c9b08b62c1af3a823a25f03dbece34e18aba765ff7067877c8cc93523f6341bdb18a8c21f44fc8acddc WHIRLPOOL 70605211e988f4284b5ffdd9c5899e563b185ed46b09c671654e1710fe6c21b80a81bb6177f0fbe46f0c20ddf1ab1d71d94c1ffdb1dcaa674c96b3c54b9b595c
+DIST p11-kit-0.23.2.tar.gz 1022733 SHA256 ba726ea8303c97467a33fca50ee79b7b35212964be808ecf9b145e9042fdfaf0 SHA512 b665d89f0d752a41b01ec53e29c801c4fdcaf3f21fce524984b10acef0477ad5dbac085edd35ffb747423d0e1e09660b8d29501c979cf54937d3b9d2561cf18f WHIRLPOOL 03ffdce4b96682a7283e9d473f90f2c50be7de5930e1b3cda420bfd09002f3b0bd23351d5edf97f63f6df02545994628d97cf424fc92f66f3ccb04342ddab21c

diff --git a/app-crypt/p11-kit/p11-kit-0.23.2.ebuild b/app-crypt/p11-kit/p11-kit-0.23.2.ebuild
new file mode 100644
index 0000000..1823dc3
--- /dev/null
+++ b/app-crypt/p11-kit/p11-kit-0.23.2.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils multilib-minimal
+
+DESCRIPTION="Provides a standard configuration setup for installing PKCS#11"
+HOMEPAGE="http://p11-glue.freedesktop.org/p11-kit.html"
+SRC_URI="http://p11-glue.freedesktop.org/releases/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+IUSE="+asn1 debug +libffi +trust"
+REQUIRED_USE="trust? ( asn1 )"
+
+RDEPEND="asn1? ( >=dev-libs/libtasn1-3.4[${MULTILIB_USEDEP}] )
+	libffi? ( >=dev-libs/libffi-3.0.0[${MULTILIB_USEDEP}] )
+	trust? ( app-misc/ca-certificates )"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+pkg_setup() {
+	# disable unsafe tests, bug#502088
+	export FAKED_MODE=1
+}
+
+multilib_src_configure() {
+	ECONF_SOURCE="${S}" econf \
+		$(use_enable trust trust-module) \
+		$(use_with trust trust-paths ${EPREFIX}/etc/ssl/certs/ca-certificates.crt) \
+		$(use_enable debug) \
+		$(use_with libffi) \
+		$(use_with asn1 libtasn1)
+
+	if multilib_is_native_abi; then
+		# re-use provided documentation
+		ln -s "${S}"/doc/manual/html doc/manual/html || die
+	fi
+}
+
+multilib_src_install_all() {
+	prune_libtool_files --modules
+}


             reply	other threads:[~2015-12-23 13:50 UTC|newest]

Thread overview: 97+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-23 13:50 Alon Bar-Lev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-06-12 13:41 [gentoo-commits] repo/gentoo:master commit in: app-crypt/p11-kit/ Alon Bar-Lev
2016-06-13 17:01 Tobias Klausmann
2016-06-21 18:26 Markus Meier
2016-08-17  4:01 Jeroen Roovers
2016-09-26 12:36 Agostino Sarubbo
2017-01-01 12:43 Agostino Sarubbo
2017-01-02  9:54 Agostino Sarubbo
2017-01-03 10:38 Agostino Sarubbo
2017-01-11 10:35 Agostino Sarubbo
2017-01-17 14:24 Agostino Sarubbo
2017-01-18 14:52 Alon Bar-Lev
2017-02-04  1:31 Alon Bar-Lev
2017-03-08  4:02 Tim Harder
2017-03-25 18:11 Alon Bar-Lev
2017-06-02 23:19 Tim Harder
2017-11-14 19:56 Alon Bar-Lev
2017-11-15 15:01 Fabian Groffen
2018-04-19 22:20 Alon Bar-Lev
2018-04-20  1:28 Aaron Bauman
2018-04-21 20:11 Sergei Trofimovich
2018-04-22  6:33 Matt Turner
2018-04-23  1:53 Matt Turner
2018-04-23  1:53 Matt Turner
2018-04-28  7:14 Mikle Kolyada
2018-05-08 22:29 Matt Turner
2018-06-20 18:19 Alon Bar-Lev
2018-07-28  1:00 Mikle Kolyada
2018-08-15  2:58 Mikle Kolyada
2018-08-16  0:39 Thomas Deutschmann
2018-08-18 22:24 Sergei Trofimovich
2018-08-18 22:31 Sergei Trofimovich
2018-08-19  7:26 Matt Turner
2018-08-30 20:07 Markus Meier
2018-09-07 20:23 Matt Turner
2018-09-07 21:08 Alon Bar-Lev
2018-09-26 20:49 Sergei Trofimovich
2018-10-06 17:24 Alon Bar-Lev
2018-12-27 18:48 Fabian Groffen
2018-12-30 21:27 Mikle Kolyada
2019-01-09 20:31 Sergei Trofimovich
2019-05-05 10:52 Mikle Kolyada
2019-05-06 17:27 Alon Bar-Lev
2019-06-28 23:23 Alon Bar-Lev
2020-01-08 20:40 Mikle Kolyada
2020-01-09  9:58 Mikle Kolyada
2020-01-25 14:24 Mikle Kolyada
2020-01-25 14:27 Mikle Kolyada
2020-01-25 14:27 Mikle Kolyada
2020-02-05  3:43 Mikle Kolyada
2020-02-25 11:45 Mikle Kolyada
2020-02-25 11:52 Mikle Kolyada
2020-08-20  7:26 Mikle Kolyada
2020-09-17 10:10 Mikle Kolyada
2020-12-16 19:14 Mikle Kolyada
2020-12-16 19:14 Mikle Kolyada
2020-12-16 19:14 Mikle Kolyada
2021-01-06 12:55 Fabian Groffen
2021-06-12 18:50 Mikle Kolyada
2022-02-01 19:50 Mikle Kolyada
2022-02-01 19:50 Mikle Kolyada
2023-02-24 19:58 Arthur Zamarin
2023-02-24 19:58 Arthur Zamarin
2023-02-24 19:58 Arthur Zamarin
2023-02-24 19:58 Arthur Zamarin
2023-02-24 20:11 Arthur Zamarin
2023-02-26 19:51 Arthur Zamarin
2023-02-26 19:52 Arthur Zamarin
2023-02-26 19:52 Arthur Zamarin
2023-05-05 10:14 Sam James
2023-06-29 12:35 Sam James
2023-06-30  9:39 Sam James
2023-07-06  7:48 Sam James
2023-08-14  6:32 Joonas Niilola
2023-09-09 13:17 David Seifert
2023-09-09 17:13 Sam James
2023-09-09 17:13 Sam James
2023-09-09 17:13 Sam James
2023-09-09 17:13 Sam James
2023-09-09 17:13 Sam James
2023-09-09 17:40 Arthur Zamarin
2023-09-09 21:02 Sam James
2023-09-09 21:02 Sam James
2023-11-15 17:13 Sam James
2023-11-23 22:50 Sam James
2024-01-02 17:44 Ben Kohler
2024-04-15  8:07 Sam James
2024-04-15  8:17 Sam James
2024-04-15  8:17 Sam James
2024-04-15  8:17 Sam James
2024-04-15  8:17 Sam James
2024-04-16  5:34 Joonas Niilola
2024-04-16  5:34 Joonas Niilola
2024-05-01  5:28 Joonas Niilola
2024-10-07  2:52 Sam James
2024-10-07 17:05 James Le Cuirot
2024-11-17  3:06 Sam James

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=1450878572.30a3b0377aba465bf6cc1ba57a70e590151df164.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