Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/ostree/
Date: Wed, 08 Jun 2022 03:13:38
Message-Id: 1654658005.3dd4c0ecd18e21bb5e855c76693781c81b68d4a7.zmedico@gentoo
1 commit: 3dd4c0ecd18e21bb5e855c76693781c81b68d4a7
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 8 03:13:09 2022 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 8 03:13:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd4c0ec
7
8 dev-util/ostree: drop 2021.4-r2, 2021.5-r1, 2022.1-r1
9
10 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
11
12 dev-util/ostree/Manifest | 3 -
13 dev-util/ostree/ostree-2021.4-r2.ebuild | 107 --------------------------------
14 dev-util/ostree/ostree-2021.5-r1.ebuild | 107 --------------------------------
15 dev-util/ostree/ostree-2022.1-r1.ebuild | 107 --------------------------------
16 4 files changed, 324 deletions(-)
17
18 diff --git a/dev-util/ostree/Manifest b/dev-util/ostree/Manifest
19 index 7be62c70602a..c21b8aaf8f40 100644
20 --- a/dev-util/ostree/Manifest
21 +++ b/dev-util/ostree/Manifest
22 @@ -1,5 +1,2 @@
23 DIST ostree-2021.3.tar.xz 2089804 BLAKE2B 5df33b676173b1ec08ac7592d4ddf8e3bfdcd84df1b3ce19e2f24c85780fed1f210b8adce1baf4ec87869c72984502276bf6e5a72268daaae6ce9b3d6dc6f88b SHA512 0df0d8f9bd82b16562dd5146997eddfb7cb6cffc1886601307d97a1cb1dc926bda7d0c899db26c974ed0dff1012dee11937e47c11c4d03307fa3d2d430adc60e
24 -DIST ostree-2021.4.tar.xz 2048424 BLAKE2B 386ed38f6dc8035a429505d8392682f739bc9a57a8cf9d7960942cd0ff0b61eee314116866c3b520d802a3f16f6dfecd1ea45a7b1d44cac8d065ad56a1ed2c2f SHA512 9bde7281afa456b30253149639854f579c1f1bdf6c429059eeb69042515b5ebfdf6426b4c9780ca8e700a11f0ec05cfc03e48baa8d0858ddbca7d3942aab9bbd
25 -DIST ostree-2021.5.tar.xz 2049572 BLAKE2B 946e863470e53a27f9936e224e2fdf00aa70c47d141b4101e00935f597aee037fd60d0d5660e7f41cb7a3fc7051a5f286a96e10a16b7f35da2be26c29c745346 SHA512 73d463e9cfaa027ac640051615b312c1800e71b2587e33cbae1e60356cb3c3f5d4afcda8ace680636ebd1d112061f2a8a7c25c46aa24a1b260244451157ffe8a
26 -DIST ostree-2022.1.tar.xz 2101172 BLAKE2B 52f6723acfb2889ef232f0fdec39fc50a879b110fcc89aa318dc0eb336e50ef2c3cc0d4df4319601b6198b7789da3605a55979d0c9ee31029ae47832b0cb385f SHA512 73da367d3b9b5facc5ba894bd0f9297a7fc688fa69871b668e6568663fefc1f44433c8be352d57c23153b09144c6535e52d8c184a2ab103190ec37dc1abc2818
27 DIST ostree-2022.2.tar.xz 2059592 BLAKE2B 73bb563be473f3f62ab2d0e1ec6e2b659c8c12aaba828ae6fd5bab4b6bd3a978ffe5d76e17734e40c0569e3e74f13b85aaf9ae467747c5bbb309c73b373e9909 SHA512 07be16101aa00f541833dc6123f015ee1af65e40e2c237322a129e944fa19791e7cad6f0b29ced3c128adbe23bdb3c8708688fadd4ed80b160acab584b84abfe
28
29 diff --git a/dev-util/ostree/ostree-2021.4-r2.ebuild b/dev-util/ostree/ostree-2021.4-r2.ebuild
30 deleted file mode 100644
31 index 68a663e35584..000000000000
32 --- a/dev-util/ostree/ostree-2021.4-r2.ebuild
33 +++ /dev/null
34 @@ -1,107 +0,0 @@
35 -# Copyright 1999-2022 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -inherit autotools systemd
41 -
42 -DESCRIPTION="Operating system and container binary deployment and upgrades"
43 -HOMEPAGE="https://ostreedev.github.io/ostree/"
44 -SRC_URI="https://github.com/ostreedev/ostree/releases/download/v${PV}/lib${P}.tar.xz -> ${P}.tar.xz"
45 -
46 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
47 -LICENSE="LGPL-2+"
48 -SLOT="0"
49 -
50 -IUSE="archive +curl doc dracut gnutls +gpg grub +http2 httpd introspection libmount selinux sodium ssl +soup systemd zeroconf"
51 -RESTRICT+=" test"
52 -REQUIRED_USE="
53 - dracut? ( systemd )
54 - http2? ( curl )
55 - httpd? ( || ( curl soup ) )
56 -"
57 -
58 -COMMON_DEPEND="
59 - app-arch/xz-utils
60 - dev-libs/libassuan
61 - dev-libs/glib:2
62 - >=sys-fs/fuse-2.9.2:0
63 - sys-libs/zlib
64 - archive? ( app-arch/libarchive:= )
65 - curl? ( net-misc/curl )
66 - dracut? ( sys-kernel/dracut )
67 - gpg? (
68 - app-crypt/gpgme:=
69 - dev-libs/libgpg-error
70 - )
71 - grub? ( sys-boot/grub:2= )
72 - introspection? ( dev-libs/gobject-introspection )
73 - libmount? ( sys-apps/util-linux )
74 - selinux? ( sys-libs/libselinux )
75 - sodium? ( >=dev-libs/libsodium-1.0.14:= )
76 - soup? ( net-libs/libsoup:2.4 )
77 - ssl? (
78 - gnutls? ( net-libs/gnutls:= )
79 - !gnutls? (
80 - dev-libs/openssl:0=
81 - )
82 - )
83 - systemd? ( sys-apps/systemd:0= )
84 - zeroconf? ( net-dns/avahi[dbus] )"
85 -
86 -DEPEND="${COMMON_DEPEND}
87 - app-text/docbook-xsl-stylesheets
88 - dev-libs/libxslt
89 - doc? ( dev-util/gtk-doc )"
90 -
91 -RDEPEND="${COMMON_DEPEND}"
92 -BDEPEND="
93 - dev-util/glib-utils
94 - sys-devel/flex
95 - sys-devel/bison
96 - virtual/pkgconfig"
97 -
98 -S="${WORKDIR}/lib${P}"
99 -
100 -src_prepare() {
101 - sed -Ee 's:(XSLT_STYLESHEET = ).*:\1/usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl:' \
102 - -i Makefile.in Makefile-man.am || die
103 - eautoreconf
104 - default
105 -}
106 -
107 -src_configure() {
108 - local econfargs=(
109 - --enable-man
110 - --enable-shared
111 - --with-grub2-mkconfig-path=grub-mkconfig
112 - --with-modern-grub
113 - $(use_with archive libarchive)
114 - $(use_with curl)
115 - $(use_with dracut dracut yesbutnoconf) #816867
116 - $(use_enable doc gtk-doc)
117 - $(usex introspection --enable-introspection={,} yes no)
118 - $(use_with gpg gpgme)
119 - $(use_enable http2)
120 - $(use_enable httpd trivial-httpd-cmdline)
121 - $(use_with selinux )
122 - $(use_with soup)
123 - $(use_with libmount)
124 - $(use ssl && { use gnutls && echo --with-crypto=gnutls || echo --with-crypto=openssl; })
125 - $(use_with sodium ed25519-libsodium)
126 - $(use_with systemd libsystemd)
127 - $(use_with zeroconf avahi)
128 - )
129 -
130 - if use systemd; then
131 - econfargs+=(--with-systemdsystemunitdir="$(systemd_get_systemunitdir)")
132 - fi
133 -
134 - unset ${!XDG_*} #657346 g-ir-scanner sandbox violation
135 - econf "${econfargs[@]}"
136 -}
137 -
138 -src_install() {
139 - default
140 - find "${D}" -name '*.la' -delete || die
141 -}
142
143 diff --git a/dev-util/ostree/ostree-2021.5-r1.ebuild b/dev-util/ostree/ostree-2021.5-r1.ebuild
144 deleted file mode 100644
145 index 68a663e35584..000000000000
146 --- a/dev-util/ostree/ostree-2021.5-r1.ebuild
147 +++ /dev/null
148 @@ -1,107 +0,0 @@
149 -# Copyright 1999-2022 Gentoo Authors
150 -# Distributed under the terms of the GNU General Public License v2
151 -
152 -EAPI=7
153 -
154 -inherit autotools systemd
155 -
156 -DESCRIPTION="Operating system and container binary deployment and upgrades"
157 -HOMEPAGE="https://ostreedev.github.io/ostree/"
158 -SRC_URI="https://github.com/ostreedev/ostree/releases/download/v${PV}/lib${P}.tar.xz -> ${P}.tar.xz"
159 -
160 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
161 -LICENSE="LGPL-2+"
162 -SLOT="0"
163 -
164 -IUSE="archive +curl doc dracut gnutls +gpg grub +http2 httpd introspection libmount selinux sodium ssl +soup systemd zeroconf"
165 -RESTRICT+=" test"
166 -REQUIRED_USE="
167 - dracut? ( systemd )
168 - http2? ( curl )
169 - httpd? ( || ( curl soup ) )
170 -"
171 -
172 -COMMON_DEPEND="
173 - app-arch/xz-utils
174 - dev-libs/libassuan
175 - dev-libs/glib:2
176 - >=sys-fs/fuse-2.9.2:0
177 - sys-libs/zlib
178 - archive? ( app-arch/libarchive:= )
179 - curl? ( net-misc/curl )
180 - dracut? ( sys-kernel/dracut )
181 - gpg? (
182 - app-crypt/gpgme:=
183 - dev-libs/libgpg-error
184 - )
185 - grub? ( sys-boot/grub:2= )
186 - introspection? ( dev-libs/gobject-introspection )
187 - libmount? ( sys-apps/util-linux )
188 - selinux? ( sys-libs/libselinux )
189 - sodium? ( >=dev-libs/libsodium-1.0.14:= )
190 - soup? ( net-libs/libsoup:2.4 )
191 - ssl? (
192 - gnutls? ( net-libs/gnutls:= )
193 - !gnutls? (
194 - dev-libs/openssl:0=
195 - )
196 - )
197 - systemd? ( sys-apps/systemd:0= )
198 - zeroconf? ( net-dns/avahi[dbus] )"
199 -
200 -DEPEND="${COMMON_DEPEND}
201 - app-text/docbook-xsl-stylesheets
202 - dev-libs/libxslt
203 - doc? ( dev-util/gtk-doc )"
204 -
205 -RDEPEND="${COMMON_DEPEND}"
206 -BDEPEND="
207 - dev-util/glib-utils
208 - sys-devel/flex
209 - sys-devel/bison
210 - virtual/pkgconfig"
211 -
212 -S="${WORKDIR}/lib${P}"
213 -
214 -src_prepare() {
215 - sed -Ee 's:(XSLT_STYLESHEET = ).*:\1/usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl:' \
216 - -i Makefile.in Makefile-man.am || die
217 - eautoreconf
218 - default
219 -}
220 -
221 -src_configure() {
222 - local econfargs=(
223 - --enable-man
224 - --enable-shared
225 - --with-grub2-mkconfig-path=grub-mkconfig
226 - --with-modern-grub
227 - $(use_with archive libarchive)
228 - $(use_with curl)
229 - $(use_with dracut dracut yesbutnoconf) #816867
230 - $(use_enable doc gtk-doc)
231 - $(usex introspection --enable-introspection={,} yes no)
232 - $(use_with gpg gpgme)
233 - $(use_enable http2)
234 - $(use_enable httpd trivial-httpd-cmdline)
235 - $(use_with selinux )
236 - $(use_with soup)
237 - $(use_with libmount)
238 - $(use ssl && { use gnutls && echo --with-crypto=gnutls || echo --with-crypto=openssl; })
239 - $(use_with sodium ed25519-libsodium)
240 - $(use_with systemd libsystemd)
241 - $(use_with zeroconf avahi)
242 - )
243 -
244 - if use systemd; then
245 - econfargs+=(--with-systemdsystemunitdir="$(systemd_get_systemunitdir)")
246 - fi
247 -
248 - unset ${!XDG_*} #657346 g-ir-scanner sandbox violation
249 - econf "${econfargs[@]}"
250 -}
251 -
252 -src_install() {
253 - default
254 - find "${D}" -name '*.la' -delete || die
255 -}
256
257 diff --git a/dev-util/ostree/ostree-2022.1-r1.ebuild b/dev-util/ostree/ostree-2022.1-r1.ebuild
258 deleted file mode 100644
259 index 43f60e37b878..000000000000
260 --- a/dev-util/ostree/ostree-2022.1-r1.ebuild
261 +++ /dev/null
262 @@ -1,107 +0,0 @@
263 -# Copyright 1999-2022 Gentoo Authors
264 -# Distributed under the terms of the GNU General Public License v2
265 -
266 -EAPI=7
267 -
268 -inherit autotools systemd
269 -
270 -DESCRIPTION="Operating system and container binary deployment and upgrades"
271 -HOMEPAGE="https://ostreedev.github.io/ostree/"
272 -SRC_URI="https://github.com/ostreedev/ostree/releases/download/v${PV}/lib${P}.tar.xz -> ${P}.tar.xz"
273 -
274 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
275 -LICENSE="LGPL-2+"
276 -SLOT="0"
277 -
278 -IUSE="archive +curl doc dracut gnutls +gpg grub +http2 httpd introspection libmount selinux sodium ssl +soup systemd zeroconf"
279 -RESTRICT+=" test"
280 -REQUIRED_USE="
281 - dracut? ( systemd )
282 - http2? ( curl )
283 - httpd? ( || ( curl soup ) )
284 -"
285 -
286 -COMMON_DEPEND="
287 - app-arch/xz-utils
288 - dev-libs/libassuan
289 - dev-libs/glib:2
290 - sys-fs/fuse:3
291 - sys-libs/zlib
292 - archive? ( app-arch/libarchive:= )
293 - curl? ( net-misc/curl )
294 - dracut? ( sys-kernel/dracut )
295 - gpg? (
296 - app-crypt/gpgme:=
297 - dev-libs/libgpg-error
298 - )
299 - grub? ( sys-boot/grub:2= )
300 - introspection? ( dev-libs/gobject-introspection )
301 - libmount? ( sys-apps/util-linux )
302 - selinux? ( sys-libs/libselinux )
303 - sodium? ( >=dev-libs/libsodium-1.0.14:= )
304 - soup? ( net-libs/libsoup:2.4 )
305 - ssl? (
306 - gnutls? ( net-libs/gnutls:= )
307 - !gnutls? (
308 - dev-libs/openssl:0=
309 - )
310 - )
311 - systemd? ( sys-apps/systemd:0= )
312 - zeroconf? ( net-dns/avahi[dbus] )"
313 -
314 -DEPEND="${COMMON_DEPEND}
315 - app-text/docbook-xsl-stylesheets
316 - dev-libs/libxslt
317 - doc? ( dev-util/gtk-doc )"
318 -
319 -RDEPEND="${COMMON_DEPEND}"
320 -BDEPEND="
321 - dev-util/glib-utils
322 - sys-devel/flex
323 - sys-devel/bison
324 - virtual/pkgconfig"
325 -
326 -S="${WORKDIR}/lib${P}"
327 -
328 -src_prepare() {
329 - sed -Ee 's:(XSLT_STYLESHEET = ).*:\1/usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl:' \
330 - -i Makefile.in Makefile-man.am || die
331 - eautoreconf
332 - default
333 -}
334 -
335 -src_configure() {
336 - local econfargs=(
337 - --enable-man
338 - --enable-shared
339 - --with-grub2-mkconfig-path=grub-mkconfig
340 - --with-modern-grub
341 - $(use_with archive libarchive)
342 - $(use_with curl)
343 - $(use_with dracut dracut yesbutnoconf) #816867
344 - $(use_enable doc gtk-doc)
345 - $(usex introspection --enable-introspection={,} yes no)
346 - $(use_with gpg gpgme)
347 - $(use_enable http2)
348 - $(use_enable httpd trivial-httpd-cmdline)
349 - $(use_with selinux )
350 - $(use_with soup)
351 - $(use_with libmount)
352 - $(use ssl && { use gnutls && echo --with-crypto=gnutls || echo --with-crypto=openssl; })
353 - $(use_with sodium ed25519-libsodium)
354 - $(use_with systemd libsystemd)
355 - $(use_with zeroconf avahi)
356 - )
357 -
358 - if use systemd; then
359 - econfargs+=(--with-systemdsystemunitdir="$(systemd_get_systemunitdir)")
360 - fi
361 -
362 - unset ${!XDG_*} #657346 g-ir-scanner sandbox violation
363 - econf "${econfargs[@]}"
364 -}
365 -
366 -src_install() {
367 - default
368 - find "${D}" -name '*.la' -delete || die
369 -}