commit:     dcee2c46d8624397530cac61791abe883864deee
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 25 08:20:55 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 25 08:49:00 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcee2c46

dev-libs/libp11: drop 0.4.14, 0.4.15

0.4.16 fixes a regression from 0.4.14:
> Fixed PKCS#11 module synchronization setup that was broken in libp11 0.4.14 
> (nojocodex)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/libp11/Manifest             |  2 --
 dev-libs/libp11/libp11-0.4.14.ebuild | 48 ------------------------------------
 dev-libs/libp11/libp11-0.4.15.ebuild | 48 ------------------------------------
 3 files changed, 98 deletions(-)

diff --git a/dev-libs/libp11/Manifest b/dev-libs/libp11/Manifest
index 34c70c1e8928..df7fe707e79a 100644
--- a/dev-libs/libp11/Manifest
+++ b/dev-libs/libp11/Manifest
@@ -1,5 +1,3 @@
 DIST libp11-0.4.12.tar.gz 516414 BLAKE2B 
a816749984753a1916dd58860c51b49d316946b59eb3bc839f6a21dcff14de48d7a4937f55fc7ad96a26b914591854d5cf11a1fbac2d5f2f5e04c833973c0e42
 SHA512 
674cfca2c9eaf162262204c94f9d59d3095dabbc348c1842e758b897e1a5bd4ba08b2d589ec3b2a2d1343a8760eab253e7008dc09ef5b499e2f16385efe5c8cc
 DIST libp11-0.4.13.tar.gz 531147 BLAKE2B 
ea31e56966cc22e6a6dad2d4923bd89ad110f537172af1dca912d8449df8a6a118ceca45912e7c3d38979dd3e591a9fb110091fd5474b41d6159d489b7c9ba37
 SHA512 
7936e5e3e37b424caff2ce95b416e67d6bf082676c5a3efb23651d414eacdbdbc1f5e11b05097b500a9d0ca5a97e628f54dd7d1e5ba2a7b5e3a36b3b7b75b5ed
-DIST libp11-0.4.14.tar.gz 572770 BLAKE2B 
faa1d3ace7c820d8cbc0bc0451a6c2578bc5cffd64d9f60b29cce2a58a2bcf7b26060abca257eafce9397a2504f5779767713426f397882e906928d4762f9e57
 SHA512 
747400fcc07d5ebd336247e4d0b2e496aa6f3ffb0077a87513dca016494c64af275aa5e6c37bfa0b39d820700e861a2eea440b0fb983f2fb2b19ef47e2653e28
-DIST libp11-0.4.15.tar.gz 570772 BLAKE2B 
c3cc07777ff131d7c9ac11ceb20eebc75e69ceaaa4393a1c10087ba34812786c262182caf458ac882df5adfe4ff4646d76edca03f817611dcd1af6a31134b979
 SHA512 
6e6873ccc796b4e42c25fd1b799b6be8d40ef1975dcdf0e52e8aa4f5f97dcad8500ec7282b1897b1cd1591a7ca2e86367ef3c8acc07ac8921df2f8f75ba3804e
 DIST libp11-0.4.16.tar.gz 561088 BLAKE2B 
a6fd869ac18aba2dfce5d4c0d135b2e90b337f53300ee0b4042d669c15e4849788a0e2a7b6aa7f463bbeb7ade7a45d79a9dc4ba52e4b2ff7a02fe2ad5f7a0866
 SHA512 
91248a39b30fc032079441506b49cfe1a8784b2cc4dd795a7633694d9e292dbf1075244366227d3924692d58129eecabae3e62ec006838bb1ac8942a4aed236b

diff --git a/dev-libs/libp11/libp11-0.4.14.ebuild 
b/dev-libs/libp11/libp11-0.4.14.ebuild
deleted file mode 100644
index ab0122da1bc4..000000000000
--- a/dev-libs/libp11/libp11-0.4.14.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-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 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-IUSE="doc static-libs test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       >=dev-libs/openssl-3.0.0:=[bindist(+)]
-"
-DEPEND="${RDEPEND}
-       test? ( dev-libs/softhsm )
-"
-BDEPEND="
-       virtual/pkgconfig
-       doc? ( app-text/doxygen )
-       test? ( >=dev-libs/opensc-0.23.0-r2 )
-"
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       local args=(
-               --enable-shared
-               $(use_enable static-libs static)
-               $(use_enable doc api-doc)
-       )
-       econf "${args[@]}"
-}
-
-src_install() {
-       default
-
-       find "${ED}" -name '*.la' -delete || die
-}

diff --git a/dev-libs/libp11/libp11-0.4.15.ebuild 
b/dev-libs/libp11/libp11-0.4.15.ebuild
deleted file mode 100644
index ab0122da1bc4..000000000000
--- a/dev-libs/libp11/libp11-0.4.15.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-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 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-IUSE="doc static-libs test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       >=dev-libs/openssl-3.0.0:=[bindist(+)]
-"
-DEPEND="${RDEPEND}
-       test? ( dev-libs/softhsm )
-"
-BDEPEND="
-       virtual/pkgconfig
-       doc? ( app-text/doxygen )
-       test? ( >=dev-libs/opensc-0.23.0-r2 )
-"
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       local args=(
-               --enable-shared
-               $(use_enable static-libs static)
-               $(use_enable doc api-doc)
-       )
-       econf "${args[@]}"
-}
-
-src_install() {
-       default
-
-       find "${ED}" -name '*.la' -delete || die
-}

Reply via email to