commit: ac488d958da13f70ab5a947fbc238ccd5a2a127a Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Thu Jul 15 18:45:43 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Thu Jul 15 18:45:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac488d95
app-crypt/gnupg-pkcs11-scd: drop old version Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.9.2.ebuild | 46 ---------------------- 1 file changed, 46 deletions(-) diff --git a/app-crypt/gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.9.2.ebuild b/app-crypt/gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.9.2.ebuild deleted file mode 100644 index 5c5f9dd439b..00000000000 --- a/app-crypt/gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.9.2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit user - -DESCRIPTION="PKCS#11 support for GnuPG" -HOMEPAGE="http://gnupg-pkcs11.sourceforge.net" -SRC_URI="https://github.com/alonbl/${PN}/releases/download/${P}/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="proxy" - -RDEPEND=" - dev-libs/openssl:0= - dev-libs/libassuan:= - >=dev-libs/libgcrypt-1.2.2:= - >=dev-libs/libgpg-error-1.3:= - >=dev-libs/pkcs11-helper-1.02:=" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -pkg_setup() { - if use proxy; then - enewgroup gnupg-pkcs11 - enewgroup gnupg-pkcs11-scd-proxy - enewuser gnupg-pkcs11-scd-proxy -1 -1 / gnupg-pkcs11-scd-proxy,gnupg-pkcs11 - fi -} - -src_configure() { - econf \ - $(use_enable proxy) \ - --with-proxy-socket=/run/gnupg-pkcs11-scd-proxy/cmd -} - -src_install() { - default - if use proxy; then - newinitd "${FILESDIR}/gnupg-pkcs11-scd-proxy.initd" gnupg-pkcs11-scd-proxy - newconfd "${FILESDIR}/gnupg-pkcs11-scd-proxy.confd" gnupg-pkcs11-scd-proxy - fi -}
