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: Thu, 16 Mar 2023 23:49:30
Message-Id: 1679010570.ae5dbd8fcfbf07a3276c4bd33b9fc5014ce7dbb4.zmedico@gentoo
1 commit: ae5dbd8fcfbf07a3276c4bd33b9fc5014ce7dbb4
2 Author: Randall T. Vasquez <ran.dall <AT> icloud <DOT> com>
3 AuthorDate: Thu Mar 16 17:26:03 2023 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 23:49:30 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae5dbd8f
7
8 dev-util/ostree: drop 2021.3-r3
9
10 Closes: https://github.com/gentoo/gentoo/pull/30160
11 Signed-off-by: Randall T. Vasquez <ran.dall <AT> icloud.com>
12 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
13
14 dev-util/ostree/Manifest | 1 -
15 dev-util/ostree/ostree-2021.3-r3.ebuild | 106 --------------------------------
16 2 files changed, 107 deletions(-)
17
18 diff --git a/dev-util/ostree/Manifest b/dev-util/ostree/Manifest
19 index d49147c6db07..a7eab749bf05 100644
20 --- a/dev-util/ostree/Manifest
21 +++ b/dev-util/ostree/Manifest
22 @@ -1,4 +1,3 @@
23 -DIST ostree-2021.3.tar.xz 2089804 BLAKE2B 5df33b676173b1ec08ac7592d4ddf8e3bfdcd84df1b3ce19e2f24c85780fed1f210b8adce1baf4ec87869c72984502276bf6e5a72268daaae6ce9b3d6dc6f88b SHA512 0df0d8f9bd82b16562dd5146997eddfb7cb6cffc1886601307d97a1cb1dc926bda7d0c899db26c974ed0dff1012dee11937e47c11c4d03307fa3d2d430adc60e
24 DIST ostree-2022.2.tar.xz 2059592 BLAKE2B 73bb563be473f3f62ab2d0e1ec6e2b659c8c12aaba828ae6fd5bab4b6bd3a978ffe5d76e17734e40c0569e3e74f13b85aaf9ae467747c5bbb309c73b373e9909 SHA512 07be16101aa00f541833dc6123f015ee1af65e40e2c237322a129e944fa19791e7cad6f0b29ced3c128adbe23bdb3c8708688fadd4ed80b160acab584b84abfe
25 DIST ostree-2022.5.tar.xz 2072208 BLAKE2B be12432c87da82362ceb49b61b0cfc2ab77fdd7e55dfd3ca238d3c0f6fa5e64dd953d709c39727a46f82b99ef07bfbebf83b581f5e96a10a08322854e9a0e1f9 SHA512 39abd076491ebab5cd6e23bff6ce0a346fe8d1e6a372abb42626ef5a8643411070b272637513b37393dc37af9b8eaaa42c19e2f1c16b98d441358c2046653654
26 DIST ostree-2022.6.tar.xz 2124464 BLAKE2B c6ea1f11d08261e8532345ffc18bec9e77d04e63aab0c8e2eb03a4b3d3c2c594bcc9e6c5341e4caefe81fbd06a055cd39b0f2f2b43d3e876837a9bac43c704f5 SHA512 03f6b6947a372e36d3a1ae3bbe47543c562113039ce10db9c6f26a7b4015afb41950bd00bd1931937a5fb3043689ca1046eb87afd890571cfedbfa1ef36219a7
27
28 diff --git a/dev-util/ostree/ostree-2021.3-r3.ebuild b/dev-util/ostree/ostree-2021.3-r3.ebuild
29 deleted file mode 100644
30 index 424f7319c6e0..000000000000
31 --- a/dev-util/ostree/ostree-2021.3-r3.ebuild
32 +++ /dev/null
33 @@ -1,106 +0,0 @@
34 -# Copyright 1999-2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -inherit autotools systemd
40 -
41 -DESCRIPTION="Operating system and container binary deployment and upgrades"
42 -HOMEPAGE="https://ostreedev.github.io/ostree/"
43 -SRC_URI="https://github.com/ostreedev/ostree/releases/download/v${PV}/lib${P}.tar.xz -> ${P}.tar.xz"
44 -
45 -KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
46 -LICENSE="LGPL-2+"
47 -SLOT="0"
48 -
49 -IUSE="archive curl doc dracut gnutls +gpg grub http2 httpd introspection libmount selinux sodium ssl +soup systemd zeroconf"
50 -RESTRICT="test"
51 -REQUIRED_USE="
52 - dracut? ( systemd )
53 - httpd? ( || ( curl soup ) )
54 -"
55 -
56 -COMMON_DEPEND="
57 - archive? ( app-arch/libarchive:= )
58 - app-arch/xz-utils
59 - curl? ( net-misc/curl )
60 - soup? ( net-libs/libsoup:2.4 )
61 - dev-libs/libassuan
62 - dev-libs/glib:2
63 - dracut? ( sys-kernel/dracut )
64 - gpg? (
65 - app-crypt/gpgme:=
66 - dev-libs/libgpg-error
67 - )
68 - grub? ( sys-boot/grub:2= )
69 - introspection? ( dev-libs/gobject-introspection )
70 - ssl? (
71 - gnutls? ( net-libs/gnutls:= )
72 - !gnutls? (
73 - dev-libs/openssl:0=
74 - )
75 - )
76 - >=sys-fs/fuse-2.9.2:0
77 - sys-libs/zlib
78 - libmount? ( sys-apps/util-linux )
79 - selinux? ( sys-libs/libselinux )
80 - sodium? ( >=dev-libs/libsodium-1.0.14:= )
81 - systemd? ( sys-apps/systemd:0= )
82 - zeroconf? ( net-dns/avahi[dbus] )"
83 -
84 -DEPEND="${COMMON_DEPEND}
85 - app-text/docbook-xsl-stylesheets
86 - dev-libs/libxslt
87 - doc? ( dev-util/gtk-doc )"
88 -
89 -RDEPEND="${COMMON_DEPEND}"
90 -BDEPEND="
91 - dev-util/glib-utils
92 - sys-devel/flex
93 - sys-devel/bison
94 - virtual/pkgconfig"
95 -
96 -S="${WORKDIR}/lib${P}"
97 -
98 -src_prepare() {
99 - sed -Ee 's:(XSLT_STYLESHEET = ).*:\1/usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl:' \
100 - -i Makefile.in Makefile-man.am || die
101 - eautoreconf
102 - default
103 -}
104 -
105 -src_configure() {
106 - local econfargs=(
107 - --enable-man
108 - --enable-shared
109 - --with-grub2-mkconfig-path=grub-mkconfig
110 - --with-modern-grub
111 - $(use_with archive libarchive)
112 - $(use_with curl)
113 - $(use_with dracut)
114 - $(use_enable doc gtk-doc)
115 - $(usex introspection --enable-introspection={,} yes no)
116 - $(use_with gpg gpgme)
117 - $(use_enable http2)
118 - $(use_enable httpd trivial-httpd-cmdline)
119 - $(use_with selinux )
120 - $(use_with soup)
121 - $(use_with libmount)
122 - $(use ssl && { use gnutls && echo --with-crypto=gnutls || echo --with-crypto=openssl; })
123 - $(use_with sodium ed25519-libsodium)
124 - $(use_with systemd libsystemd)
125 - $(use_with zeroconf avahi)
126 - )
127 -
128 - if use systemd; then
129 - econfargs+=(--with-systemdsystemunitdir="$(systemd_get_systemunitdir)")
130 - fi
131 -
132 - unset ${!XDG_*} #657346 g-ir-scanner sandbox violation
133 - econf ${econfargs[*]}
134 -}
135 -
136 -src_install() {
137 - default
138 - find "${D}" -name '*.la' -delete || die
139 -}