From e8df704cf9b5e9e517317b8912377c0a8ca0d11e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 19 Jun 2024 00:09:54 +0100 Subject: gentoo auto-resync : 19:06:2024 - 00:09:54 --- sys-auth/Manifest.gz | Bin 9249 -> 9247 bytes sys-auth/polkit/Manifest | 1 - .../files/polkit-122-libs-only-postinstall.patch | 39 --------------------- 3 files changed, 40 deletions(-) delete mode 100644 sys-auth/polkit/files/polkit-122-libs-only-postinstall.patch (limited to 'sys-auth') diff --git a/sys-auth/Manifest.gz b/sys-auth/Manifest.gz index a33b38ee189d..dfa53bea2a85 100644 Binary files a/sys-auth/Manifest.gz and b/sys-auth/Manifest.gz differ diff --git a/sys-auth/polkit/Manifest b/sys-auth/polkit/Manifest index 954085e3e524..7a12db6143df 100644 --- a/sys-auth/polkit/Manifest +++ b/sys-auth/polkit/Manifest @@ -1,4 +1,3 @@ -AUX polkit-122-libs-only-postinstall.patch 944 BLAKE2B bfd6dc47e477b80b3fc3b10a35f95fed5988a2ce07a1cb3b4df1e76fd364a7b456d28d2dab93acc84374653a7e433cb3151b7d82e34a0265525e62681045928b SHA512 3cd1d686db1125120d7bc493f871c027fc52599bde073b76287ed8c27c4f9e7b3516b23611dc7c0838519acce95cf2f01c40f0777e8527e012f1bcb4d0ac29c3 AUX polkit-123-mozjs-JIT.patch 1000 BLAKE2B 8754b7647923280842f06228d93ad2d48381e1b72792f519eceaf8021176268e13b153e11e8fe7c6b231293bd0e7c5010235df15b4c52df7043f6ad0092617fe SHA512 0e892643e400e625f13fe6fe5255190c41bb6d4a6d2d8fa8e9e6d65a2749712f86e80c089d569dafb728dbf354b1861fb53b72b85983d4904c219634b0e66415 AUX polkit-123-pkexec-uninitialized.patch 1118 BLAKE2B a6abfa5a67612c305823d43fc33332d4c58cef676a8e92f51e702861ac986092f50acc641b1fb0c0e020ce6ad33a971d9332b53f6db3cf7e49c1e580e3bec418 SHA512 90c62d553f84b4fa4f1a9fe30e12596b5214b7db52576b9de3fdb7ae2bd7299e38e8bf4a2eb2f43b23464f9750b31cd2e62d6185082fa24a25a4de1fdf4d038c AUX polkit-124-c99-fixes.patch 3663 BLAKE2B d3820081c0215e37855045a1e1efe4da77ef17820f115a43984f37100533f0b2fbbf80cf41f508e2d63dfeeaa4ed782246d78a267cea32bc9e2ea4c9db4f8150 SHA512 6994c5ae05067ed12fbbf7e035434c8d856848e53ffc687aca568a05077600fc55857f33a289b7ff96bcab34423729806c0ad1c02f62dafa2cd07f9bdfd2e18a diff --git a/sys-auth/polkit/files/polkit-122-libs-only-postinstall.patch b/sys-auth/polkit/files/polkit-122-libs-only-postinstall.patch deleted file mode 100644 index d96b4bc4bde1..000000000000 --- a/sys-auth/polkit/files/polkit-122-libs-only-postinstall.patch +++ /dev/null @@ -1,39 +0,0 @@ -https://gitlab.freedesktop.org/polkit/polkit/-/merge_requests/149 - -From bef75fb8291b3871894d8ffe19f7242448cdb4a8 Mon Sep 17 00:00:00 2001 -From: Sam James -Date: Wed, 7 Dec 2022 13:18:09 +0000 -Subject: [PATCH] meson.build: fix install with libs_only - -Bug: https://bugs.gentoo.org/884701 -Signed-off-by: Sam James ---- a/meson.build -+++ b/meson.build -@@ -360,14 +360,17 @@ configure_file( - configuration: config_h, - ) - --meson.add_install_script( -- 'meson_post_install.py', -- get_option('bindir'), -- pk_pkgdatadir, -- pk_libprivdir, -- pk_pkgsysconfdir, -- polkitd_user, --) -+ -+if not libs_only -+ meson.add_install_script( -+ 'meson_post_install.py', -+ get_option('bindir'), -+ pk_pkgdatadir, -+ pk_libprivdir, -+ pk_pkgsysconfdir, -+ polkitd_user, -+ ) -+endif - - output = '\n ' + meson.project_name() + ' ' + meson.project_version() + '\n' - output += ' ============\n\n' --- -GitLab -- cgit v1.2.3