diff options
author | 2019-01-31 21:15:51 -0500 | |
---|---|---|
committer | 2019-01-31 21:19:17 -0500 | |
commit | 87683b66d896c1a7cc11a334c192821f69cb4588 (patch) | |
tree | b648c5a410b096b387d0211d877c672bba8c5e67 /app-crypt/yubikey-manager/yubikey-manager-0.7.0.ebuild | |
parent | app-crypt/yubikey-manager-qt: restrict version range for an rdep (diff) | |
download | gentoo-87683b66d896c1a7cc11a334c192821f69cb4588.tar.gz gentoo-87683b66d896c1a7cc11a334c192821f69cb4588.tar.bz2 gentoo-87683b66d896c1a7cc11a334c192821f69cb4588.zip |
app-crypt/yubikey-manager: remove old
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
Diffstat (limited to 'app-crypt/yubikey-manager/yubikey-manager-0.7.0.ebuild')
-rw-r--r-- | app-crypt/yubikey-manager/yubikey-manager-0.7.0.ebuild | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/app-crypt/yubikey-manager/yubikey-manager-0.7.0.ebuild b/app-crypt/yubikey-manager/yubikey-manager-0.7.0.ebuild deleted file mode 100644 index 7b8bda82e71a..000000000000 --- a/app-crypt/yubikey-manager/yubikey-manager-0.7.0.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) -inherit readme.gentoo-r1 distutils-r1 - -DESCRIPTION="Python library and command line tool for configuring a YubiKey" -HOMEPAGE="https://developers.yubico.com/yubikey-manager/" -SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -RDEPEND=" - dev-python/fido2[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - dev-python/pyscard[${PYTHON_USEDEP}] - dev-python/pyusb[${PYTHON_USEDEP}] - dev-python/click[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/pyopenssl[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7) - sys-auth/ykpers -" -DEPEND=" - test? ( - ${RDEPEND} - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 'python2_7') - ) -" - -PATCHES=( - "${FILESDIR}"/${PN}-0.7.0-fix-tests.patch -) - -python_test() { - touch "${S}"/test/__init__.py || die - esetup.py test -} - -python_install_all() { - local DOC_CONTENTS - - distutils-r1_python_install_all - - DOC_CONTENTS=" - The 'openpgp' command may require the package 'app-crypt/ccid' - to be installed on the system. Furthermore, make sure that pcscd - daemon is running and has correct access permissions to USB - devices. - " - - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog -} |