Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/polkit: polkit-0.112-r1.ebuild ChangeLog
Date: Fri, 27 Dec 2013 20:12:52
Message-Id: 20131227201249.707F92004C@flycatcher.gentoo.org
1 blueness 13/12/27 20:12:49
2
3 Modified: polkit-0.112-r1.ebuild ChangeLog
4 Log:
5 Because sometimes portage is stupid
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.3 sys-auth/polkit/polkit-0.112-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.112-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.112-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.112-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: polkit-0.112-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.112-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- polkit-0.112-r1.ebuild 24 Dec 2013 13:58:53 -0000 1.2
23 +++ polkit-0.112-r1.ebuild 27 Dec 2013 20:12:49 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.112-r1.ebuild,v 1.2 2013/12/24 13:58:53 blueness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.112-r1.ebuild,v 1.3 2013/12/27 20:12:49 blueness Exp $
29
30 EAPI=5
31 inherit eutils multilib pam pax-utils systemd user
32 @@ -16,7 +16,7 @@
33
34 RDEPEND="ia64? ( =dev-lang/spidermonkey-1.8.5*[-debug] )
35 mips? ( =dev-lang/spidermonkey-1.8.5*[-debug] )
36 - !ia64? ( dev-lang/spidermonkey:17[-debug] )
37 + !ia64? ( !mips? ( dev-lang/spidermonkey:17[-debug] ) )
38 >=dev-libs/glib-2.32
39 >=dev-libs/expat-2:=
40 introspection? ( >=dev-libs/gobject-introspection-1 )
41
42
43
44 1.162 sys-auth/polkit/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?rev=1.162&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?rev=1.162&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?r1=1.161&r2=1.162
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v
53 retrieving revision 1.161
54 retrieving revision 1.162
55 diff -u -r1.161 -r1.162
56 --- ChangeLog 24 Dec 2013 13:58:53 -0000 1.161
57 +++ ChangeLog 27 Dec 2013 20:12:49 -0000 1.162
58 @@ -1,6 +1,9 @@
59 # ChangeLog for sys-auth/polkit
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.161 2013/12/24 13:58:53 blueness Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.162 2013/12/27 20:12:49 blueness Exp $
63 +
64 + 27 Dec 2013; Anthony G. Basile <blueness@g.o> polkit-0.112-r1.ebuild:
65 + Because sometimes portage is stupid
66
67 24 Dec 2013; Anthony G. Basile <blueness@g.o> polkit-0.112-r1.ebuild:
68 Fix dependence on spidermonkey for mips, bug #495168