diff options
author | stefson <herrtimson@yahoo.de> | 2018-06-17 10:32:48 +0200 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-06-17 05:37:31 -0400 |
commit | 7cb4bf712902634bb7877ac086db46e3e64f52d4 (patch) | |
tree | 82f783ded52d086776be58a5d0eb97dfaad1b150 | |
parent | net-analyzer/wireshark: revbump (diff) | |
download | musl-7cb4bf712902634bb7877ac086db46e3e64f52d4.tar.gz musl-7cb4bf712902634bb7877ac086db46e3e64f52d4.tar.bz2 musl-7cb4bf712902634bb7877ac086db46e3e64f52d4.zip |
sys-auth/polkit: cleanup
-rw-r--r-- | sys-auth/polkit/Manifest | 2 | ||||
-rw-r--r-- | sys-auth/polkit/polkit-0.113-r4.ebuild | 2 | ||||
-rw-r--r-- | sys-auth/polkit/polkit-0.113.ebuild | 116 |
3 files changed, 2 insertions, 118 deletions
diff --git a/sys-auth/polkit/Manifest b/sys-auth/polkit/Manifest index 6b6923d4..39836f8a 100644 --- a/sys-auth/polkit/Manifest +++ b/sys-auth/polkit/Manifest @@ -1 +1 @@ -DIST polkit-0.113.tar.gz 1448865 SHA256 e1c095093c654951f78f8618d427faf91cf62abdefed98de40ff65eca6413c81 SHA512 ab177c89a20eeb2978ddbe28afb205d3619f9c5defe833eb68a85e71a0f2c905367f1295cbbfb85da5eafdd661bce474d5d84aca9195cd425a18c9b4170eb5f9 WHIRLPOOL 106db7e6085a4ce49da44929138671eff2fd6007c80533518abe2d91ede9242b1e3cd0a1801190eeac5d4d5c1e978a30a18e47a6b604497b38853fa60c935a81 +DIST polkit-0.113.tar.gz 1448865 BLAKE2B 93cb6abf03d0de193e9f64b953bee40faf3bd07cf6f86beb4f84edd740dedc0bcf7a1ffd6b3a1a816e5adad0ee59536dacae3d991add4c4965cc6a98566b7470 SHA512 ab177c89a20eeb2978ddbe28afb205d3619f9c5defe833eb68a85e71a0f2c905367f1295cbbfb85da5eafdd661bce474d5d84aca9195cd425a18c9b4170eb5f9 diff --git a/sys-auth/polkit/polkit-0.113-r4.ebuild b/sys-auth/polkit/polkit-0.113-r4.ebuild index 76ab36b9..93f21aa6 100644 --- a/sys-auth/polkit/polkit-0.113-r4.ebuild +++ b/sys-auth/polkit/polkit-0.113-r4.ebuild @@ -54,7 +54,7 @@ DOCS=( docs/TODO HACKING NEWS README ) PATCHES=( "${FILESDIR}"/${P}-elogind.patch "${FILESDIR}"/${P}-make-netgroup-support-optional.patch - ) +) QA_MULTILIB_PATHS=" usr/lib/polkit-1/polkit-agent-helper-1 diff --git a/sys-auth/polkit/polkit-0.113.ebuild b/sys-auth/polkit/polkit-0.113.ebuild deleted file mode 100644 index 739211bb..00000000 --- a/sys-auth/polkit/polkit-0.113.ebuild +++ /dev/null @@ -1,116 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils multilib pam pax-utils systemd user - -DESCRIPTION="Policy framework for controlling privileges for system-wide services" -HOMEPAGE="https://www.freedesktop.org/wiki/Software/polkit" -SRC_URI="https://www.freedesktop.org/software/${PN}/releases/${P}.tar.gz" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="amd64 arm ia64 ~mips ppc ~sh sparc x86" -IUSE="examples gtk +introspection jit kde nls pam selinux systemd test" - -CDEPEND=" - dev-lang/spidermonkey:0/mozjs185[-debug] - >=dev-libs/glib-2.32:2 - >=dev-libs/expat-2:= - introspection? ( >=dev-libs/gobject-introspection-1:= ) - pam? ( - sys-auth/pambase - virtual/pam - ) - systemd? ( sys-apps/systemd:0= ) -" -DEPEND="${CDEPEND} - app-text/docbook-xml-dtd:4.1.2 - app-text/docbook-xsl-stylesheets - dev-libs/libxslt - dev-util/gtk-doc-am - dev-util/intltool - virtual/pkgconfig -" -RDEPEND="${CDEPEND} - selinux? ( sec-policy/selinux-policykit ) -" -PDEPEND=" - gtk? ( || ( - >=gnome-extra/polkit-gnome-0.105 - lxde-base/lxpolkit - ) ) - kde? ( || ( - kde-plasma/polkit-kde-agent - sys-auth/polkit-kde-agent - ) ) - !systemd? ( sys-auth/consolekit[policykit] ) -" - -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() { - epatch "${FILESDIR}"/${PN}-0.113-make-netgroup-support-optional.patch - - sed -i -e 's|unix-group:wheel|unix-user:0|' src/polkitbackend/*-default.rules || die #401513 -} - -src_configure() { - econf \ - --localstatedir="${EPREFIX}"/var \ - --disable-static \ - --enable-man-pages \ - --disable-gtk-doc \ - $(use_enable systemd libsystemd-login) \ - $(use_enable introspection) \ - --disable-examples \ - $(use_enable nls) \ - --with-mozjs=mozjs185 \ - "$(systemd_with_unitdir)" \ - --with-authfw=$(usex pam pam shadow) \ - $(use pam && echo --with-pam-module-dir="$(getpam_mod_dir)") \ - $(use_enable test) \ - --with-os-type=gentoo -} - -src_compile() { - default - - # Required for polkitd on hardened/PaX due to spidermonkey's JIT - pax-mark mr src/polkitbackend/.libs/polkitd test/polkitbackend/.libs/polkitbackendjsauthoritytest -} - -src_install() { - emake DESTDIR="${D}" install - - dodoc docs/TODO HACKING NEWS README - - 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 - - prune_libtool_files -} - -pkg_postinst() { - chown -R polkitd:root "${EROOT}"/{etc,usr/share}/polkit-1/rules.d - chown -R polkitd:polkitd "${EROOT}"/var/lib/polkit-1 -} |