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-perl/File-BaseDir: File-BaseDir-0.30.0-r1.ebuild ChangeLog
Date: Tue, 03 Mar 2015 06:49:03
Message-Id: 20150303064859.5EFF012EEE@oystercatcher.gentoo.org
1 dlan 15/03/03 06:48:59
2
3 Modified: File-BaseDir-0.30.0-r1.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-perl/File-BaseDir/File-BaseDir-0.30.0-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-BaseDir/File-BaseDir-0.30.0-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-BaseDir/File-BaseDir-0.30.0-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-BaseDir/File-BaseDir-0.30.0-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: File-BaseDir-0.30.0-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/File-BaseDir-0.30.0-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- File-BaseDir-0.30.0-r1.ebuild 21 Aug 2014 16:02:03 -0000 1.1
23 +++ File-BaseDir-0.30.0-r1.ebuild 3 Mar 2015 06:48:59 -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-perl/File-BaseDir/File-BaseDir-0.30.0-r1.ebuild,v 1.1 2014/08/21 16:02:03 axs Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/File-BaseDir-0.30.0-r1.ebuild,v 1.2 2015/03/03 06:48:59 dlan Exp $
30
31 EAPI=5
32
33 @@ -11,7 +11,7 @@
34 DESCRIPTION="Use the Freedesktop.org base directory specification"
35
36 SLOT="0"
37 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris"
38 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris"
39 IUSE="test"
40
41 RDEPEND=""
42
43
44
45 1.41 dev-perl/File-BaseDir/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-BaseDir/ChangeLog?rev=1.41&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-BaseDir/ChangeLog?rev=1.41&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/File-BaseDir/ChangeLog?r1=1.40&r2=1.41
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/ChangeLog,v
54 retrieving revision 1.40
55 retrieving revision 1.41
56 diff -u -r1.40 -r1.41
57 --- ChangeLog 21 Aug 2014 16:02:03 -0000 1.40
58 +++ ChangeLog 3 Mar 2015 06:48:59 -0000 1.41
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-perl/File-BaseDir
61 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/ChangeLog,v 1.40 2014/08/21 16:02:03 axs Exp $
63 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-BaseDir/ChangeLog,v 1.41 2015/03/03 06:48:59 dlan Exp $
65 +
66 + 02 Mar 2015; Yixun Lan <dlan@g.o> File-BaseDir-0.30.0-r1.ebuild:
67 + add arm64 support, tested on A53 board
68
69 *File-BaseDir-0.30.0-r1 (21 Aug 2014)