Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/flatpak/
Date: Sun, 10 Oct 2021 03:52:36
Message-Id: 1633837897.212064d519c5f273a96132a882db1cec637e6416.zmedico@gentoo
1 commit: 212064d519c5f273a96132a882db1cec637e6416
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 10 03:51:30 2021 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 10 03:51:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=212064d5
7
8 sys-apps/flatpak: Remove vulnerable
9
10 Bug: https://bugs.gentoo.org/816951
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
13
14 sys-apps/flatpak/Manifest | 3 -
15 sys-apps/flatpak/flatpak-1.10.0.ebuild | 101 ---------------------------------
16 sys-apps/flatpak/flatpak-1.10.2.ebuild | 101 ---------------------------------
17 sys-apps/flatpak/flatpak-1.11.1.ebuild | 101 ---------------------------------
18 4 files changed, 306 deletions(-)
19
20 diff --git a/sys-apps/flatpak/Manifest b/sys-apps/flatpak/Manifest
21 index a370d17943e..6a588cd37a0 100644
22 --- a/sys-apps/flatpak/Manifest
23 +++ b/sys-apps/flatpak/Manifest
24 @@ -1,5 +1,2 @@
25 -DIST flatpak-1.10.0.tar.xz 1504300 BLAKE2B 213fb5449b075250cbec9f43ea5b02afae809b8e58d3be0afd39a70d78431f7efc7912462ce46061a53aa4dc2ef8f5e9504cdaffe4b39d2f53292736442ceb3d SHA512 8eaabd66cbd26f5288fb72cddcd195ea4702243e9f5ceff425836b5f305e2b7a4172e67d30cc0e74ad97937c007e8f4ab81080a7ada3f528d05f74845c923aeb
26 -DIST flatpak-1.10.2.tar.xz 1507856 BLAKE2B b19b04d536b43a7bbb7f479e495538137402ff46bee3be5d180d12983c4e69b8726628bb69aea64917163a4722a34987b631a073c94083cae50d79dd7d74db20 SHA512 c932b9aa2803aa5b453917174bf282d82924aca7341d72555e2557fc588ccefa0eaf32b956f75752c17cd8f73b687d4a688ebd64df36680b80b5ff5750468597
27 DIST flatpak-1.10.5.tar.xz 1511032 BLAKE2B 704ce0b5828728f1bb438dca2c1cd0b84277547fbb08400fe11abf243f5d9b5a6219c79188b362174f2a61eea42ae548d4279646838f3de3e4e75b8782f3dabe SHA512 8c2e365ce442a092c15178a8b39daecf21bfe162078c9a323e68d53194413f174e329812dd01d8da6bbfba3b0087aeb4d92a44067df3f6fa0253e33014d138ae
28 -DIST flatpak-1.11.1.tar.xz 1534700 BLAKE2B 811ac946fe6616d201ffc621881b396b6787ce435bdceb34c9fa3e162f20eba966d88695bcd6e3716b1f949976ac628a085249785c4e39989be5139cd89fdfaf SHA512 0121b4fcf159311c7480d1be29cd169a39ae61fcea9532f25b266b585038a07a930ff418a9c5b9645aab2510de78ad32c8ae8556991c8d2d7c08ab1e3cc819d1
29 DIST flatpak-1.12.1.tar.xz 1546432 BLAKE2B b7d470526d78ea305b8ef605caa01ddd1aad2f99e2043e7d998d98c37da1ac5f9a7b19c6c164993cabf6f2cac71cee6b6d0eef44dd06487a5298f7451de1d06a SHA512 be0d8eba0d8cdbbdb899a530c4fbb0537b43c22283b6dcb427bc83b414e7ae2a5b176070ab313083cfb33fd281b5ee09c74a5aef9f3c3867d1d85e0c2a424cb1
30
31 diff --git a/sys-apps/flatpak/flatpak-1.10.0.ebuild b/sys-apps/flatpak/flatpak-1.10.0.ebuild
32 deleted file mode 100644
33 index 62dc9a6edd2..00000000000
34 --- a/sys-apps/flatpak/flatpak-1.10.0.ebuild
35 +++ /dev/null
36 @@ -1,101 +0,0 @@
37 -# Copyright 2020-2021 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=7
41 -PYTHON_COMPAT=( python3_{7,8,9} )
42 -
43 -inherit autotools linux-info python-any-r1
44 -
45 -SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz"
46 -DESCRIPTION="Linux application sandboxing and distribution framework"
47 -HOMEPAGE="https://flatpak.org/"
48 -
49 -LICENSE="LGPL-2.1+"
50 -SLOT="0"
51 -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
52 -IUSE="doc gtk kde introspection policykit seccomp systemd"
53 -RESTRICT+=" test"
54 -
55 -RDEPEND="
56 - acct-group/flatpak
57 - acct-user/flatpak
58 - >=app-arch/libarchive-2.8:=
59 - app-arch/zstd:=
60 - >=app-crypt/gpgme-1.1.8:=
61 - >=dev-libs/appstream-glib-0.5.10:=
62 - >=dev-libs/glib-2.56:2=
63 - >=dev-libs/libxml2-2.4:=
64 - dev-libs/json-glib:=
65 - dev-libs/libassuan:=
66 - >=dev-util/ostree-2020.8:=[gpg(+)]
67 - || (
68 - dev-util/ostree[curl]
69 - dev-util/ostree[soup]
70 - )
71 - >=gnome-base/dconf-0.26:=
72 - >=net-libs/libsoup-2.4:=
73 - sys-apps/bubblewrap
74 - sys-apps/dbus
75 - >=sys-fs/fuse-2.9.9:0=
76 - sys-apps/xdg-dbus-proxy
77 - x11-apps/xauth
78 - x11-libs/gdk-pixbuf:2=
79 - x11-libs/libXau:=
80 - policykit? ( >=sys-auth/polkit-0.98:= )
81 - seccomp? ( sys-libs/libseccomp:= )
82 - systemd? ( sys-apps/systemd:= )
83 -"
84 -
85 -DEPEND="${RDEPEND}"
86 -BDEPEND="
87 - >=sys-devel/automake-1.13.4
88 - >=sys-devel/gettext-0.18.2
89 - virtual/pkgconfig
90 - dev-util/gdbus-codegen
91 - sys-devel/bison
92 - introspection? ( >=dev-libs/gobject-introspection-1.40 )
93 - doc? (
94 - >=dev-util/gtk-doc-1.20
95 - dev-libs/libxslt
96 - )
97 - $(python_gen_any_dep 'dev-python/pyparsing[${PYTHON_USEDEP}]')
98 -"
99 -
100 -PDEPEND="
101 - gtk? ( sys-apps/xdg-desktop-portal-gtk )
102 - kde? ( kde-plasma/xdg-desktop-portal-kde )
103 -"
104 -
105 -python_check_deps() {
106 - has_version -b "dev-python/pyparsing[${PYTHON_USEDEP}]"
107 -}
108 -
109 -pkg_setup() {
110 - local CONFIG_CHECK="~USER_NS"
111 - linux-info_pkg_setup
112 - python-any-r1_pkg_setup
113 -}
114 -
115 -src_prepare() {
116 - default
117 - # This line fails because locales are in /usr/lib/locale/locale-archive.
118 - sed -i 's:^cp -r /usr/lib/locale/C.*:#\0:' tests/make-test-runtime.sh || die
119 -}
120 -
121 -src_configure() {
122 - local myeconfargs=(
123 - --enable-sandboxed-triggers
124 - --enable-xauth
125 - --localstatedir="${EPREFIX}"/var
126 - --with-system-bubblewrap
127 - --with-system-dbus-proxy
128 - $(use_enable doc documentation)
129 - $(use_enable doc gtk-doc)
130 - $(use_enable introspection)
131 - $(use_enable policykit system-helper)
132 - $(use_enable seccomp)
133 - $(use_with systemd)
134 - )
135 -
136 - econf "${myeconfargs[@]}"
137 -}
138
139 diff --git a/sys-apps/flatpak/flatpak-1.10.2.ebuild b/sys-apps/flatpak/flatpak-1.10.2.ebuild
140 deleted file mode 100644
141 index 62dc9a6edd2..00000000000
142 --- a/sys-apps/flatpak/flatpak-1.10.2.ebuild
143 +++ /dev/null
144 @@ -1,101 +0,0 @@
145 -# Copyright 2020-2021 Gentoo Authors
146 -# Distributed under the terms of the GNU General Public License v2
147 -
148 -EAPI=7
149 -PYTHON_COMPAT=( python3_{7,8,9} )
150 -
151 -inherit autotools linux-info python-any-r1
152 -
153 -SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz"
154 -DESCRIPTION="Linux application sandboxing and distribution framework"
155 -HOMEPAGE="https://flatpak.org/"
156 -
157 -LICENSE="LGPL-2.1+"
158 -SLOT="0"
159 -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
160 -IUSE="doc gtk kde introspection policykit seccomp systemd"
161 -RESTRICT+=" test"
162 -
163 -RDEPEND="
164 - acct-group/flatpak
165 - acct-user/flatpak
166 - >=app-arch/libarchive-2.8:=
167 - app-arch/zstd:=
168 - >=app-crypt/gpgme-1.1.8:=
169 - >=dev-libs/appstream-glib-0.5.10:=
170 - >=dev-libs/glib-2.56:2=
171 - >=dev-libs/libxml2-2.4:=
172 - dev-libs/json-glib:=
173 - dev-libs/libassuan:=
174 - >=dev-util/ostree-2020.8:=[gpg(+)]
175 - || (
176 - dev-util/ostree[curl]
177 - dev-util/ostree[soup]
178 - )
179 - >=gnome-base/dconf-0.26:=
180 - >=net-libs/libsoup-2.4:=
181 - sys-apps/bubblewrap
182 - sys-apps/dbus
183 - >=sys-fs/fuse-2.9.9:0=
184 - sys-apps/xdg-dbus-proxy
185 - x11-apps/xauth
186 - x11-libs/gdk-pixbuf:2=
187 - x11-libs/libXau:=
188 - policykit? ( >=sys-auth/polkit-0.98:= )
189 - seccomp? ( sys-libs/libseccomp:= )
190 - systemd? ( sys-apps/systemd:= )
191 -"
192 -
193 -DEPEND="${RDEPEND}"
194 -BDEPEND="
195 - >=sys-devel/automake-1.13.4
196 - >=sys-devel/gettext-0.18.2
197 - virtual/pkgconfig
198 - dev-util/gdbus-codegen
199 - sys-devel/bison
200 - introspection? ( >=dev-libs/gobject-introspection-1.40 )
201 - doc? (
202 - >=dev-util/gtk-doc-1.20
203 - dev-libs/libxslt
204 - )
205 - $(python_gen_any_dep 'dev-python/pyparsing[${PYTHON_USEDEP}]')
206 -"
207 -
208 -PDEPEND="
209 - gtk? ( sys-apps/xdg-desktop-portal-gtk )
210 - kde? ( kde-plasma/xdg-desktop-portal-kde )
211 -"
212 -
213 -python_check_deps() {
214 - has_version -b "dev-python/pyparsing[${PYTHON_USEDEP}]"
215 -}
216 -
217 -pkg_setup() {
218 - local CONFIG_CHECK="~USER_NS"
219 - linux-info_pkg_setup
220 - python-any-r1_pkg_setup
221 -}
222 -
223 -src_prepare() {
224 - default
225 - # This line fails because locales are in /usr/lib/locale/locale-archive.
226 - sed -i 's:^cp -r /usr/lib/locale/C.*:#\0:' tests/make-test-runtime.sh || die
227 -}
228 -
229 -src_configure() {
230 - local myeconfargs=(
231 - --enable-sandboxed-triggers
232 - --enable-xauth
233 - --localstatedir="${EPREFIX}"/var
234 - --with-system-bubblewrap
235 - --with-system-dbus-proxy
236 - $(use_enable doc documentation)
237 - $(use_enable doc gtk-doc)
238 - $(use_enable introspection)
239 - $(use_enable policykit system-helper)
240 - $(use_enable seccomp)
241 - $(use_with systemd)
242 - )
243 -
244 - econf "${myeconfargs[@]}"
245 -}
246
247 diff --git a/sys-apps/flatpak/flatpak-1.11.1.ebuild b/sys-apps/flatpak/flatpak-1.11.1.ebuild
248 deleted file mode 100644
249 index a931e50425a..00000000000
250 --- a/sys-apps/flatpak/flatpak-1.11.1.ebuild
251 +++ /dev/null
252 @@ -1,101 +0,0 @@
253 -# Copyright 2020-2021 Gentoo Authors
254 -# Distributed under the terms of the GNU General Public License v2
255 -
256 -EAPI=7
257 -PYTHON_COMPAT=( python3_{8,9} )
258 -
259 -inherit autotools linux-info python-any-r1
260 -
261 -SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz"
262 -DESCRIPTION="Linux application sandboxing and distribution framework"
263 -HOMEPAGE="https://flatpak.org/"
264 -
265 -LICENSE="LGPL-2.1+"
266 -SLOT="0"
267 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
268 -IUSE="doc gtk kde introspection policykit seccomp systemd"
269 -RESTRICT+=" test"
270 -
271 -RDEPEND="
272 - acct-group/flatpak
273 - acct-user/flatpak
274 - >=app-arch/libarchive-2.8:=
275 - app-arch/zstd:=
276 - >=app-crypt/gpgme-1.1.8:=
277 - >=dev-libs/appstream-glib-0.5.10:=
278 - >=dev-libs/glib-2.56:2=
279 - >=dev-libs/libxml2-2.4:=
280 - dev-libs/json-glib:=
281 - dev-libs/libassuan:=
282 - >=dev-util/ostree-2020.8:=[gpg(+)]
283 - || (
284 - dev-util/ostree[curl]
285 - dev-util/ostree[soup]
286 - )
287 - >=gnome-base/dconf-0.26:=
288 - >=net-libs/libsoup-2.4:=
289 - sys-apps/bubblewrap
290 - sys-apps/dbus
291 - >=sys-fs/fuse-2.9.9:0=
292 - sys-apps/xdg-dbus-proxy
293 - x11-apps/xauth
294 - x11-libs/gdk-pixbuf:2=
295 - x11-libs/libXau:=
296 - policykit? ( >=sys-auth/polkit-0.98:= )
297 - seccomp? ( sys-libs/libseccomp:= )
298 - systemd? ( sys-apps/systemd:= )
299 -"
300 -
301 -DEPEND="${RDEPEND}"
302 -BDEPEND="
303 - >=sys-devel/automake-1.13.4
304 - >=sys-devel/gettext-0.18.2
305 - virtual/pkgconfig
306 - dev-util/gdbus-codegen
307 - sys-devel/bison
308 - introspection? ( >=dev-libs/gobject-introspection-1.40 )
309 - doc? (
310 - >=dev-util/gtk-doc-1.20
311 - dev-libs/libxslt
312 - )
313 - $(python_gen_any_dep 'dev-python/pyparsing[${PYTHON_USEDEP}]')
314 -"
315 -
316 -PDEPEND="
317 - gtk? ( sys-apps/xdg-desktop-portal-gtk )
318 - kde? ( kde-plasma/xdg-desktop-portal-kde )
319 -"
320 -
321 -python_check_deps() {
322 - has_version -b "dev-python/pyparsing[${PYTHON_USEDEP}]"
323 -}
324 -
325 -pkg_setup() {
326 - local CONFIG_CHECK="~USER_NS"
327 - linux-info_pkg_setup
328 - python-any-r1_pkg_setup
329 -}
330 -
331 -src_prepare() {
332 - default
333 - # This line fails because locales are in /usr/lib/locale/locale-archive.
334 - sed -i 's:^cp -r /usr/lib/locale/C.*:#\0:' tests/make-test-runtime.sh || die
335 -}
336 -
337 -src_configure() {
338 - local myeconfargs=(
339 - --enable-sandboxed-triggers
340 - --enable-xauth
341 - --localstatedir="${EPREFIX}"/var
342 - --with-system-bubblewrap
343 - --with-system-dbus-proxy
344 - $(use_enable doc documentation)
345 - $(use_enable doc gtk-doc)
346 - $(use_enable introspection)
347 - $(use_enable policykit system-helper)
348 - $(use_enable seccomp)
349 - $(use_with systemd)
350 - )
351 -
352 - econf "${myeconfargs[@]}"
353 -}