From: "Jory Pratt" <anarchy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/musl:master commit in: sys-auth/polkit/
Date: Mon, 14 Oct 2019 05:12:03 +0000 (UTC) [thread overview]
Message-ID: <1571029915.f36d591640377842b40883aee25ae567d4ec90ac.anarchy@gentoo> (raw)
commit: f36d591640377842b40883aee25ae567d4ec90ac
Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 14 05:11:55 2019 +0000
Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Mon Oct 14 05:11:55 2019 +0000
URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=f36d5916
sys-auth/polkit: sync user changes from tree
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
sys-auth/polkit/polkit-0.116-r1.ebuild | 28 +++++++++-------------------
1 file changed, 9 insertions(+), 19 deletions(-)
diff --git a/sys-auth/polkit/polkit-0.116-r1.ebuild b/sys-auth/polkit/polkit-0.116-r1.ebuild
index 75ed3cc..0d0d3a7 100644
--- a/sys-auth/polkit/polkit-0.116-r1.ebuild
+++ b/sys-auth/polkit/polkit-0.116-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit autotools pam pax-utils systemd user xdg-utils
+inherit autotools pam pax-utils systemd xdg-utils
DESCRIPTION="Policy framework for controlling privileges for system-wide services"
HOMEPAGE="https://www.freedesktop.org/wiki/Software/polkit https://gitlab.freedesktop.org/polkit/polkit"
@@ -11,12 +11,13 @@ SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="consolekit elogind examples gtk +introspection jit kde nls pam selinux systemd test"
REQUIRED_USE="^^ ( consolekit elogind systemd )"
BDEPEND="
+ acct-user/polkitd
app-text/docbook-xml-dtd:4.1.2
app-text/docbook-xsl-stylesheets
dev-libs/gobject-introspection-common
@@ -40,6 +41,7 @@ DEPEND="
systemd? ( sys-apps/systemd:0=[policykit] )
"
RDEPEND="${DEPEND}
+ acct-user/polkitd
selinux? ( sec-policy/selinux-policykit )
"
PDEPEND="
@@ -64,16 +66,6 @@ QA_MULTILIB_PATHS="
usr/lib/polkit-1/polkit-agent-helper-1
usr/lib/polkit-1/polkitd"
-pkg_setup() {
- local u=polkitd
- local g=polkitd
- local h=/var/lib/polkit-1
-
- enewgroup ${g}
- enewuser ${u} -1 -1 ${h} ${g}
- esethome ${u} ${h}
-}
-
src_prepare() {
default
@@ -124,20 +116,18 @@ src_compile() {
src_install() {
default
- fowners -R polkitd:root /{etc,usr/share}/polkit-1/rules.d
-
- diropts -m0700 -o polkitd -g polkitd
- keepdir /var/lib/polkit-1
-
if use examples; then
insinto /usr/share/doc/${PF}/examples
doins src/examples/{*.c,*.policy*}
fi
+ diropts -m 0700 -o polkitd
+ keepdir /usr/share/polkit-1/rules.d
+
find "${ED}" -name '*.la' -delete || die
}
pkg_postinst() {
- chown -R polkitd:root "${EROOT}"/{etc,usr/share}/polkit-1/rules.d
- chown -R polkitd:polkitd "${EROOT}"/var/lib/polkit-1
+ chmod 0700 "${EROOT}"/{etc,usr/share}/polkit-1/rules.d
+ chown polkitd "${EROOT}"/{etc,usr/share}/polkit-1/rules.d
}
next reply other threads:[~2019-10-14 5:12 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-14 5:12 Jory Pratt [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-02-27 1:25 [gentoo-commits] proj/musl:master commit in: sys-auth/polkit/ Jory Pratt
2022-01-23 22:07 Jory Pratt
2021-12-11 3:30 Jory Pratt
2021-06-27 16:44 Jory Pratt
2021-06-25 12:36 Jory Pratt
2021-06-03 23:23 Jory Pratt
2021-05-02 15:43 Jory Pratt
2020-11-07 1:16 Jory Pratt
2020-11-03 23:18 Jory Pratt
2020-09-17 15:19 Jory Pratt
2020-04-25 4:41 Jory Pratt
2020-04-19 21:27 Jory Pratt
2019-07-22 15:03 Anthony G. Basile
2019-05-15 16:01 Anthony G. Basile
2019-05-12 1:46 Anthony G. Basile
2019-03-16 7:17 Jory Pratt
2019-01-26 22:44 Anthony G. Basile
2018-12-16 11:16 Anthony G. Basile
2018-06-17 9:43 Anthony G. Basile
2017-12-08 9:52 Anthony G. Basile
2017-10-04 14:36 Anthony G. Basile
2017-07-09 17:26 Aric Belsito
2017-06-27 14:00 Jory Pratt
2016-01-03 16:52 Jory Pratt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1571029915.f36d591640377842b40883aee25ae567d4ec90ac.anarchy@gentoo \
--to=anarchy@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox