diff options
Diffstat (limited to 'app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.0.0-r3.ebuild')
-rw-r--r-- | app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.0.0-r3.ebuild | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.0.0-r3.ebuild b/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.0.0-r3.ebuild deleted file mode 100644 index 0c586a4f439c..000000000000 --- a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.0.0-r3.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{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" -REQUIRED_USE=${PYTHON_REQUIRED_USE} - -DEPEND="${PYTHON_DEPS} - >=app-crypt/yubikey-manager-1.0.0[${PYTHON_USEDEP}] - <app-crypt/yubikey-manager-2.0.0[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/pyotherside[${PYTHON_USEDEP}] - dev-qt/qtsingleapplication[qt5(+),X] - dev-qt/qtgui:5 - dev-qt/qtcore:5 - dev-qt/qtdeclarative:5 - dev-qt/qtsvg:5 - dev-qt/qtquickcontrols2:5[widgets] - dev-qt/qtquickcontrols:5[widgets] - dev-qt/qtwidgets:5" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}-${P}" - -src_prepare() { - default - - sed -i -e "s/ykman-cli//" ${PN}.pro || die - sed -e "/qtsingleapplication.pri/d" \ - -e "/CONFIG += c++11/a CONFIG += qtsingleapplication" \ - -i ykman-gui/ykman-gui.pro || die - - # See: https://github.com/Yubico/yubikey-manager-qt/issues/54 - echo "${PV}" > "${S}"/VERSION || 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 -} |