Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 577666
Collapse All | Expand All

(-)a/sys-auth/polkit-pkla-compat/Manifest (+4 lines)
Line 0 Link Here
1
AUX polkit-pkla-compat-0.1-ignore-innetgr-musl.patch 518 SHA256 1457ba956317c06b3266f734685cc13af8473069d2889e65b89c9a1749b29117 SHA512 3d9d9748e6550210143271edb885574ce55169755d96c730ba20506d43bc37cc5dd526331782471407d3c770277495341dabbd324d96d3e344bb54b6722467cc WHIRLPOOL 29c6f609c00712beb31ed2662291761bb4e951a2febae76040f053f1a12536f3c46f7955068d8e89b2d3bd8821d2d6aaf6627a786d5b0a8e8eee3a09edf7c1d1
2
DIST polkit-pkla-compat-0.1.tar.xz 291148 SHA256 cbf804dfc235b40f2f7ea694c37d577f1cb5d3042d53063de1753016a46c39af SHA512 968cf547db977731a6c6bb292fa86ef46a2ce8f74d008da62f219c20da8cdde94f6309dccba3be33d0111bfa34609799bdeee4d2464395c8837370d022d425c5 WHIRLPOOL f45db2c04c6dc470bdb15365e00a2483310c7bbf305683128162693c93b05aa49f4e9e33d9db06d784de6db28647b884e7fc9752944b5d14a139c4a01cb7ddcf
3
EBUILD polkit-pkla-compat-0.1-r99.ebuild 822 SHA256 25c88d006eb6f6afe069d80a5300d196a47303462a79dc511a815363ccaa4c07 SHA512 f4d04f8bbc697ff31c74910990188b5cbf4a0b2a3f0d5d7cd16b0f339b8e2d2fdbbb2e1bb5ff9133bbef51a2cf79bc21220f9c3759e4036445d35da422fe8712 WHIRLPOOL b6c57db3cfaf1c2df6a836452462f5a60a97c7584cdb0f036d6989d61bfa2cd991f820a666a7aa042f65ec3621726062172d815725b260c3716351268b6b54fc
4
MISC metadata.xml 239 SHA256 5d929c534d63615358eacbd035a386109d5deebdc7bb562511b4a6338ee2bbb8 SHA512 ab6b74388bf69a67b0d1f4283475f97eb5a731f31b5c9db4ee50b819a846c77d4ef09f63856e31a68b0bfdf18ee3baa6c76720d4345ccadf154385caaf1033bb WHIRLPOOL bcac6415c046557e53bf04579e077fed4d694dee8f7c0faeecf15f3f036137a2c9f0eaa0c492cecef23a45bd5af2c45542acd26641209d3c9be3108bf1ff09a7
(-)a/sys-auth/polkit-pkla-compat/metadata.xml (+10 lines)
Line 0 Link Here
1
diff -ru a/src/polkitbackendlocalauthorizationstore.c b/src/polkitbackendlocalauthorizationstore.c
2
--- a/src/polkitbackendlocalauthorizationstore.c	2013-05-07 18:23:47.000000000 +0000
Line 0 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3
<pkgmetadata>
4
	<herd>freedesktop</herd>
5
	<maintainer>
6
		<email>freedesktop-bugs@gentoo.org</email>
7
	</maintainer>
8
</pkgmetadata>
(-)a/sys-auth/polkit-pkla-compat/polkit-pkla-compat-0.1-r99.ebuild (-1 / +38 lines)
Line 0 Link Here
0
- 
1
# Copyright 1999-2014 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
3
# $Id$
4
5
EAPI=5
6
7
inherit eutils
8
9
DESCRIPTION="Rules for polkit to add compatibility with pklocalauthority"
10
HOMEPAGE="http://fedorahosted.org/polkit-pkla-compat/"
11
SRC_URI="http://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.xz"
12
13
LICENSE="LGPL-2"
14
SLOT="0"
15
KEYWORDS="amd64 x86"
16
IUSE=""
17
18
RDEPEND=">=dev-libs/glib-2.30
19
	>=sys-auth/polkit-0.110"
20
DEPEND="${RDEPEND}
21
	app-text/docbook-xsl-stylesheets
22
	dev-libs/libxslt
23
	virtual/pkgconfig"
24
25
DOCS="AUTHORS NEWS README"
26
27
src_prepare() {
28
	epatch "${FILESDIR}"/${PN}-0.1-ignore-innetgr-musl.patch
29
}
30
31
src_install() {
32
	default
33
	fowners -R root:polkitd /etc/polkit-1/localauthority
34
}
35
36
pkg_postinst() {
37
	chown -R root:polkitd "${EROOT}"/etc/polkit-1/localauthority
38
}

Return to bug 577666