Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/yubikey-manager-qt/
Date: Fri, 29 Nov 2019 04:32:09
Message-Id: 1575001860.c16492b4984a1e2511908166bb4b20773d2c8999.gokturk@gentoo
1 commit: c16492b4984a1e2511908166bb4b20773d2c8999
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 29 04:25:36 2019 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 29 04:31:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c16492b4
7
8 app-crypt/yubikey-manager-qt: remove old
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.14
11 Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>
12
13 app-crypt/yubikey-manager-qt/Manifest | 2 -
14 .../yubikey-manager-qt-1.1.1-r1.ebuild | 57 ----------------------
15 .../yubikey-manager-qt-1.1.2.ebuild | 57 ----------------------
16 3 files changed, 116 deletions(-)
17
18 diff --git a/app-crypt/yubikey-manager-qt/Manifest b/app-crypt/yubikey-manager-qt/Manifest
19 index 42fa967fd2f..eb96f3aee7a 100644
20 --- a/app-crypt/yubikey-manager-qt/Manifest
21 +++ b/app-crypt/yubikey-manager-qt/Manifest
22 @@ -1,3 +1 @@
23 -DIST yubikey-manager-qt-1.1.1.tar.gz 10893572 BLAKE2B 22c37332601986495da8c70d9867dc04ad565ea06b38e219ed465586d741ddcb177ada9d5f74c04b46ddd2a5b7c445f05c3055ba1fd61e0696226541dbfb2bce SHA512 e1460abf024f045bffff2cf17a1b8fde2eb508b99957198d8de251315684c9fd591a93b3ad8063da2509ab7f054dce40a4267c1cc97c9dcc734ee18215070fe8
24 -DIST yubikey-manager-qt-1.1.2.tar.gz 11175714 BLAKE2B ee30d8d44a8fdec60cd462db7d67689d4206afa778904cbfe3df97b4bca25342cbb9cea5570211842d7feb8194043fcc9507f9c3d47ca7b588ba3d6250344536 SHA512 0e0bc304689170ba73ea41373c3a6a534678b04b638316480d48b7e7a7d415f8a97e2130983a5ff6e696cf271486953c8155589a6eb9ecf5bd33bb0c98fe70a6
25 DIST yubikey-manager-qt-1.1.3.tar.gz 13316325 BLAKE2B 765634b05fff9efdd5ec5e91e0a5de7f04144476b83f7b3ba8a0c8a1bc95ca7132f25e193afca2bec17fe377c683063a14657efc24fb047a64a8f4498c7abaed SHA512 84bcca3f74967ba8aa470b8dd6c8699ff6a93a85ce942934a1d0cd674a4c507ba297d9a5ebb40bae3476ea713965a7bb3816dad1110a045c338f070eb249f02b
26
27 diff --git a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.1-r1.ebuild b/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.1-r1.ebuild
28 deleted file mode 100644
29 index 360775f894b..00000000000
30 --- a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.1-r1.ebuild
31 +++ /dev/null
32 @@ -1,57 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -PYTHON_COMPAT=( python3_{5,6} )
39 -
40 -inherit eutils qmake-utils python-single-r1
41 -
42 -DESCRIPTION="Cross-platform application for configuring any YubiKey over all USB transports"
43 -HOMEPAGE="https://developers.yubico.com/yubikey-manager-qt https://github.com/Yubico/yubikey-manager-qt"
44 -SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz"
45 -
46 -LICENSE="BSD-2"
47 -SLOT="0"
48 -KEYWORDS="~amd64"
49 -REQUIRED_USE=${PYTHON_REQUIRED_USE}
50 -
51 -DEPEND="${PYTHON_DEPS}
52 - >=app-crypt/yubikey-manager-1.0.0[${PYTHON_USEDEP}]
53 - <app-crypt/yubikey-manager-3.0.0[${PYTHON_USEDEP}]
54 - dev-python/cryptography[${PYTHON_USEDEP}]
55 - dev-python/pyotherside[${PYTHON_USEDEP}]
56 - dev-qt/qtcore:5
57 - dev-qt/qtdeclarative:5
58 - dev-qt/qtgraphicaleffects:5
59 - dev-qt/qtgui:5
60 - dev-qt/qtquickcontrols:5[widgets]
61 - dev-qt/qtquickcontrols2:5[widgets]
62 - dev-qt/qtsingleapplication[qt5(+),X]
63 - dev-qt/qtsvg:5
64 - dev-qt/qtwidgets:5"
65 -RDEPEND="${DEPEND}"
66 -
67 -S="${WORKDIR}/${PN}"
68 -
69 -src_prepare() {
70 - default
71 -
72 - sed -i -e "s/ykman-cli//" ${PN}.pro || die
73 - sed -e "/CONFIG += c++11/a CONFIG += qtsingleapplication" \
74 - -i ykman-gui/ykman-gui.pro || die
75 -}
76 -
77 -src_configure() {
78 - eqmake5
79 -}
80 -
81 -src_install() {
82 - emake install INSTALL_ROOT="${D}"
83 -
84 - domenu resources/ykman-gui.desktop
85 - doicon -s 128 resources/icons/ykman.png
86 - doicon -s scalable resources/icons/ykman.svg
87 -
88 - einstalldocs
89 -}
90
91 diff --git a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.2.ebuild b/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.2.ebuild
92 deleted file mode 100644
93 index 8efcc2e7e4e..00000000000
94 --- a/app-crypt/yubikey-manager-qt/yubikey-manager-qt-1.1.2.ebuild
95 +++ /dev/null
96 @@ -1,57 +0,0 @@
97 -# Copyright 1999-2019 Gentoo Authors
98 -# Distributed under the terms of the GNU General Public License v2
99 -
100 -EAPI=6
101 -
102 -PYTHON_COMPAT=( python3_{5,6} )
103 -
104 -inherit eutils qmake-utils python-single-r1
105 -
106 -DESCRIPTION="Cross-platform application for configuring any YubiKey over all USB transports"
107 -HOMEPAGE="https://developers.yubico.com/yubikey-manager-qt https://github.com/Yubico/yubikey-manager-qt"
108 -SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz"
109 -
110 -LICENSE="BSD-2"
111 -SLOT="0"
112 -KEYWORDS="~amd64"
113 -REQUIRED_USE=${PYTHON_REQUIRED_USE}
114 -
115 -DEPEND="${PYTHON_DEPS}
116 - >=app-crypt/yubikey-manager-1.0.0[${PYTHON_USEDEP}]
117 - <app-crypt/yubikey-manager-4.0.0[${PYTHON_USEDEP}]
118 - dev-python/cryptography[${PYTHON_USEDEP}]
119 - dev-python/pyotherside[${PYTHON_USEDEP}]
120 - dev-qt/qtcore:5
121 - dev-qt/qtdeclarative:5
122 - dev-qt/qtgraphicaleffects:5
123 - dev-qt/qtgui:5
124 - dev-qt/qtquickcontrols:5[widgets]
125 - dev-qt/qtquickcontrols2:5[widgets]
126 - dev-qt/qtsingleapplication[qt5(+),X]
127 - dev-qt/qtsvg:5
128 - dev-qt/qtwidgets:5"
129 -RDEPEND="${DEPEND}"
130 -
131 -S="${WORKDIR}/${PN}"
132 -
133 -src_prepare() {
134 - default
135 -
136 - sed -i -e "s/ykman-cli//" ${PN}.pro || die
137 - sed -e "/CONFIG += c++11/a CONFIG += qtsingleapplication" \
138 - -i ykman-gui/ykman-gui.pro || die
139 -}
140 -
141 -src_configure() {
142 - eqmake5
143 -}
144 -
145 -src_install() {
146 - emake install INSTALL_ROOT="${D}"
147 -
148 - domenu resources/ykman-gui.desktop
149 - doicon -s 128 resources/icons/ykman.png
150 - doicon -s scalable resources/icons/ykman.svg
151 -
152 - einstalldocs
153 -}