diff options
author | 2021-11-17 13:57:33 +0100 | |
---|---|---|
committer | 2021-11-17 14:03:43 +0100 | |
commit | 44fa45724dc7ae2994ef137ff5dd5f3f104b3e33 (patch) | |
tree | 3ff303a3a3fd32901d8a01d2c18f7b78e68b7afd /app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.5.ebuild | |
parent | dev-python/fido2: add 0.9.3 (diff) | |
download | gentoo-44fa45724dc7ae2994ef137ff5dd5f3f104b3e33.tar.gz gentoo-44fa45724dc7ae2994ef137ff5dd5f3f104b3e33.tar.bz2 gentoo-44fa45724dc7ae2994ef137ff5dd5f3f104b3e33.zip |
app-crypt/yubikey-manager-qt: drop 1.1.5
Invoking maintainer time-out due to the lack of any response.
Closes: https://bugs.gentoo.org/813243
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.5.ebuild')
-rw-r--r-- | app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.5.ebuild | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.5.ebuild b/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.5.ebuild deleted file mode 100644 index 7454fa78fae8..000000000000 --- a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.5.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8,9} ) - -inherit qmake-utils python-single-r1 desktop - -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://developers.yubico.com/${PN}/Releases/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64" -REQUIRED_USE=${PYTHON_REQUIRED_USE} - -DEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep ' - >=app-crypt/yubikey-manager-1.0.0[${PYTHON_USEDEP}] - <app-crypt/yubikey-manager-4.0.0[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] - ') - dev-python/pyotherside[${PYTHON_SINGLE_USEDEP}] - dev-qt/qtcore:5 - dev-qt/qtdeclarative:5 - dev-qt/qtgraphicaleffects:5 - dev-qt/qtgui:5 - dev-qt/qtquickcontrols:5[widgets] - dev-qt/qtquickcontrols2:5[widgets] - dev-qt/qtsingleapplication[qt5(+),X] - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}-${P}" - -src_prepare() { - default - - sed -i -e "s/ykman-cli//" ${PN}.pro || die - sed -e "/CONFIG += c++11/a CONFIG += qtsingleapplication" \ - -i ykman-gui/ykman-gui.pro || die -} - -src_configure() { - eqmake5 -} - -src_install() { - emake install INSTALL_ROOT="${D}" - - domenu resources/ykman-gui.desktop - doicon -s 128 resources/icons/ykman.png - doicon -s scalable resources/icons/ykman.svg - - einstalldocs -} |