Gentoo Archives: gentoo-commits

From: "Yixun Lan (dlan)" <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/dbus-glib: ChangeLog dbus-glib-0.102.ebuild
Date: Tue, 03 Mar 2015 06:19:26
Message-Id: 20150303061923.2DEB512EE8@oystercatcher.gentoo.org
1 dlan 15/03/03 06:19:23
2
3 Modified: ChangeLog dbus-glib-0.102.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.155 dev-libs/dbus-glib/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib/ChangeLog?rev=1.155&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib/ChangeLog?rev=1.155&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib/ChangeLog?r1=1.154&r2=1.155
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/ChangeLog,v
19 retrieving revision 1.154
20 retrieving revision 1.155
21 diff -u -r1.154 -r1.155
22 --- ChangeLog 24 Jun 2014 22:07:15 -0000 1.154
23 +++ ChangeLog 3 Mar 2015 06:19:23 -0000 1.155
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-libs/dbus-glib
26 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/ChangeLog,v 1.154 2014/06/24 22:07:15 mgorny Exp $
28 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/ChangeLog,v 1.155 2015/03/03 06:19:23 dlan Exp $
30 +
31 + 02 Mar 2015; Yixun Lan <dlan@g.o> dbus-glib-0.102.ebuild:
32 + add arm64 support, tested on A53 board
33
34 24 Jun 2014; Michał Górny <mgorny@g.o> dbus-glib-0.100.2-r1.ebuild,
35 dbus-glib-0.102.ebuild:
36
37
38
39 1.8 dev-libs/dbus-glib/dbus-glib-0.102.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.102.ebuild?rev=1.8&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.102.ebuild?rev=1.8&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.102.ebuild?r1=1.7&r2=1.8
44
45 Index: dbus-glib-0.102.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.102.ebuild,v
48 retrieving revision 1.7
49 retrieving revision 1.8
50 diff -u -r1.7 -r1.8
51 --- dbus-glib-0.102.ebuild 24 Jun 2014 22:07:15 -0000 1.7
52 +++ dbus-glib-0.102.ebuild 3 Mar 2015 06:19:23 -0000 1.8
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/dev-libs/dbus-glib/dbus-glib-0.102.ebuild,v 1.7 2014/06/24 22:07:15 mgorny Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-glib/dbus-glib-0.102.ebuild,v 1.8 2015/03/03 06:19:23 dlan Exp $
59
60 EAPI=5
61 inherit bash-completion-r1 eutils multilib-minimal
62 @@ -11,7 +11,7 @@
63
64 LICENSE="|| ( GPL-2 AFL-2.1 )"
65 SLOT="0"
66 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris"
67 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x86-solaris"
68 IUSE="debug doc static-libs test"
69
70 CDEPEND=">=dev-libs/expat-2.1.0-r3[${MULTILIB_USEDEP}]