Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/file/
Date: Tue, 13 Sep 2022 20:29:58
Message-Id: 1663100987.3b7e623c2bebc73f847bf866557375ae728a1ab1.sam@gentoo
1 commit: 3b7e623c2bebc73f847bf866557375ae728a1ab1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 13 20:24:33 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 13 20:29:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b7e623c
7
8 sys-apps/file: add 5.43
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-apps/file/Manifest | 2 ++
13 sys-apps/file/{file-9999.ebuild => file-5.43.ebuild} | 5 +++--
14 sys-apps/file/file-9999.ebuild | 5 +++--
15 3 files changed, 8 insertions(+), 4 deletions(-)
16
17 diff --git a/sys-apps/file/Manifest b/sys-apps/file/Manifest
18 index 39e70ed0adab..7ee7779ca582 100644
19 --- a/sys-apps/file/Manifest
20 +++ b/sys-apps/file/Manifest
21 @@ -1,3 +1,5 @@
22 DIST file-5.41.tar.gz 1064097 BLAKE2B 56fe8a58d9497bb1bfe3ed6b3ce5df70dd27cc308eb0cfdac8e91ba81c733a96aa622c120ac59079986c6d84901c6f2d82fa24f698d481d7f77e6cfdd432d648 SHA512 bbf2d8e39450b31d0ba8d76d202790fea953775657f942f06e6dc9091798d4a395f7205e542388e4a25b6a4506d07f36c5c4da37cfce0734133e9203a3b00654
23 DIST file-5.42.tar.gz 1105846 BLAKE2B c557facb066ae0599db832ddbbc3fed7db2e057faefe832cb4bed8f860b63456217bee39f0c82b17902c3b91426e522681216d2d3ed689501fa00d69a4a09832 SHA512 33c3c339a561c6cf787cc06a16444a971c62068b01827612c948207a9714107b617bed8148cd67e6280cb1c62ad4dfb1205fb8486ea9c042ce7e19b067d3bb05
24 DIST file-5.42.tar.gz.asc 195 BLAKE2B 9b930bcd6b98878e60cd72d8d71b40201ebbf3ab1dda7d2b0e3228abdc0c1e21473a012b9799dcac8638ded1bdbe03865c5e41ed4086076a7df6bf6aadbfe29d SHA512 a7105c48f6c671638f5fb7f18f9b193d108456655b4c734208e00aca36fab54dd330ec2fdc3ff29fb78adbc16874af4fb0916c560e50228f82003a8cd258491a
25 +DIST file-5.43.tar.gz 1162786 BLAKE2B aaaf32c5054fb83e912af6656e5e67947f45576ec3711c7cba5531ed780e142a448580e0db41a828c8a3c5d2f1bf0c8ed49bc9688499caaae4a08baa16b3610c SHA512 9d02f4e7a69d90468d6bd35df5ec240ddee8c2408b7df3e73427d7f18736baf77db0638a1fe8283f4e6abd1d5ad653890ed3a5a0d48bb52d4023ca4070ecdf06
26 +DIST file-5.43.tar.gz.asc 195 BLAKE2B d7f83b3e21d1390467989f8870e36daa48ebb8c5ac7ab8dc6d667a65d10561126d32cfc5ef3d81a130990b3e46bcba9b5e03f0a7dd169782351b02cebec2471f SHA512 c565958840f2f5c62821cd08d4149ec97c574232913ec00400473364e160250cfaced8c715e109c4c617359e33d2470f7ca6af1891cbdf994329e890f90c8be3
27
28 diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-5.43.ebuild
29 similarity index 96%
30 copy from sys-apps/file/file-9999.ebuild
31 copy to sys-apps/file/file-5.43.ebuild
32 index a4e9e2299f36..e6b302756971 100644
33 --- a/sys-apps/file/file-9999.ebuild
34 +++ b/sys-apps/file/file-5.43.ebuild
35 @@ -1,7 +1,7 @@
36 # Copyright 1999-2022 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 -EAPI=7
40 +EAPI=8
41
42 DISTUTILS_USE_PEP517=setuptools
43 DISTUTILS_OPTIONAL=1
44 @@ -50,6 +50,7 @@ BDEPEND+="
45
46 PATCHES=(
47 "${FILESDIR}/file-5.39-portage-sandbox.patch" #713710 #728978
48 + "${FILESDIR}/file-5.40-seccomp-fstatat64-musl.patch" #789336, not upstream yet
49 )
50
51 src_prepare() {
52 @@ -145,7 +146,7 @@ multilib_src_install() {
53 }
54
55 multilib_src_install_all() {
56 - dodoc ChangeLog MAINT README.md
57 + dodoc ChangeLog MAINT # README
58
59 # Required for `file -C`
60 insinto /usr/share/misc/magic
61
62 diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-9999.ebuild
63 index a4e9e2299f36..e6b302756971 100644
64 --- a/sys-apps/file/file-9999.ebuild
65 +++ b/sys-apps/file/file-9999.ebuild
66 @@ -1,7 +1,7 @@
67 # Copyright 1999-2022 Gentoo Authors
68 # Distributed under the terms of the GNU General Public License v2
69
70 -EAPI=7
71 +EAPI=8
72
73 DISTUTILS_USE_PEP517=setuptools
74 DISTUTILS_OPTIONAL=1
75 @@ -50,6 +50,7 @@ BDEPEND+="
76
77 PATCHES=(
78 "${FILESDIR}/file-5.39-portage-sandbox.patch" #713710 #728978
79 + "${FILESDIR}/file-5.40-seccomp-fstatat64-musl.patch" #789336, not upstream yet
80 )
81
82 src_prepare() {
83 @@ -145,7 +146,7 @@ multilib_src_install() {
84 }
85
86 multilib_src_install_all() {
87 - dodoc ChangeLog MAINT README.md
88 + dodoc ChangeLog MAINT # README
89
90 # Required for `file -C`
91 insinto /usr/share/misc/magic