Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/rpki-client/files/, net-misc/rpki-client/
Date: Sun, 27 Dec 2020 12:48:31
Message-Id: 1609020656.e4b251171431b88e0005efdde0e16ec092f8c0b0.andrewammerlaan@gentoo
1 commit: e4b251171431b88e0005efdde0e16ec092f8c0b0
2 Author: Theo Anderson <telans <AT> posteo <DOT> de>
3 AuthorDate: Sat Dec 26 22:10:56 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Sat Dec 26 22:10:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e4b25117
7
8 net-misc/rpki-client: drop old
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Theo Anderson <telans <AT> posteo.de>
12
13 net-misc/rpki-client/Manifest | 3 -
14 .../rpki-client/files/rpki-client-6.6-update.patch | 23 --------
15 .../rpki-client/files/rpki-client-6.7-update.patch | 25 --------
16 net-misc/rpki-client/rpki-client-6.6_p2.ebuild | 68 ----------------------
17 net-misc/rpki-client/rpki-client-6.7_p0.ebuild | 68 ----------------------
18 net-misc/rpki-client/rpki-client-6.7_p1.ebuild | 68 ----------------------
19 6 files changed, 255 deletions(-)
20
21 diff --git a/net-misc/rpki-client/Manifest b/net-misc/rpki-client/Manifest
22 index 680b7e6d..3786173a 100644
23 --- a/net-misc/rpki-client/Manifest
24 +++ b/net-misc/rpki-client/Manifest
25 @@ -1,5 +1,2 @@
26 -DIST rpki-client-6.6_p2.tar.gz 42840 BLAKE2B f5075376925cad57893a27c463c6727362e108cbccb348785ca4940fbaa8262286342ecb6f5fa59a0615009bc16571b15218483822c827528ecc19e1963c9e6b SHA512 5acdabef9b0373fb2fe47a2b9cb2638809ac1260b273c1566e3dbd34287c3703dd7979a7ba98b7d5b305664add6f2d5af4564ad2315033406e5e835f1051951f
27 -DIST rpki-client-6.7_p0.tar.gz 44454 BLAKE2B 2336f3a8f4a0cb53a9c6f4df6dbd269ff1e8bcb11b61d4c283c3153e563054efb163339ec7852f45e12cc7e9544522d7dabc62d0f79b5a6951014e47980caad9 SHA512 018e237a4075779850f18bdc69c49dac03d8bb2d377dbd680f1faa307057647ea3188acb6b78766e6563dd48afadd5eaea419413c41a018882d1a8b147bb6630
28 -DIST rpki-client-6.7_p1.tar.gz 44463 BLAKE2B c269a502c680a4c41c2201fceed2f3bab7b83e3a6a173fea5081ced073e10f02fd7aaa07ef4b9d14f816c88871ffee8c65126f0efcda9e8ca7c08032cac179d6 SHA512 bc9815ab6cd930715e9494b82b1547a419706db3fa4eca003767d6e39c3a63c0a3f3048c211c773e1f0e87043b0bfd622b0d5be856ccced27f893eefc9511211
29 DIST rpki-client-6.8p0.tar.gz 388472 BLAKE2B e0a3f7d8a3fa0503ba3d41556fa17fe5f1407513ed7417cc0fb185c206c7b525bc49d125723436f1e27b0b3c5f0c58a862579cd4b9ad23009ca0341959029e00 SHA512 cb34fbf9367e522a924d3ecaaff6d2be45cdec968946b491250949cbd07744b87b84c664bd70303b6568d387671217da99aba7fb35e4d8ed4eb33103063b00cd
30 DIST rpki-client-6.8p1.tar.gz 390248 BLAKE2B f7d553cd1291ea803bf17da31a57ca940cfec4915cff1d504b3665b4c84e809bc2a20e5241d76589594426420903548fde4f1967526ae1e047661a03b948dd94 SHA512 41f6374e600b9411c70e6b5748ad4f06d779a47c25005111a72c28b2eeb941ea7ceaaced19c7f2917f62e4f595a951c7bfcbbc85288610501306a26454deb872
31
32 diff --git a/net-misc/rpki-client/files/rpki-client-6.6-update.patch b/net-misc/rpki-client/files/rpki-client-6.6-update.patch
33 deleted file mode 100644
34 index 88251433..00000000
35 --- a/net-misc/rpki-client/files/rpki-client-6.6-update.patch
36 +++ /dev/null
37 @@ -1,23 +0,0 @@
38 ---- a/update.sh 2020-05-19 20:19:49.501990424 +0200
39 -+++ b/update.sh 2020-05-19 20:20:15.889108790 +0200
40 -@@ -4,20 +4,6 @@
41 - openbsd_branch=`cat OPENBSD_BRANCH`
42 - openbgpd_version=`cat VERSION`
43 -
44 --# pull in latest upstream code
45 --echo "pulling upstream openbsd source"
46 --if [ ! -d openbsd ]; then
47 -- if [ -z "${RPKICLIENT_GIT}" ]; then
48 -- git clone https://github.com/rpki-client/rpki-client-openbsd.git openbsd
49 -- else
50 -- git clone "${RPKICLIENT_GIT}/openbsd"
51 -- fi
52 --fi
53 --(cd openbsd/src
54 -- git fetch
55 -- git checkout "${openbsd_branch}"
56 -- git pull --rebase)
57 --
58 - # setup source paths
59 - dir=`pwd`
60 - patches="${dir}/patches"
61
62 diff --git a/net-misc/rpki-client/files/rpki-client-6.7-update.patch b/net-misc/rpki-client/files/rpki-client-6.7-update.patch
63 deleted file mode 100644
64 index e1296300..00000000
65 --- a/net-misc/rpki-client/files/rpki-client-6.7-update.patch
66 +++ /dev/null
67 @@ -1,25 +0,0 @@
68 ---- a/update.sh 2020-05-19 20:27:54.816143493 +0200
69 -+++ b/update.sh 2020-05-19 20:28:03.700182804 +0200
70 -@@ -4,22 +4,6 @@
71 - openbsd_branch=`cat OPENBSD_BRANCH`
72 - openbgpd_version=`cat VERSION`
73 -
74 --# pull in latest upstream code
75 --echo "pulling upstream openbsd source"
76 --if [ ! -d openbsd ]; then
77 -- if [ -z "${RPKICLIENT_GIT}" ]; then
78 -- git clone https://github.com/rpki-client/rpki-client-openbsd.git openbsd
79 -- else
80 -- git clone "${RPKICLIENT_GIT}/openbsd"
81 -- fi
82 --fi
83 --if [ -d openbsd/.git ]; then
84 -- (cd openbsd/src
85 -- git fetch
86 -- git checkout "${openbsd_branch}"
87 -- git pull --rebase)
88 --fi
89 --
90 - # setup source paths
91 - dir=`pwd`
92 - patches="${dir}/patches"
93
94 diff --git a/net-misc/rpki-client/rpki-client-6.6_p2.ebuild b/net-misc/rpki-client/rpki-client-6.6_p2.ebuild
95 deleted file mode 100644
96 index 6ef77766..00000000
97 --- a/net-misc/rpki-client/rpki-client-6.6_p2.ebuild
98 +++ /dev/null
99 @@ -1,68 +0,0 @@
100 -# Copyright 2020 Gentoo Authors
101 -# Distributed under the terms of the GNU General Public License v2
102 -
103 -EAPI=7
104 -
105 -inherit autotools git-r3
106 -
107 -MY_PN="${PN}-portable"
108 -MY_PV="${PV/_p/p}"
109 -MY_P="${MY_PN}-${MY_PV}"
110 -
111 -DESCRIPTION="Portability shim for OpenBSD's rpki-client"
112 -HOMEPAGE="https://www.rpki-client.org/"
113 -SRC_URI="https://github.com/${PN}/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
114 -EGIT_REPO_URI="https://github.com/${PN}/${PN}-openbsd.git"
115 -
116 -LICENSE="ISC"
117 -SLOT="0"
118 -KEYWORDS="~amd64 ~x86"
119 -IUSE=""
120 -
121 -DEPEND="
122 - acct-group/_rpki-client
123 - acct-user/_rpki-client
124 -"
125 -RDEPEND="${DEPEND}"
126 -BDEPEND=""
127 -
128 -PATCHES=(
129 - "${FILESDIR}/${PN}-${PV%_*}-update.patch"
130 -)
131 -
132 -S="${WORKDIR}/${MY_P}"
133 -
134 -src_unpack() {
135 - default
136 -
137 - EGIT_BRANCH=$(cat "${S}"/OPENBSD_BRANCH)
138 - EGIT_CHECKOUT_DIR="${S}/openbsd"
139 - git-r3_fetch
140 - git-r3_checkout
141 -}
142 -
143 -src_prepare() {
144 - default
145 -
146 - cd "${S}"
147 - ./autogen.sh
148 -
149 - eautoreconf
150 -}
151 -
152 -src_configure() {
153 - local myeconfargs=(
154 - --with-rsync=rsync
155 - --with-base-dir="/var/cache/${PN}"
156 - --with-output-dir="/var/db/${PN}"
157 - )
158 - econf "${myeconfargs[@]}"
159 -}
160 -
161 -src_install() {
162 - emake DESTDIR="${D}" BINDIR="/usr/bin" MANDIR="/usr/share/man" install
163 - insinto /etc/rpki
164 - doins tals/*
165 - keepdir "/var/db/${PN}/"
166 - fowners -R _rpki-client "/var/db/${PN}/"
167 -}
168
169 diff --git a/net-misc/rpki-client/rpki-client-6.7_p0.ebuild b/net-misc/rpki-client/rpki-client-6.7_p0.ebuild
170 deleted file mode 100644
171 index 931fac3b..00000000
172 --- a/net-misc/rpki-client/rpki-client-6.7_p0.ebuild
173 +++ /dev/null
174 @@ -1,68 +0,0 @@
175 -# Copyright 2020 Gentoo Authors
176 -# Distributed under the terms of the GNU General Public License v2
177 -
178 -EAPI=7
179 -
180 -inherit autotools git-r3
181 -
182 -MY_PN="${PN}-portable"
183 -MY_PV="${PV/_p/p}"
184 -MY_P="${MY_PN}-${MY_PV}"
185 -
186 -DESCRIPTION="Portability shim for OpenBSD's rpki-client"
187 -HOMEPAGE="https://www.rpki-client.org/"
188 -SRC_URI="https://github.com/${PN}/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
189 -EGIT_REPO_URI="https://github.com/${PN}/${PN}-openbsd.git"
190 -
191 -LICENSE="ISC"
192 -SLOT="0"
193 -KEYWORDS="~amd64 ~x86"
194 -IUSE=""
195 -
196 -DEPEND="
197 - acct-group/_rpki-client
198 - acct-user/_rpki-client
199 -"
200 -RDEPEND="${DEPEND}"
201 -BDEPEND=""
202 -
203 -PATCHES=(
204 - "${FILESDIR}/${PN}-${PV%_*}-update.patch"
205 -)
206 -
207 -S="${WORKDIR}/${MY_P}"
208 -
209 -src_unpack() {
210 - default
211 -
212 - EGIT_BRANCH=$(cat "${S}"/OPENBSD_BRANCH)
213 - EGIT_CHECKOUT_DIR="${S}/openbsd"
214 - git-r3_fetch
215 - git-r3_checkout
216 -}
217 -
218 -src_prepare() {
219 - default
220 -
221 - cd "${S}"
222 - ./autogen.sh
223 -
224 - eautoreconf
225 -}
226 -
227 -src_configure() {
228 - local myeconfargs=(
229 - --with-rsync=rsync
230 - --with-base-dir="/var/cache/${PN}"
231 - --with-output-dir="/var/db/${PN}"
232 - )
233 - econf "${myeconfargs[@]}"
234 -}
235 -
236 -src_install() {
237 - emake DESTDIR="${D}" BINDIR="/usr/bin" MANDIR="/usr/share/man" install
238 - insinto /etc/rpki
239 - doins *.tal
240 - keepdir "/var/db/${PN}/"
241 - fowners -R _rpki-client "/var/db/${PN}/"
242 -}
243
244 diff --git a/net-misc/rpki-client/rpki-client-6.7_p1.ebuild b/net-misc/rpki-client/rpki-client-6.7_p1.ebuild
245 deleted file mode 100644
246 index 931fac3b..00000000
247 --- a/net-misc/rpki-client/rpki-client-6.7_p1.ebuild
248 +++ /dev/null
249 @@ -1,68 +0,0 @@
250 -# Copyright 2020 Gentoo Authors
251 -# Distributed under the terms of the GNU General Public License v2
252 -
253 -EAPI=7
254 -
255 -inherit autotools git-r3
256 -
257 -MY_PN="${PN}-portable"
258 -MY_PV="${PV/_p/p}"
259 -MY_P="${MY_PN}-${MY_PV}"
260 -
261 -DESCRIPTION="Portability shim for OpenBSD's rpki-client"
262 -HOMEPAGE="https://www.rpki-client.org/"
263 -SRC_URI="https://github.com/${PN}/${MY_PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
264 -EGIT_REPO_URI="https://github.com/${PN}/${PN}-openbsd.git"
265 -
266 -LICENSE="ISC"
267 -SLOT="0"
268 -KEYWORDS="~amd64 ~x86"
269 -IUSE=""
270 -
271 -DEPEND="
272 - acct-group/_rpki-client
273 - acct-user/_rpki-client
274 -"
275 -RDEPEND="${DEPEND}"
276 -BDEPEND=""
277 -
278 -PATCHES=(
279 - "${FILESDIR}/${PN}-${PV%_*}-update.patch"
280 -)
281 -
282 -S="${WORKDIR}/${MY_P}"
283 -
284 -src_unpack() {
285 - default
286 -
287 - EGIT_BRANCH=$(cat "${S}"/OPENBSD_BRANCH)
288 - EGIT_CHECKOUT_DIR="${S}/openbsd"
289 - git-r3_fetch
290 - git-r3_checkout
291 -}
292 -
293 -src_prepare() {
294 - default
295 -
296 - cd "${S}"
297 - ./autogen.sh
298 -
299 - eautoreconf
300 -}
301 -
302 -src_configure() {
303 - local myeconfargs=(
304 - --with-rsync=rsync
305 - --with-base-dir="/var/cache/${PN}"
306 - --with-output-dir="/var/db/${PN}"
307 - )
308 - econf "${myeconfargs[@]}"
309 -}
310 -
311 -src_install() {
312 - emake DESTDIR="${D}" BINDIR="/usr/bin" MANDIR="/usr/share/man" install
313 - insinto /etc/rpki
314 - doins *.tal
315 - keepdir "/var/db/${PN}/"
316 - fowners -R _rpki-client "/var/db/${PN}/"
317 -}