public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marc Schiffbauer" <mschiff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/softhsm/
Date: Sun,  4 Oct 2015 13:31:35 +0000 (UTC)	[thread overview]
Message-ID: <1443965447.e784d4c83b8316d78ca46b3f3285e18c3f4aeadb.mschiff@gentoo> (raw)

commit:     e784d4c83b8316d78ca46b3f3285e18c3f4aeadb
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  4 13:30:47 2015 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Sun Oct  4 13:30:47 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e784d4c8

dev-libs/softhsm: added new version

Package-Manager: portage-2.2.22

 dev-libs/softhsm/Manifest             |  1 +
 dev-libs/softhsm/softhsm-1.3.7.ebuild | 36 +++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-libs/softhsm/Manifest b/dev-libs/softhsm/Manifest
index cae839d..d8b4441 100644
--- a/dev-libs/softhsm/Manifest
+++ b/dev-libs/softhsm/Manifest
@@ -1 +1,2 @@
 DIST softhsm-1.3.6.tar.gz 435893 SHA256 e39ac8e851220edd2b2afbe4d9e06d956bccc20bc72752740eabf95692359486 SHA512 fa344b298da6f15a616eaaa90e9e2153cb48ee1a5d4c3089a4195080efc5d15cccf27536279206587f8e1a55ac1b3745303712797296aba560be5ca958783b70 WHIRLPOOL 6451e039d31932306627f6af23041dbd7d386d1b137eb529332f45ce523ae0c61b736876815ca614a8ec54b0dbae9d83b510bbf126dafd17cbf6d12c745ed7a8
+DIST softhsm-1.3.7.tar.gz 438437 SHA256 d12d6456a85561266d9da427565f3ee3746a35df6670d5e6be75de253c2810a4 SHA512 287400b981b7b420a300593129696e4739afe085a8106047ef429bc741d205bed214386b422572327c3bda63f0fb1b7558bb4d30d184ca3ec2ba9900153f075d WHIRLPOOL 47e66a8ae7f85b6505bdd751114a1594bc2e4b7bea71c6681bf77e8b7cc226d3515d9bdbd74ef0327899257d1844722c95446115f22724474f03cee0a99ca4f3

diff --git a/dev-libs/softhsm/softhsm-1.3.7.ebuild b/dev-libs/softhsm/softhsm-1.3.7.ebuild
new file mode 100644
index 0000000..9b6e5df
--- /dev/null
+++ b/dev-libs/softhsm/softhsm-1.3.7.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="A software PKCS#11 implementation"
+HOMEPAGE="http://www.opendnssec.org/"
+SRC_URI="http://www.opendnssec.org/files/source/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+SLOT="0"
+LICENSE="BSD"
+
+RDEPEND="
+	dev-db/sqlite:3
+	dev-libs/botan[threads]
+"
+DEPEND="${RDEPEND}"
+
+DOCS=( AUTHORS NEWS )
+
+src_configure() {
+	econf \
+		--disable-static \
+		--localstatedir=/var \
+		--with-botan="${EPREFIX}/usr/" \
+		$(use_enable amd64 64bit) \
+		$(use debug && echo "--with-loglevel=4")
+}
+
+src_install() {
+	default
+	find "${ED}" -name '*.la' -delete
+}


             reply	other threads:[~2015-10-04 13:31 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-04 13:31 Marc Schiffbauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-10 21:18 [gentoo-commits] repo/gentoo:master commit in: dev-libs/softhsm/ Petr Vaněk
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-04-15  8:29 Arthur Zamarin
2024-04-15  8:29 Arthur Zamarin
2024-04-15  8:17 Sam James
2024-04-15  8:02 Sam James
2023-08-05 11:36 Arthur Zamarin
2022-05-19 10:35 WANG Xuerui
2021-12-16  0:09 Sam James
2021-12-03  4:50 Sam James
2021-07-28 18:41 Marek Szuba
2021-05-02 15:38 Mikle Kolyada
2021-03-10  1:24 Sam James
2020-10-18 15:29 Mikle Kolyada
2020-10-18 15:29 Mikle Kolyada
2020-09-28 20:43 Sam James
2020-08-14 20:42 Matt Turner
2019-03-20 22:00 Alon Bar-Lev
2019-01-07 19:15 Lars Wendler
2019-01-04 20:12 Alon Bar-Lev
2018-10-19 16:12 Alon Bar-Lev
2018-09-27 23:55 Alon Bar-Lev
2018-08-14 16:02 Alon Bar-Lev
2018-05-10 18:31 Alon Bar-Lev
2018-04-10 19:24 Alon Bar-Lev
2018-03-28 20:55 Matt Turner
2017-07-28  8:33 Alon Bar-Lev
2017-06-26  7:54 Alexis Ballier
2017-03-25 18:11 Alon Bar-Lev
2017-03-21 18:11 Matt Turner
2017-03-21 18:11 Matt Turner
2017-03-21 18:11 Matt Turner
2017-03-21 18:11 Matt Turner
2017-03-21 18:11 Matt Turner
2017-03-02 18:59 Alon Bar-Lev
2017-02-11 11:12 Alon Bar-Lev
2017-02-11  0:09 Alon Bar-Lev
2017-02-04 21:40 Alon Bar-Lev
2017-01-28 11:18 Alon Bar-Lev
2017-01-28 11:05 Alon Bar-Lev
2017-01-27 18:42 Alon Bar-Lev
2017-01-05 12:56 Jeroen Roovers
2016-12-18  2:54 Marc Schiffbauer
2016-12-18  2:54 Marc Schiffbauer
2016-12-18  2:19 Marc Schiffbauer
2016-02-24 14:39 Marc Schiffbauer
2015-10-04 14:02 Marc Schiffbauer
2015-10-04 13:31 Marc Schiffbauer

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=1443965447.e784d4c83b8316d78ca46b3f3285e18c3f4aeadb.mschiff@gentoo \
    --to=mschiff@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