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.4-r1.ebuild ChangeLog
Date: Wed, 29 Aug 2012 08:20:27
Message-Id: 20120829082016.5CEEF20B0C@flycatcher.gentoo.org
1 olemarkus 12/08/29 08:20:16
2
3 Modified: ChangeLog
4 Added: httpd-php-5.4-r1.ebuild
5 Log:
6 Revbump making the 5.4 virtual depend on php:5.4
7
8 (Portage version: 2.1.11.9/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.20 virtual/httpd-php/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.20&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.20&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?r1=1.19&r2=1.20
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v
20 retrieving revision 1.19
21 retrieving revision 1.20
22 diff -u -r1.19 -r1.20
23 --- ChangeLog 24 Aug 2012 14:20:48 -0000 1.19
24 +++ ChangeLog 29 Aug 2012 08:20:16 -0000 1.20
25 @@ -1,6 +1,11 @@
26 # ChangeLog for virtual/httpd-php
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.19 2012/08/24 14:20:48 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.20 2012/08/29 08:20:16 olemarkus Exp $
30 +
31 +*httpd-php-5.4-r1 (29 Aug 2012)
32 +
33 + 29 Aug 2012; Ole Markus With <olemarkus@g.o> +httpd-php-5.4-r1.ebuild:
34 + Revbump making the 5.4 virtual depend on php:5.4
35
36 24 Aug 2012; Jeroen Roovers <jer@g.o> httpd-php-5.4.ebuild:
37 Stable for HPPA (bug #427024).
38 @@ -63,4 +68,3 @@
39 05 Jul 2010; Matti Bickel <mabi@g.o> +httpd-php-5.2.ebuild,
40 +httpd-php-5.3.ebuild, +metadata.xml:
41 initial import (bug #319623)
42 -
43
44
45
46 1.1 virtual/httpd-php/httpd-php-5.4-r1.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/httpd-php-5.4-r1.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/httpd-php-5.4-r1.ebuild?rev=1.1&content-type=text/plain
50
51 Index: httpd-php-5.4-r1.ebuild
52 ===================================================================
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.4-r1.ebuild,v 1.1 2012/08/29 08:20:16 olemarkus Exp $
56
57 EAPI="4"
58
59 DESCRIPTION="Virtual to provide PHP-enabled webservers"
60 HOMEPAGE=""
61 SRC_URI=""
62
63 LICENSE=""
64 SLOT="${PV}"
65 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"
66 IUSE=""
67
68 RDEPEND="|| ( dev-lang/php:${SLOT}[apache2]
69 dev-lang/php:${SLOT}[cgi]
70 dev-lang/php:${SLOT}[fpm] )"
71 DEPEND=""