commit:     2b8cb8a5ce349a50e549c3a1d03d18dc6544062d
Author:     orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Sun May  8 18:10:43 2022 +0000
Commit:     Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
CommitDate: Mon May  9 18:35:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=2b8cb8a5

dev-libs/libp11: Remove old version

Signed-off-by: orbea <orbea <AT> riseup.net>
Closes: https://github.com/gentoo/libressl/pull/407
Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>

 dev-libs/libp11/libp11-0.4.11.ebuild | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/dev-libs/libp11/libp11-0.4.11.ebuild 
b/dev-libs/libp11/libp11-0.4.11.ebuild
deleted file mode 100644
index 0aa9077..0000000
--- a/dev-libs/libp11/libp11-0.4.11.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 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 ~s390 ~sparc ~x86"
-IUSE="bindist doc static-libs"
-
-RDEPEND="dev-libs/openssl:0=[bindist=]"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       doc? ( app-doc/doxygen )"
-PATCHES="${FILESDIR}/libp11-0.4.11-libressl.patch"
-
-src_configure() {
-       econf \
-               --enable-shared \
-               $(use_enable static-libs static) \
-               $(use_enable doc api-doc)
-}
-
-src_install() {
-       default
-       find "${D}" -name '*.la' -delete || die
-}

Reply via email to