From d98ec06752c4e3eb4c19e5840ba8c010c505f01e Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Tue, 4 Oct 2016 02:07:27 +0300 Subject: app-crypt/scl011-bin: remove from tree # Alon Bar-Lev - - - - egore@gmx.de - Proxied maintainer, assign bugs to him - - - crypto@gentoo.org - Crypto - - - proxy-maint@gentoo.org - Proxy Maintainers - - diff --git a/app-crypt/scl011-bin/scl011-bin-2.06.ebuild b/app-crypt/scl011-bin/scl011-bin-2.06.ebuild deleted file mode 100644 index 9fc3761fb9f1..000000000000 --- a/app-crypt/scl011-bin/scl011-bin-2.06.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit multilib toolchain-funcs udev - -DESCRIPTION="pcsc-lite driver for the German identification card (nPA)" -HOMEPAGE="http://www.scmmicro.com/de/products-services/chipkartenleser-terminals/kontaktlos-dual-interface/it-sicherheitskit-basisleser/treiber.html" -SRC_URI="x86? ( http://www.scmmicro.com/npa/files/scl011_${PV}_linux_32bit.tar.gz ) - amd64? ( http://www.scmmicro.com/npa/files/scl011_${PV}_linux_64bit.tar.gz )" - -LICENSE="SCM-MICRO" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -IUSE="" - -RDEPEND="sys-apps/pcsc-lite" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -S="${WORKDIR}" - -RESTRICT="mirror bindist" - -QA_PREBUILT="*/libSCL011.so.2.06" - -src_install() { - local INSTALL_DIR=`$(tc-getPKG_CONFIG) libpcsclite --variable=usbdropdir` - local BASEPATH - case $(tc-arch) in - amd64) BASEPATH="${S}/scl011_${PV}_linux_64bit" ;; - x86) BASEPATH="${S}/scl011_${PV}_linux_32bit" ;; - esac - - insinto "${INSTALL_DIR}"/SCL011.bundle/Contents - doins "${BASEPATH}"/proprietary/SCL011.bundle/Contents/Info.plist - exeinto "${INSTALL_DIR}"/SCL011.bundle/Contents/Linux - doexe "${BASEPATH}"/proprietary/SCL011.bundle/Contents/Linux/libSCL011.so.${PV} - - udev_dorules "${FILESDIR}"/92_pcscd_scl011-bin.rules -} -- cgit v1.2.3-65-gdbad