Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/yubioath-desktop/
Date: Thu, 20 Jan 2022 21:21:52
Message-Id: 1642713673.53ef040f13a9736eeb51e3c9ade7b87593e7d03d.marecki@gentoo
1 commit: 53ef040f13a9736eeb51e3c9ade7b87593e7d03d
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 20 21:21:13 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 20 21:21:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53ef040f
7
8 app-crypt/yubioath-desktop: drop 5.0.5
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 app-crypt/yubioath-desktop/Manifest | 1 -
13 .../yubioath-desktop/yubioath-desktop-5.0.5.ebuild | 54 ----------------------
14 2 files changed, 55 deletions(-)
15
16 diff --git a/app-crypt/yubioath-desktop/Manifest b/app-crypt/yubioath-desktop/Manifest
17 index e37919968b57..a86044250f36 100644
18 --- a/app-crypt/yubioath-desktop/Manifest
19 +++ b/app-crypt/yubioath-desktop/Manifest
20 @@ -1,2 +1 @@
21 -DIST yubioath-desktop-5.0.5.tar.gz 5659179 BLAKE2B 31dd1a7e9b8a5034e916f38c7893572b6b7e75fa0bc45b5b807c89010ac0e4a01a446f03d1591dd6323a015fc8fb17861fa60dc5a5e4eff40b5261fb6e3f7088 SHA512 b5a0df306916896e1fd84d6a794a43365b0e0a2cecd97ec1dacc6312507dd2e4dd55fc12b0de9d72d1d0a1b40625330373b7c74dacb2ec37a24ea3e1fd2d4ff7
22 DIST yubioath-desktop-5.1.0.tar.gz 6322224 BLAKE2B e1fc93bd38af3c6937f390c738248e43dbd17052df5103a0e25547adf7b34eca60ed8b45c9681568202d01802a5d8503cf2a5bf53d57c7c18ee2ee53cecd8d51 SHA512 152e27fca3c082c996c96fb05ed66781a52a47f30d8c5649d43937cf87c566f09c1fcb6afd65402b5f7fbe2a1f71872f10c8b456bd8a9b240c360018defd48c9
23
24 diff --git a/app-crypt/yubioath-desktop/yubioath-desktop-5.0.5.ebuild b/app-crypt/yubioath-desktop/yubioath-desktop-5.0.5.ebuild
25 deleted file mode 100644
26 index aa669dbe591a..000000000000
27 --- a/app-crypt/yubioath-desktop/yubioath-desktop-5.0.5.ebuild
28 +++ /dev/null
29 @@ -1,54 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{8..10} )
36 -
37 -inherit desktop python-single-r1 qmake-utils xdg
38 -
39 -DESCRIPTION="Library and tool for personalization of Yubico's YubiKey NEO"
40 -HOMEPAGE="
41 - https://developers.yubico.com/yubioath-desktop/
42 - https://github.com/Yubico/yubioath-desktop"
43 -SRC_URI="https://github.com/Yubico/yubioath-desktop/archive/${P}.tar.gz"
44 -S="${WORKDIR}/${PN}-${P}"
45 -
46 -LICENSE="BSD-2"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~riscv"
49 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
50 -
51 -DEPEND="
52 - ${PYTHON_DEPS}
53 - dev-qt/qtcore:5
54 - dev-qt/qtquickcontrols2:5
55 - dev-qt/qtdeclarative:5
56 - dev-qt/qtwidgets:5
57 - dev-qt/qtgui:5
58 - dev-qt/qtnetwork:5
59 - x11-libs/libdrm"
60 -RDEPEND="${DEPEND}
61 - $(python_gen_cond_dep '>=app-crypt/yubikey-manager-4.0.0[${PYTHON_USEDEP}]')
62 - dev-python/pyotherside[${PYTHON_SINGLE_USEDEP}]"
63 -
64 -src_prepare() {
65 - default
66 - sed -i \
67 - -e "s:python build_qrc.py:${PYTHON} build_qrc.py:" \
68 - yubioath-desktop.pro || die
69 -
70 - python_fix_shebang "${S}"
71 -}
72 -
73 -src_configure() {
74 - eqmake5 yubioath-desktop.pro
75 -}
76 -
77 -src_install() {
78 - emake INSTALL_ROOT="${D}" install
79 -
80 - domenu resources/com.yubico.yubioath.desktop
81 - doicon resources/icons/com.yubico.yubioath.png
82 - doicon -s scalable resources/icons/com.yubico.yubioath.svg
83 -}