summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-12-21 22:11:03 +0000
committerSam James <sam@gentoo.org>2022-12-21 22:25:37 +0000
commitd59c58c472b84b2b6782e0a6befe51c884ededf9 (patch)
tree5a60a3bb7ca6a203dff071f929b02b9443cf983e /dev-libs/libp11/libp11-0.4.11-r3.ebuild
parentmedia-video/mediainfo: drop 22.03 (diff)
downloadgentoo-d59c58c472b84b2b6782e0a6befe51c884ededf9.tar.gz
gentoo-d59c58c472b84b2b6782e0a6befe51c884ededf9.tar.bz2
gentoo-d59c58c472b84b2b6782e0a6befe51c884ededf9.zip
dev-libs/libp11: drop 0.4.11-r3
Bug: https://bugs.gentoo.org/886703 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libp11/libp11-0.4.11-r3.ebuild')
-rw-r--r--dev-libs/libp11/libp11-0.4.11-r3.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-libs/libp11/libp11-0.4.11-r3.ebuild b/dev-libs/libp11/libp11-0.4.11-r3.ebuild
deleted file mode 100644
index 4c9016d1e184..000000000000
--- a/dev-libs/libp11/libp11-0.4.11-r3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="doc static-libs"
-
-RDEPEND="dev-libs/openssl:=[bindist(+)]"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig
- doc? ( app-doc/doxygen )"
-
-src_configure() {
- econf \
- --enable-shared \
- $(use_enable static-libs static) \
- $(use_enable doc api-doc)
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}