summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/softhsm/softhsm-1.2.1.ebuild')
-rw-r--r--dev-libs/softhsm/softhsm-1.2.1.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-libs/softhsm/softhsm-1.2.1.ebuild b/dev-libs/softhsm/softhsm-1.2.1.ebuild
deleted file mode 100644
index 3f4e5f2b7..000000000
--- a/dev-libs/softhsm/softhsm-1.2.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit base
-
-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-libs/botan-1.8.10[threads]
- dev-db/sqlite:3"
-
-DEPEND="${RDEPEND}"
-
-DOCS=( "AUTHORS" "NEWS" "README" )
-
-src_configure() {
- local myconf
- use debug && myconf="--with-loglevel=4"
-
- econf \
- $(use_enable amd64 64bit) \
- $myconf
-}