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: Tue, 24 Dec 2013 13:58:59
Message-Id: 20131224135854.13EFD2004C@flycatcher.gentoo.org
1 blueness 13/12/24 13:58:54
2
3 Modified: polkit-0.112-r1.ebuild ChangeLog
4 Log:
5 Fix dependence on spidermonkey for mips, bug #495168
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
8
9 Revision Changes Path
10 1.2 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.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.112-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.112-r1.ebuild?r1=1.1&r2=1.2
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.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- polkit-0.112-r1.ebuild 19 Sep 2013 17:08:30 -0000 1.1
23 +++ polkit-0.112-r1.ebuild 24 Dec 2013 13:58:53 -0000 1.2
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.1 2013/09/19 17:08:30 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.112-r1.ebuild,v 1.2 2013/12/24 13:58:53 blueness Exp $
29
30 EAPI=5
31 inherit eutils multilib pam pax-utils systemd user
32 @@ -15,6 +15,7 @@
33 IUSE="examples gtk +introspection kde nls pam selinux systemd"
34
35 RDEPEND="ia64? ( =dev-lang/spidermonkey-1.8.5*[-debug] )
36 + mips? ( =dev-lang/spidermonkey-1.8.5*[-debug] )
37 !ia64? ( dev-lang/spidermonkey:17[-debug] )
38 >=dev-libs/glib-2.32
39 >=dev-libs/expat-2:=
40 @@ -68,6 +69,7 @@
41 --disable-examples \
42 $(use_enable nls) \
43 $(usex ia64 --with-mozjs=mozjs185 --with-mozjs=mozjs-17.0) \
44 + $(usex mips --with-mozjs=mozjs185 --with-mozjs=mozjs-17.0) \
45 "$(systemd_with_unitdir)" \
46 --with-authfw=$(usex pam pam shadow) \
47 $(use pam && echo --with-pam-module-dir="$(getpam_mod_dir)") \
48 @@ -80,8 +82,9 @@
49 # Required for polkitd on hardened/PaX due to spidermonkey's JIT
50 local f='src/polkitbackend/.libs/polkitd test/polkitbackend/.libs/polkitbackendjsauthoritytest'
51 local m='m'
52 - # ia64 uses spidermonkey-1.8.5 which requires different pax-mark flags
53 + # ia64 and mips uses spidermonkey-1.8.5 which requires different pax-mark flags
54 use ia64 && m='mr'
55 + use mips && m='mr'
56 pax-mark ${m} ${f}
57 }
58
59
60
61
62 1.161 sys-auth/polkit/ChangeLog
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?rev=1.161&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?rev=1.161&content-type=text/plain
66 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?r1=1.160&r2=1.161
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v
71 retrieving revision 1.160
72 retrieving revision 1.161
73 diff -u -r1.160 -r1.161
74 --- ChangeLog 23 Sep 2013 19:17:01 -0000 1.160
75 +++ ChangeLog 24 Dec 2013 13:58:53 -0000 1.161
76 @@ -1,6 +1,9 @@
77 # ChangeLog for sys-auth/polkit
78 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.160 2013/09/23 19:17:01 ago Exp $
80 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.161 2013/12/24 13:58:53 blueness Exp $
81 +
82 + 24 Dec 2013; Anthony G. Basile <blueness@g.o> polkit-0.112-r1.ebuild:
83 + Fix dependence on spidermonkey for mips, bug #495168
84
85 23 Sep 2013; Agostino Sarubbo <ago@g.o> polkit-0.112.ebuild:
86 Stable for sparc, wrt bug #484486