public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julian Ospald" <hasufell@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/pkcs11-helper/
Date: Mon,  5 Oct 2015 08:45:36 +0000 (UTC)	[thread overview]
Message-ID: <1444034715.427804d3e91c13559ff4de53ef864cbc5bdcf9cd.hasufell@gentoo> (raw)

commit:     427804d3e91c13559ff4de53ef864cbc5bdcf9cd
Author:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  5 08:39:00 2015 +0000
Commit:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Mon Oct  5 08:45:15 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=427804d3

dev-libs/pkcs11-helper: add libressl support

 .../pkcs11-helper/pkcs11-helper-1.11-r1.ebuild     | 37 ++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/dev-libs/pkcs11-helper/pkcs11-helper-1.11-r1.ebuild b/dev-libs/pkcs11-helper/pkcs11-helper-1.11-r1.ebuild
new file mode 100644
index 0000000..739b3c1
--- /dev/null
+++ b/dev-libs/pkcs11-helper/pkcs11-helper-1.11-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+DESCRIPTION="PKCS#11 helper library"
+HOMEPAGE="http://www.opensc-project.org/opensc/wiki/pkcs11-helper"
+SRC_URI="mirror://sourceforge/opensc/${PN}/${P}.tar.bz2"
+
+LICENSE="|| ( BSD GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE="doc gnutls libressl nss static-libs"
+
+RDEPEND="
+	!libressl? ( >=dev-libs/openssl-0.9.7:0 )
+	libressl? ( dev-libs/libressl )
+	gnutls? ( >=net-libs/gnutls-1.4.4 )
+	nss? ( dev-libs/nss )"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+	doc? ( >=app-doc/doxygen-1.4.7 )"
+
+src_configure() {
+	econf \
+		--docdir="${EPREFIX}/usr/share/doc/${PF}" \
+		$(use_enable doc) \
+		$(use_enable gnutls crypto-engine-gnutls) \
+		$(use_enable nss crypto-engine-nss) \
+		$(use_enable static-libs static)
+}
+
+src_install() {
+	default
+	find "${ED}" -name '*.la' -exec rm -f {} +
+}


             reply	other threads:[~2015-10-05  8:45 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-05  8:45 Julian Ospald [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-12-08 16:13 [gentoo-commits] repo/gentoo:master commit in: dev-libs/pkcs11-helper/ Alon Bar-Lev
2017-01-06  7:13 Alon Bar-Lev
2017-03-03 19:14 Tobias Klausmann
2017-03-04 13:38 Agostino Sarubbo
2017-03-04 13:46 Agostino Sarubbo
2017-03-04 14:02 Agostino Sarubbo
2017-03-08  6:03 Markus Meier
2017-03-11 17:07 Agostino Sarubbo
2017-03-15  6:01 Jeroen Roovers
2017-03-15 15:15 Michael Weber
2017-03-15 18:29 Alon Bar-Lev
2017-03-25 18:11 Alon Bar-Lev
2017-06-19 22:05 Alexis Ballier
2017-07-29 11:37 Alon Bar-Lev
2018-06-02 19:03 Alon Bar-Lev
2018-06-15 10:06 Alon Bar-Lev
2018-08-04 19:10 Alon Bar-Lev
2018-08-16  0:39 Thomas Deutschmann
2018-08-16 13:21 Alon Bar-Lev
2018-08-17  0:27 Mikle Kolyada
2018-08-18 22:24 Sergei Trofimovich
2018-08-18 22:31 Sergei Trofimovich
2018-08-19  7:26 Matt Turner
2018-08-22 18:02 Alon Bar-Lev
2018-08-30 20:07 Markus Meier
2018-09-07 20:23 Matt Turner
2018-09-07 21:08 Alon Bar-Lev
2018-09-27 23:55 Alon Bar-Lev
2019-01-07 19:15 Lars Wendler
2019-07-26 16:38 Aaron Bauman
2021-05-01  7:29 Mikle Kolyada
2021-07-24 23:02 Marek Szuba
2021-11-24  6:36 Arthur Zamarin
2021-11-24  6:36 Arthur Zamarin
2021-11-24  6:36 Arthur Zamarin
2021-11-24  6:36 Arthur Zamarin
2021-11-24 16:46 Sam James
2021-11-25 18:09 Arthur Zamarin
2021-12-03  4:50 Sam James
2021-12-16  0:09 Sam James
2022-05-06  7:47 Sam James
2022-05-06  7:47 Sam James
2022-06-28  4:18 WANG Xuerui
2022-12-18 11:32 Sam James
2022-12-18 11:41 Sam James
2022-12-18 11:44 Sam James
2022-12-18 12:28 Sam James
2023-05-09 17:46 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=1444034715.427804d3e91c13559ff4de53ef864cbc5bdcf9cd.hasufell@gentoo \
    --to=hasufell@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