Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/polkit: ChangeLog polkit-0.110.ebuild
Date: Tue, 29 Jan 2013 17:44:14
Message-Id: 20130129174411.318102171D@flycatcher.gentoo.org
1 ssuominen 13/01/29 17:44:11
2
3 Modified: ChangeLog polkit-0.110.ebuild
4 Log:
5 Force USE="debug" to be disabled in dev-lang/spidermonkey to avoid asseration errors as noted by _AxS_.
6
7 (Portage version: 2.2.0_alpha155/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.131 sys-auth/polkit/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?rev=1.131&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?rev=1.131&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?r1=1.130&r2=1.131
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v
19 retrieving revision 1.130
20 retrieving revision 1.131
21 diff -u -r1.130 -r1.131
22 --- ChangeLog 26 Jan 2013 11:26:16 -0000 1.130
23 +++ ChangeLog 29 Jan 2013 17:44:10 -0000 1.131
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sys-auth/polkit
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.130 2013/01/26 11:26:16 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.131 2013/01/29 17:44:10 ssuominen Exp $
29 +
30 + 29 Jan 2013; Samuli Suominen <ssuominen@g.o> polkit-0.110.ebuild:
31 + Force USE="debug" to be disabled in dev-lang/spidermonkey to avoid asseration
32 + errors as noted by _AxS_.
33
34 26 Jan 2013; Markus Meier <maekke@g.o> polkit-0.110.ebuild:
35 arm stable, bug #452688
36
37
38
39 1.5 sys-auth/polkit/polkit-0.110.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.110.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.110.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.110.ebuild?r1=1.4&r2=1.5
44
45 Index: polkit-0.110.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.110.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- polkit-0.110.ebuild 26 Jan 2013 11:26:16 -0000 1.4
52 +++ polkit-0.110.ebuild 29 Jan 2013 17:44:10 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.110.ebuild,v 1.4 2013/01/26 11:26:16 maekke Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.110.ebuild,v 1.5 2013/01/29 17:44:10 ssuominen Exp $
58
59 EAPI=5
60 inherit eutils multilib pam pax-utils systemd user
61 @@ -14,7 +14,7 @@
62 KEYWORDS="~alpha amd64 arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86"
63 IUSE="examples gtk +introspection kde nls pam selinux systemd"
64
65 -RDEPEND=">=dev-lang/spidermonkey-1.8.5-r1
66 +RDEPEND=">=dev-lang/spidermonkey-1.8.5-r1[-debug]
67 >=dev-libs/glib-2.32
68 >=dev-libs/expat-2
69 introspection? ( >=dev-libs/gobject-introspection-1 )