Gentoo Archives: gentoo-commits

From: "Nirbheek Chauhan (nirbheek)" <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/polkit: polkit-0.101-r1.ebuild ChangeLog polkit-0.102.ebuild
Date: Sun, 28 Aug 2011 23:29:30
Message-Id: 20110828232920.60F812004C@flycatcher.gentoo.org
1 nirbheek 11/08/28 23:29:20
2
3 Modified: polkit-0.101-r1.ebuild ChangeLog
4 polkit-0.102.ebuild
5 Log:
6 pambase[consolekit] support is needed to use polkit with pam, add to PDEPEND
7
8 (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.9 sys-auth/polkit/polkit-0.101-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.101-r1.ebuild?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.101-r1.ebuild?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.101-r1.ebuild?r1=1.8&r2=1.9
16
17 Index: polkit-0.101-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.101-r1.ebuild,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- polkit-0.101-r1.ebuild 10 Jul 2011 23:42:27 -0000 1.8
24 +++ polkit-0.101-r1.ebuild 28 Aug 2011 23:29:20 -0000 1.9
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2011 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.101-r1.ebuild,v 1.8 2011/07/10 23:42:27 mattst88 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.101-r1.ebuild,v 1.9 2011/08/28 23:29:20 nirbheek Exp $
30
31 EAPI=3
32 inherit eutils pam
33 @@ -28,6 +28,7 @@
34 >=dev-util/intltool-0.36
35 doc? ( >=dev-util/gtk-doc-1.13 )"
36 PDEPEND=">=sys-auth/consolekit-0.4[policykit]
37 + pam? ( sys-auth/pambase[consolekit] )
38 gtk? ( || ( >=gnome-extra/polkit-gnome-0.101 lxde-base/lxpolkit ) )
39 kde? ( || ( sys-auth/polkit-kde-agent sys-auth/polkit-kde ) )"
40
41
42
43
44 1.52 sys-auth/polkit/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?rev=1.52&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?rev=1.52&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?r1=1.51&r2=1.52
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v
53 retrieving revision 1.51
54 retrieving revision 1.52
55 diff -u -r1.51 -r1.52
56 --- ChangeLog 6 Aug 2011 08:56:06 -0000 1.51
57 +++ ChangeLog 28 Aug 2011 23:29:20 -0000 1.52
58 @@ -1,6 +1,10 @@
59 # ChangeLog for sys-auth/polkit
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.51 2011/08/06 08:56:06 ssuominen Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.52 2011/08/28 23:29:20 nirbheek Exp $
63 +
64 + 28 Aug 2011; Nirbheek Chauhan <nirbheek@g.o> polkit-0.101-r1.ebuild,
65 + polkit-0.102.ebuild:
66 + pambase[consolekit] support is needed to use polkit with pam, add to PDEPEND
67
68 *polkit-0.102 (06 Aug 2011)
69
70
71
72
73 1.2 sys-auth/polkit/polkit-0.102.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.102.ebuild?rev=1.2&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.102.ebuild?rev=1.2&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.102.ebuild?r1=1.1&r2=1.2
78
79 Index: polkit-0.102.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.102.ebuild,v
82 retrieving revision 1.1
83 retrieving revision 1.2
84 diff -u -r1.1 -r1.2
85 --- polkit-0.102.ebuild 6 Aug 2011 08:56:06 -0000 1.1
86 +++ polkit-0.102.ebuild 28 Aug 2011 23:29:20 -0000 1.2
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2011 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.102.ebuild,v 1.1 2011/08/06 08:56:06 ssuominen Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.102.ebuild,v 1.2 2011/08/28 23:29:20 nirbheek Exp $
92
93 EAPI=4
94 inherit eutils pam
95 @@ -27,6 +27,7 @@
96 >=dev-util/intltool-0.36
97 doc? ( >=dev-util/gtk-doc-1.13 )"
98 PDEPEND=">=sys-auth/consolekit-0.4[policykit]
99 + pam? ( sys-auth/pambase[consolekit] )
100 gtk? ( || ( >=gnome-extra/polkit-gnome-0.101 lxde-base/lxpolkit ) )
101 kde? ( || ( sys-auth/polkit-kde-agent sys-auth/polkit-kde ) )"