commit:     28a5ae0048076104de91fb0dbb3d7e2bb1cd7974
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 08:06:06 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed May 31 08:06:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28a5ae00

dev-libs/opensc: drop 0.22.0

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-libs/opensc/Manifest             |  1 -
 dev-libs/opensc/opensc-0.22.0.ebuild | 65 ------------------------------------
 2 files changed, 66 deletions(-)

diff --git a/dev-libs/opensc/Manifest b/dev-libs/opensc/Manifest
index 118ff09e2ef0..5d4728329fbe 100644
--- a/dev-libs/opensc/Manifest
+++ b/dev-libs/opensc/Manifest
@@ -1,2 +1 @@
-DIST opensc-0.22.0.tar.gz 2287020 BLAKE2B 
74e4bb6843b640c5a397b820a52180a34159c330f5ecb81af166096f23e2499ef1a4d555b5d71613da57ba121d0f984dcfdc2ba9491f26f826a423725a2321e2
 SHA512 
70ad5f1219f2ec2a5529a30d8e9955510c77c87d0bc857d5951c7227c75cf9de1c6071f43dd3816a2034123ebd902709793ff776e84d5379fdd54c811ccfaaee
 DIST opensc-0.23.0.tar.gz 2366469 BLAKE2B 
c0f74379a70347a58be27684ae2cf833e6f35328b566af2c6daa8276174864406fa176acf7ba84931970fe07e3dd8d6eccf7884f079cb0110c4d6ff9a76792dc
 SHA512 
cd102cd64e719c59153960a4921b7525055045f16e6f6ffa8c9def6ce999a9c5098267b41f8753b41107f626bea20c34561002f5d38eddb4ce6b371913a17a1b

diff --git a/dev-libs/opensc/opensc-0.22.0.ebuild 
b/dev-libs/opensc/opensc-0.22.0.ebuild
deleted file mode 100644
index f4aee906f6aa..000000000000
--- a/dev-libs/opensc/opensc-0.22.0.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1 libtool
-
-DESCRIPTION="Libraries and applications to access smartcards"
-HOMEPAGE="https://github.com/OpenSC/OpenSC/wiki";
-SRC_URI="https://github.com/OpenSC/OpenSC/releases/download/${PV}/${P}.tar.gz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ppc64 x86"
-IUSE="ctapi doc openct notify +pcsc-lite readline secure-messaging ssl test 
zlib"
-RESTRICT="!test? ( test )"
-
-RDEPEND="zlib? ( sys-libs/zlib )
-       readline? ( sys-libs/readline:0= )
-       ssl? ( dev-libs/openssl:0= )
-       openct? ( >=dev-libs/openct-0.5.0 )
-       pcsc-lite? ( >=sys-apps/pcsc-lite-1.3.0 )
-       notify? ( dev-libs/glib:2 )"
-DEPEND="${RDEPEND}
-       app-text/docbook-xsl-stylesheets
-       dev-libs/libxslt
-       test? ( dev-util/cmocka )"
-BDEPEND="virtual/pkgconfig"
-
-REQUIRED_USE="
-       pcsc-lite? ( !openct !ctapi )
-       openct? ( !pcsc-lite !ctapi )
-       ctapi? ( !pcsc-lite !openct )
-       || ( pcsc-lite openct ctapi )"
-
-src_prepare() {
-       default
-       elibtoolize
-}
-
-src_configure() {
-       econf \
-               --with-completiondir="$(get_bashcompdir)" \
-               --disable-openpace \
-               --disable-static \
-               --disable-strict \
-               --enable-man \
-               $(use_enable ctapi) \
-               $(use_enable doc) \
-               $(use_enable notify ) \
-               $(use_enable openct) \
-               $(use_enable pcsc-lite pcsc) \
-               $(use_enable readline) \
-               $(use_enable secure-messaging sm) \
-               $(use_enable ssl openssl) \
-               $(use_enable test cmocka) \
-               $(use_enable zlib)
-}
-
-src_install() {
-       default
-       find "${D}" -name '*.la' -delete || die
-       insinto /etc/pkcs11/modules/
-       doins "${FILESDIR}/${PN}.module"
-}

Reply via email to