summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-04-29 10:42:00 +0100
committerSam James <sam@gentoo.org>2022-04-29 11:20:44 +0100
commit1aa8032440ea87286932e766244c3aa385440236 (patch)
treef322473b611d7c050b0dc5d82d88f2c2192ab6ce
parentdev-libs/protobuf-c: drop 1.3.3-r1 (diff)
downloadgentoo-1aa8032440ea87286932e766244c3aa385440236.tar.gz
gentoo-1aa8032440ea87286932e766244c3aa385440236.tar.bz2
gentoo-1aa8032440ea87286932e766244c3aa385440236.zip
dev-libs/softhsm: drop 2.6.1-r1
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-libs/softhsm/softhsm-2.6.1-r1.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/dev-libs/softhsm/softhsm-2.6.1-r1.ebuild b/dev-libs/softhsm/softhsm-2.6.1-r1.ebuild
deleted file mode 100644
index c7e6688a6e9a..000000000000
--- a/dev-libs/softhsm/softhsm-2.6.1-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A software PKCS#11 implementation"
-HOMEPAGE="https://www.opendnssec.org/"
-SRC_URI="https://www.opendnssec.org/files/source/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
-IUSE="bindist gost migration-tool test"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- migration-tool? ( dev-db/sqlite:3= )
- dev-libs/openssl:0=[bindist(-)=]
- !~dev-libs/softhsm-2.0.0:0
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- sys-devel/gcc:=[cxx]
- virtual/pkgconfig
- test? ( dev-util/cppunit )
-"
-
-DOCS=( NEWS README.md )
-
-src_configure() {
- econf \
- --disable-static \
- --with-crypto-backend=openssl \
- --disable-p11-kit \
- --localstatedir="${EPREFIX}/var" \
- $(use_enable !bindist ecc) \
- $(use_enable gost) \
- $(use_with migration-tool migrate)
-}
-
-src_install() {
- default
-
- find "${ED}" -name '*.la' -delete || die
-
- keepdir /var/lib/softhsm/tokens
-}