Gentoo Archives: gentoo-commits

From: "Yixun Lan (dlan)" <dlan@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, 03 Mar 2015 09:56:13
Message-Id: 20150303095607.74D9A12F0F@oystercatcher.gentoo.org
1 dlan 15/03/03 09:56:07
2
3 Modified: ChangeLog polkit-0.110.ebuild
4 Log:
5 add arm64 support, tested on A53 board
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
8
9 Revision Changes Path
10 1.192 sys-auth/polkit/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?rev=1.192&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?rev=1.192&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/ChangeLog?r1=1.191&r2=1.192
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v
19 retrieving revision 1.191
20 retrieving revision 1.192
21 diff -u -r1.191 -r1.192
22 --- ChangeLog 11 Feb 2015 03:45:06 -0000 1.191
23 +++ ChangeLog 3 Mar 2015 09:56:07 -0000 1.192
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-auth/polkit
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.191 2015/02/11 03:45:06 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/ChangeLog,v 1.192 2015/03/03 09:56:07 dlan Exp $
29 +
30 + 03 Mar 2015; Yixun Lan <dlan@g.o> polkit-0.110.ebuild:
31 + add arm64 support, tested on A53 board
32
33 11 Feb 2015; Patrick Lauer <patrick@g.o> polkit-0.112-r2.ebuild:
34 Whitespace
35
36
37
38 1.16 sys-auth/polkit/polkit-0.110.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.110.ebuild?rev=1.16&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.110.ebuild?rev=1.16&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/polkit/polkit-0.110.ebuild?r1=1.15&r2=1.16
43
44 Index: polkit-0.110.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.110.ebuild,v
47 retrieving revision 1.15
48 retrieving revision 1.16
49 diff -u -r1.15 -r1.16
50 --- polkit-0.110.ebuild 10 Sep 2013 16:16:24 -0000 1.15
51 +++ polkit-0.110.ebuild 3 Mar 2015 09:56:07 -0000 1.16
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2013 Gentoo Foundation
54 +# Copyright 1999-2015 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.15 2013/09/10 16:16:24 ssuominen Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/polkit/polkit-0.110.ebuild,v 1.16 2015/03/03 09:56:07 dlan Exp $
58
59 EAPI=5
60 inherit eutils multilib pam pax-utils systemd user
61 @@ -11,7 +11,7 @@
62
63 LICENSE="LGPL-2"
64 SLOT="0"
65 -KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 s390 sh sparc x86"
66 +KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 s390 sh sparc x86"
67 IUSE="examples gtk +introspection kde nls pam selinux systemd"
68
69 RDEPEND=">=dev-lang/spidermonkey-1.8.5-r1:0=[-debug]