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 dev-lang/php: php-5.3.14_rc2.ebuild ChangeLog
Date: Wed, 06 Jun 2012 15:42:09
Message-Id: 20120606154133.A8FCB2004B@flycatcher.gentoo.org
1 olemarkus 12/06/06 15:41:33
2
3 Modified: php-5.3.14_rc2.ebuild ChangeLog
4 Log:
5 Remove dependency on <libpcre-8.30
6
7 (Portage version: 2.1.10.49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-lang/php/php-5.3.14_rc2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.14_rc2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.14_rc2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.14_rc2.ebuild?r1=1.1&r2=1.2
15
16 Index: php-5.3.14_rc2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.14_rc2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- php-5.3.14_rc2.ebuild 5 Jun 2012 12:34:35 -0000 1.1
23 +++ php-5.3.14_rc2.ebuild 6 Jun 2012 15:41:33 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.14_rc2.ebuild,v 1.1 2012/06/05 12:34:35 olemarkus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.14_rc2.ebuild,v 1.2 2012/06/06 15:41:33 olemarkus Exp $
29
30 EAPI=4
31
32 @@ -116,7 +116,6 @@
33 DEPEND="!dev-lang/php:5
34 >=app-admin/eselect-php-0.6.2
35 >=dev-libs/libpcre-8.12[unicode]
36 - <dev-libs/libpcre-8.30
37 apache2? ( www-servers/apache[threads=] )
38 berkdb? ( =sys-libs/db-4* )
39 bzip2? ( app-arch/bzip2 )
40
41
42
43 1.598 dev-lang/php/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.598&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.598&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.597&r2=1.598
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
52 retrieving revision 1.597
53 retrieving revision 1.598
54 diff -u -r1.597 -r1.598
55 --- ChangeLog 5 Jun 2012 17:34:32 -0000 1.597
56 +++ ChangeLog 6 Jun 2012 15:41:33 -0000 1.598
57 @@ -1,6 +1,9 @@
58 # ChangeLog for dev-lang/php
59 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.597 2012/06/05 17:34:32 olemarkus Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.598 2012/06/06 15:41:33 olemarkus Exp $
62 +
63 + 06 Jun 2012; Ole Markus With <olemarkus@g.o> php-5.3.14_rc2.ebuild:
64 + Remove dependency on <libpcre-8.30
65
66 *php-5.4.4_rc2 (05 Jun 2012)