mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 00:28:09 -07:00
dev-libs/softhsm: version bump
Package-Manager: Portage-2.3.6, Repoman-2.3.1
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST softhsm-2.2.0.tar.gz 966806 SHA256 eb6928ae08da44fca4135d84d6b79ad7345f408193208c54bf69f5b2e71f85f7 SHA512 6ef17deef491f7298244a3d2ddefe25843fc17534c4e5f2e08927f05cafdaf05601beb953539fce5d34fa02fe355cbd4ab3aaabb6e5a106936b04c06aae9793c WHIRLPOOL 9e2ead19b2091fc46c6cdf63d2aaa26ad21dfe7d69d047ea85b38d725576885c8a1c6656cbec9d79e480158a9b8f9a90d36cf3fad0a80af317b883ee59ffba06
|
||||
DIST softhsm-2.3.0.tar.gz 992417 SHA256 5ed604c89a3a6ef9d7d1ee92c28a2c4b3cd1f86f302c808e2d12c8f39aa2c127 SHA512 ef9ee41aa6eaeeb004d4ff5c78ca6e00895cc47e36551025a4422806eee8eead985cfd28476a867761a810f6957b0759edaac769bcdedf4ad974e426cfefce0f WHIRLPOOL adf718c757f2f1ab3bdc8dade04790e89fd5ef1e51d957b3506b8a89a61ef19cb5225805ed7a8e5c8073298f19e60a59b140339cc3693121cb21fbd15a670794
|
||||
|
||||
48
dev-libs/softhsm/softhsm-2.3.0.ebuild
Normal file
48
dev-libs/softhsm/softhsm-2.3.0.ebuild
Normal file
@@ -0,0 +1,48 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit ltprune
|
||||
|
||||
DESCRIPTION="A software PKCS#11 implementation"
|
||||
HOMEPAGE="http://www.opendnssec.org/"
|
||||
SRC_URI="http://www.opendnssec.org/files/source/${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
|
||||
IUSE="bindist libressl migration-tool test"
|
||||
SLOT="2"
|
||||
LICENSE="BSD"
|
||||
|
||||
RDEPEND="
|
||||
sys-devel/gcc:=[cxx]
|
||||
migration-tool? ( dev-db/sqlite:3 )
|
||||
!libressl? ( dev-libs/openssl:=[bindist=] )
|
||||
libressl? ( dev-libs/libressl )
|
||||
!=dev-libs/softhsm-2.0.0:0
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig
|
||||
test? ( dev-util/cppunit )
|
||||
"
|
||||
|
||||
DOCS=(
|
||||
NEWS
|
||||
README.md
|
||||
)
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--disable-static \
|
||||
--localstatedir="${EROOT}var" \
|
||||
--with-crypto-backend=openssl \
|
||||
--disable-p11-kit \
|
||||
$(use_enable !bindist ecc) \
|
||||
$(use_enable !libressl gost) \
|
||||
$(use_with migration-tool migrate)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
prune_libtool_files --modules
|
||||
}
|
||||
Reference in New Issue
Block a user