commit:     3b7e623c2bebc73f847bf866557375ae728a1ab1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 13 20:24:33 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 13 20:29:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b7e623c

sys-apps/file: add 5.43

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-apps/file/Manifest                               | 2 ++
 sys-apps/file/{file-9999.ebuild => file-5.43.ebuild} | 5 +++--
 sys-apps/file/file-9999.ebuild                       | 5 +++--
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/sys-apps/file/Manifest b/sys-apps/file/Manifest
index 39e70ed0adab..7ee7779ca582 100644
--- a/sys-apps/file/Manifest
+++ b/sys-apps/file/Manifest
@@ -1,3 +1,5 @@
 DIST file-5.41.tar.gz 1064097 BLAKE2B 
56fe8a58d9497bb1bfe3ed6b3ce5df70dd27cc308eb0cfdac8e91ba81c733a96aa622c120ac59079986c6d84901c6f2d82fa24f698d481d7f77e6cfdd432d648
 SHA512 
bbf2d8e39450b31d0ba8d76d202790fea953775657f942f06e6dc9091798d4a395f7205e542388e4a25b6a4506d07f36c5c4da37cfce0734133e9203a3b00654
 DIST file-5.42.tar.gz 1105846 BLAKE2B 
c557facb066ae0599db832ddbbc3fed7db2e057faefe832cb4bed8f860b63456217bee39f0c82b17902c3b91426e522681216d2d3ed689501fa00d69a4a09832
 SHA512 
33c3c339a561c6cf787cc06a16444a971c62068b01827612c948207a9714107b617bed8148cd67e6280cb1c62ad4dfb1205fb8486ea9c042ce7e19b067d3bb05
 DIST file-5.42.tar.gz.asc 195 BLAKE2B 
9b930bcd6b98878e60cd72d8d71b40201ebbf3ab1dda7d2b0e3228abdc0c1e21473a012b9799dcac8638ded1bdbe03865c5e41ed4086076a7df6bf6aadbfe29d
 SHA512 
a7105c48f6c671638f5fb7f18f9b193d108456655b4c734208e00aca36fab54dd330ec2fdc3ff29fb78adbc16874af4fb0916c560e50228f82003a8cd258491a
+DIST file-5.43.tar.gz 1162786 BLAKE2B 
aaaf32c5054fb83e912af6656e5e67947f45576ec3711c7cba5531ed780e142a448580e0db41a828c8a3c5d2f1bf0c8ed49bc9688499caaae4a08baa16b3610c
 SHA512 
9d02f4e7a69d90468d6bd35df5ec240ddee8c2408b7df3e73427d7f18736baf77db0638a1fe8283f4e6abd1d5ad653890ed3a5a0d48bb52d4023ca4070ecdf06
+DIST file-5.43.tar.gz.asc 195 BLAKE2B 
d7f83b3e21d1390467989f8870e36daa48ebb8c5ac7ab8dc6d667a65d10561126d32cfc5ef3d81a130990b3e46bcba9b5e03f0a7dd169782351b02cebec2471f
 SHA512 
c565958840f2f5c62821cd08d4149ec97c574232913ec00400473364e160250cfaced8c715e109c4c617359e33d2470f7ca6af1891cbdf994329e890f90c8be3

diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-5.43.ebuild
similarity index 96%
copy from sys-apps/file/file-9999.ebuild
copy to sys-apps/file/file-5.43.ebuild
index a4e9e2299f36..e6b302756971 100644
--- a/sys-apps/file/file-9999.ebuild
+++ b/sys-apps/file/file-5.43.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 DISTUTILS_OPTIONAL=1
@@ -50,6 +50,7 @@ BDEPEND+="
 
 PATCHES=(
        "${FILESDIR}/file-5.39-portage-sandbox.patch" #713710 #728978
+       "${FILESDIR}/file-5.40-seccomp-fstatat64-musl.patch" #789336, not 
upstream yet
 )
 
 src_prepare() {
@@ -145,7 +146,7 @@ multilib_src_install() {
 }
 
 multilib_src_install_all() {
-       dodoc ChangeLog MAINT README.md
+       dodoc ChangeLog MAINT # README
 
        # Required for `file -C`
        insinto /usr/share/misc/magic

diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-9999.ebuild
index a4e9e2299f36..e6b302756971 100644
--- a/sys-apps/file/file-9999.ebuild
+++ b/sys-apps/file/file-9999.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 DISTUTILS_OPTIONAL=1
@@ -50,6 +50,7 @@ BDEPEND+="
 
 PATCHES=(
        "${FILESDIR}/file-5.39-portage-sandbox.patch" #713710 #728978
+       "${FILESDIR}/file-5.40-seccomp-fstatat64-musl.patch" #789336, not 
upstream yet
 )
 
 src_prepare() {
@@ -145,7 +146,7 @@ multilib_src_install() {
 }
 
 multilib_src_install_all() {
-       dodoc ChangeLog MAINT README.md
+       dodoc ChangeLog MAINT # README
 
        # Required for `file -C`
        insinto /usr/share/misc/magic

Reply via email to