Gentoo Archives: gentoo-commits

From: "Ole Markus With (olemarkus)" <olemarkus@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: Mon, 01 Sep 2014 06:26:54
Message-Id: 20140901062648.CAD844692@oystercatcher.gentoo.org
1 olemarkus 14/09/01 06:26:48
2
3 Modified: ChangeLog
4 Added: httpd-php-5.6.ebuild
5 Log:
6 Bump to php 5.6
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
9
10 Revision Changes Path
11 1.43 virtual/httpd-php/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.43&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.43&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?r1=1.42&r2=1.43
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v
20 retrieving revision 1.42
21 retrieving revision 1.43
22 diff -u -r1.42 -r1.43
23 --- ChangeLog 23 Aug 2013 16:08:56 -0000 1.42
24 +++ ChangeLog 1 Sep 2014 06:26:48 -0000 1.43
25 @@ -1,6 +1,11 @@
26 # ChangeLog for virtual/httpd-php
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.42 2013/08/23 16:08:56 jer Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.43 2014/09/01 06:26:48 olemarkus Exp $
31 +
32 +*httpd-php-5.6 (01 Sep 2014)
33 +
34 + 01 Sep 2014; Ole Markus With <olemarkus@g.o> +httpd-php-5.6.ebuild:
35 + Bump to php 5.6
36
37 23 Aug 2013; Jeroen Roovers <jer@g.o> httpd-php-5.5.ebuild:
38 Stable for HPPA (bug #480460).
39
40
41
42 1.1 virtual/httpd-php/httpd-php-5.6.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: httpd-php-5.6.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v 1.1 2014/09/01 06:26:48 olemarkus Exp $
52
53 EAPI="5"
54
55 DESCRIPTION="Virtual to provide PHP-enabled webservers"
56 HOMEPAGE=""
57 SRC_URI=""
58
59 LICENSE=""
60 SLOT="${PV}"
61 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"
62 IUSE=""
63
64 RDEPEND="|| ( dev-lang/php:${SLOT}[fpm]
65 dev-lang/php:${SLOT}[apache2]
66 dev-lang/php:${SLOT}[cgi] )"
67 DEPEND=""