Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: sys-auth/polkit/
Date: Thu, 17 Sep 2020 15:19:44
Message-Id: 1600355954.ca152fdcaef3c70d82e484159592b351e66cf26c.anarchy@gentoo
1 commit: ca152fdcaef3c70d82e484159592b351e66cf26c
2 Author: stefson <herrtimson <AT> yahoo <DOT> de>
3 AuthorDate: Thu Sep 17 14:45:44 2020 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 17 15:19:14 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=ca152fdc
7
8 sys-auth/polkit: bump to 0.118 for mozjs-78 support
9
10 Signed-off-by: Steffen Kuhn <nielson2 <AT> yandex.com>
11 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
12
13 sys-auth/polkit/Manifest | 1 +
14 sys-auth/polkit/{polkit-0.117-r1.ebuild => polkit-0.118.ebuild} | 5 +----
15 2 files changed, 2 insertions(+), 4 deletions(-)
16
17 diff --git a/sys-auth/polkit/Manifest b/sys-auth/polkit/Manifest
18 index 3fa4f06..c1e90f0 100644
19 --- a/sys-auth/polkit/Manifest
20 +++ b/sys-auth/polkit/Manifest
21 @@ -1,2 +1,3 @@
22 DIST polkit-0.116.tar.gz 1548311 BLAKE2B e9761a2934136d453a47b81dd1f132f9fc96c45b731d5fceb2aa7706f5325b6499f6acbb68032befc1b21878b1b54754685607c916ca8e02a8accca3ca014b31 SHA512 b66b01cc2bb4349de70147f41f161f0f6f41e7230b581dfb054058b48969ec57041ab05b51787c749ccfc36aa5f317952d7e7ba337b4f6f6c0a923ed5866c2d5
23 DIST polkit-0.117.tar.gz 1554536 BLAKE2B 1cf7e0ff9db19a29be626f4bea96c9e2ef8b1eab4b8287a5f1f4d2a818b86d58c1c4c4a41849d95e31559dba1b18853a31e934ebbadd8e07f94dfd58b45240e0 SHA512 c10ea984f2386fe436e58a2866e5323afc80d24f744f0ee61d966941259aa491bd96b07d911434aa731b300c3cca25b647804b396501175ab5b3c53384e94c70
24 +DIST polkit-0.118.tar.gz 1556765 BLAKE2B d048b37b1ff8ad59a2d8a333a3b459d1592b61f7a6d9a9569f8b2984de913d71abfc9748e242c7453f0bce4f322bd44672e35309f181afd22488794ca0e47119 SHA512 3d412f40c903cfaf68530f9c0cb616106f8edf43bec6805de129f8bb9cb4e64c98da6bf02caa3ef5619974f3e2df7a70564f08b92901662453477e9005752b4e
25
26 diff --git a/sys-auth/polkit/polkit-0.117-r1.ebuild b/sys-auth/polkit/polkit-0.118.ebuild
27 similarity index 95%
28 rename from sys-auth/polkit/polkit-0.117-r1.ebuild
29 rename to sys-auth/polkit/polkit-0.118.ebuild
30 index 4adbf55..8cd282a 100644
31 --- a/sys-auth/polkit/polkit-0.117-r1.ebuild
32 +++ b/sys-auth/polkit/polkit-0.118.ebuild
33 @@ -11,7 +11,7 @@ SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.gz"
34
35 LICENSE="LGPL-2"
36 SLOT="0"
37 -#KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 x86"
38 +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
39 IUSE="consolekit elogind examples gtk +introspection jit kde nls pam selinux systemd test"
40 RESTRICT="!test? ( test )"
41
42 @@ -60,9 +60,6 @@ PATCHES=(
43 # bug 660880
44 "${FILESDIR}"/polkit-0.115-elogind.patch
45
46 - # https://gitlab.freedesktop.org/polkit/polkit/-/merge_requests/64
47 - "${FILESDIR}"/polkit-0.117-mozjs-78.patch
48 -
49 # locally rebased patch
50 "${FILESDIR}"/polkit-0.116-make-netgroup-support-optional-2.patch
51 )