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/softhsm/
Date: Thu,  2 Mar 2017 18:59:45 +0000 (UTC)	[thread overview]
Message-ID: <1488481173.376d0dabd2f2abbc1e3f5eea7613a3f8e94c2500.alonbl@gentoo> (raw)

commit:     376d0dabd2f2abbc1e3f5eea7613a3f8e94c2500
Author:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  2 14:01:43 2017 +0000
Commit:     Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Thu Mar  2 18:59:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=376d0dab

dev-libs/softhsm: cleanup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-libs/softhsm/Manifest                |  3 ---
 dev-libs/softhsm/softhsm-1.3.6.ebuild    | 35 ------------------------------
 dev-libs/softhsm/softhsm-1.3.7.ebuild    | 35 ------------------------------
 dev-libs/softhsm/softhsm-2.0.0-r1.ebuild | 36 -------------------------------
 dev-libs/softhsm/softhsm-2.2.0.ebuild    | 37 --------------------------------
 5 files changed, 146 deletions(-)

diff --git a/dev-libs/softhsm/Manifest b/dev-libs/softhsm/Manifest
index 4230439adc6..810ddfab6f8 100644
--- a/dev-libs/softhsm/Manifest
+++ b/dev-libs/softhsm/Manifest
@@ -1,4 +1 @@
-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
-DIST softhsm-2.0.0.tar.gz 936954 SHA256 eae8065f6c472af24f4c056d6728edda0fd34306f41a818697f765a6a662338d SHA512 1db5b79bc59707d97a3c8ba5306d6778cd02d7049a6b294ef5e60214ef7b1dcc4d51405cc32f3720443d9477377e8b04b68d6cee143731f87b6357e4e5565fe2 WHIRLPOOL 014213f4501145c493ad4c22d0cfd262f7ca8693c3d13ca74d34bd7b24f85cf60a5117d0869e7544d9d61b0473b676e582ea41bdeba647427ffc1067def9f8f7
 DIST softhsm-2.2.0.tar.gz 966806 SHA256 eb6928ae08da44fca4135d84d6b79ad7345f408193208c54bf69f5b2e71f85f7 SHA512 6ef17deef491f7298244a3d2ddefe25843fc17534c4e5f2e08927f05cafdaf05601beb953539fce5d34fa02fe355cbd4ab3aaabb6e5a106936b04c06aae9793c WHIRLPOOL 9e2ead19b2091fc46c6cdf63d2aaa26ad21dfe7d69d047ea85b38d725576885c8a1c6656cbec9d79e480158a9b8f9a90d36cf3fad0a80af317b883ee59ffba06

diff --git a/dev-libs/softhsm/softhsm-1.3.6.ebuild b/dev-libs/softhsm/softhsm-1.3.6.ebuild
deleted file mode 100644
index 6f1131b2fa7..00000000000
--- a/dev-libs/softhsm/softhsm-1.3.6.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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-1.10.1[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
-}

diff --git a/dev-libs/softhsm/softhsm-1.3.7.ebuild b/dev-libs/softhsm/softhsm-1.3.7.ebuild
deleted file mode 100644
index ea4cc6fe518..00000000000
--- a/dev-libs/softhsm/softhsm-1.3.7.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
-}

diff --git a/dev-libs/softhsm/softhsm-2.0.0-r1.ebuild b/dev-libs/softhsm/softhsm-2.0.0-r1.ebuild
deleted file mode 100644
index 3d86f74bdde..00000000000
--- a/dev-libs/softhsm/softhsm-2.0.0-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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 +migration-tool"
-SLOT="2"
-LICENSE="BSD"
-
-RDEPEND="
-	dev-db/sqlite:3
-	dev-libs/botan[threads,-bindist]
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( NEWS README.md )
-
-src_configure() {
-	econf \
-		--disable-static \
-		--localstatedir=/var \
-		--with-botan="${EPREFIX}/usr/" \
-		$(use_with migration-tool migrate) \
-		$(use_enable amd64 64bit) \
-		$(use debug && echo "--with-loglevel=4")
-}
-
-src_install() {
-	default
-	find "${ED}" -name '*.la' -delete
-}

diff --git a/dev-libs/softhsm/softhsm-2.2.0.ebuild b/dev-libs/softhsm/softhsm-2.2.0.ebuild
deleted file mode 100644
index a4c9b887b29..00000000000
--- a/dev-libs/softhsm/softhsm-2.2.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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 ~hppa ~x86"
-IUSE="debug +migration-tool"
-SLOT="2"
-LICENSE="BSD"
-
-RDEPEND="
-	dev-db/sqlite:3
-	dev-libs/botan[threads,-bindist]
-	!=dev-libs/softhsm-2.0.0:0
-"
-DEPEND="${RDEPEND}"
-
-DOCS=( NEWS README.md )
-
-src_configure() {
-	econf \
-		--disable-static \
-		--localstatedir=/var \
-		--with-botan="${EPREFIX}/usr/" \
-		$(use_with migration-tool migrate) \
-		$(use_enable amd64 64bit) \
-		$(use debug && echo "--with-loglevel=4")
-}
-
-src_install() {
-	default
-	find "${ED}" -name '*.la' -delete
-}


             reply	other threads:[~2017-03-02 18:59 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-02 18:59 Alon Bar-Lev [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-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
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=1488481173.376d0dabd2f2abbc1e3f5eea7613a3f8e94c2500.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