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: sys-auth/ykpers/
Date: Mon, 02 Dec 2019 21:07:56
Message-Id: 1575320850.4d2c2f5011c6e8a571689a22d88f117466dd7a3f.gokturk@gentoo
1 commit: 4d2c2f5011c6e8a571689a22d88f117466dd7a3f
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 2 19:53:30 2019 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 2 21:07:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d2c2f50
7
8 sys-auth/ykpers: 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 sys-auth/ykpers/Manifest | 3 ---
14 sys-auth/ykpers/ykpers-1.18.0.ebuild | 45 ---------------------------------
15 sys-auth/ykpers/ykpers-1.18.1.ebuild | 47 -----------------------------------
16 sys-auth/ykpers/ykpers-1.19.0.ebuild | 48 ------------------------------------
17 4 files changed, 143 deletions(-)
18
19 diff --git a/sys-auth/ykpers/Manifest b/sys-auth/ykpers/Manifest
20 index 1b43a48213f..75bb2f3628a 100644
21 --- a/sys-auth/ykpers/Manifest
22 +++ b/sys-auth/ykpers/Manifest
23 @@ -1,5 +1,2 @@
24 -DIST ykpers-1.18.0.tar.gz 124932 BLAKE2B 48e7045429081c1e577ca560b3a10a4cc380820add40526dbb2a8e0fe347eae79c1dff8335c5363148da55cb374e193230ecb6273b08566ef94959848ceb848e SHA512 d636fcabf94a3fb48841572b7b0f03a12a3b3243b11ed7377654d01c33c7282dc321ee13b13c1ee3f2a49fc5015e326a96ef5bc1594b8592d07c1e5aa0521d20
25 -DIST ykpers-1.18.1.tar.gz 125397 BLAKE2B 7393373414f9f2f9474408c86b8abba0f2034f5908ab8c14fd1dbf9acab40994b43b19031a58f5e889acaf289869b82bd429199237da173e3fa19154b4424374 SHA512 faf9c98fc41a64ae17e2002cd22e89fa2f51de9941aa6eb10c49aa78fd2e2867a5d47fc91fd91ab8e916117cba08629f3f1b076d91698ac2fee6e43366d948a8
26 -DIST ykpers-1.19.0.tar.gz 125960 BLAKE2B 8b0ce106ec0c6e390f13e960f26d64bf17e4f481f8bf4cdfb29f050bdbcc9f73750993caa00c46f6bc0c59a8cef0891d2d4fa97cea96084b0c9a762adfc3f81a SHA512 413f81325782f0d71501d3dbf5aaaf646bd5dc02d87308a7f650044dfe860dc13b7cef11afa8794df3049c729e10da33ffad86e3f148ac429ee64685bf0fe56e
27 DIST ykpers-1.19.3.tar.gz 127789 BLAKE2B 8dfc2751be92e69fcf98f5dc75d87eb170a4f70ff13faa321a85d4a04e27818823acbf02284ba23cb78ea758111513457ced4cdaa6961621a91f68b059eff378 SHA512 436c9807e488f7b324b892da7bfc7ea93e2b746cc3ae075822e9e8bfe478ef8e61c194127e5d4f50f6c1d9512292640d033464cceb6b8a18069411ff7993cc52
28 DIST ykpers-1.20.0.tar.gz 127975 BLAKE2B 8753332be4df3eeb6ef0489782037fca12883a263d5697cfaee901763e4698ca5415953da1c2f8b3512de041c1e78735c03a5e6ea2101c71ada36d4e6d5d3d2d SHA512 a38b26700793f0a801e5f5889bbbce4a3f728d22aaecf8d0890f1b5135e67bed16a78b7a36dbc323c5d296901f6dd420fa658a982492a0cd9f0bbf95a5fbc823
29
30 diff --git a/sys-auth/ykpers/ykpers-1.18.0.ebuild b/sys-auth/ykpers/ykpers-1.18.0.ebuild
31 deleted file mode 100644
32 index f752624fdd0..00000000000
33 --- a/sys-auth/ykpers/ykpers-1.18.0.ebuild
34 +++ /dev/null
35 @@ -1,45 +0,0 @@
36 -# Copyright 1999-2018 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -
41 -inherit autotools udev
42 -
43 -DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
44 -SRC_URI="https://github.com/Yubico/yubikey-personalization/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 -HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
46 -
47 -KEYWORDS="amd64 x86"
48 -SLOT="0"
49 -LICENSE="BSD-2"
50 -IUSE="static-libs consolekit"
51 -
52 -RDEPEND="
53 - >=sys-auth/libyubikey-1.6
54 - virtual/libusb:1"
55 -DEPEND="${RDEPEND}
56 - app-text/asciidoc
57 - virtual/pkgconfig"
58 -RDEPEND="${RDEPEND}
59 - consolekit? ( sys-auth/consolekit[acl] )"
60 -
61 -S="${WORKDIR}/yubikey-personalization-${PV}"
62 -
63 -DOCS=( doc/. AUTHORS NEWS README )
64 -
65 -src_prepare() {
66 - default
67 - eautoreconf
68 -}
69 -
70 -src_configure() {
71 - econf \
72 - --libdir=/usr/$(get_libdir) \
73 - --localstatedir=/var \
74 - $(use_enable static-libs static)
75 -}
76 -
77 -src_install() {
78 - default
79 - use consolekit && udev_dorules *.rules
80 -}
81
82 diff --git a/sys-auth/ykpers/ykpers-1.18.1.ebuild b/sys-auth/ykpers/ykpers-1.18.1.ebuild
83 deleted file mode 100644
84 index 0ffb8502d96..00000000000
85 --- a/sys-auth/ykpers/ykpers-1.18.1.ebuild
86 +++ /dev/null
87 @@ -1,47 +0,0 @@
88 -# Copyright 1999-2018 Gentoo Foundation
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=6
92 -
93 -inherit autotools udev
94 -
95 -DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
96 -SRC_URI="https://github.com/Yubico/yubikey-personalization/archive/v${PV}.tar.gz -> ${P}.tar.gz"
97 -HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
98 -
99 -KEYWORDS="~amd64 ~x86"
100 -SLOT="0"
101 -LICENSE="BSD-2"
102 -IUSE="static-libs consolekit"
103 -
104 -RDEPEND="
105 - >=sys-auth/libyubikey-1.6
106 - virtual/libusb:1"
107 -DEPEND="${RDEPEND}
108 - app-text/asciidoc
109 - virtual/pkgconfig"
110 -RDEPEND="${RDEPEND}
111 - consolekit? ( sys-auth/consolekit[acl] )"
112 -
113 -S="${WORKDIR}/yubikey-personalization-${PV}"
114 -
115 -DOCS=( doc/. AUTHORS NEWS README )
116 -
117 -src_prepare() {
118 - default
119 - eautoreconf
120 -}
121 -
122 -src_configure() {
123 - econf \
124 - --libdir=/usr/$(get_libdir) \
125 - --localstatedir=/var \
126 - $(use_enable static-libs static)
127 -}
128 -
129 -src_install() {
130 - default
131 - use consolekit && udev_dorules *.rules
132 -
133 - find "${D}" -name '*.la' -delete || die
134 -}
135
136 diff --git a/sys-auth/ykpers/ykpers-1.19.0.ebuild b/sys-auth/ykpers/ykpers-1.19.0.ebuild
137 deleted file mode 100644
138 index 264c412f26d..00000000000
139 --- a/sys-auth/ykpers/ykpers-1.19.0.ebuild
140 +++ /dev/null
141 @@ -1,48 +0,0 @@
142 -# Copyright 1999-2019 Gentoo Authors
143 -# Distributed under the terms of the GNU General Public License v2
144 -
145 -EAPI=6
146 -
147 -inherit autotools udev
148 -
149 -DESCRIPTION="Library and tool for personalization of Yubico's YubiKey"
150 -SRC_URI="https://github.com/Yubico/yubikey-personalization/archive/v${PV}.tar.gz -> ${P}.tar.gz"
151 -HOMEPAGE="https://github.com/Yubico/yubikey-personalization"
152 -
153 -KEYWORDS="amd64 x86"
154 -SLOT="0"
155 -LICENSE="BSD-2"
156 -IUSE="static-libs consolekit"
157 -
158 -RDEPEND="
159 - dev-libs/json-c:=
160 - >=sys-auth/libyubikey-1.6
161 - virtual/libusb:1"
162 -DEPEND="${RDEPEND}
163 - app-text/asciidoc
164 - virtual/pkgconfig"
165 -RDEPEND="${RDEPEND}
166 - consolekit? ( sys-auth/consolekit[acl] )"
167 -
168 -S="${WORKDIR}/yubikey-personalization-${PV}"
169 -
170 -DOCS=( doc/. AUTHORS NEWS README )
171 -
172 -src_prepare() {
173 - default
174 - eautoreconf
175 -}
176 -
177 -src_configure() {
178 - econf \
179 - --libdir=/usr/$(get_libdir) \
180 - --localstatedir=/var \
181 - $(use_enable static-libs static)
182 -}
183 -
184 -src_install() {
185 - default
186 - use consolekit && udev_dorules *.rules
187 -
188 - find "${D}" -name '*.la' -delete || die
189 -}