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-util/xfce4-dev-tools: xfce4-dev-tools-4.11.0.ebuild ChangeLog
Date: Tue, 03 Mar 2015 07:43:28
Message-Id: 20150303074318.88B0612EEC@oystercatcher.gentoo.org
1 dlan 15/03/03 07:43:18
2
3 Modified: xfce4-dev-tools-4.11.0.ebuild ChangeLog
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.2 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.11.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.11.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.11.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.11.0.ebuild?r1=1.1&r2=1.2
15
16 Index: xfce4-dev-tools-4.11.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.11.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- xfce4-dev-tools-4.11.0.ebuild 11 Mar 2014 13:09:57 -0000 1.1
23 +++ xfce4-dev-tools-4.11.0.ebuild 3 Mar 2015 07:43:18 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.11.0.ebuild,v 1.1 2014/03/11 13:09:57 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.11.0.ebuild,v 1.2 2015/03/03 07:43:18 dlan Exp $
30
31 EAPI=5
32 inherit xfconf
33 @@ -11,7 +11,7 @@
34
35 LICENSE="GPL-2"
36 SLOT="0"
37 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
38 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
39 IUSE=""
40
41 RDEPEND=">=dev-libs/glib-2.24"
42
43
44
45 1.64 dev-util/xfce4-dev-tools/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/xfce4-dev-tools/ChangeLog?rev=1.64&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/xfce4-dev-tools/ChangeLog?rev=1.64&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/xfce4-dev-tools/ChangeLog?r1=1.63&r2=1.64
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-util/xfce4-dev-tools/ChangeLog,v
54 retrieving revision 1.63
55 retrieving revision 1.64
56 diff -u -r1.63 -r1.64
57 --- ChangeLog 11 Mar 2014 13:09:57 -0000 1.63
58 +++ ChangeLog 3 Mar 2015 07:43:18 -0000 1.64
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-util/xfce4-dev-tools
61 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-util/xfce4-dev-tools/ChangeLog,v 1.63 2014/03/11 13:09:57 ssuominen Exp $
63 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-util/xfce4-dev-tools/ChangeLog,v 1.64 2015/03/03 07:43:18 dlan Exp $
65 +
66 + 02 Mar 2015; Yixun Lan <dlan@g.o> xfce4-dev-tools-4.11.0.ebuild:
67 + add arm64 support, tested on A53 board
68
69 *xfce4-dev-tools-4.11.0 (11 Mar 2014)