Gentoo Archives: gentoo-commits

From: Quentin Retornaz <gentoo@××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/libressl:master commit in: dev-libs/libp11/
Date: Mon, 09 May 2022 18:37:23
Message-Id: 1652121353.2b8cb8a5ce349a50e549c3a1d03d18dc6544062d.quentin@gentoo
1 commit: 2b8cb8a5ce349a50e549c3a1d03d18dc6544062d
2 Author: orbea <orbea <AT> riseup <DOT> net>
3 AuthorDate: Sun May 8 18:10:43 2022 +0000
4 Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
5 CommitDate: Mon May 9 18:35:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=2b8cb8a5
7
8 dev-libs/libp11: Remove old version
9
10 Signed-off-by: orbea <orbea <AT> riseup.net>
11 Closes: https://github.com/gentoo/libressl/pull/407
12 Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
13
14 dev-libs/libp11/libp11-0.4.11.ebuild | 31 -------------------------------
15 1 file changed, 31 deletions(-)
16
17 diff --git a/dev-libs/libp11/libp11-0.4.11.ebuild b/dev-libs/libp11/libp11-0.4.11.ebuild
18 deleted file mode 100644
19 index 0aa9077..0000000
20 --- a/dev-libs/libp11/libp11-0.4.11.ebuild
21 +++ /dev/null
22 @@ -1,31 +0,0 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=7
27 -
28 -DESCRIPTION="Abstraction layer to simplify PKCS#11 API"
29 -HOMEPAGE="https://github.com/opensc/libp11/wiki"
30 -SRC_URI="https://github.com/OpenSC/${PN}/releases/download/${P}/${P}.tar.gz"
31 -
32 -LICENSE="LGPL-2.1"
33 -SLOT="0"
34 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
35 -IUSE="bindist doc static-libs"
36 -
37 -RDEPEND="dev-libs/openssl:0=[bindist=]"
38 -DEPEND="${RDEPEND}
39 - virtual/pkgconfig
40 - doc? ( app-doc/doxygen )"
41 -PATCHES="${FILESDIR}/libp11-0.4.11-libressl.patch"
42 -
43 -src_configure() {
44 - econf \
45 - --enable-shared \
46 - $(use_enable static-libs static) \
47 - $(use_enable doc api-doc)
48 -}
49 -
50 -src_install() {
51 - default
52 - find "${D}" -name '*.la' -delete || die
53 -}