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/oniguruma: oniguruma-5.9.5.ebuild ChangeLog
Date: Tue, 03 Mar 2015 06:41:14
Message-Id: 20150303064109.56AD812EEC@oystercatcher.gentoo.org
1 dlan 15/03/03 06:41:09
2
3 Modified: oniguruma-5.9.5.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.10 dev-libs/oniguruma/oniguruma-5.9.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/oniguruma/oniguruma-5.9.5.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/oniguruma/oniguruma-5.9.5.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/oniguruma/oniguruma-5.9.5.ebuild?r1=1.9&r2=1.10
15
16 Index: oniguruma-5.9.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/oniguruma-5.9.5.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- oniguruma-5.9.5.ebuild 15 Sep 2014 08:18:43 -0000 1.9
23 +++ oniguruma-5.9.5.ebuild 3 Mar 2015 06:41:09 -0000 1.10
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-libs/oniguruma/oniguruma-5.9.5.ebuild,v 1.9 2014/09/15 08:18:43 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/oniguruma-5.9.5.ebuild,v 1.10 2015/03/03 06:41:09 dlan Exp $
30
31 EAPI=4
32 # Needed for a sane .so versionning on fbsd, please dont drop
33 @@ -16,7 +16,7 @@
34
35 LICENSE="BSD-2"
36 SLOT="0"
37 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
38 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
39 IUSE="combination-explosion-check crnl-as-line-terminator static-libs"
40
41 PATCHES=( "${FILESDIR}"/${PN}-5.9.3-makefile.patch )
42
43
44
45 1.71 dev-libs/oniguruma/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/oniguruma/ChangeLog?rev=1.71&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/oniguruma/ChangeLog?rev=1.71&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/oniguruma/ChangeLog?r1=1.70&r2=1.71
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/ChangeLog,v
54 retrieving revision 1.70
55 retrieving revision 1.71
56 diff -u -r1.70 -r1.71
57 --- ChangeLog 15 Sep 2014 08:18:43 -0000 1.70
58 +++ ChangeLog 3 Mar 2015 06:41:09 -0000 1.71
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-libs/oniguruma
61 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/ChangeLog,v 1.70 2014/09/15 08:18:43 ago Exp $
63 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/oniguruma/ChangeLog,v 1.71 2015/03/03 06:41:09 dlan Exp $
65 +
66 + 02 Mar 2015; Yixun Lan <dlan@g.o> oniguruma-5.9.5.ebuild:
67 + add arm64 support, tested on A53 board
68
69 15 Sep 2014; Agostino Sarubbo <ago@g.o> oniguruma-5.9.5.ebuild:
70 Stable for sparc, wrt bug #512012