Gentoo Archives: gentoo-commits

From: "Yixun Lan (dlan)" <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/httpd-php: httpd-php-5.6.ebuild ChangeLog
Date: Tue, 03 Mar 2015 10:18:09
Message-Id: 20150303101804.ED77412F1A@oystercatcher.gentoo.org
1 dlan 15/03/03 10:18:04
2
3 Modified: httpd-php-5.6.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 virtual/httpd-php/httpd-php-5.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild?r1=1.1&r2=1.2
15
16 Index: httpd-php-5.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- httpd-php-5.6.ebuild 1 Sep 2014 06:26:48 -0000 1.1
23 +++ httpd-php-5.6.ebuild 3 Mar 2015 10:18:04 -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/virtual/httpd-php/httpd-php-5.6.ebuild,v 1.1 2014/09/01 06:26:48 olemarkus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v 1.2 2015/03/03 10:18:04 dlan Exp $
30
31 EAPI="5"
32
33 @@ -10,7 +10,7 @@
34
35 LICENSE=""
36 SLOT="${PV}"
37 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
38 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
39 IUSE=""
40
41 RDEPEND="|| ( dev-lang/php:${SLOT}[fpm]
42
43
44
45 1.44 virtual/httpd-php/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.44&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.44&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?r1=1.43&r2=1.44
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v
54 retrieving revision 1.43
55 retrieving revision 1.44
56 diff -u -r1.43 -r1.44
57 --- ChangeLog 1 Sep 2014 06:26:48 -0000 1.43
58 +++ ChangeLog 3 Mar 2015 10:18:04 -0000 1.44
59 @@ -1,6 +1,9 @@
60 # ChangeLog for virtual/httpd-php
61 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.43 2014/09/01 06:26:48 olemarkus Exp $
63 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.44 2015/03/03 10:18:04 dlan Exp $
65 +
66 + 03 Mar 2015; Yixun Lan <dlan@g.o> httpd-php-5.6.ebuild:
67 + add arm64 support, tested on A53 board
68
69 *httpd-php-5.6 (01 Sep 2014)