summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2024-04-15 11:36:46 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2024-04-15 11:36:46 +0200
commitf55c7d714954bfeeb0a2ada87fe32ff35ac5f726 (patch)
tree2e717e9c3ca298f426fa0a680d20711ca9c52bd4 /dev-libs/libp11
parentmedia-gfx/freecad: drop 0.20.2, 0.20.2-r1, 0.20.2-r2 (diff)
downloadgentoo-f55c7d714954bfeeb0a2ada87fe32ff35ac5f726.tar.gz
gentoo-f55c7d714954bfeeb0a2ada87fe32ff35ac5f726.tar.bz2
gentoo-f55c7d714954bfeeb0a2ada87fe32ff35ac5f726.zip
dev-libs/libp11: drop 0.4.12-r1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-libs/libp11')
-rw-r--r--dev-libs/libp11/libp11-0.4.12-r1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-libs/libp11/libp11-0.4.12-r1.ebuild b/dev-libs/libp11/libp11-0.4.12-r1.ebuild
deleted file mode 100644
index 6590012a74ae..000000000000
--- a/dev-libs/libp11/libp11-0.4.12-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Abstraction layer to simplify PKCS#11 API"
-HOMEPAGE="https://github.com/opensc/libp11/wiki"
-SRC_URI="https://github.com/OpenSC/${PN}/releases/download/${P}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="doc static-libs"
-
-RDEPEND="dev-libs/openssl:=[bindist(+)]"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig
- doc? ( app-text/doxygen )"
-
-src_configure() {
- econf \
- --enable-shared \
- $(use_enable static-libs static) \
- $(use_enable doc api-doc)
-}
-
-src_install() {
- default
-
- find "${ED}" -name '*.la' -delete || die
-}