From 124490558a5478d1c69ac8dd63c6514ec0c4a9d0 Mon Sep 17 00:00:00 2001 From: Göktürk Yüksek Date: Thu, 31 Jan 2019 21:07:37 -0500 Subject: app-crypt/yubikey-manager-qt: bump to 1.1.0 #674052 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/674052 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Göktürk Yüksek --- .../yubikey-manager-qt-1.1.0.ebuild | 56 ++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.0.ebuild (limited to 'app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.0.ebuild') diff --git a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.0.ebuild b/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.0.ebuild new file mode 100644 index 000000000000..54eda43c3b07 --- /dev/null +++ b/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.0.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_{4,5,6} ) + +inherit eutils qmake-utils python-single-r1 + +DESCRIPTION="Cross-platform application for configuring any YubiKey over all USB transports" +HOMEPAGE="https://developers.yubico.com/yubikey-manager-qt https://github.com/Yubico/yubikey-manager-qt" +SRC_URI="https://github.com/Yubico/${PN}/archive/${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + >=app-crypt/yubikey-manager-1.0.0[${PYTHON_USEDEP}] +