titanofold 14/11/03 11:40:17
Modified: php-5.6.2.ebuild php-5.3.29.ebuild ChangeLog
php-5.4.34.ebuild php-5.5.18.ebuild
Log:
Update PostgreSQL dependencies and/or checks to virtual/postgresql.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key
D1BBFDA0)
Revision Changes Path
1.2 dev-lang/php/php-5.6.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.6.2.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.6.2.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.6.2.ebuild?r1=1.1&r2=1.2
Index: php-5.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- php-5.6.2.ebuild 17 Oct 2014 12:33:51 -0000 1.1
+++ php-5.6.2.ebuild 3 Nov 2014 11:40:17 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.2.ebuild,v 1.1
2014/10/17 12:33:51 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.2.ebuild,v 1.2
2014/11/03 11:40:17 titanofold Exp $
EAPI=5
@@ -116,7 +116,7 @@
nls? ( sys-devel/gettext )
oci8-instant-client? ( dev-db/oracle-instantclient-basic )
odbc? ( >=dev-db/unixODBC-1.8.13 )
- postgres? ( dev-db/postgresql-base )
+ postgres? ( virtual/postgresql )
qdbm? ( dev-db/qdbm )
readline? ( sys-libs/readline )
recode? ( app-text/recode )
1.12 dev-lang/php/php-5.3.29.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.29.ebuild?rev=1.12&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.29.ebuild?rev=1.12&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.29.ebuild?r1=1.11&r2=1.12
Index: php-5.3.29.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.29.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- php-5.3.29.ebuild 10 Oct 2014 18:04:18 -0000 1.11
+++ php-5.3.29.ebuild 3 Nov 2014 11:40:17 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.29.ebuild,v 1.11
2014/10/10 18:04:18 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.3.29.ebuild,v 1.12
2014/11/03 11:40:17 titanofold Exp $
EAPI=5
@@ -124,7 +124,7 @@
nls? ( sys-devel/gettext )
oci8-instant-client? ( dev-db/oracle-instantclient-basic )
odbc? ( >=dev-db/unixODBC-1.8.13 )
- postgres? ( dev-db/postgresql-base )
+ postgres? ( virtual/postgresql )
qdbm? ( dev-db/qdbm )
readline? ( sys-libs/readline )
recode? ( app-text/recode )
@@ -793,7 +793,7 @@
fi
done
- elog "Make sure that PHP_TARGETS in /etc/portage/make.conf includes
php${SLOT/./-} in order"
+ elog "Make sure that PHP_TARGETS in /etc/make.conf includes
php${SLOT/./-} in order"
elog "to compile extensions for the ${SLOT} ABI"
elog
if ! use readline && use cli ; then
@@ -803,7 +803,7 @@
elog
elog "This ebuild installed a version of php.ini based on
php.ini-${PHP_INI_VERSION} version."
elog "You can chose which version of php.ini to install by default by
setting PHP_INI_VERSION to either"
- elog "'production' or 'development' in /etc/portage/make.conf"
+ elog "'production' or 'development' in /etc/make.conf"
ewarn "Both versions of php.ini can be found in /usr/share/doc/${PF}"
elog
1.907 dev-lang/php/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.907&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.907&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.906&r2=1.907
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.906
retrieving revision 1.907
diff -u -r1.906 -r1.907
--- ChangeLog 2 Nov 2014 12:27:52 -0000 1.906
+++ ChangeLog 3 Nov 2014 11:40:17 -0000 1.907
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/php
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.906 2014/11/02
12:27:52 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.907 2014/11/03
11:40:17 titanofold Exp $
+
+ 03 Nov 2014; Aaron W. Swenson <[email protected]> php-5.3.29.ebuild,
+ php-5.4.34.ebuild, php-5.5.18.ebuild, php-5.6.2.ebuild:
+ Update PostgreSQL dependencies and/or checks to virtual/postgresql.
02 Nov 2014; Ole Markus With <[email protected]> -php-5.4.32.ebuild,
-php-5.5.16.ebuild:
1.11 dev-lang/php/php-5.4.34.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.34.ebuild?rev=1.11&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.34.ebuild?rev=1.11&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.34.ebuild?r1=1.10&r2=1.11
Index: php-5.4.34.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.34.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- php-5.4.34.ebuild 2 Nov 2014 09:48:38 -0000 1.10
+++ php-5.4.34.ebuild 3 Nov 2014 11:40:17 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.34.ebuild,v 1.10
2014/11/02 09:48:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.34.ebuild,v 1.11
2014/11/03 11:40:17 titanofold Exp $
EAPI=5
@@ -125,7 +125,7 @@
nls? ( sys-devel/gettext )
oci8-instant-client? ( dev-db/oracle-instantclient-basic )
odbc? ( >=dev-db/unixODBC-1.8.13 )
- postgres? ( dev-db/postgresql-base )
+ postgres? ( virtual/postgresql )
qdbm? ( dev-db/qdbm )
readline? ( sys-libs/readline )
recode? ( app-text/recode )
1.11 dev-lang/php/php-5.5.18.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.18.ebuild?rev=1.11&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.18.ebuild?rev=1.11&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.18.ebuild?r1=1.10&r2=1.11
Index: php-5.5.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.18.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- php-5.5.18.ebuild 2 Nov 2014 09:48:38 -0000 1.10
+++ php-5.5.18.ebuild 3 Nov 2014 11:40:17 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.18.ebuild,v 1.10
2014/11/02 09:48:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.18.ebuild,v 1.11
2014/11/03 11:40:17 titanofold Exp $
EAPI=5
@@ -116,7 +116,7 @@
nls? ( sys-devel/gettext )
oci8-instant-client? ( dev-db/oracle-instantclient-basic )
odbc? ( >=dev-db/unixODBC-1.8.13 )
- postgres? ( dev-db/postgresql-base )
+ postgres? ( virtual/postgresql )
qdbm? ( dev-db/qdbm )
readline? ( sys-libs/readline )
recode? ( app-text/recode )