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/
Date: Mon, 25 Nov 2019 20:18:29
Message-Id: 1574713078.3355de374800cc63417bf7e568045026dace851d.gokturk@gentoo
1 commit: 3355de374800cc63417bf7e568045026dace851d
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 25 19:58:58 2019 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 25 20:17:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3355de37
7
8 app-crypt/yubikey-manager: remove old
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>
12
13 app-crypt/yubikey-manager/Manifest | 2 -
14 .../yubikey-manager/yubikey-manager-2.1.1.ebuild | 61 ----------------------
15 .../yubikey-manager/yubikey-manager-3.0.0.ebuild | 61 ----------------------
16 3 files changed, 124 deletions(-)
17
18 diff --git a/app-crypt/yubikey-manager/Manifest b/app-crypt/yubikey-manager/Manifest
19 index 2d517fd3069..23e92e5bc7b 100644
20 --- a/app-crypt/yubikey-manager/Manifest
21 +++ b/app-crypt/yubikey-manager/Manifest
22 @@ -1,4 +1,2 @@
23 DIST yubikey-manager-2.0.0.tar.gz 102078 BLAKE2B a2b8f90dabefb1014881cbe709222bf5cb48c9f409b415a8a2b27d7101c2da6189d0ebfe21a2701d10798c48c44e546659f9424ba6bf9257f7311abb0fc90b9b SHA512 42bebb88ba78bcce00a228109d0b4c815b3242ddbe43fd26c1209ba8666eb033ab77d5acd39a157e8310ce327de8d38bf88cfa0ffaed6273236b220c39e72e3b
24 -DIST yubikey-manager-2.1.1.tar.gz 101672 BLAKE2B baafce3850c0cbed842508c93ec4ad71e0eebbd0dcc61833b245b6c62f74b7215519cb8b1ec82df3be8c7677ec24447193a0121e0a63e67615453c2c6032fc0a SHA512 2c5990d9421acf93113347e9b9d33af893765ae9c5d9e6c9c4f2db1274b84cd839c15ae74327bdcbe9ec32ebdbcbed95b172b8b13ac00bbeb17eb06b6dd71ccd
25 -DIST yubikey-manager-3.0.0.tar.gz 138225 BLAKE2B 8506f7cc4d6579c1905d565d5d32a7e745389000ff67786e5b5e6bc54793230321e5f0f4840c625cae0a4d9d2893b75910bebb3207cfc75189d3a4876838a712 SHA512 47ae785356c256f31e118f2df483d3a0d7fb7b5b380fd7cd207334daaa47319855bde41931099f9acb6b310d4ba824540ab5d3008384fd4d6a373da7355b18eb
26 DIST yubikey-manager-3.1.0.tar.gz 115010 BLAKE2B 1b27b9af7f3adac87a1bca58929bffef2ae397b359f70580a07193d2bd2f8cd4d2d867053f6494f1e262668443388d79dfe3775f2c3d0a5528840df8826cdf91 SHA512 518eedb52cfcf725c13114c433f848b97f711e94fa9c71685916fb8cb20e5bfc431f648b0ec710ef9ebed2bc8ddd8722ca1c9865d7a1b29537b719e167ed5f60
27
28 diff --git a/app-crypt/yubikey-manager/yubikey-manager-2.1.1.ebuild b/app-crypt/yubikey-manager/yubikey-manager-2.1.1.ebuild
29 deleted file mode 100644
30 index 1fe93622d5c..00000000000
31 --- a/app-crypt/yubikey-manager/yubikey-manager-2.1.1.ebuild
32 +++ /dev/null
33 @@ -1,61 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -PYTHON_COMPAT=( python{2_7,3_{5,6}} )
40 -inherit readme.gentoo-r1 distutils-r1
41 -
42 -DESCRIPTION="Python library and command line tool for configuring a YubiKey"
43 -HOMEPAGE="https://developers.yubico.com/yubikey-manager/"
44 -# Per https://github.com/Yubico/yubikey-manager/issues/217, Yubico is
45 -# the official source for tarballs, not Github
46 -SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz"
47 -
48 -LICENSE="BSD-2"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE="test"
52 -
53 -RDEPEND="
54 - dev-python/click[${PYTHON_USEDEP}]
55 - dev-python/cryptography[${PYTHON_USEDEP}]
56 - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7)
57 - dev-python/fido2[${PYTHON_USEDEP}]
58 - dev-python/pyopenssl[${PYTHON_USEDEP}]
59 - dev-python/pyscard[${PYTHON_USEDEP}]
60 - dev-python/pyusb[${PYTHON_USEDEP}]
61 - dev-python/six[${PYTHON_USEDEP}]
62 - >=sys-auth/ykpers-1.19.0
63 -"
64 -DEPEND="
65 - dev-python/setuptools[${PYTHON_USEDEP}]
66 - test? (
67 - ${RDEPEND}
68 - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 'python2_7')
69 - )
70 -"
71 -
72 -python_test() {
73 - esetup.py test
74 -}
75 -
76 -python_install_all() {
77 - local DOC_CONTENTS
78 -
79 - distutils-r1_python_install_all
80 -
81 - DOC_CONTENTS="
82 - The 'openpgp' command may require the package 'app-crypt/ccid'
83 - to be installed on the system. Furthermore, make sure that pcscd
84 - daemon is running and has correct access permissions to USB
85 - devices.
86 - "
87 - readme.gentoo_create_doc
88 -
89 - doman "${S}"/man/ykman.1
90 -}
91 -
92 -pkg_postinst() {
93 - readme.gentoo_print_elog
94 -}
95
96 diff --git a/app-crypt/yubikey-manager/yubikey-manager-3.0.0.ebuild b/app-crypt/yubikey-manager/yubikey-manager-3.0.0.ebuild
97 deleted file mode 100644
98 index cf74d5ba3a6..00000000000
99 --- a/app-crypt/yubikey-manager/yubikey-manager-3.0.0.ebuild
100 +++ /dev/null
101 @@ -1,61 +0,0 @@
102 -# Copyright 1999-2019 Gentoo Authors
103 -# Distributed under the terms of the GNU General Public License v2
104 -
105 -EAPI=6
106 -
107 -PYTHON_COMPAT=( python{2_7,3_{5,6}} )
108 -inherit readme.gentoo-r1 distutils-r1
109 -
110 -DESCRIPTION="Python library and command line tool for configuring a YubiKey"
111 -HOMEPAGE="https://developers.yubico.com/yubikey-manager/"
112 -# Per https://github.com/Yubico/yubikey-manager/issues/217, Yubico is
113 -# the official source for tarballs, not Github
114 -SRC_URI="https://developers.yubico.com/${PN}/Releases/${P}.tar.gz"
115 -
116 -LICENSE="BSD-2"
117 -SLOT="0"
118 -KEYWORDS="~amd64 ~x86"
119 -IUSE="test"
120 -
121 -RDEPEND="
122 - dev-python/click[${PYTHON_USEDEP}]
123 - dev-python/cryptography[${PYTHON_USEDEP}]
124 - $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7)
125 - >=dev-python/fido2-0.7.0[${PYTHON_USEDEP}]
126 - dev-python/pyopenssl[${PYTHON_USEDEP}]
127 - dev-python/pyscard[${PYTHON_USEDEP}]
128 - dev-python/pyusb[${PYTHON_USEDEP}]
129 - dev-python/six[${PYTHON_USEDEP}]
130 - >=sys-auth/ykpers-1.19.0
131 -"
132 -DEPEND="
133 - dev-python/setuptools[${PYTHON_USEDEP}]
134 - test? (
135 - ${RDEPEND}
136 - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' 'python2_7')
137 - )
138 -"
139 -
140 -python_test() {
141 - esetup.py test
142 -}
143 -
144 -python_install_all() {
145 - local DOC_CONTENTS
146 -
147 - distutils-r1_python_install_all
148 -
149 - DOC_CONTENTS="
150 - The 'openpgp' command may require the package 'app-crypt/ccid'
151 - to be installed on the system. Furthermore, make sure that pcscd
152 - daemon is running and has correct access permissions to USB
153 - devices.
154 - "
155 - readme.gentoo_create_doc
156 -
157 - doman "${S}"/man/ykman.1
158 -}
159 -
160 -pkg_postinst() {
161 - readme.gentoo_print_elog
162 -}