From 69791709ec692b3e189225d8f4603b6fa7786809 Mon Sep 17 00:00:00 2001 From: Göktürk Yüksek Date: Thu, 6 Jul 2017 12:44:59 -0400 Subject: app-crypt/yubikey-manager: add missing deps for 0.3.2 #623944 Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- .../yubikey-manager-0.3.2-r1.ebuild | 26 ++++++++++++++++++++++ .../yubikey-manager/yubikey-manager-0.3.2.ebuild | 24 -------------------- 2 files changed, 26 insertions(+), 24 deletions(-) create mode 100644 app-crypt/yubikey-manager/yubikey-manager-0.3.2-r1.ebuild delete mode 100644 app-crypt/yubikey-manager/yubikey-manager-0.3.2.ebuild (limited to 'app-crypt') diff --git a/app-crypt/yubikey-manager/yubikey-manager-0.3.2-r1.ebuild b/app-crypt/yubikey-manager/yubikey-manager-0.3.2-r1.ebuild new file mode 100644 index 000000000000..8e88b1ec4248 --- /dev/null +++ b/app-crypt/yubikey-manager/yubikey-manager-0.3.2-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +inherit 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" + +RDEPEND=" + app-crypt/libu2f-host + 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}] + $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7) + sys-auth/ykpers +" diff --git a/app-crypt/yubikey-manager/yubikey-manager-0.3.2.ebuild b/app-crypt/yubikey-manager/yubikey-manager-0.3.2.ebuild deleted file mode 100644 index 0d39029f39eb..000000000000 --- a/app-crypt/yubikey-manager/yubikey-manager-0.3.2.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) -inherit 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" - -RDEPEND=" - 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}] - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7) -" -- cgit v1.2.3-65-gdbad