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/consolekit: ChangeLog consolekit-0.4.6.ebuild
Date: Tue, 03 Mar 2015 09:53:54
Message-Id: 20150303095346.C684912F15@oystercatcher.gentoo.org
1 dlan 15/03/03 09:53:46
2
3 Modified: ChangeLog consolekit-0.4.6.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.176 sys-auth/consolekit/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/consolekit/ChangeLog?rev=1.176&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/consolekit/ChangeLog?rev=1.176&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/consolekit/ChangeLog?r1=1.175&r2=1.176
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v
19 retrieving revision 1.175
20 retrieving revision 1.176
21 diff -u -r1.175 -r1.176
22 --- ChangeLog 5 Nov 2014 09:53:30 -0000 1.175
23 +++ ChangeLog 3 Mar 2015 09:53:46 -0000 1.176
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-auth/consolekit
26 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.175 2014/11/05 09:53:30 ssuominen Exp $
28 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.176 2015/03/03 09:53:46 dlan Exp $
30 +
31 + 03 Mar 2015; Yixun Lan <dlan@g.o> consolekit-0.4.6.ebuild:
32 + add arm64 support, tested on A53 board
33
34 05 Nov 2014; Samuli Suominen <ssuominen@g.o> consolekit-0.4.6.ebuild,
35 consolekit-0.9.2.ebuild:
36
37
38
39 1.19 sys-auth/consolekit/consolekit-0.4.6.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/consolekit/consolekit-0.4.6.ebuild?rev=1.19&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/consolekit/consolekit-0.4.6.ebuild?rev=1.19&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/consolekit/consolekit-0.4.6.ebuild?r1=1.18&r2=1.19
44
45 Index: consolekit-0.4.6.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.4.6.ebuild,v
48 retrieving revision 1.18
49 retrieving revision 1.19
50 diff -u -r1.18 -r1.19
51 --- consolekit-0.4.6.ebuild 5 Nov 2014 09:53:30 -0000 1.18
52 +++ consolekit-0.4.6.ebuild 3 Mar 2015 09:53:46 -0000 1.19
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2014 Gentoo Foundation
55 +# Copyright 1999-2015 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.4.6.ebuild,v 1.18 2014/11/05 09:53:30 ssuominen Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.4.6.ebuild,v 1.19 2015/03/03 09:53:46 dlan Exp $
59
60 EAPI=5
61 inherit autotools eutils linux-info pam systemd
62 @@ -15,7 +15,7 @@
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
67 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
68 IUSE="acl debug doc kernel_linux pam policykit selinux systemd-units test"
69
70 COMMON_DEPEND=">=dev-libs/dbus-glib-0.100:=