diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-11-25 10:04:28 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-11-25 10:09:11 +1100 |
commit | 212631b527b96dae3940bd4b9fb5a838e1f6184b (patch) | |
tree | c4dbbda5d6460eecda36f23024585731d5430f8d /app-crypt | |
parent | app-text/poppler: Fix CVE-2017-{2820,9083} (diff) | |
download | gentoo-212631b527b96dae3940bd4b9fb5a838e1f6184b.tar.gz gentoo-212631b527b96dae3940bd4b9fb5a838e1f6184b.tar.bz2 gentoo-212631b527b96dae3940bd4b9fb5a838e1f6184b.zip |
app-crypt/yubikey-manager-qt: remove 0.3.1
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/yubikey-manager-qt/Manifest | 1 | ||||
-rw-r--r-- | app-crypt/yubikey-manager-qt/yubikey-manager-qt-0.3.1.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/app-crypt/yubikey-manager-qt/Manifest b/app-crypt/yubikey-manager-qt/Manifest index 6342024aa335..823a7eb19017 100644 --- a/app-crypt/yubikey-manager-qt/Manifest +++ b/app-crypt/yubikey-manager-qt/Manifest @@ -1,2 +1 @@ -DIST yubikey-manager-qt-0.3.1.tar.gz 175215 SHA256 e41bcda5aae5e0f92158f591e8e584d25c9b4872475f8e4253c7a7671e94c859 SHA512 d47a6b75b50c2dca073ab74ea2d7c7c46ff86ec338f52d49afd39796cc1f3de7ddd74664b5f60f9013393b9ca24621da63d218eb3c2cb3017fefed2370b269d1 WHIRLPOOL 1d6de66f0450d72e29b9e9a2a959f4ca8ed7c8614b976115ecfb433e8b5f1795d12e6d907f73152b6bef3de6510cbcf236b2386b18a3cba2094269f78522196a DIST yubikey-manager-qt-0.3.2.tar.gz 175662 SHA256 5dd780c75e17a141ab882c8c10b04dcfcc61dae7e574c1404a606b05b047cae1 SHA512 5ae0b802f041a37a67bef6f7c8b5224fe47d145bcb3bef8c42e300048e849bbcf333de6d15a9a671ced21741d412af9419c08fd3b018276ce997b3cdd5ba55f5 WHIRLPOOL 5284a3e2f1e64d3b793b82d1064feab7325de12c0b8b6b5328f66440668d7b2628a5dc0df2d0b3b5e3a72a6f4aca511777cd6e2ae9fb3f337cc908cb1a2f1586 diff --git a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-0.3.1.ebuild b/app-crypt/yubikey-manager-qt/yubikey-manager-qt-0.3.1.ebuild deleted file mode 100644 index 660c413e887e..000000000000 --- a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-0.3.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{4,5,6} ) - -inherit qmake-utils python-single-r1 vcs-snapshot - -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/yubikey-manager-qt/archive/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="app-crypt/yubikey-manager[${PYTHON_USEDEP}] - dev-python/pyotherside[${PYTHON_USEDEP}] - dev-qt/qtsingleapplication[qt5] - dev-qt/qtdeclarative:5 - dev-qt/qtwidgets:5" -RDEPEND="${DEPEND}" - -src_prepare() { - default - rm -rf vendor ykman-gui/vendor || die - sed -i -e "s/ykman-cli//" ${PN}.pro || die - sed -i -e "/qtsingleapplication.pri/d" -e "/CONFIG += c++11/a CONFIG += qtsingleapplication" -i ykman-gui/ykman-gui.pro || die -} - -src_configure() { - eqmake5 -} - -src_install() { - emake install INSTALL_ROOT="${D}" -} |