Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/polkit: polkit-0.105.ebuild ChangeLog polkit-0.106-r5.ebuild polkit-0.104-r1.ebuild
Date: Sat, 30 Jun 2012 10:27:30
Message-Id: 20120630102711.509102004B@flycatcher.gentoo.org
1 swift 12/06/30 10:27:11
2
3 Modified: polkit-0.105.ebuild ChangeLog
4 polkit-0.106-r5.ebuild polkit-0.104-r1.ebuild
5 Log:
6 Adding SELinux dependency, fixes bug #424177
7
8 (Portage version: 2.1.10.49/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 sys-auth/polkit/polkit-0.105.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.105.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.105.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.105.ebuild?r1=1.2&r2=1.3
16
17 Index: polkit-0.105.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.105.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- polkit-0.105.ebuild 20 May 2012 13:15:43 -0000 1.2
24 +++ polkit-0.105.ebuild 30 Jun 2012 10:27:11 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.105.ebuild,v 1.2 2012/05/20 13:15:43 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.105.ebuild,v 1.3 2012/06/30 10:27:11 swift Exp $
30
31 EAPI=4
32 inherit pam
33 @@ -12,12 +12,13 @@
34 LICENSE="GPL-2"
35 SLOT="0"
36 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
37 -IUSE="debug doc examples gtk +introspection kde nls pam systemd"
38 +IUSE="debug doc examples gtk +introspection kde nls pam selinux systemd"
39
40 RDEPEND=">=dev-libs/glib-2.30
41 >=dev-libs/expat-2
42 introspection? ( >=dev-libs/gobject-introspection-0.6.2 )
43 pam? ( virtual/pam )
44 + selinux? ( sec-policy/selinux-policykit )
45 systemd? ( sys-apps/systemd )"
46 DEPEND="${RDEPEND}
47 app-text/docbook-xml-dtd:4.1.2
48
49
50
51 1.94 sys-auth/polkit/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?rev=1.94&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?rev=1.94&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?r1=1.93&r2=1.94
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v
60 retrieving revision 1.93
61 retrieving revision 1.94
62 diff -u -r1.93 -r1.94
63 --- ChangeLog 27 Jun 2012 11:56:12 -0000 1.93
64 +++ ChangeLog 30 Jun 2012 10:27:11 -0000 1.94
65 @@ -1,6 +1,10 @@
66 # ChangeLog for sys-auth/polkit
67 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.93 2012/06/27 11:56:12 ssuominen Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.94 2012/06/30 10:27:11 swift Exp $
70 +
71 + 30 Jun 2012; <swift@g.o> polkit-0.104-r1.ebuild, polkit-0.105.ebuild,
72 + polkit-0.106-r5.ebuild:
73 + Adding dependency on SELinux policykit module if USE=selinux is set
74
75 27 Jun 2012; Samuli Suominen <ssuominen@g.o> polkit-0.106-r5.ebuild:
76 pax-mark polkitd only when spidermonkey is built with JIT enabled and only
77
78
79
80 1.4 sys-auth/polkit/polkit-0.106-r5.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.106-r5.ebuild?rev=1.4&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.106-r5.ebuild?rev=1.4&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.106-r5.ebuild?r1=1.3&r2=1.4
85
86 Index: polkit-0.106-r5.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.106-r5.ebuild,v
89 retrieving revision 1.3
90 retrieving revision 1.4
91 diff -u -r1.3 -r1.4
92 --- polkit-0.106-r5.ebuild 27 Jun 2012 11:56:12 -0000 1.3
93 +++ polkit-0.106-r5.ebuild 30 Jun 2012 10:27:11 -0000 1.4
94 @@ -1,6 +1,6 @@
95 # Copyright 1999-2012 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.106-r5.ebuild,v 1.3 2012/06/27 11:56:12 ssuominen Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.106-r5.ebuild,v 1.4 2012/06/30 10:27:11 swift Exp $
99
100 EAPI=4
101 inherit eutils multilib pam pax-utils systemd user
102 @@ -12,7 +12,7 @@
103 LICENSE="LGPL-2"
104 SLOT="0"
105 KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
106 -IUSE="debug examples gtk +introspection kde nls pam systemd"
107 +IUSE="debug examples gtk +introspection kde nls pam selinux systemd"
108
109 RDEPEND=">=dev-lang/spidermonkey-1.8.5
110 >=dev-libs/glib-2.32
111 @@ -22,6 +22,7 @@
112 sys-auth/pambase
113 virtual/pam
114 )
115 + selinux? ( sec-policy/selinux-policykit )
116 systemd? ( sys-apps/systemd )"
117 DEPEND="${RDEPEND}
118 app-text/docbook-xml-dtd:4.1.2
119
120
121
122 1.10 sys-auth/polkit/polkit-0.104-r1.ebuild
123
124 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.104-r1.ebuild?rev=1.10&view=markup
125 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.104-r1.ebuild?rev=1.10&content-type=text/plain
126 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.104-r1.ebuild?r1=1.9&r2=1.10
127
128 Index: polkit-0.104-r1.ebuild
129 ===================================================================
130 RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.104-r1.ebuild,v
131 retrieving revision 1.9
132 retrieving revision 1.10
133 diff -u -r1.9 -r1.10
134 --- polkit-0.104-r1.ebuild 4 May 2012 18:57:21 -0000 1.9
135 +++ polkit-0.104-r1.ebuild 30 Jun 2012 10:27:11 -0000 1.10
136 @@ -1,6 +1,6 @@
137 # Copyright 1999-2012 Gentoo Foundation
138 # Distributed under the terms of the GNU General Public License v2
139 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.104-r1.ebuild,v 1.9 2012/05/04 18:57:21 jdhore Exp $
140 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.104-r1.ebuild,v 1.10 2012/06/30 10:27:11 swift Exp $
141
142 EAPI=4
143 inherit pam
144 @@ -12,12 +12,13 @@
145 LICENSE="GPL-2"
146 SLOT="0"
147 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
148 -IUSE="debug doc examples gtk +introspection kde nls pam systemd"
149 +IUSE="debug doc examples gtk +introspection kde nls pam selinux systemd"
150
151 RDEPEND=">=dev-libs/glib-2.30
152 dev-libs/expat
153 introspection? ( >=dev-libs/gobject-introspection-0.6.2 )
154 pam? ( virtual/pam )
155 + selinux? ( sec-policy/selinux-policykit )
156 systemd? ( sys-apps/systemd )"
157 DEPEND="${RDEPEND}
158 app-text/docbook-xml-dtd:4.1.2