diff options
Diffstat (limited to 'dev-libs/softhsm/softhsm-2.2.0-r3.ebuild')
-rw-r--r-- | dev-libs/softhsm/softhsm-2.2.0-r3.ebuild | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/dev-libs/softhsm/softhsm-2.2.0-r3.ebuild b/dev-libs/softhsm/softhsm-2.2.0-r3.ebuild deleted file mode 100644 index 653177b975f3..000000000000 --- a/dev-libs/softhsm/softhsm-2.2.0-r3.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools 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 ) -" - -PATCHES=( - "${FILESDIR}/${P}-build.patch" - "${FILESDIR}/${P}-libressl.patch" -) -DOCS=( NEWS README.md ) - -src_prepare() { - default - eautoreconf -} - -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 -} |