[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.6.12.ebuild php-5.4.44.ebuild php-5.5.28.ebuild ChangeLog

2015-08-08 Thread Ole Markus With (olemarkus)
olemarkus15/08/08 15:30:03

  Modified: ChangeLog
  Added:php-5.6.12.ebuild php-5.4.44.ebuild
php-5.5.28.ebuild
  Log:
  Version bumps
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.1006   dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.1006&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.1006&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.1005&r2=1.1006

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.1005
retrieving revision 1.1006
diff -u -r1.1005 -r1.1006
--- ChangeLog   30 Jul 2015 12:55:51 -  1.1005
+++ ChangeLog   8 Aug 2015 15:30:03 -   1.1006
@@ -1,6 +1,14 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.1005 2015/07/30 
12:55:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.1006 2015/08/08 
15:30:03 olemarkus Exp $
+
+*php-5.5.28 (08 Aug 2015)
+*php-5.6.12 (08 Aug 2015)
+*php-5.4.44 (08 Aug 2015)
+
+  08 Aug 2015; Ole Markus With  +php-5.4.44.ebuild,
+  +php-5.5.28.ebuild, +php-5.6.12.ebuild:
+  Version bumps
 
   30 Jul 2015; Agostino Sarubbo  php-5.6.9.ebuild:
   Stable for sparc, wrt bug #550164



1.1  dev-lang/php/php-5.6.12.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.6.12.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.6.12.ebuild?rev=1.1&content-type=text/plain

Index: php-5.6.12.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.12.ebuild,v 1.1 
2015/08/08 15:30:03 olemarkus Exp $

EAPI=5

inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"

function php_get_uri ()
{
case "${1}" in
"php-pre")
echo "http://downloads.php.net/dsp/${2}";
;;
"php")
echo "http://www.php.net/distributions/${2}";
;;
"olemarkus")
echo "http://dev.gentoo.org/~olemarkus/php/${2}";
;;
"gentoo")
echo "mirror://gentoo/${2}"
;;
*)
die "unhandled case in php_get_uri"
;;
esac
}

PHP_MV="$(get_major_version)"
SLOT="$(get_version_component_range 1-2)"

# alias, so we can handle different types of releases (finals, rcs, alphas,
# betas, ...) w/o changing the whole ebuild
PHP_PV="${PV/_rc/RC}"
PHP_PV="${PHP_PV/_alpha/alpha}"
PHP_PV="${PHP_PV/_beta/beta}"
PHP_RELEASE="php"
[[ ${PV} == ${PV/_alpha/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_beta/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_rc/} ]] || PHP_RELEASE="php-pre"
PHP_P="${PN}-${PHP_PV}"

PHP_SRC_URI="$(php_get_uri "${PHP_RELEASE}" "${PHP_P}.tar.bz2")"

PHP_FPM_CONF_VER="1"

SRC_URI="${PHP_SRC_URI}"

DESCRIPTION="The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 
and embed SAPIs"
HOMEPAGE="http://php.net/";
LICENSE="PHP-3"

S="${WORKDIR}/${PHP_P}"

# We can build the following SAPIs in the given order
SAPIS="embed cli cgi fpm apache2"

# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
IUSE="${IUSE}
${SAPIS/cli/+cli}
threads"

IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
crypt +ctype curl debug
enchant exif frontbase +fileinfo +filter firebird
flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash
mssql mysql libmysqlclient mysqli nls
oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
readline recode selinux +session sharedmem
+simplexml snmp soap sockets spell sqlite ssl
sybase-ct sysvipc systemd tidy +tokenizer truetype unicode vpx wddx
+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"

DEPEND="
>=app-eselect/eselect-php-0.7.1-r3[apache2?,fpm?]
>=dev-libs/libpcre-8.32[unicode]
apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
=dev-libs/libmcrypt-2.4 )
curl? ( >=net-misc/curl-7.10.5 )
encha

[gentoo-commits] gentoo-x86 commit in dev-lang/php: ChangeLog php-7.0.0_alpha1.ebuild php-5.4.39.ebuild php-5.5.25.ebuild php-7.0.0_alpha2.ebuild php-5.4.40.ebuild php-5.5.22.ebuild php-5.5.23.ebuild

2015-07-11 Thread Ole Markus With (olemarkus)
olemarkus15/07/11 11:37:48

  Modified: ChangeLog
  Removed:  php-7.0.0_alpha1.ebuild php-5.4.39.ebuild
php-5.5.25.ebuild php-7.0.0_alpha2.ebuild
php-5.4.40.ebuild php-5.5.22.ebuild
php-5.5.23.ebuild php-5.5.24.ebuild
php-5.6.8.ebuild php-5.6.7.ebuild
  Log:
  Cleanup of old ebuilds
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.997dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.997&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.997&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.996&r2=1.997

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.996
retrieving revision 1.997
diff -u -r1.996 -r1.997
--- ChangeLog   11 Jul 2015 11:32:24 -  1.996
+++ ChangeLog   11 Jul 2015 11:37:48 -  1.997
@@ -1,6 +1,12 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.996 2015/07/11 
11:32:24 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.997 2015/07/11 
11:37:48 olemarkus Exp $
+
+  11 Jul 2015; Ole Markus With  -php-5.4.39.ebuild,
+  -php-5.4.40.ebuild, -php-5.5.22.ebuild, -php-5.5.23.ebuild,
+  -php-5.5.24.ebuild, -php-5.5.25.ebuild, -php-5.6.7.ebuild, -php-5.6.8.ebuild,
+  -php-7.0.0_alpha1.ebuild, -php-7.0.0_alpha2.ebuild:
+  Cleanup of old ebuilds
 
 *php-7.0.0_beta1 (11 Jul 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-7.0.0_beta1.ebuild ChangeLog

2015-07-11 Thread Ole Markus With (olemarkus)
olemarkus15/07/11 11:32:24

  Modified: ChangeLog
  Added:php-7.0.0_beta1.ebuild
  Log:
  PHP 7 beta1
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.996dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.996&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.996&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.995&r2=1.996

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.995
retrieving revision 1.996
diff -u -r1.995 -r1.996
--- ChangeLog   11 Jul 2015 10:59:01 -  1.995
+++ ChangeLog   11 Jul 2015 11:32:24 -  1.996
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.995 2015/07/11 
10:59:01 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.996 2015/07/11 
11:32:24 olemarkus Exp $
+
+*php-7.0.0_beta1 (11 Jul 2015)
+
+  11 Jul 2015; Ole Markus With  +php-7.0.0_beta1.ebuild:
+  PHP 7 beta1
 
 *php-5.5.27 (11 Jul 2015)
 *php-5.6.11 (11 Jul 2015)



1.1  dev-lang/php/php-7.0.0_beta1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-7.0.0_beta1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-7.0.0_beta1.ebuild?rev=1.1&content-type=text/plain

Index: php-7.0.0_beta1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-7.0.0_beta1.ebuild,v 1.1 
2015/07/11 11:32:24 olemarkus Exp $

EAPI=5

inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"

function php_get_uri ()
{
case "${1}" in
"php-pre")
echo "http://downloads.php.net/~ab/${2}";
;;
"php")
echo "http://www.php.net/distributions/${2}";
;;
"olemarkus")
echo "http://dev.gentoo.org/~olemarkus/php/${2}";
;;
"gentoo")
echo "mirror://gentoo/${2}"
;;
*)
die "unhandled case in php_get_uri"
;;
esac
}

PHP_MV="$(get_major_version)"
SLOT="$(get_version_component_range 1-2)"

# alias, so we can handle different types of releases (finals, rcs, alphas,
# betas, ...) w/o changing the whole ebuild
PHP_PV="${PV/_rc/RC}"
PHP_PV="${PHP_PV/_alpha/alpha}"
PHP_PV="${PHP_PV/_beta/beta}"
PHP_RELEASE="php"
[[ ${PV} == ${PV/_alpha/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_beta/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_rc/} ]] || PHP_RELEASE="php-pre"
PHP_P="${PN}-${PHP_PV}"

PHP_SRC_URI="$(php_get_uri "${PHP_RELEASE}" "${PHP_P}.tar.bz2")"

PHP_FPM_CONF_VER="1"

SRC_URI="${PHP_SRC_URI}"

DESCRIPTION="The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 
and embed SAPIs"
HOMEPAGE="http://php.net/";
LICENSE="PHP-3"

S="${WORKDIR}/${PHP_P}"

# We can build the following SAPIs in the given order
SAPIS="embed cli cgi fpm apache2"

# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
IUSE="${IUSE}
${SAPIS/cli/+cli}
threads"

IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
crypt +ctype curl debug
enchant exif frontbase +fileinfo +filter firebird
flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash
mysql mysqli nls
oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
readline recode selinux +session sharedmem
+simplexml snmp soap sockets spell sqlite ssl
sysvipc systemd tidy +tokenizer truetype unicode vpx wddx
+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"

DEPEND="
>=app-eselect/eselect-php-0.7.1-r3[apache2?,fpm?]
>=dev-libs/libpcre-8.32[unicode]
apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
=dev-libs/libmcrypt-2.4 )
curl? ( >=net-misc/curl-7.10.5 )
enchant? ( app-text/enchant )
exif? ( !gd? (
virtual/jpeg:0
media-libs/libpng:0=
sys-libs/zlib
) )
firebird? ( dev-db/firebird

[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.5.27.ebuild php-5.6.11.ebuild php-5.4.43.ebuild ChangeLog

2015-07-11 Thread Ole Markus With (olemarkus)
olemarkus15/07/11 10:59:01

  Modified: ChangeLog
  Added:php-5.5.27.ebuild php-5.6.11.ebuild
php-5.4.43.ebuild
  Log:
  Version bumps
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.995dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.995&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.995&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.994&r2=1.995

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.994
retrieving revision 1.995
diff -u -r1.994 -r1.995
--- ChangeLog   11 Jul 2015 06:37:59 -  1.994
+++ ChangeLog   11 Jul 2015 10:59:01 -  1.995
@@ -1,6 +1,14 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.994 2015/07/11 
06:37:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.995 2015/07/11 
10:59:01 olemarkus Exp $
+
+*php-5.5.27 (11 Jul 2015)
+*php-5.6.11 (11 Jul 2015)
+*php-5.4.43 (11 Jul 2015)
+
+  11 Jul 2015; Ole Markus With  +php-5.4.43.ebuild,
+  +php-5.5.27.ebuild, +php-5.6.11.ebuild:
+  Version bumps
 
   11 Jul 2015; Jeroen Roovers  php-5.5.26.ebuild,
   php-5.6.10.ebuild:



1.1  dev-lang/php/php-5.5.27.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.27.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.27.ebuild?rev=1.1&content-type=text/plain

Index: php-5.5.27.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.27.ebuild,v 1.1 
2015/07/11 10:59:01 olemarkus Exp $

EAPI=5

inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"

function php_get_uri ()
{
case "${1}" in
"php-pre")
echo "http://downloads.php.net/dsp/${2}";
;;
"php")
echo "http://www.php.net/distributions/${2}";
;;
"olemarkus")
echo "http://dev.gentoo.org/~olemarkus/php/${2}";
;;
"gentoo")
echo "mirror://gentoo/${2}"
;;
*)
die "unhandled case in php_get_uri"
;;
esac
}

PHP_MV="$(get_major_version)"
SLOT="$(get_version_component_range 1-2)"

# alias, so we can handle different types of releases (finals, rcs, alphas,
# betas, ...) w/o changing the whole ebuild
PHP_PV="${PV/_rc/RC}"
PHP_PV="${PHP_PV/_alpha/alpha}"
PHP_PV="${PHP_PV/_beta/beta}"
PHP_RELEASE="php"
[[ ${PV} == ${PV/_alpha/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_beta/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_rc/} ]] || PHP_RELEASE="php-pre"
PHP_P="${PN}-${PHP_PV}"

PHP_SRC_URI="$(php_get_uri "${PHP_RELEASE}" "${PHP_P}.tar.bz2")"

PHP_FPM_CONF_VER="1"

SRC_URI="${PHP_SRC_URI}"

DESCRIPTION="The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 
and embed SAPIs"
HOMEPAGE="http://php.net/";
LICENSE="PHP-3"

S="${WORKDIR}/${PHP_P}"

# We can build the following SAPIs in the given order
SAPIS="embed cli cgi fpm apache2"

# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
IUSE="${IUSE}
${SAPIS/cli/+cli}
threads"

IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
crypt +ctype curl debug
enchant exif frontbase +fileinfo +filter firebird
flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash
mssql mysql libmysqlclient mysqli nls
oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
readline recode selinux +session sharedmem
+simplexml snmp soap sockets spell sqlite ssl
sybase-ct sysvipc systemd tidy +tokenizer truetype unicode vpx wddx
+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"

DEPEND="
>=app-eselect/eselect-php-0.7.1-r3[apache2?,fpm?]
>=dev-libs/libpcre-8.32[unicode]
apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
=dev-libs/libmcrypt-2.4 )
curl? ( >=net-misc/curl-7.10.5 )
enchant? ( app-text/enchant )
   

[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-7.0.0_alpha2.ebuild ChangeLog

2015-06-29 Thread Ole Markus With (olemarkus)
olemarkus15/06/29 17:11:51

  Modified: ChangeLog
  Added:php-7.0.0_alpha2.ebuild
  Log:
  Bump of PHP7 alpha
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.990dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.990&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.990&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.989&r2=1.990

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.989
retrieving revision 1.990
diff -u -r1.989 -r1.990
--- ChangeLog   24 Jun 2015 09:00:08 -  1.989
+++ ChangeLog   29 Jun 2015 17:11:51 -  1.990
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.989 2015/06/24 
09:00:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.990 2015/06/29 
17:11:51 olemarkus Exp $
+
+*php-7.0.0_alpha2 (29 Jun 2015)
+
+  29 Jun 2015; Ole Markus With  +php-7.0.0_alpha2.ebuild:
+  Bump of PHP7 alpha
 
   24 Jun 2015; Agostino Sarubbo  php-5.4.41.ebuild,
   php-5.5.25-r1.ebuild:



1.1  dev-lang/php/php-7.0.0_alpha2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-7.0.0_alpha2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-7.0.0_alpha2.ebuild?rev=1.1&content-type=text/plain

Index: php-7.0.0_alpha2.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-7.0.0_alpha2.ebuild,v 1.1 
2015/06/29 17:11:51 olemarkus Exp $

EAPI=5

inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"

function php_get_uri ()
{
case "${1}" in
"php-pre")
echo "http://downloads.php.net/~ab/${2}";
;;
"php")
echo "http://www.php.net/distributions/${2}";
;;
"olemarkus")
echo "http://dev.gentoo.org/~olemarkus/php/${2}";
;;
"gentoo")
echo "mirror://gentoo/${2}"
;;
*)
die "unhandled case in php_get_uri"
;;
esac
}

PHP_MV="$(get_major_version)"
SLOT="$(get_version_component_range 1-2)"

# alias, so we can handle different types of releases (finals, rcs, alphas,
# betas, ...) w/o changing the whole ebuild
PHP_PV="${PV/_rc/RC}"
PHP_PV="${PHP_PV/_alpha/alpha}"
PHP_PV="${PHP_PV/_beta/beta}"
PHP_RELEASE="php"
[[ ${PV} == ${PV/_alpha/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_beta/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_rc/} ]] || PHP_RELEASE="php-pre"
PHP_P="${PN}-${PHP_PV}"

PHP_SRC_URI="$(php_get_uri "${PHP_RELEASE}" "${PHP_P}.tar.bz2")"

PHP_FPM_CONF_VER="1"

SRC_URI="${PHP_SRC_URI}"

DESCRIPTION="The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 
and embed SAPIs"
HOMEPAGE="http://php.net/";
LICENSE="PHP-3"

S="${WORKDIR}/${PHP_P}"

# We can build the following SAPIs in the given order
SAPIS="embed cli cgi fpm apache2"

# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
IUSE="${IUSE}
${SAPIS/cli/+cli}
threads"

IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
crypt +ctype curl debug
enchant exif frontbase +fileinfo +filter firebird
flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash
mysql mysqli nls
oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
readline recode selinux +session sharedmem
+simplexml snmp soap sockets spell sqlite ssl
sysvipc systemd tidy +tokenizer truetype unicode vpx wddx
+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"

DEPEND="
>=app-eselect/eselect-php-0.7.1-r3[apache2?,fpm?]
>=dev-libs/libpcre-8.32[unicode]
apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
=dev-libs/libmcrypt-2.4 )
curl? ( >=net-misc/curl-7.10.5 )
enchant? ( app-text/enchant )
exif? ( !gd? (
virtual/jpeg:0
media-libs/libpng:0=
sys-libs/zlib
   

[gentoo-commits] gentoo-x86 commit in profiles/desc: php_targets.desc

2015-06-13 Thread Ole Markus With (olemarkus)
olemarkus15/06/13 15:17:32

  Modified: php_targets.desc
  Log:
  Add php7.0 to php_targets.desc

Revision  ChangesPath
1.5  profiles/desc/php_targets.desc

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/php_targets.desc?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/php_targets.desc?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/php_targets.desc?r1=1.4&r2=1.5

Index: php_targets.desc
===
RCS file: /var/cvsroot/gentoo-x86/profiles/desc/php_targets.desc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- php_targets.desc28 Jan 2014 09:47:35 -  1.4
+++ php_targets.desc13 Jun 2015 15:17:32 -  1.5
@@ -1,9 +1,10 @@
 # Copyright 1999-2011 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/desc/php_targets.desc,v 1.4 
2014/01/28 09:47:35 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/desc/php_targets.desc,v 1.5 
2015/06/13 15:17:32 olemarkus Exp $
 
 # This file contains descriptions of the PHP_TARGETS USE_EXPAND flags
 
+php7-0 - Build against PHP 7.0
 php5-6 - Build against PHP 5.6
 php5-5 - Build against PHP 5.5
 php5-4 - Build against PHP 5.4






[gentoo-commits] gentoo-x86 commit in virtual/httpd-php: httpd-php-7.0.ebuild ChangeLog

2015-06-13 Thread Ole Markus With (olemarkus)
olemarkus15/06/13 15:07:30

  Modified: ChangeLog
  Added:httpd-php-7.0.ebuild
  Log:
  Add support for php7
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.50 virtual/httpd-php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.50&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.50&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   11 Jun 2015 14:24:29 -  1.49
+++ ChangeLog   13 Jun 2015 15:07:30 -  1.50
@@ -1,6 +1,11 @@
 # ChangeLog for virtual/httpd-php
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.49 
2015/06/11 14:24:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.50 
2015/06/13 15:07:30 olemarkus Exp $
+
+*httpd-php-7.0 (13 Jun 2015)
+
+  13 Jun 2015; Ole Markus With  +httpd-php-7.0.ebuild:
+  Add support for php7
 
   11 Jun 2015; Agostino Sarubbo  httpd-php-5.6.ebuild:
   Stable for ppc, wrt bug #550164



1.1  virtual/httpd-php/httpd-php-7.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/httpd-php-7.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/httpd-php-7.0.ebuild?rev=1.1&content-type=text/plain

Index: httpd-php-7.0.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-7.0.ebuild,v 1.1 
2015/06/13 15:07:30 olemarkus Exp $

EAPI="5"

DESCRIPTION="Virtual to provide PHP-enabled webservers"
HOMEPAGE=""
SRC_URI=""

LICENSE=""
SLOT="${PV}"
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"
IUSE=""

RDEPEND="|| ( dev-lang/php:${SLOT}[fpm]
  dev-lang/php:${SLOT}[apache2]
  dev-lang/php:${SLOT}[cgi] )"
DEPEND=""






[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2015-06-13 Thread Ole Markus With (olemarkus)
olemarkus15/06/13 15:06:38

  Modified: ChangeLog package.mask
  Log:
  Add =virtual/httpd-php to package.mask

Revision  ChangesPath
1.10126  profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.10126&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.10126&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.10125&r2=1.10126

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.10125
retrieving revision 1.10126
diff -u -r1.10125 -r1.10126
--- ChangeLog   13 Jun 2015 12:48:32 -  1.10125
+++ ChangeLog   13 Jun 2015 15:06:38 -  1.10126
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10125 2015/06/13 
12:48:32 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10126 2015/06/13 
15:06:38 olemarkus Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  13 Jun 2015; Ole Markus With  package.mask:
+  Add =virtual/httpd-php to package.mask
+
   13 Jun 2015; Andreas K. Huettel  updates/2Q-2015:
   Move perl-core/Module-Pluggable to dev-perl
 



1.16619  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16619&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16619&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16618&r2=1.16619

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16618
retrieving revision 1.16619
diff -u -r1.16618 -r1.16619
--- package.mask13 Jun 2015 12:04:25 -  1.16618
+++ package.mask13 Jun 2015 15:06:38 -  1.16619
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16618 2015/06/13 
12:04:25 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16619 2015/06/13 
15:06:38 olemarkus Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -87,6 +87,7 @@
 # Ole Markus With  (12 Jun 2015)
 # Masking PHP 7 pre-release versions
 dev-lang/php:7.0
+=virtual/httpd-php-7.0
 
 # Fabian Groffen  (08 Jun 2015)
 # Release candidates for 4.86, feel free to test






[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-7.0.0_alpha1.ebuild ChangeLog

2015-06-13 Thread Ole Markus With (olemarkus)
olemarkus15/06/13 09:33:07

  Modified: php-7.0.0_alpha1.ebuild ChangeLog
  Log:
  Fix apache2 build error for php-7
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.2  dev-lang/php/php-7.0.0_alpha1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-7.0.0_alpha1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-7.0.0_alpha1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-7.0.0_alpha1.ebuild?r1=1.1&r2=1.2

Index: php-7.0.0_alpha1.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/php-7.0.0_alpha1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- php-7.0.0_alpha1.ebuild 12 Jun 2015 18:35:13 -  1.1
+++ php-7.0.0_alpha1.ebuild 13 Jun 2015 09:33:07 -  1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-7.0.0_alpha1.ebuild,v 1.1 
2015/06/12 18:35:13 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-7.0.0_alpha1.ebuild,v 1.2 
2015/06/13 09:33:07 olemarkus Exp $
 
 EAPI=5
 
@@ -592,7 +592,7 @@
# We're specifically not using emake 
install-sapi as libtool
# may cause unnecessary relink failures (see 
bug #351266)
insinto "${PHP_DESTDIR#${EPREFIX}}/apache2/"
-   newins ".libs/libphp5$(get_libname)" 
"libphp${PHP_MV}$(get_libname)"
+   newins ".libs/libphp${PHP_MV}$(get_libname)" 
"libphp${PHP_MV}$(get_libname)"
keepdir "/usr/$(get_libdir)/apache2/modules"
else
# needed each time, php_install_ini would reset 
it



1.987dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.987&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.987&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.986&r2=1.987

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.986
retrieving revision 1.987
diff -u -r1.986 -r1.987
--- ChangeLog   12 Jun 2015 18:35:13 -  1.986
+++ ChangeLog   13 Jun 2015 09:33:07 -  1.987
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.986 2015/06/12 
18:35:13 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.987 2015/06/13 
09:33:07 olemarkus Exp $
+
+  13 Jun 2015; Ole Markus With  php-7.0.0_alpha1.ebuild:
+  Fix apache2 build error for php-7
 
 *php-7.0.0_alpha1 (12 Jun 2015)
 






[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-7.0.0_alpha1.ebuild ChangeLog

2015-06-12 Thread Ole Markus With (olemarkus)
olemarkus15/06/12 18:35:13

  Modified: ChangeLog
  Added:php-7.0.0_alpha1.ebuild
  Log:
  Add initial version of the php 7 ebuilds
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.986dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.986&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.986&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.985&r2=1.986

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.985
retrieving revision 1.986
diff -u -r1.985 -r1.986
--- ChangeLog   12 Jun 2015 15:02:02 -  1.985
+++ ChangeLog   12 Jun 2015 18:35:13 -  1.986
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.985 2015/06/12 
15:02:02 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.986 2015/06/12 
18:35:13 olemarkus Exp $
+
+*php-7.0.0_alpha1 (12 Jun 2015)
+
+  12 Jun 2015; Ole Markus With  +php-7.0.0_alpha1.ebuild:
+  Add initial version of the php 7 ebuilds
 
 *php-5.6.10 (12 Jun 2015)
 *php-5.5.26 (12 Jun 2015)



1.1  dev-lang/php/php-7.0.0_alpha1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-7.0.0_alpha1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-7.0.0_alpha1.ebuild?rev=1.1&content-type=text/plain

Index: php-7.0.0_alpha1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-7.0.0_alpha1.ebuild,v 1.1 
2015/06/12 18:35:13 olemarkus Exp $

EAPI=5

inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"

function php_get_uri ()
{
case "${1}" in
"php-pre")
echo "http://downloads.php.net/~ab/${2}";
;;
"php")
echo "http://www.php.net/distributions/${2}";
;;
"olemarkus")
echo "http://dev.gentoo.org/~olemarkus/php/${2}";
;;
"gentoo")
echo "mirror://gentoo/${2}"
;;
*)
die "unhandled case in php_get_uri"
;;
esac
}

PHP_MV="$(get_major_version)"
SLOT="$(get_version_component_range 1-2)"

# alias, so we can handle different types of releases (finals, rcs, alphas,
# betas, ...) w/o changing the whole ebuild
PHP_PV="${PV/_rc/RC}"
PHP_PV="${PHP_PV/_alpha/alpha}"
PHP_PV="${PHP_PV/_beta/beta}"
PHP_RELEASE="php"
[[ ${PV} == ${PV/_alpha/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_beta/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_rc/} ]] || PHP_RELEASE="php-pre"
PHP_P="${PN}-${PHP_PV}"

PHP_SRC_URI="$(php_get_uri "${PHP_RELEASE}" "${PHP_P}.tar.bz2")"

PHP_FPM_CONF_VER="1"

SRC_URI="${PHP_SRC_URI}"

DESCRIPTION="The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 
and embed SAPIs"
HOMEPAGE="http://php.net/";
LICENSE="PHP-3"

S="${WORKDIR}/${PHP_P}"

# We can build the following SAPIs in the given order
SAPIS="embed cli cgi fpm apache2"

# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
IUSE="${IUSE}
${SAPIS/cli/+cli}
threads"

IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
crypt +ctype curl debug
enchant exif frontbase +fileinfo +filter firebird
flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash
mysql mysqli nls
oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
readline recode selinux +session sharedmem
+simplexml snmp soap sockets spell sqlite ssl
sysvipc systemd tidy +tokenizer truetype unicode vpx wddx
+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"

DEPEND="
>=app-eselect/eselect-php-0.7.1-r3[apache2?,fpm?]
>=dev-libs/libpcre-8.32[unicode]
apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
=dev-libs/libmcrypt-2.4 )
curl? ( >=net-misc/curl-7.10.5 )
enchant? ( app-text/enchant )
exif? ( !gd? (
virtual/jpeg:0
media-libs/libpng:0=
   

[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2015-06-12 Thread Ole Markus With (olemarkus)
olemarkus15/06/12 18:31:56

  Modified: ChangeLog package.mask
  Log:
  Mask pre release versions of PHP 7

Revision  ChangesPath
1.10100  profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.10100&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.10100&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.10099&r2=1.10100

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.10099
retrieving revision 1.10100
diff -u -r1.10099 -r1.10100
--- ChangeLog   12 Jun 2015 14:11:31 -  1.10099
+++ ChangeLog   12 Jun 2015 18:31:55 -  1.10100
@@ -1,11 +1,14 @@
 # ChangeLog for profile directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10099 2015/06/12 
14:11:31 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.10100 2015/06/12 
18:31:55 olemarkus Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  12 Jun 2015; Ole Markus With  package.mask:
+  Mask pre release versions of PHP 7
+
   12 Jun 2015; William Hubbs  package.mask:
   udev-220-r2 builds again, so unmask it, thanks to poly-c for pointing out the
   missing patch.



1.16596  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16596&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16596&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16595&r2=1.16596

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.16595
retrieving revision 1.16596
diff -u -r1.16595 -r1.16596
--- package.mask12 Jun 2015 14:11:31 -  1.16595
+++ package.mask12 Jun 2015 18:31:55 -  1.16596
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16595 2015/06/12 
14:11:31 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16596 2015/06/12 
18:31:55 olemarkus Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -30,6 +30,10 @@
 
 #--- END OF EXAMPLES ---
 
+# Ole Markus With  (12 Jun 2015)
+# Masking PHP 7 pre-release versions
+dev-lang/php:7.0
+
 # Fabian Groffen  (08 Jun 2015)
 # Release candidates for 4.86, feel free to test
 =mail-mta/exim-4.86_rc1






[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.5.26.ebuild php-5.6.10.ebuild php-5.4.42.ebuild ChangeLog

2015-06-12 Thread Ole Markus With (olemarkus)
olemarkus15/06/12 15:02:02

  Modified: ChangeLog
  Added:php-5.5.26.ebuild php-5.6.10.ebuild
php-5.4.42.ebuild
  Log:
  Version bumps
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.985dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.985&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.985&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.984&r2=1.985

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.984
retrieving revision 1.985
diff -u -r1.984 -r1.985
--- ChangeLog   11 Jun 2015 19:07:39 -  1.984
+++ ChangeLog   12 Jun 2015 15:02:02 -  1.985
@@ -1,6 +1,14 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.984 2015/06/11 
19:07:39 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.985 2015/06/12 
15:02:02 olemarkus Exp $
+
+*php-5.6.10 (12 Jun 2015)
+*php-5.5.26 (12 Jun 2015)
+*php-5.4.42 (12 Jun 2015)
+
+  12 Jun 2015; Ole Markus With  +php-5.4.42.ebuild,
+  +php-5.5.26.ebuild, +php-5.6.10.ebuild:
+  Version bumps
 
   11 Jun 2015; Markus Meier  php-5.5.25-r1.ebuild:
   arm stable, bug #549538



1.1  dev-lang/php/php-5.5.26.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.26.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.26.ebuild?rev=1.1&content-type=text/plain

Index: php-5.5.26.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.26.ebuild,v 1.1 
2015/06/12 15:02:02 olemarkus Exp $

EAPI=5

inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"

function php_get_uri ()
{
case "${1}" in
"php-pre")
echo "http://downloads.php.net/dsp/${2}";
;;
"php")
echo "http://www.php.net/distributions/${2}";
;;
"olemarkus")
echo "http://dev.gentoo.org/~olemarkus/php/${2}";
;;
"gentoo")
echo "mirror://gentoo/${2}"
;;
*)
die "unhandled case in php_get_uri"
;;
esac
}

PHP_MV="$(get_major_version)"
SLOT="$(get_version_component_range 1-2)"

# alias, so we can handle different types of releases (finals, rcs, alphas,
# betas, ...) w/o changing the whole ebuild
PHP_PV="${PV/_rc/RC}"
PHP_PV="${PHP_PV/_alpha/alpha}"
PHP_PV="${PHP_PV/_beta/beta}"
PHP_RELEASE="php"
[[ ${PV} == ${PV/_alpha/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_beta/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_rc/} ]] || PHP_RELEASE="php-pre"
PHP_P="${PN}-${PHP_PV}"

PHP_SRC_URI="$(php_get_uri "${PHP_RELEASE}" "${PHP_P}.tar.bz2")"

PHP_FPM_CONF_VER="1"

SRC_URI="${PHP_SRC_URI}"

DESCRIPTION="The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 
and embed SAPIs"
HOMEPAGE="http://php.net/";
LICENSE="PHP-3"

S="${WORKDIR}/${PHP_P}"

# We can build the following SAPIs in the given order
SAPIS="embed cli cgi fpm apache2"

# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
IUSE="${IUSE}
${SAPIS/cli/+cli}
threads"

IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
crypt +ctype curl debug
enchant exif frontbase +fileinfo +filter firebird
flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash
mssql mysql libmysqlclient mysqli nls
oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
readline recode selinux +session sharedmem
+simplexml snmp soap sockets spell sqlite ssl
sybase-ct sysvipc systemd tidy +tokenizer truetype unicode vpx wddx
+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"

DEPEND="
>=app-eselect/eselect-php-0.7.1-r3[apache2?,fpm?]
>=dev-libs/libpcre-8.32[unicode]
apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
=dev-libs/libmcrypt-2.4 )
curl? ( >=net-misc/curl-7.10.5 )
enchant? ( app-text/ench

[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.5.25-r1.ebuild ChangeLog

2015-05-23 Thread Ole Markus With (olemarkus)
olemarkus15/05/24 06:26:18

  Modified: ChangeLog
  Added:php-5.5.25-r1.ebuild
  Log:
  Revision bump. Add patch for bug #547310
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.970dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.970&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.970&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.969&r2=1.970

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.969
retrieving revision 1.970
diff -u -r1.969 -r1.970
--- ChangeLog   22 May 2015 12:40:43 -  1.969
+++ ChangeLog   24 May 2015 06:26:18 -  1.970
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.969 2015/05/22 
12:40:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.970 2015/05/24 
06:26:18 olemarkus Exp $
+
+*php-5.5.25-r1 (24 May 2015)
+
+  24 May 2015; Ole Markus With  +php-5.5.25-r1.ebuild:
+  Revision bump. Add patch for bug #547310
 
   22 May 2015; Agostino Sarubbo  php-5.4.41.ebuild,
   php-5.5.25.ebuild:



1.1  dev-lang/php/php-5.5.25-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.25-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.25-r1.ebuild?rev=1.1&content-type=text/plain

Index: php-5.5.25-r1.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.25-r1.ebuild,v 1.1 
2015/05/24 06:26:18 olemarkus Exp $

EAPI=5

inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"

function php_get_uri ()
{
case "${1}" in
"php-pre")
echo "http://downloads.php.net/dsp/${2}";
;;
"php")
echo "http://www.php.net/distributions/${2}";
;;
"olemarkus")
echo "http://dev.gentoo.org/~olemarkus/php/${2}";
;;
"gentoo")
echo "mirror://gentoo/${2}"
;;
*)
die "unhandled case in php_get_uri"
;;
esac
}

PHP_MV="$(get_major_version)"
SLOT="$(get_version_component_range 1-2)"

# alias, so we can handle different types of releases (finals, rcs, alphas,
# betas, ...) w/o changing the whole ebuild
PHP_PV="${PV/_rc/RC}"
PHP_PV="${PHP_PV/_alpha/alpha}"
PHP_PV="${PHP_PV/_beta/beta}"
PHP_RELEASE="php"
[[ ${PV} == ${PV/_alpha/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_beta/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_rc/} ]] || PHP_RELEASE="php-pre"
PHP_P="${PN}-${PHP_PV}"

PHP_SRC_URI="$(php_get_uri "${PHP_RELEASE}" "${PHP_P}.tar.bz2")"

PHP_FPM_CONF_VER="1"

SRC_URI="${PHP_SRC_URI}"

DESCRIPTION="The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 
and embed SAPIs"
HOMEPAGE="http://php.net/";
LICENSE="PHP-3"

S="${WORKDIR}/${PHP_P}"

# We can build the following SAPIs in the given order
SAPIS="embed cli cgi fpm apache2"

# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
IUSE="${IUSE}
${SAPIS/cli/+cli}
threads"

IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
crypt +ctype curl debug
enchant exif frontbase +fileinfo +filter firebird
flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash
mssql mysql libmysqlclient mysqli nls
oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
readline recode selinux +session sharedmem
+simplexml snmp soap sockets spell sqlite ssl
sybase-ct sysvipc systemd tidy +tokenizer truetype unicode vpx wddx
+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"

DEPEND="
>=app-eselect/eselect-php-0.7.1-r3[apache2?,fpm?]
>=dev-libs/libpcre-8.32[unicode]
apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
=dev-libs/libmcrypt-2.4 )
curl? ( >=net-misc/curl-7.10.5 )
enchant? ( app-text/enchant )
exif? ( !gd? (
virtual/jpeg:0
media-libs

[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.4.41.ebuild php-5.6.9.ebuild php-5.5.25.ebuild ChangeLog

2015-05-19 Thread Ole Markus With (olemarkus)
olemarkus15/05/19 14:36:46

  Modified: ChangeLog
  Added:php-5.4.41.ebuild php-5.6.9.ebuild
php-5.5.25.ebuild
  Log:
  Version bumps
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.966dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.966&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.966&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.965&r2=1.966

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.965
retrieving revision 1.966
diff -u -r1.965 -r1.966
--- ChangeLog   5 May 2015 02:45:24 -   1.965
+++ ChangeLog   19 May 2015 14:36:46 -  1.966
@@ -1,6 +1,14 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.965 2015/05/05 
02:45:24 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.966 2015/05/19 
14:36:46 olemarkus Exp $
+
+*php-5.6.9 (19 May 2015)
+*php-5.5.25 (19 May 2015)
+*php-5.4.41 (19 May 2015)
+
+  19 May 2015; Ole Markus With  +php-5.4.41.ebuild,
+  +php-5.5.25.ebuild, +php-5.6.9.ebuild:
+  Version bumps
 
   05 May 2015; Brian Evans  -php-5.3.29.ebuild,
   metadata.xml:



1.1  dev-lang/php/php-5.4.41.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.41.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.41.ebuild?rev=1.1&content-type=text/plain

Index: php-5.4.41.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.41.ebuild,v 1.1 
2015/05/19 14:36:46 olemarkus Exp $

EAPI=5

inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"

function php_get_uri ()
{
case "${1}" in
"php-pre")
echo "http://downloads.php.net/stas/${2}";
;;
"php")
echo "http://www.php.net/distributions/${2}";
;;
"olemarkus")
echo "http://dev.gentoo.org/~olemarkus/php/${2}";
;;
"gentoo")
echo "mirror://gentoo/${2}"
;;
*)
die "unhandled case in php_get_uri"
;;
esac
}

PHP_MV="$(get_major_version)"
SLOT="$(get_version_component_range 1-2)"

# alias, so we can handle different types of releases (finals, rcs, alphas,
# betas, ...) w/o changing the whole ebuild
PHP_PV="${PV/_rc/RC}"
PHP_PV="${PHP_PV/_alpha/alpha}"
PHP_PV="${PHP_PV/_beta/beta}"
PHP_RELEASE="php"
[[ ${PV} == ${PV/_alpha/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_beta/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_rc/} ]] || PHP_RELEASE="php-pre"
PHP_P="${PN}-${PHP_PV}"

PHP_PATCHSET_LOC="olemarkus"

PHP_SRC_URI="$(php_get_uri "${PHP_RELEASE}" "${PHP_P}.tar.bz2")"

PHP_PATCHSET="2"
PHP_PATCHSET_URI="
$(php_get_uri "${PHP_PATCHSET_LOC}" 
"php-patchset-${SLOT}-r${PHP_PATCHSET}.tar.bz2")"

PHP_FPM_INIT_VER="4"
PHP_FPM_CONF_VER="1"

SRC_URI="
${PHP_SRC_URI}
${PHP_PATCHSET_URI}"

DESCRIPTION="The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 
and embed SAPIs"
HOMEPAGE="http://php.net/";
LICENSE="PHP-3"

S="${WORKDIR}/${PHP_P}"

# We can build the following SAPIs in the given order
SAPIS="embed cli cgi fpm apache2"

# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
IUSE="${IUSE}
${SAPIS/cli/+cli}
threads"

IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
crypt +ctype curl curlwrappers debug
enchant exif +fileinfo +filter firebird
flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash
mssql mysql mysqlnd mysqli nls
oci8-instant-client odbc pcntl pdo +phar +posix postgres qdbm
readline recode selinux +session sharedmem
+simplexml snmp soap sockets spell sqlite ssl
sybase-ct sysvipc systemd tidy +tokenizer truetype unicode wddx
+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"

DEPEND="
>=app-eselect/eselect-php-0.7.1-r3[apache2?,fpm?]
>=dev-libs/libpcre-8.32[unicode]
apache2?

[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.5.24.ebuild php-5.6.8.ebuild php-5.4.40.ebuild ChangeLog

2015-04-18 Thread Ole Markus With (olemarkus)
olemarkus15/04/18 10:56:15

  Modified: ChangeLog
  Added:php-5.5.24.ebuild php-5.6.8.ebuild
php-5.4.40.ebuild
  Log:
  Version bumps
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.957dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.957&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.957&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.956&r2=1.957

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.956
retrieving revision 1.957
diff -u -r1.956 -r1.957
--- ChangeLog   17 Apr 2015 09:48:32 -  1.956
+++ ChangeLog   18 Apr 2015 10:56:15 -  1.957
@@ -1,6 +1,14 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.956 2015/04/17 
09:48:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.957 2015/04/18 
10:56:15 olemarkus Exp $
+
+*php-5.5.24 (18 Apr 2015)
+*php-5.4.40 (18 Apr 2015)
+*php-5.6.8 (18 Apr 2015)
+
+  18 Apr 2015; Ole Markus With  +php-5.4.40.ebuild,
+  +php-5.5.24.ebuild, +php-5.6.8.ebuild:
+  Version bumps
 
   17 Apr 2015; Agostino Sarubbo  -php-5.4.36.ebuild,
   -php-5.4.37.ebuild, -php-5.4.38.ebuild, -php-5.5.20.ebuild,



1.1  dev-lang/php/php-5.5.24.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.24.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.24.ebuild?rev=1.1&content-type=text/plain

Index: php-5.5.24.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.24.ebuild,v 1.1 
2015/04/18 10:56:15 olemarkus Exp $

EAPI=5

inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"

function php_get_uri ()
{
case "${1}" in
"php-pre")
echo "http://downloads.php.net/dsp/${2}";
;;
"php")
echo "http://www.php.net/distributions/${2}";
;;
"olemarkus")
echo "http://dev.gentoo.org/~olemarkus/php/${2}";
;;
"gentoo")
echo "mirror://gentoo/${2}"
;;
*)
die "unhandled case in php_get_uri"
;;
esac
}

PHP_MV="$(get_major_version)"
SLOT="$(get_version_component_range 1-2)"

# alias, so we can handle different types of releases (finals, rcs, alphas,
# betas, ...) w/o changing the whole ebuild
PHP_PV="${PV/_rc/RC}"
PHP_PV="${PHP_PV/_alpha/alpha}"
PHP_PV="${PHP_PV/_beta/beta}"
PHP_RELEASE="php"
[[ ${PV} == ${PV/_alpha/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_beta/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_rc/} ]] || PHP_RELEASE="php-pre"
PHP_P="${PN}-${PHP_PV}"

PHP_SRC_URI="$(php_get_uri "${PHP_RELEASE}" "${PHP_P}.tar.bz2")"

PHP_FPM_CONF_VER="1"

SRC_URI="${PHP_SRC_URI}"

DESCRIPTION="The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 
and embed SAPIs"
HOMEPAGE="http://php.net/";
LICENSE="PHP-3"

S="${WORKDIR}/${PHP_P}"

# We can build the following SAPIs in the given order
SAPIS="embed cli cgi fpm apache2"

# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
IUSE="${IUSE}
${SAPIS/cli/+cli}
threads"

IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
crypt +ctype curl debug
enchant exif frontbase +fileinfo +filter firebird
flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash
mssql mysql libmysqlclient mysqli nls
oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
readline recode selinux +session sharedmem
+simplexml snmp soap sockets spell sqlite ssl
sybase-ct sysvipc systemd tidy +tokenizer truetype unicode vpx wddx
+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"

DEPEND="
>=app-eselect/eselect-php-0.7.1-r3[apache2?,fpm?]
>=dev-libs/libpcre-8.32[unicode]
apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
=dev-libs/libmcrypt-2.4 )
curl? ( >=net-misc/curl-7.10.5 )

[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.5.23.ebuild php-5.6.7.ebuild php-5.4.39.ebuild ChangeLog

2015-03-20 Thread Ole Markus With (olemarkus)
olemarkus15/03/20 11:38:06

  Modified: ChangeLog
  Added:php-5.5.23.ebuild php-5.6.7.ebuild
php-5.4.39.ebuild
  Log:
  Version bumps
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.939dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.939&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.939&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.938&r2=1.939

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.938
retrieving revision 1.939
diff -u -r1.938 -r1.939
--- ChangeLog   17 Mar 2015 09:32:36 -  1.938
+++ ChangeLog   20 Mar 2015 11:38:06 -  1.939
@@ -1,6 +1,14 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.938 2015/03/17 
09:32:36 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.939 2015/03/20 
11:38:06 olemarkus Exp $
+
+*php-5.4.39 (20 Mar 2015)
+*php-5.5.23 (20 Mar 2015)
+*php-5.6.7 (20 Mar 2015)
+
+  20 Mar 2015; Ole Markus With  +php-5.4.39.ebuild,
+  +php-5.5.23.ebuild, +php-5.6.7.ebuild:
+  Version bumps
 
   17 Mar 2015; Andreas Schuerch  php-5.4.38.ebuild,
   php-5.5.22.ebuild:



1.1  dev-lang/php/php-5.5.23.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.23.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.23.ebuild?rev=1.1&content-type=text/plain

Index: php-5.5.23.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.5.23.ebuild,v 1.1 
2015/03/20 11:38:06 olemarkus Exp $

EAPI=5

inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"

function php_get_uri ()
{
case "${1}" in
"php-pre")
echo "http://downloads.php.net/dsp/${2}";
;;
"php")
echo "http://www.php.net/distributions/${2}";
;;
"olemarkus")
echo "http://dev.gentoo.org/~olemarkus/php/${2}";
;;
"gentoo")
echo "mirror://gentoo/${2}"
;;
*)
die "unhandled case in php_get_uri"
;;
esac
}

PHP_MV="$(get_major_version)"
SLOT="$(get_version_component_range 1-2)"

# alias, so we can handle different types of releases (finals, rcs, alphas,
# betas, ...) w/o changing the whole ebuild
PHP_PV="${PV/_rc/RC}"
PHP_PV="${PHP_PV/_alpha/alpha}"
PHP_PV="${PHP_PV/_beta/beta}"
PHP_RELEASE="php"
[[ ${PV} == ${PV/_alpha/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_beta/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_rc/} ]] || PHP_RELEASE="php-pre"
PHP_P="${PN}-${PHP_PV}"

PHP_SRC_URI="$(php_get_uri "${PHP_RELEASE}" "${PHP_P}.tar.bz2")"

PHP_FPM_CONF_VER="1"

SRC_URI="${PHP_SRC_URI}"

DESCRIPTION="The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 
and embed SAPIs"
HOMEPAGE="http://php.net/";
LICENSE="PHP-3"

S="${WORKDIR}/${PHP_P}"

# We can build the following SAPIs in the given order
SAPIS="embed cli cgi fpm apache2"

# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
IUSE="${IUSE}
${SAPIS/cli/+cli}
threads"

IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
crypt +ctype curl debug
enchant exif frontbase +fileinfo +filter firebird
flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash
mssql mysql libmysqlclient mysqli nls
oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
readline recode selinux +session sharedmem
+simplexml snmp soap sockets spell sqlite ssl
sybase-ct sysvipc systemd tidy +tokenizer truetype unicode vpx wddx
+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"

DEPEND="
>=app-admin/eselect-php-0.7.1-r3[apache2?,fpm?]
>=dev-libs/libpcre-8.32[unicode]
apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
=dev-libs/libmcrypt-2.4 )
curl? ( >=net-misc/curl-7.10.5 )
enchant? ( app-text/enchant )

[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.4.38.ebuild php-5.5.22.ebuild php-5.6.6.ebuild ChangeLog

2015-02-20 Thread Ole Markus With (olemarkus)
olemarkus15/02/20 08:58:48

  Modified: ChangeLog
  Added:php-5.4.38.ebuild php-5.5.22.ebuild
php-5.6.6.ebuild
  Log:
  Version bumps
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.929dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.929&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.929&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.928&r2=1.929

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.928
retrieving revision 1.929
diff -u -r1.928 -r1.929
--- ChangeLog   18 Feb 2015 08:49:36 -  1.928
+++ ChangeLog   20 Feb 2015 08:58:48 -  1.929
@@ -1,6 +1,14 @@
 # ChangeLog for dev-lang/php
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.928 2015/02/18 
08:49:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.929 2015/02/20 
08:58:48 olemarkus Exp $
+
+*php-5.4.38 (20 Feb 2015)
+*php-5.5.22 (20 Feb 2015)
+*php-5.6.6 (20 Feb 2015)
+
+  20 Feb 2015; Ole Markus With  +php-5.4.38.ebuild,
+  +php-5.5.22.ebuild, +php-5.6.6.ebuild:
+  Version bumps
 
   18 Feb 2015; Agostino Sarubbo  php-5.4.37.ebuild,
   php-5.5.21.ebuild:



1.1  dev-lang/php/php-5.4.38.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.38.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.38.ebuild?rev=1.1&content-type=text/plain

Index: php-5.4.38.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.38.ebuild,v 1.1 
2015/02/20 08:58:48 olemarkus Exp $

EAPI=5

inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"

function php_get_uri ()
{
case "${1}" in
"php-pre")
echo "http://downloads.php.net/stas/${2}";
;;
"php")
echo "http://www.php.net/distributions/${2}";
;;
"olemarkus")
echo "http://dev.gentoo.org/~olemarkus/php/${2}";
;;
"gentoo")
echo "mirror://gentoo/${2}"
;;
*)
die "unhandled case in php_get_uri"
;;
esac
}

PHP_MV="$(get_major_version)"
SLOT="$(get_version_component_range 1-2)"

# alias, so we can handle different types of releases (finals, rcs, alphas,
# betas, ...) w/o changing the whole ebuild
PHP_PV="${PV/_rc/RC}"
PHP_PV="${PHP_PV/_alpha/alpha}"
PHP_PV="${PHP_PV/_beta/beta}"
PHP_RELEASE="php"
[[ ${PV} == ${PV/_alpha/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_beta/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_rc/} ]] || PHP_RELEASE="php-pre"
PHP_P="${PN}-${PHP_PV}"

PHP_PATCHSET_LOC="olemarkus"

PHP_SRC_URI="$(php_get_uri "${PHP_RELEASE}" "${PHP_P}.tar.bz2")"

PHP_PATCHSET="2"
PHP_PATCHSET_URI="
$(php_get_uri "${PHP_PATCHSET_LOC}" 
"php-patchset-${SLOT}-r${PHP_PATCHSET}.tar.bz2")"

PHP_FPM_INIT_VER="4"
PHP_FPM_CONF_VER="1"

SRC_URI="
${PHP_SRC_URI}
${PHP_PATCHSET_URI}"

DESCRIPTION="The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 
and embed SAPIs"
HOMEPAGE="http://php.net/";
LICENSE="PHP-3"

S="${WORKDIR}/${PHP_P}"

# We can build the following SAPIs in the given order
SAPIS="embed cli cgi fpm apache2"

# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
IUSE="${IUSE}
${SAPIS/cli/+cli}
threads"

IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
crypt +ctype curl curlwrappers debug
enchant exif +fileinfo +filter firebird
flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash
mssql mysql mysqlnd mysqli nls
oci8-instant-client odbc pcntl pdo +phar +posix postgres qdbm
readline recode selinux +session sharedmem
+simplexml snmp soap sockets spell sqlite ssl
sybase-ct sysvipc systemd tidy +tokenizer truetype unicode wddx
+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"

DEPEND="
>=app-admin/eselect-php-0.7.1-r3[apache2?,fpm?]
>=dev-libs/libpcre-8.32[unicode]
apache

[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.6.5.ebuild php-5.5.21.ebuild php-5.4.37.ebuild ChangeLog

2015-01-23 Thread Ole Markus With (olemarkus)
olemarkus15/01/23 09:18:48

  Modified: ChangeLog
  Added:php-5.6.5.ebuild php-5.5.21.ebuild
php-5.4.37.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.921dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.921&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.921&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.920&r2=1.921

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.920
retrieving revision 1.921
diff -u -r1.920 -r1.921
--- ChangeLog   28 Dec 2014 15:27:17 -  1.920
+++ ChangeLog   23 Jan 2015 09:18:48 -  1.921
@@ -1,6 +1,14 @@
 # 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.920 2014/12/28 
15:27:17 titanofold Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.921 2015/01/23 
09:18:48 olemarkus Exp $
+
+*php-5.6.5 (23 Jan 2015)
+*php-5.5.21 (23 Jan 2015)
+*php-5.4.37 (23 Jan 2015)
+
+  23 Jan 2015; Ole Markus With  +php-5.4.37.ebuild,
+  +php-5.5.21.ebuild, +php-5.6.5.ebuild:
+  Version bump
 
   28 Dec 2014; Aaron W. Swenson  php-5.3.29.ebuild,
   php-5.4.36.ebuild, php-5.5.20.ebuild, php-5.6.4.ebuild:



1.1  dev-lang/php/php-5.6.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.6.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.6.5.ebuild?rev=1.1&content-type=text/plain

Index: php-5.6.5.ebuild
===
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.6.5.ebuild,v 1.1 
2015/01/23 09:18:48 olemarkus Exp $

EAPI=5

inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"

function php_get_uri ()
{
case "${1}" in
"php-pre")
echo "http://downloads.php.net/dsp/${2}";
;;
"php")
echo "http://www.php.net/distributions/${2}";
;;
"olemarkus")
echo "http://dev.gentoo.org/~olemarkus/php/${2}";
;;
"gentoo")
echo "mirror://gentoo/${2}"
;;
*)
die "unhandled case in php_get_uri"
;;
esac
}

PHP_MV="$(get_major_version)"
SLOT="$(get_version_component_range 1-2)"

# alias, so we can handle different types of releases (finals, rcs, alphas,
# betas, ...) w/o changing the whole ebuild
PHP_PV="${PV/_rc/RC}"
PHP_PV="${PHP_PV/_alpha/alpha}"
PHP_PV="${PHP_PV/_beta/beta}"
PHP_RELEASE="php"
[[ ${PV} == ${PV/_alpha/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_beta/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_rc/} ]] || PHP_RELEASE="php-pre"
PHP_P="${PN}-${PHP_PV}"

PHP_SRC_URI="$(php_get_uri "${PHP_RELEASE}" "${PHP_P}.tar.bz2")"

PHP_FPM_CONF_VER="1"

SRC_URI="${PHP_SRC_URI}"

DESCRIPTION="The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 
and embed SAPIs"
HOMEPAGE="http://php.net/";
LICENSE="PHP-3"

S="${WORKDIR}/${PHP_P}"

# We can build the following SAPIs in the given order
SAPIS="embed cli cgi fpm apache2"

# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
IUSE="${IUSE}
${SAPIS/cli/+cli}
threads"

IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
crypt +ctype curl debug
enchant exif frontbase +fileinfo +filter firebird
flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash
mssql mysql libmysqlclient mysqli nls
oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
readline recode selinux +session sharedmem
+simplexml snmp soap sockets spell sqlite ssl
sybase-ct sysvipc systemd tidy +tokenizer truetype unicode vpx wddx
+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"

DEPEND="
>=app-admin/eselect-php-0.7.1-r3[apache2?,fpm?]
>=dev-libs/libpcre-8.32[unicode]
apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
=de

[gentoo-commits] gentoo-x86 commit in dev-php/pecl-memcache: pecl-memcache-3.0.8-r1.ebuild ChangeLog

2015-01-08 Thread Ole Markus With (olemarkus)
olemarkus15/01/08 09:15:40

  Modified: pecl-memcache-3.0.8-r1.ebuild ChangeLog
  Log:
  Updated reason why we skip tests to match reality
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.2  dev-php/pecl-memcache/pecl-memcache-3.0.8-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-memcache/pecl-memcache-3.0.8-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-memcache/pecl-memcache-3.0.8-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-memcache/pecl-memcache-3.0.8-r1.ebuild?r1=1.1&r2=1.2

Index: pecl-memcache-3.0.8-r1.ebuild
===
RCS file: 
/var/cvsroot/gentoo-x86/dev-php/pecl-memcache/pecl-memcache-3.0.8-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pecl-memcache-3.0.8-r1.ebuild   2 Sep 2014 10:20:22 -   1.1
+++ pecl-memcache-3.0.8-r1.ebuild   8 Jan 2015 09:15:40 -   1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-php/pecl-memcache/pecl-memcache-3.0.8-r1.ebuild,v 
1.1 2014/09/02 10:20:22 olemarkus Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-php/pecl-memcache/pecl-memcache-3.0.8-r1.ebuild,v 
1.2 2015/01/08 09:15:40 olemarkus Exp $
 
 EAPI="5"
 PHP_EXT_NAME="memcache"
@@ -23,7 +23,7 @@
dev-lang/php[session?]"
 RDEPEND="${DEPEND}"
 
-# upstream does not ship any testsuite, so the PHPize test-runner fails.
+# The test suite requires memcached to be running.
 RESTRICT='test'
 
 src_configure() {



1.18 dev-php/pecl-memcache/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-memcache/ChangeLog?rev=1.18&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-memcache/ChangeLog?rev=1.18&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-memcache/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-memcache/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   15 Oct 2014 15:37:04 -  1.17
+++ ChangeLog   8 Jan 2015 09:15:40 -   1.18
@@ -1,6 +1,10 @@
 # ChangeLog for dev-php/pecl-memcache
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-memcache/ChangeLog,v 1.17 
2014/10/15 15:37:04 grknight Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-memcache/ChangeLog,v 1.18 
2015/01/08 09:15:40 olemarkus Exp $
+
+  08 Jan 2015; Ole Markus With 
+  pecl-memcache-3.0.8-r1.ebuild:
+  Updated reason why we skip tests to match reality
 
   15 Oct 2014; Brian Evans  pecl-memcache-2.2.7.ebuild:
   EAPI bump; Drop 5.3 support






[gentoo-commits] gentoo-x86 commit in dev-php/pecl-mysqlnd_qc: metadata.xml ChangeLog

2015-01-05 Thread Ole Markus With (olemarkus)
olemarkus15/01/05 08:40:38

  Modified: metadata.xml ChangeLog
  Log:
  Removing pa...@senbonzakura.eu as proxy maintainer
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.4  dev-php/pecl-mysqlnd_qc/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mysqlnd_qc/metadata.xml?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mysqlnd_qc/metadata.xml?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mysqlnd_qc/metadata.xml?r1=1.3&r2=1.4

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-mysqlnd_qc/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml2 Oct 2014 03:47:20 -   1.3
+++ metadata.xml5 Jan 2015 08:40:38 -   1.4
@@ -2,14 +2,9 @@
 http://www.gentoo.org/dtd/metadata.dtd";>
 
   php
-  proxy-maintainers
   
 olemar...@gentoo.org
   
-  
- pa...@senbonzakura.eu
-Proxied co-maintainer, CC on all bugs
-  
   
 Use dev-libs/libmemcached as a storage 
handler
 Use dev-db/sqlite as a storage 
handler



1.9  dev-php/pecl-mysqlnd_qc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mysqlnd_qc/ChangeLog?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mysqlnd_qc/ChangeLog?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mysqlnd_qc/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-mysqlnd_qc/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   4 Jan 2015 23:35:13 -   1.8
+++ ChangeLog   5 Jan 2015 08:40:38 -   1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/pecl-mysqlnd_qc
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mysqlnd_qc/ChangeLog,v 1.8 
2015/01/04 23:35:13 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mysqlnd_qc/ChangeLog,v 1.9 
2015/01/05 08:40:38 olemarkus Exp $
+
+  05 Jan 2015; Ole Markus With  metadata.xml:
+  Removing pa...@senbonzakura.eu as proxy maintainer
 
   04 Jan 2015; Brian Evans  pecl-mysqlnd_qc-1.2.0.ebuild:
   Fix dependencies wrt bug 534616






[gentoo-commits] gentoo-x86 commit in dev-lang/php: ChangeLog php-5.4.35.ebuild php-5.5.19.ebuild php-5.6.2.ebuild php-5.4.34.ebuild php-5.6.3.ebuild php-5.5.18.ebuild

2014-12-26 Thread Ole Markus With (olemarkus)
olemarkus14/12/26 13:57:09

  Modified: ChangeLog
  Removed:  php-5.4.35.ebuild php-5.5.19.ebuild
php-5.6.2.ebuild php-5.4.34.ebuild php-5.6.3.ebuild
php-5.5.18.ebuild
  Log:
  Removing older versions
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.919dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.919&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.919&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.918&r2=1.919

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.918
retrieving revision 1.919
diff -u -r1.918 -r1.919
--- ChangeLog   26 Dec 2014 09:28:56 -  1.918
+++ ChangeLog   26 Dec 2014 13:57:09 -  1.919
@@ -1,6 +1,11 @@
 # 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.918 2014/12/26 
09:28:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.919 2014/12/26 
13:57:09 olemarkus Exp $
+
+  26 Dec 2014; Ole Markus With  -php-5.4.34.ebuild,
+  -php-5.4.35.ebuild, -php-5.5.18.ebuild, -php-5.5.19.ebuild, 
-php-5.6.2.ebuild,
+  -php-5.6.3.ebuild:
+  Removing older versions
 
   26 Dec 2014; Agostino Sarubbo  php-5.4.36.ebuild,
   php-5.5.20.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.4.36.ebuild php-5.5.20.ebuild php-5.6.4.ebuild ChangeLog

2014-12-19 Thread Ole Markus With (olemarkus)
olemarkus14/12/19 15:09:48

  Modified: ChangeLog
  Added:php-5.4.36.ebuild php-5.5.20.ebuild
php-5.6.4.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.909dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.909&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.909&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.908&r2=1.909

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.908
retrieving revision 1.909
diff -u -r1.908 -r1.909
--- ChangeLog   14 Nov 2014 11:21:52 -  1.908
+++ ChangeLog   19 Dec 2014 15:09:48 -  1.909
@@ -1,6 +1,14 @@
 # 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.908 2014/11/14 
11:21:52 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.909 2014/12/19 
15:09:48 olemarkus Exp $
+
+*php-5.5.20 (19 Dec 2014)
+*php-5.4.36 (19 Dec 2014)
+*php-5.6.4 (19 Dec 2014)
+
+  19 Dec 2014; Ole Markus With  +php-5.4.36.ebuild,
+  +php-5.5.20.ebuild, +php-5.6.4.ebuild:
+  Version bump
 
 *php-5.4.35 (14 Nov 2014)
 *php-5.5.19 (14 Nov 2014)



1.1  dev-lang/php/php-5.4.36.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.36.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.36.ebuild?rev=1.1&content-type=text/plain

Index: php-5.4.36.ebuild
===
# 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.36.ebuild,v 1.1 
2014/12/19 15:09:48 olemarkus Exp $

EAPI=5

inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"

function php_get_uri ()
{
case "${1}" in
"php-pre")
echo "http://downloads.php.net/stas/${2}";
;;
"php")
echo "http://www.php.net/distributions/${2}";
;;
"olemarkus")
echo "http://dev.gentoo.org/~olemarkus/php/${2}";
;;
"gentoo")
echo "mirror://gentoo/${2}"
;;
*)
die "unhandled case in php_get_uri"
;;
esac
}

PHP_MV="$(get_major_version)"
SLOT="$(get_version_component_range 1-2)"

# alias, so we can handle different types of releases (finals, rcs, alphas,
# betas, ...) w/o changing the whole ebuild
PHP_PV="${PV/_rc/RC}"
PHP_PV="${PHP_PV/_alpha/alpha}"
PHP_PV="${PHP_PV/_beta/beta}"
PHP_RELEASE="php"
[[ ${PV} == ${PV/_alpha/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_beta/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_rc/} ]] || PHP_RELEASE="php-pre"
PHP_P="${PN}-${PHP_PV}"

PHP_PATCHSET_LOC="olemarkus"

PHP_SRC_URI="$(php_get_uri "${PHP_RELEASE}" "${PHP_P}.tar.bz2")"

PHP_PATCHSET="2"
PHP_PATCHSET_URI="
$(php_get_uri "${PHP_PATCHSET_LOC}" 
"php-patchset-${SLOT}-r${PHP_PATCHSET}.tar.bz2")"

PHP_FPM_INIT_VER="4"
PHP_FPM_CONF_VER="1"

SRC_URI="
${PHP_SRC_URI}
${PHP_PATCHSET_URI}"

DESCRIPTION="The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 
and embed SAPIs"
HOMEPAGE="http://php.net/";
LICENSE="PHP-3"

S="${WORKDIR}/${PHP_P}"

# We can build the following SAPIs in the given order
SAPIS="embed cli cgi fpm apache2"

# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
IUSE="${IUSE}
${SAPIS/cli/+cli}
threads"

IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
crypt +ctype curl curlwrappers debug
enchant exif +fileinfo +filter firebird
flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash
mssql mysql mysqlnd mysqli nls
oci8-instant-client odbc pcntl pdo +phar +posix postgres qdbm
readline recode selinux +session sharedmem
+simplexml snmp soap sockets spell sqlite ssl
sybase-ct sysvipc systemd tidy +tokenizer truetype unicode wddx
+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"

DEPEND="
>=app-admin/eselect-php-0.7.1-r3[apache2?,fpm?]
>=dev-libs/libpcre-8.32[unicode]
apache2? ( || ( >=www

[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.5.19.ebuild php-5.4.35.ebuild php-5.6.3.ebuild ChangeLog

2014-11-14 Thread Ole Markus With (olemarkus)
olemarkus14/11/14 11:21:52

  Modified: ChangeLog
  Added:php-5.5.19.ebuild php-5.4.35.ebuild
php-5.6.3.ebuild
  Log:
  Version bump of php 5.{4,5,6}
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.908dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.908&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.908&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.907&r2=1.908

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.907
retrieving revision 1.908
diff -u -r1.907 -r1.908
--- ChangeLog   3 Nov 2014 11:40:17 -   1.907
+++ ChangeLog   14 Nov 2014 11:21:52 -  1.908
@@ -1,6 +1,14 @@
 # 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.907 2014/11/03 
11:40:17 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.908 2014/11/14 
11:21:52 olemarkus Exp $
+
+*php-5.4.35 (14 Nov 2014)
+*php-5.5.19 (14 Nov 2014)
+*php-5.6.3 (14 Nov 2014)
+
+  14 Nov 2014; Ole Markus With  +php-5.4.35.ebuild,
+  +php-5.5.19.ebuild, +php-5.6.3.ebuild:
+  Version bump of php 5.{4,5,6}
 
   03 Nov 2014; Aaron W. Swenson  php-5.3.29.ebuild,
   php-5.4.34.ebuild, php-5.5.18.ebuild, php-5.6.2.ebuild:



1.1  dev-lang/php/php-5.5.19.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.19.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.19.ebuild?rev=1.1&content-type=text/plain

Index: php-5.5.19.ebuild
===
# 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.19.ebuild,v 1.1 
2014/11/14 11:21:52 olemarkus Exp $

EAPI=5

inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"

function php_get_uri ()
{
case "${1}" in
"php-pre")
echo "http://downloads.php.net/dsp/${2}";
;;
"php")
echo "http://www.php.net/distributions/${2}";
;;
"olemarkus")
echo "http://dev.gentoo.org/~olemarkus/php/${2}";
;;
"gentoo")
echo "mirror://gentoo/${2}"
;;
*)
die "unhandled case in php_get_uri"
;;
esac
}

PHP_MV="$(get_major_version)"
SLOT="$(get_version_component_range 1-2)"

# alias, so we can handle different types of releases (finals, rcs, alphas,
# betas, ...) w/o changing the whole ebuild
PHP_PV="${PV/_rc/RC}"
PHP_PV="${PHP_PV/_alpha/alpha}"
PHP_PV="${PHP_PV/_beta/beta}"
PHP_RELEASE="php"
[[ ${PV} == ${PV/_alpha/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_beta/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_rc/} ]] || PHP_RELEASE="php-pre"
PHP_P="${PN}-${PHP_PV}"

PHP_SRC_URI="$(php_get_uri "${PHP_RELEASE}" "${PHP_P}.tar.bz2")"

PHP_FPM_CONF_VER="1"

SRC_URI="${PHP_SRC_URI}"

DESCRIPTION="The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 
and embed SAPIs"
HOMEPAGE="http://php.net/";
LICENSE="PHP-3"

S="${WORKDIR}/${PHP_P}"

# We can build the following SAPIs in the given order
SAPIS="embed cli cgi fpm apache2"

# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
IUSE="${IUSE}
${SAPIS/cli/+cli}
threads"

IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
crypt +ctype curl debug
enchant exif frontbase +fileinfo +filter firebird
flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash
mssql mysql libmysqlclient mysqli nls
oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
readline recode selinux +session sharedmem
+simplexml snmp soap sockets spell sqlite ssl
sybase-ct sysvipc systemd tidy +tokenizer truetype unicode vpx wddx
+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"

DEPEND="
>=app-admin/eselect-php-0.7.1-r3[apache2?,fpm?]
>=dev-libs/libpcre-8.32[unicode]
apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
=dev-libs/libmcrypt-2.4 )
   

[gentoo-commits] gentoo-x86 commit in dev-lang/php: ChangeLog php-5.5.16.ebuild php-5.4.32.ebuild

2014-11-02 Thread Ole Markus With (olemarkus)
olemarkus14/11/02 12:27:52

  Modified: ChangeLog
  Removed:  php-5.5.16.ebuild php-5.4.32.ebuild
  Log:
  cleaning up
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.906dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.906&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.906&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.905&r2=1.906

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.905
retrieving revision 1.906
diff -u -r1.905 -r1.906
--- ChangeLog   2 Nov 2014 09:48:38 -   1.905
+++ ChangeLog   2 Nov 2014 12:27:52 -   1.906
@@ -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.905 2014/11/02 
09:48:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.906 2014/11/02 
12:27:52 olemarkus Exp $
+
+  02 Nov 2014; Ole Markus With  -php-5.4.32.ebuild,
+  -php-5.5.16.ebuild:
+  cleaning up
 
   02 Nov 2014; Agostino Sarubbo  php-5.4.34.ebuild,
   php-5.5.18.ebuild:






[gentoo-commits] gentoo-x86 commit in app-doc/php-docs: ChangeLog php-docs-20101029.ebuild php-docs-20100730.ebuild php-docs-20071125-r2.ebuild

2014-10-20 Thread Ole Markus With (olemarkus)
olemarkus14/10/20 07:32:12

  Modified: ChangeLog
  Removed:  php-docs-20101029.ebuild php-docs-20100730.ebuild
php-docs-20071125-r2.ebuild
  Log:
  Remove older versions
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.59 app-doc/php-docs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/php-docs/ChangeLog?rev=1.59&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/php-docs/ChangeLog?rev=1.59&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-doc/php-docs/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/app-doc/php-docs/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog   29 May 2012 16:55:57 -  1.58
+++ ChangeLog   20 Oct 2014 07:32:12 -  1.59
@@ -1,6 +1,11 @@
 # ChangeLog for app-doc/php-docs
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/php-docs/ChangeLog,v 1.58 
2012/05/29 16:55:57 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/php-docs/ChangeLog,v 1.59 
2014/10/20 07:32:12 olemarkus Exp $
+
+  20 Oct 2014; Ole Markus With 
+  -php-docs-20071125-r2.ebuild, -php-docs-20100730.ebuild,
+  -php-docs-20101029.ebuild:
+  Remove older versions
 
   29 May 2012; Alexis Ballier 
   php-docs-20101029-r1.ebuild:






[gentoo-commits] gentoo-x86 commit in dev-lang/php: ChangeLog php-5.4.33.ebuild php-5.5.17.ebuild php-5.6.0.ebuild php-5.6.1.ebuild

2014-10-17 Thread Ole Markus With (olemarkus)
olemarkus14/10/17 12:39:04

  Modified: ChangeLog
  Removed:  php-5.4.33.ebuild php-5.5.17.ebuild
php-5.6.0.ebuild php-5.6.1.ebuild
  Log:
  Removing older versions
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.894dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.894&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.894&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.893&r2=1.894

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.893
retrieving revision 1.894
diff -u -r1.893 -r1.894
--- ChangeLog   17 Oct 2014 12:33:51 -  1.893
+++ ChangeLog   17 Oct 2014 12:39:04 -  1.894
@@ -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.893 2014/10/17 
12:33:51 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.894 2014/10/17 
12:39:04 olemarkus Exp $
+
+  17 Oct 2014; Ole Markus With  -php-5.4.33.ebuild,
+  -php-5.5.17.ebuild, -php-5.6.0.ebuild, -php-5.6.1.ebuild:
+  Removing older versions
 
 *php-5.4.34 (17 Oct 2014)
 *php-5.6.2 (17 Oct 2014)






[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.6.2.ebuild php-5.4.34.ebuild php-5.5.18.ebuild ChangeLog

2014-10-17 Thread Ole Markus With (olemarkus)
olemarkus14/10/17 12:33:51

  Modified: ChangeLog
  Added:php-5.6.2.ebuild php-5.4.34.ebuild
php-5.5.18.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.893dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.893&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.893&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.892&r2=1.893

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.892
retrieving revision 1.893
diff -u -r1.892 -r1.893
--- ChangeLog   10 Oct 2014 18:04:18 -  1.892
+++ ChangeLog   17 Oct 2014 12:33:51 -  1.893
@@ -1,6 +1,14 @@
 # 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.892 2014/10/10 
18:04:18 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.893 2014/10/17 
12:33:51 olemarkus Exp $
+
+*php-5.4.34 (17 Oct 2014)
+*php-5.6.2 (17 Oct 2014)
+*php-5.5.18 (17 Oct 2014)
+
+  17 Oct 2014; Ole Markus With  +php-5.4.34.ebuild,
+  +php-5.5.18.ebuild, +php-5.6.2.ebuild:
+  Version bump
 
   10 Oct 2014; Brian Evans  php-5.3.29.ebuild,
   php-5.4.32.ebuild, php-5.4.33.ebuild, php-5.5.16.ebuild, php-5.5.17.ebuild,



1.1  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.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.6.2.ebuild?rev=1.1&content-type=text/plain

Index: php-5.6.2.ebuild
===
# 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 $

EAPI=5

inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"

function php_get_uri ()
{
case "${1}" in
"php-pre")
echo "http://downloads.php.net/dsp/${2}";
;;
"php")
echo "http://www.php.net/distributions/${2}";
;;
"olemarkus")
echo "http://dev.gentoo.org/~olemarkus/php/${2}";
;;
"gentoo")
echo "mirror://gentoo/${2}"
;;
*)
die "unhandled case in php_get_uri"
;;
esac
}

PHP_MV="$(get_major_version)"
SLOT="$(get_version_component_range 1-2)"

# alias, so we can handle different types of releases (finals, rcs, alphas,
# betas, ...) w/o changing the whole ebuild
PHP_PV="${PV/_rc/RC}"
PHP_PV="${PHP_PV/_alpha/alpha}"
PHP_PV="${PHP_PV/_beta/beta}"
PHP_RELEASE="php"
[[ ${PV} == ${PV/_alpha/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_beta/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_rc/} ]] || PHP_RELEASE="php-pre"
PHP_P="${PN}-${PHP_PV}"

PHP_SRC_URI="$(php_get_uri "${PHP_RELEASE}" "${PHP_P}.tar.bz2")"

PHP_FPM_CONF_VER="1"

SRC_URI="${PHP_SRC_URI}"

DESCRIPTION="The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 
and embed SAPIs"
HOMEPAGE="http://php.net/";
LICENSE="PHP-3"

S="${WORKDIR}/${PHP_P}"

# We can build the following SAPIs in the given order
SAPIS="embed cli cgi fpm apache2"

# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
IUSE="${IUSE}
${SAPIS/cli/+cli}
threads"

IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
crypt +ctype curl debug
enchant exif frontbase +fileinfo +filter firebird
flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash
mssql mysql libmysqlclient mysqli nls
oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
readline recode selinux +session sharedmem
+simplexml snmp soap sockets spell sqlite ssl
sybase-ct sysvipc systemd tidy +tokenizer truetype unicode vpx wddx
+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"

DEPEND="
>=app-admin/eselect-php-0.7.1-r3[apache2?,fpm?]
>=dev-libs/libpcre-8.32[unicode]
apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
=dev-libs/libmcrypt-2.4 )
curl? ( >=net-misc/curl-7

[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.6.1.ebuild ChangeLog

2014-10-03 Thread Ole Markus With (olemarkus)
olemarkus14/10/03 09:04:04

  Modified: ChangeLog
  Added:php-5.6.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.891dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.891&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.891&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.890&r2=1.891

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.890
retrieving revision 1.891
diff -u -r1.890 -r1.891
--- ChangeLog   19 Sep 2014 12:14:27 -  1.890
+++ ChangeLog   3 Oct 2014 09:04:04 -   1.891
@@ -1,6 +1,11 @@
 # 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.890 2014/09/19 
12:14:27 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.891 2014/10/03 
09:04:04 olemarkus Exp $
+
+*php-5.6.1 (03 Oct 2014)
+
+  03 Oct 2014; Ole Markus With  +php-5.6.1.ebuild:
+  Version bump
 
 *php-5.4.33 (19 Sep 2014)
 *php-5.5.17 (19 Sep 2014)



1.1  dev-lang/php/php-5.6.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.6.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.6.1.ebuild?rev=1.1&content-type=text/plain

Index: php-5.6.1.ebuild
===
# 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.1.ebuild,v 1.1 
2014/10/03 09:04:04 olemarkus Exp $

EAPI=5

inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"

function php_get_uri ()
{
case "${1}" in
"php-pre")
echo "http://downloads.php.net/dsp/${2}";
;;
"php")
echo "http://www.php.net/distributions/${2}";
;;
"olemarkus")
echo "http://dev.gentoo.org/~olemarkus/php/${2}";
;;
"gentoo")
echo "mirror://gentoo/${2}"
;;
*)
die "unhandled case in php_get_uri"
;;
esac
}

PHP_MV="$(get_major_version)"
SLOT="$(get_version_component_range 1-2)"

# alias, so we can handle different types of releases (finals, rcs, alphas,
# betas, ...) w/o changing the whole ebuild
PHP_PV="${PV/_rc/RC}"
PHP_PV="${PHP_PV/_alpha/alpha}"
PHP_PV="${PHP_PV/_beta/beta}"
PHP_RELEASE="php"
[[ ${PV} == ${PV/_alpha/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_beta/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_rc/} ]] || PHP_RELEASE="php-pre"
PHP_P="${PN}-${PHP_PV}"

PHP_SRC_URI="$(php_get_uri "${PHP_RELEASE}" "${PHP_P}.tar.bz2")"

PHP_FPM_CONF_VER="1"

SRC_URI="${PHP_SRC_URI}"

DESCRIPTION="The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 
and embed SAPIs"
HOMEPAGE="http://php.net/";
LICENSE="PHP-3"

S="${WORKDIR}/${PHP_P}"

# We can build the following SAPIs in the given order
SAPIS="embed cli cgi fpm apache2"

# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
IUSE="${IUSE}
${SAPIS/cli/+cli}
threads"

IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
crypt +ctype curl debug
enchant exif frontbase +fileinfo +filter firebird
flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash
mssql mysql libmysqlclient mysqli nls
oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
readline recode selinux +session sharedmem
+simplexml snmp soap sockets spell sqlite ssl
sybase-ct sysvipc systemd tidy +tokenizer truetype unicode vpx wddx
+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"

DEPEND="
>=app-admin/eselect-php-0.7.1-r3[apache2?,fpm?]
>=dev-libs/libpcre-8.32[unicode]
apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
=dev-libs/libmcrypt-2.4 )
curl? ( >=net-misc/curl-7.10.5 )
enchant? ( app-text/enchant )
exif? ( !gd? (
virtual/jpeg:0
media-libs/libpng:0=
sys-libs/zlib
) )
firebird? ( dev-db/firebird )
gd? 

[gentoo-commits] gentoo-x86 commit in dev-php/pecl-memcached: pecl-memcached-2.2.0.ebuild ChangeLog

2014-09-28 Thread Ole Markus With (olemarkus)
olemarkus14/09/28 12:28:12

  Modified: ChangeLog
  Added:pecl-memcached-2.2.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.15 dev-php/pecl-memcached/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-memcached/ChangeLog?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-memcached/ChangeLog?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-memcached/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-memcached/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   16 Dec 2013 08:12:13 -  1.14
+++ ChangeLog   28 Sep 2014 12:28:12 -  1.15
@@ -1,6 +1,12 @@
 # ChangeLog for dev-php/pecl-memcached
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-memcached/ChangeLog,v 1.14 
2013/12/16 08:12:13 robbat2 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-memcached/ChangeLog,v 1.15 
2014/09/28 12:28:12 olemarkus Exp $
+
+*pecl-memcached-2.2.0 (28 Sep 2014)
+
+  28 Sep 2014; Ole Markus With 
+  +pecl-memcached-2.2.0.ebuild:
+  Version bump
 
 *pecl-memcached-2.1.0-r3 (16 Dec 2013)
 



1.1  dev-php/pecl-memcached/pecl-memcached-2.2.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-memcached/pecl-memcached-2.2.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-memcached/pecl-memcached-2.2.0.ebuild?rev=1.1&content-type=text/plain

Index: pecl-memcached-2.2.0.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-php/pecl-memcached/pecl-memcached-2.2.0.ebuild,v 
1.1 2014/09/28 12:28:12 olemarkus Exp $

EAPI="4"
PHP_EXT_NAME="memcached"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
DOCS="README"

USE_PHP="php5-5 php5-6 php5-4"

inherit base php-ext-pecl-r2

KEYWORDS="~amd64 ~x86"

DESCRIPTION="PHP extension for interfacing with memcached via libmemcached 
library"
LICENSE="PHP-3"
SLOT="0"
IUSE="+session igbinary json sasl"

DEPEND="|| ( >=dev-libs/libmemcached-1.0.14 >=dev-libs/libmemcached-1.0[sasl?] )
sys-libs/zlib
dev-lang/php[session?,json?]
igbinary? ( 
dev-php/igbinary[php_targets_php5-5?,php_targets_php5-4?,php_targets_php5-3?] )"
RDEPEND="${DEPEND}"

src_prepare() {
local slot orig_s="${S}"
for slot in $(php_get_slots); do
export S="${WORKDIR}/${slot}"
cd "${S}"
base_src_prepare
done
export S="${orig_s}"
cd "${S}"
php-ext-source-r2_src_prepare
}

src_configure() {
my_conf="--enable-memcached
$(use_enable session memcached-session)
$(use_enable sasl memcached-sasl)
$(use_enable json memcached-json)
$(use_enable igbinary memcached-igbinary)"

php-ext-source-r2_src_configure
}






[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.5.17.ebuild php-5.4.33.ebuild ChangeLog

2014-09-19 Thread Ole Markus With (olemarkus)
olemarkus14/09/19 12:14:27

  Modified: ChangeLog
  Added:php-5.5.17.ebuild php-5.4.33.ebuild
  Log:
  Version bump of php:5.5 and php:5.4
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.890dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.890&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.890&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.889&r2=1.890

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.889
retrieving revision 1.890
diff -u -r1.889 -r1.890
--- ChangeLog   28 Aug 2014 14:05:32 -  1.889
+++ ChangeLog   19 Sep 2014 12:14:27 -  1.890
@@ -1,6 +1,13 @@
 # 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.889 2014/08/28 
14:05:32 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.890 2014/09/19 
12:14:27 olemarkus Exp $
+
+*php-5.4.33 (19 Sep 2014)
+*php-5.5.17 (19 Sep 2014)
+
+  19 Sep 2014; Ole Markus With  +php-5.4.33.ebuild,
+  +php-5.5.17.ebuild:
+  Version bump of php:5.5 and php:5.4
 
 *php-5.6.0 (28 Aug 2014)
 



1.1  dev-lang/php/php-5.5.17.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.17.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.17.ebuild?rev=1.1&content-type=text/plain

Index: php-5.5.17.ebuild
===
# 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.17.ebuild,v 1.1 
2014/09/19 12:14:27 olemarkus Exp $

EAPI=5

inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"

function php_get_uri ()
{
case "${1}" in
"php-pre")
echo "http://downloads.php.net/dsp/${2}";
;;
"php")
echo "http://www.php.net/distributions/${2}";
;;
"olemarkus")
echo "http://dev.gentoo.org/~olemarkus/php/${2}";
;;
"gentoo")
echo "mirror://gentoo/${2}"
;;
*)
die "unhandled case in php_get_uri"
;;
esac
}

PHP_MV="$(get_major_version)"
SLOT="$(get_version_component_range 1-2)"

# alias, so we can handle different types of releases (finals, rcs, alphas,
# betas, ...) w/o changing the whole ebuild
PHP_PV="${PV/_rc/RC}"
PHP_PV="${PHP_PV/_alpha/alpha}"
PHP_PV="${PHP_PV/_beta/beta}"
PHP_RELEASE="php"
[[ ${PV} == ${PV/_alpha/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_beta/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_rc/} ]] || PHP_RELEASE="php-pre"
PHP_P="${PN}-${PHP_PV}"

PHP_SRC_URI="$(php_get_uri "${PHP_RELEASE}" "${PHP_P}.tar.bz2")"

PHP_FPM_CONF_VER="1"

SRC_URI="${PHP_SRC_URI}"

DESCRIPTION="The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 
and embed SAPIs"
HOMEPAGE="http://php.net/";
LICENSE="PHP-3"

S="${WORKDIR}/${PHP_P}"

# We can build the following SAPIs in the given order
SAPIS="embed cli cgi fpm apache2"

# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
IUSE="${IUSE}
${SAPIS/cli/+cli}
threads"

IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
crypt +ctype curl debug
enchant exif frontbase +fileinfo +filter firebird
flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash
mssql mysql libmysqlclient mysqli nls
oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
readline recode selinux +session sharedmem
+simplexml snmp soap sockets spell sqlite ssl
sybase-ct sysvipc systemd tidy +tokenizer truetype unicode vpx wddx
+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"

DEPEND="
>=app-admin/eselect-php-0.7.1-r3[apache2?,fpm?]
>=dev-libs/libpcre-8.32[unicode]
apache2? ( || ( >=www-servers/apache-2.4[apache2_modules_unixd,threads=]
=dev-libs/libmcrypt-2.4 )
curl? ( >=net-misc/curl-7.10.5 )
enchant? ( app-text/enchant )
exif? ( !gd? (
virtual/jpeg:0
media-libs/libpng

[gentoo-commits] gentoo-x86 commit in dev-php/pecl-xdiff: pecl-xdiff-1.5.2-r2.ebuild ChangeLog pecl-xdiff-1.5.2.ebuild pecl-xdiff-1.5.2-r1.ebuild

2014-09-06 Thread Ole Markus With (olemarkus)
olemarkus14/09/06 18:12:38

  Modified: ChangeLog
  Added:pecl-xdiff-1.5.2-r2.ebuild
  Removed:  pecl-xdiff-1.5.2.ebuild pecl-xdiff-1.5.2-r1.ebuild
  Log:
  Revbump to support php 5.6
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.5  dev-php/pecl-xdiff/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-xdiff/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-xdiff/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-xdiff/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-xdiff/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   7 Nov 2013 22:28:42 -   1.4
+++ ChangeLog   6 Sep 2014 18:12:38 -   1.5
@@ -1,6 +1,13 @@
 # ChangeLog for dev-php/pecl-xdiff
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-xdiff/ChangeLog,v 1.4 
2013/11/07 22:28:42 mabi Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-xdiff/ChangeLog,v 1.5 
2014/09/06 18:12:38 olemarkus Exp $
+
+*pecl-xdiff-1.5.2-r2 (06 Sep 2014)
+
+  06 Sep 2014; Ole Markus With 
+  +pecl-xdiff-1.5.2-r2.ebuild, -pecl-xdiff-1.5.2-r1.ebuild,
+  -pecl-xdiff-1.5.2.ebuild:
+  Revbump to support php 5.6
 
 *pecl-xdiff-1.5.2-r1 (07 Nov 2013)
 



1.1  dev-php/pecl-xdiff/pecl-xdiff-1.5.2-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-xdiff/pecl-xdiff-1.5.2-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-xdiff/pecl-xdiff-1.5.2-r2.ebuild?rev=1.1&content-type=text/plain

Index: pecl-xdiff-1.5.2-r2.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-php/pecl-xdiff/pecl-xdiff-1.5.2-r2.ebuild,v 1.1 
2014/09/06 18:12:38 olemarkus Exp $

EAPI=4

PHP_EXT_NAME="xdiff"
PHP_EXT_PECL_PKG="xdiff"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
DOCS="README.API"

USE_PHP="php5-6 php5-4 php5-5"

inherit php-ext-pecl-r2

KEYWORDS="~x86 ~amd64"

DESCRIPTION="PHP extension for generating diff files"
LICENSE="PHP-3.01"
SLOT="0"
IUSE=""

DEPEND="dev-libs/libxdiff"
RDEPEND="${DEPEND}"






[gentoo-commits] gentoo-x86 commit in dev-php/pecl-memcache: pecl-memcache-3.0.8-r1.ebuild ChangeLog

2014-09-02 Thread Ole Markus With (olemarkus)
olemarkus14/09/02 10:20:22

  Modified: ChangeLog
  Added:pecl-memcache-3.0.8-r1.ebuild
  Log:
  Revbump supporting php 5.6
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.16 dev-php/pecl-memcache/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-memcache/ChangeLog?rev=1.16&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-memcache/ChangeLog?rev=1.16&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-memcache/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-memcache/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   10 Aug 2014 21:02:48 -  1.15
+++ ChangeLog   2 Sep 2014 10:20:22 -   1.16
@@ -1,6 +1,12 @@
 # ChangeLog for dev-php/pecl-memcache
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-memcache/ChangeLog,v 1.15 
2014/08/10 21:02:48 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-memcache/ChangeLog,v 1.16 
2014/09/02 10:20:22 olemarkus Exp $
+
+*pecl-memcache-3.0.8-r1 (02 Sep 2014)
+
+  02 Sep 2014; Ole Markus With 
+  +pecl-memcache-3.0.8-r1.ebuild:
+  Revbump supporting php 5.6
 
   10 Aug 2014; Sergei Trofimovich 
   pecl-memcache-2.2.6-r2.ebuild, pecl-memcache-2.2.7.ebuild,



1.1  dev-php/pecl-memcache/pecl-memcache-3.0.8-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-memcache/pecl-memcache-3.0.8-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-memcache/pecl-memcache-3.0.8-r1.ebuild?rev=1.1&content-type=text/plain

Index: pecl-memcache-3.0.8-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-php/pecl-memcache/pecl-memcache-3.0.8-r1.ebuild,v 
1.1 2014/09/02 10:20:22 olemarkus Exp $

EAPI="5"
PHP_EXT_NAME="memcache"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
DOCS="README"

USE_PHP="php5-6 php5-5 php5-4"

inherit php-ext-pecl-r2

KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"

DESCRIPTION="PHP extension for using memcached"
LICENSE="PHP-3"
SLOT="0"
IUSE="+session"

DEPEND="sys-libs/zlib
dev-lang/php[session?]"
RDEPEND="${DEPEND}"

# upstream does not ship any testsuite, so the PHPize test-runner fails.
RESTRICT='test'

src_configure() {
my_conf="--enable-memcache --with-zlib-dir=/usr $(use_enable session 
memcache-session)"
php-ext-source-r2_src_configure
}

src_install() {
php-ext-pecl-r2_src_install

php-ext-source-r2_addtoinifiles "memcache.allow_failover" "true"
php-ext-source-r2_addtoinifiles "memcache.max_failover_attempts" "20"
php-ext-source-r2_addtoinifiles "memcache.chunk_size" "32768"
php-ext-source-r2_addtoinifiles "memcache.default_port" "11211"
php-ext-source-r2_addtoinifiles "memcache.hash_strategy" "consistent"
php-ext-source-r2_addtoinifiles "memcache.hash_function" "crc32"
php-ext-source-r2_addtoinifiles "memcache.redundancy" "1"
php-ext-source-r2_addtoinifiles "memcache.session_redundancy" "2"
php-ext-source-r2_addtoinifiles "memcache.protocol" "ascii"
}






[gentoo-commits] gentoo-x86 commit in profiles/base: ChangeLog use.mask

2014-09-02 Thread Ole Markus With (olemarkus)
olemarkus14/09/02 10:14:43

  Modified: ChangeLog use.mask
  Log:
  Unmask php_targets_php5-6 USE flag

Revision  ChangesPath
1.715profiles/base/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.715&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?rev=1.715&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/ChangeLog?r1=1.714&r2=1.715

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v
retrieving revision 1.714
retrieving revision 1.715
diff -u -r1.714 -r1.715
--- ChangeLog   27 Aug 2014 07:14:50 -  1.714
+++ ChangeLog   2 Sep 2014 10:14:43 -   1.715
@@ -1,6 +1,9 @@
 # ChangeLog for Gentoo base-profile
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.714 2014/08/27 
07:14:50 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.715 2014/09/02 
10:14:43 olemarkus Exp $
+
+  02 Sep 2014; Ole Markus With  use.mask:
+  Unmask php_targets_php5-6 USE flag
 
   27 Aug 2014; Samuli Suominen  package.use.stable.mask:
   Drop USE="static" mask of sys-fs/cryptsetup in favour of REQUIRED_USE



1.207profiles/base/use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/use.mask?rev=1.207&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/use.mask?rev=1.207&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/use.mask?r1=1.206&r2=1.207

Index: use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/use.mask,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -r1.206 -r1.207
--- use.mask2 Sep 2014 05:30:24 -   1.206
+++ use.mask2 Sep 2014 10:14:43 -   1.207
@@ -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/profiles/base/use.mask,v 1.206 2014/09/02 
05:30:24 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/use.mask,v 1.207 2014/09/02 
10:14:43 olemarkus Exp $
 
 # Mask use-flag firebird and package dev-db/firebird for bug 460780
 firebird
@@ -33,9 +33,8 @@
 # Infiniband stuff should generaly work on all arches but keyworded only on 
amd64/x86
 infiniband
 
-# PHP 5.6 still has no stable version
+# PHP 5.3 har reached EOL and should be removed soon
 php_targets_php5-3
-php_targets_php5-6
 
 # Its deps are not mature enough yet
 ayatana






[gentoo-commits] gentoo-x86 commit in virtual/httpd-php: httpd-php-5.6.ebuild ChangeLog

2014-08-31 Thread Ole Markus With (olemarkus)
olemarkus14/09/01 06:26:48

  Modified: ChangeLog
  Added:httpd-php-5.6.ebuild
  Log:
  Bump to php 5.6
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.43 virtual/httpd-php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.43&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?rev=1.43&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   23 Aug 2013 16:08:56 -  1.42
+++ ChangeLog   1 Sep 2014 06:26:48 -   1.43
@@ -1,6 +1,11 @@
 # ChangeLog for virtual/httpd-php
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.42 
2013/08/23 16:08:56 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/ChangeLog,v 1.43 
2014/09/01 06:26:48 olemarkus Exp $
+
+*httpd-php-5.6 (01 Sep 2014)
+
+  01 Sep 2014; Ole Markus With  +httpd-php-5.6.ebuild:
+  Bump to php 5.6
 
   23 Aug 2013; Jeroen Roovers  httpd-php-5.5.ebuild:
   Stable for HPPA (bug #480460).



1.1  virtual/httpd-php/httpd-php-5.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild?rev=1.1&content-type=text/plain

Index: httpd-php-5.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/httpd-php/httpd-php-5.6.ebuild,v 1.1 
2014/09/01 06:26:48 olemarkus Exp $

EAPI="5"

DESCRIPTION="Virtual to provide PHP-enabled webservers"
HOMEPAGE=""
SRC_URI=""

LICENSE=""
SLOT="${PV}"
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"
IUSE=""

RDEPEND="|| ( dev-lang/php:${SLOT}[fpm]
  dev-lang/php:${SLOT}[apache2]
  dev-lang/php:${SLOT}[cgi] )"
DEPEND=""






[gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask

2014-08-29 Thread Ole Markus With (olemarkus)
olemarkus14/08/29 12:12:46

  Modified: ChangeLog package.mask
  Log:
  Remove mask of php 5.6

Revision  ChangesPath
1.9330   profiles/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9330&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.9330&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.9329&r2=1.9330

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.9329
retrieving revision 1.9330
diff -u -r1.9329 -r1.9330
--- ChangeLog   28 Aug 2014 16:29:19 -  1.9329
+++ ChangeLog   29 Aug 2014 12:12:45 -  1.9330
@@ -1,11 +1,15 @@
 # ChangeLog for profile directory
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9329 2014/08/28 
16:29:19 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9330 2014/08/29 
12:12:45 olemarkus Exp $
 #
 # This ChangeLog should include records for all changes in profiles directory.
 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
 # here. If in doubt put a record here!
 
+  29 Aug 2014; Ole Markus With  base/use.mask,
+  package.mask:
+  Remove mask of php 5.6
+
   28 Aug 2014; Samuli Suominen  package.mask:
   Remove mask for removed version of the libopenraw git snapshot.
 



1.15996  profiles/package.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15996&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.15996&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.15995&r2=1.15996

Index: package.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
retrieving revision 1.15995
retrieving revision 1.15996
diff -u -r1.15995 -r1.15996
--- package.mask28 Aug 2014 16:29:19 -  1.15995
+++ package.mask29 Aug 2014 12:12:45 -  1.15996
@@ -1,5 +1,5 @@
 
-# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15995 2014/08/28 
16:29:19 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15996 2014/08/29 
12:12:45 olemarkus Exp $
 #
 # When you add an entry to the top of this file, add your name, the date, and
 # an explanation of why something is getting masked. Please be extremely
@@ -542,10 +542,6 @@
 # Mask development releases
 =media-sound/lilypond-2.19*
 
-# Ole Markus With  (28 Jan 2014)
-# PHP 5.6 still in early development
->=dev-lang/php-5.6
-
 # Christian Ruppert  (19 Jan 2014)
 # Experimental, for now
 =dev-vcs/gitolite-gentoo-3*






[gentoo-commits] gentoo-x86 commit in profiles/base: use.mask

2014-08-29 Thread Ole Markus With (olemarkus)
olemarkus14/08/29 12:12:46

  Modified: use.mask
  Log:
  Remove mask of php 5.6

Revision  ChangesPath
1.205profiles/base/use.mask

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/use.mask?rev=1.205&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/use.mask?rev=1.205&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/base/use.mask?r1=1.204&r2=1.205

Index: use.mask
===
RCS file: /var/cvsroot/gentoo-x86/profiles/base/use.mask,v
retrieving revision 1.204
retrieving revision 1.205
diff -u -r1.204 -r1.205
--- use.mask29 Aug 2014 11:52:06 -  1.204
+++ use.mask29 Aug 2014 12:12:46 -  1.205
@@ -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/profiles/base/use.mask,v 1.204 2014/08/29 
11:52:06 jauhien Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/use.mask,v 1.205 2014/08/29 
12:12:46 olemarkus Exp $
 
 # Mask use-flag firebird and package dev-db/firebird for bug 460780
 firebird
@@ -33,6 +33,7 @@
 infiniband
 
 # PHP 5.6 still has no stable version
+php_targets_php5-3
 php_targets_php5-6
 
 # Its deps are not mature enough yet






[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.6.0.ebuild ChangeLog php-5.6.0_rc1.ebuild php-5.6.0_beta1.ebuild php-5.6.0_beta2.ebuild php-5.6.0_alpha1-r1.ebuild php-5.6.0_alpha1.ebuild

2014-08-28 Thread Ole Markus With (olemarkus)
olemarkus14/08/28 14:05:32

  Modified: ChangeLog
  Added:php-5.6.0.ebuild
  Removed:  php-5.6.0_rc1.ebuild php-5.6.0_beta1.ebuild
php-5.6.0_beta2.ebuild php-5.6.0_alpha1-r1.ebuild
php-5.6.0_alpha1.ebuild
  Log:
  Add final version of php 5.6.0
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.889dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.889&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.889&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.888&r2=1.889

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.888
retrieving revision 1.889
diff -u -r1.888 -r1.889
--- ChangeLog   26 Aug 2014 09:59:13 -  1.888
+++ ChangeLog   28 Aug 2014 14:05:32 -  1.889
@@ -1,6 +1,13 @@
 # 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.888 2014/08/26 
09:59:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.889 2014/08/28 
14:05:32 olemarkus Exp $
+
+*php-5.6.0 (28 Aug 2014)
+
+  28 Aug 2014; Ole Markus With  +php-5.6.0.ebuild,
+  -php-5.6.0_alpha1-r1.ebuild, -php-5.6.0_alpha1.ebuild,
+  -php-5.6.0_beta1.ebuild, -php-5.6.0_beta2.ebuild, -php-5.6.0_rc1.ebuild:
+  Add final version of php 5.6.0
 
   26 Aug 2014; Agostino Sarubbo  -php-5.3.28-r3.ebuild,
   -php-5.4.30.ebuild, -php-5.4.31.ebuild, -php-5.5.15.ebuild:



1.1  dev-lang/php/php-5.6.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.6.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.6.0.ebuild?rev=1.1&content-type=text/plain

Index: php-5.6.0.ebuild
===
# 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.0.ebuild,v 1.1 
2014/08/28 14:05:32 olemarkus Exp $

EAPI=5

inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"

function php_get_uri ()
{
case "${1}" in
"php-pre")
echo "http://downloads.php.net/dsp/${2}";
;;
"php")
echo "http://www.php.net/distributions/${2}";
;;
"olemarkus")
echo "http://dev.gentoo.org/~olemarkus/php/${2}";
;;
"gentoo")
echo "mirror://gentoo/${2}"
;;
*)
die "unhandled case in php_get_uri"
;;
esac
}

PHP_MV="$(get_major_version)"
SLOT="$(get_version_component_range 1-2)"

# alias, so we can handle different types of releases (finals, rcs, alphas,
# betas, ...) w/o changing the whole ebuild
PHP_PV="${PV/_rc/RC}"
PHP_PV="${PHP_PV/_alpha/alpha}"
PHP_PV="${PHP_PV/_beta/beta}"
PHP_RELEASE="php"
[[ ${PV} == ${PV/_alpha/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_beta/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_rc/} ]] || PHP_RELEASE="php-pre"
PHP_P="${PN}-${PHP_PV}"

PHP_SRC_URI="$(php_get_uri "${PHP_RELEASE}" "${PHP_P}.tar.bz2")"

PHP_FPM_CONF_VER="1"

SRC_URI="${PHP_SRC_URI}"

DESCRIPTION="The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 
and embed SAPIs"
HOMEPAGE="http://php.net/";
LICENSE="PHP-3"

S="${WORKDIR}/${PHP_P}"

# We can build the following SAPIs in the given order
SAPIS="embed cli cgi fpm apache2"

# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
IUSE="${IUSE}
${SAPIS/cli/+cli}
threads"

IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
crypt +ctype curl debug
enchant exif frontbase +fileinfo +filter firebird
flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash
mssql mysql libmysqlclient mysqli nls
oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
readline recode selinux +session sharedmem
+simplexml snmp soap sockets spell sqlite ssl
sybase-ct sysvipc systemd tidy +tokenizer truetype unicode vpx wddx
+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"

DEPEND="
>=app-admin/eselect-php-0.7.1-r3[apache2?,fpm?]
  

[gentoo-commits] gentoo-x86 commit in dev-lang/php: metadata.xml php-5.5.16.ebuild ChangeLog

2014-08-22 Thread Ole Markus With (olemarkus)
olemarkus14/08/22 09:29:01

  Modified: metadata.xml ChangeLog
  Added:php-5.5.16.ebuild
  Log:
  Version bump of php 5.5. Added webp support
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.25 dev-lang/php/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/metadata.xml?rev=1.25&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/metadata.xml?rev=1.25&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/metadata.xml?r1=1.24&r2=1.25

Index: metadata.xml
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/metadata.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- metadata.xml15 May 2013 05:33:53 -  1.24
+++ metadata.xml22 Aug 2014 09:29:01 -  1.25
@@ -23,6 +23,7 @@
Enable XMLReader support
Enable XMLWriter support
Enable the XSL extension
+   Enable webp suppoprt for GD
Enable ZIP file support

 



1.876dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.876&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.876&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.875&r2=1.876

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.875
retrieving revision 1.876
diff -u -r1.875 -r1.876
--- ChangeLog   21 Aug 2014 09:46:19 -  1.875
+++ ChangeLog   22 Aug 2014 09:29:01 -  1.876
@@ -1,6 +1,12 @@
 # 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.875 2014/08/21 
09:46:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.876 2014/08/22 
09:29:01 olemarkus Exp $
+
+*php-5.5.16 (22 Aug 2014)
+
+  22 Aug 2014; Ole Markus With  +php-5.5.16.ebuild,
+  metadata.xml:
+  Version bump of php 5.5. Added webp support
 
   21 Aug 2014; Agostino Sarubbo  php-5.3.29.ebuild:
   Stable for ppc, wrt bug #519932



1.1  dev-lang/php/php-5.5.16.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.16.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.16.ebuild?rev=1.1&content-type=text/plain

Index: php-5.5.16.ebuild
===
# 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.16.ebuild,v 1.1 
2014/08/22 09:29:01 olemarkus Exp $

EAPI=5

inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"

function php_get_uri ()
{
case "${1}" in
"php-pre")
echo "http://downloads.php.net/dsp/${2}";
;;
"php")
echo "http://www.php.net/distributions/${2}";
;;
"olemarkus")
echo "http://dev.gentoo.org/~olemarkus/php/${2}";
;;
"gentoo")
echo "mirror://gentoo/${2}"
;;
*)
die "unhandled case in php_get_uri"
;;
esac
}

PHP_MV="$(get_major_version)"
SLOT="$(get_version_component_range 1-2)"

# alias, so we can handle different types of releases (finals, rcs, alphas,
# betas, ...) w/o changing the whole ebuild
PHP_PV="${PV/_rc/RC}"
PHP_PV="${PHP_PV/_alpha/alpha}"
PHP_PV="${PHP_PV/_beta/beta}"
PHP_RELEASE="php"
[[ ${PV} == ${PV/_alpha/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_beta/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_rc/} ]] || PHP_RELEASE="php-pre"
PHP_P="${PN}-${PHP_PV}"

PHP_SRC_URI="$(php_get_uri "${PHP_RELEASE}" "${PHP_P}.tar.bz2")"

PHP_FPM_CONF_VER="1"

SRC_URI="${PHP_SRC_URI}"

DESCRIPTION="The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 
and embed SAPIs"
HOMEPAGE="http://php.net/";
LICENSE="PHP-3"

S="${WORKDIR}/${PHP_P}"

# We can build the following SAPIs in the given order
SAPIS="embed cli cgi fpm apache2"

# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
IUSE="${IUSE}
${SAPIS/cli/+cli}
threads"

IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cj

[gentoo-commits] gentoo-x86 commit in dev-lang/php: ChangeLog php-5.5.12.ebuild php-5.4.28.ebuild php-5.5.13.ebuild php-5.5.14.ebuild php-5.4.29.ebuild

2014-08-16 Thread Ole Markus With (olemarkus)
olemarkus14/08/16 10:01:52

  Modified: ChangeLog
  Removed:  php-5.5.12.ebuild php-5.4.28.ebuild
php-5.5.13.ebuild php-5.5.14.ebuild
php-5.4.29.ebuild
  Log:
  Remove older ebuilds
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.870dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.870&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.870&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.869&r2=1.870

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.869
retrieving revision 1.870
diff -u -r1.869 -r1.870
--- ChangeLog   15 Aug 2014 12:03:47 -  1.869
+++ ChangeLog   16 Aug 2014 10:01:52 -  1.870
@@ -1,6 +1,11 @@
 # 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.869 2014/08/15 
12:03:47 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.870 2014/08/16 
10:01:52 olemarkus Exp $
+
+  16 Aug 2014; Ole Markus With  -php-5.4.28.ebuild,
+  -php-5.4.29.ebuild, -php-5.5.12.ebuild, -php-5.5.13.ebuild,
+  -php-5.5.14.ebuild:
+  Remove older ebuilds
 
   15 Aug 2014; Jeroen Roovers  php-5.3.29.ebuild:
   Stable for HPPA (bug #519932).






[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.3.29.ebuild ChangeLog

2014-08-14 Thread Ole Markus With (olemarkus)
olemarkus14/08/14 17:39:35

  Modified: ChangeLog
  Added:php-5.3.29.ebuild
  Log:
  Last revbump of php 5.3
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.868dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.868&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.868&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.867&r2=1.868

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.867
retrieving revision 1.868
diff -u -r1.867 -r1.868
--- ChangeLog   10 Aug 2014 20:32:19 -  1.867
+++ ChangeLog   14 Aug 2014 17:39:35 -  1.868
@@ -1,6 +1,11 @@
 # 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.867 2014/08/10 
20:32:19 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.868 2014/08/14 
17:39:35 olemarkus Exp $
+
+*php-5.3.29 (14 Aug 2014)
+
+  14 Aug 2014; Ole Markus With  +php-5.3.29.ebuild:
+  Last revbump of php 5.3
 
   10 Aug 2014; Sergei Trofimovich  php-5.3.28-r3.ebuild,
   php-5.4.28.ebuild, php-5.4.29.ebuild, php-5.4.30.ebuild, php-5.4.31.ebuild,



1.1  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.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.29.ebuild?rev=1.1&content-type=text/plain

Index: php-5.3.29.ebuild
===
# 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.1 
2014/08/14 17:39:35 olemarkus Exp $

EAPI=5

inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd"

function php_get_uri ()
{
case "${1}" in
"php-pre")
echo "http://downloads.php.net/johannes/${2}";
;;
"php")
echo "http://www.php.net/distributions/${2}";
;;
"olemarkus")
echo "http://dev.gentoo.org/~olemarkus/php/${2}";
;;
"gentoo")
echo "mirror://gentoo/${2}"
;;
*)
die "unhandled case in php_get_uri"
;;
esac
}

PHP_MV="$(get_major_version)"
SLOT="$(get_version_component_range 1-2)"

# alias, so we can handle different types of releases (finals, rcs, alphas,
# betas, ...) w/o changing the whole ebuild
PHP_PV="${PV/_rc/RC}"
PHP_PV="${PHP_PV/_alpha/alpha}"
PHP_PV="${PHP_PV/_beta/beta}"
PHP_RELEASE="php"
[[ ${PV} == ${PV/_alpha/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_beta/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_rc/} ]] || PHP_RELEASE="php-pre"
PHP_P="${PN}-${PHP_PV}"

PHP_PATCHSET_LOC="olemarkus"

PHP_SRC_URI="$(php_get_uri "${PHP_RELEASE}" "${PHP_P}.tar.bz2")"

PHP_PATCHSET="0"
PHP_PATCHSET_URI="
$(php_get_uri "${PHP_PATCHSET_LOC}" 
"php-patchset-${SLOT}-r${PHP_PATCHSET}.tar.bz2")"

PHP_FPM_INIT_VER="4"
PHP_FPM_CONF_VER="1"

SRC_URI="
${PHP_SRC_URI}
${PHP_PATCHSET_URI}"

DESCRIPTION="The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 
and embed SAPIs"
HOMEPAGE="http://php.net/";
LICENSE="PHP-3"

S="${WORKDIR}/${PHP_P}"

# We can build the following SAPIs in the given order
SAPIS="embed cli cgi fpm apache2"

# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
IUSE="${IUSE}
${SAPIS/cli/+cli}
threads"

IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
crypt +ctype curl curlwrappers debug
enchant exif +fileinfo +filter firebird
flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash
mssql mysql mysqlnd mysqli nls
oci8-instant-client odbc pcntl pdo +phar +posix postgres qdbm
readline recode selinux +session sharedmem
+simplexml snmp soap sockets spell sqlite2 sqlite ssl
sybase-ct sysvipc tidy +tokenizer truetype unicode wddx
+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"

DEPEND="
>=app-admin/eselect-php-0.7.1-r3[apache2?,fpm?]
>=dev-libs/libpcre-8.32[unicode]
apache2? ( www-servers/apache[threads=] )
berkdb? ( =sys-libs/db-4* )
bzip2? ( app-arch/bzip2 )
cdb? ( || ( dev-db/cdb dev-db/ti

[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.5.15.ebuild php-5.4.31.ebuild ChangeLog

2014-07-28 Thread Ole Markus With (olemarkus)
olemarkus14/07/28 14:11:41

  Modified: ChangeLog
  Added:php-5.5.15.ebuild php-5.4.31.ebuild
  Log:
  Version bumps
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.858dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.858&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.858&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.857&r2=1.858

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.857
retrieving revision 1.858
diff -u -r1.857 -r1.858
--- ChangeLog   5 Jul 2014 11:29:09 -   1.857
+++ ChangeLog   28 Jul 2014 14:11:41 -  1.858
@@ -1,6 +1,13 @@
 # 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.857 2014/07/05 
11:29:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.858 2014/07/28 
14:11:41 olemarkus Exp $
+
+*php-5.5.15 (28 Jul 2014)
+*php-5.4.31 (28 Jul 2014)
+
+  28 Jul 2014; Ole Markus With  +php-5.4.31.ebuild,
+  +php-5.5.15.ebuild:
+  Version bumps
 
   05 Jul 2014; Agostino Sarubbo  php-5.4.30.ebuild,
   php-5.5.14.ebuild:



1.1  dev-lang/php/php-5.5.15.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.15.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.15.ebuild?rev=1.1&content-type=text/plain

Index: php-5.5.15.ebuild
===
# 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.15.ebuild,v 1.1 
2014/07/28 14:11:41 olemarkus Exp $

EAPI=5

inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"

function php_get_uri ()
{
case "${1}" in
"php-pre")
echo "http://downloads.php.net/dsp/${2}";
;;
"php")
echo "http://www.php.net/distributions/${2}";
;;
"olemarkus")
echo "http://dev.gentoo.org/~olemarkus/php/${2}";
;;
"gentoo")
echo "mirror://gentoo/${2}"
;;
*)
die "unhandled case in php_get_uri"
;;
esac
}

PHP_MV="$(get_major_version)"
SLOT="$(get_version_component_range 1-2)"

# alias, so we can handle different types of releases (finals, rcs, alphas,
# betas, ...) w/o changing the whole ebuild
PHP_PV="${PV/_rc/RC}"
PHP_PV="${PHP_PV/_alpha/alpha}"
PHP_PV="${PHP_PV/_beta/beta}"
PHP_RELEASE="php"
[[ ${PV} == ${PV/_alpha/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_beta/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_rc/} ]] || PHP_RELEASE="php-pre"
PHP_P="${PN}-${PHP_PV}"

PHP_SRC_URI="$(php_get_uri "${PHP_RELEASE}" "${PHP_P}.tar.bz2")"

PHP_FPM_CONF_VER="1"

SRC_URI="${PHP_SRC_URI}"

DESCRIPTION="The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 
and embed SAPIs."
HOMEPAGE="http://php.net/";
LICENSE="PHP-3"

S="${WORKDIR}/${PHP_P}"

# We can build the following SAPIs in the given order
SAPIS="embed cli cgi fpm apache2"

# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
IUSE="${IUSE}
${SAPIS/cli/+cli}
threads"

IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
crypt +ctype curl debug
enchant exif frontbase +fileinfo +filter firebird
flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash
mssql mysql libmysqlclient mysqli nls
oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
readline recode selinux +session sharedmem
+simplexml snmp soap sockets spell sqlite ssl
sybase-ct sysvipc systemd tidy +tokenizer truetype unicode wddx
+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"

DEPEND="
>=app-admin/eselect-php-0.7.1-r3[apache2?,fpm?]
>=dev-libs/libpcre-8.32[unicode]
apache2? ( www-servers/apache[threads=] )
berkdb? ( =sys-libs/db-4* )
bzip2? ( app-arch/bzip2 )
cdb? ( || ( dev-db/cdb dev-db/tinycdb ) )
cjk? ( !gd? (
virtual/jpeg:0
media-libs/libpng:0=
sys-libs/zlib
 

[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.4.30.ebuild php-5.5.14.ebuild ChangeLog

2014-06-27 Thread Ole Markus With (olemarkus)
olemarkus14/06/27 10:40:39

  Modified: ChangeLog
  Added:php-5.4.30.ebuild php-5.5.14.ebuild
  Log:
  Version bumps
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.846dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.846&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.846&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.845&r2=1.846

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.845
retrieving revision 1.846
diff -u -r1.845 -r1.846
--- ChangeLog   25 Jun 2014 10:34:06 -  1.845
+++ ChangeLog   27 Jun 2014 10:40:39 -  1.846
@@ -1,6 +1,13 @@
 # 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.845 2014/06/25 
10:34:06 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.846 2014/06/27 
10:40:39 olemarkus Exp $
+
+*php-5.4.30 (27 Jun 2014)
+*php-5.5.14 (27 Jun 2014)
+
+  27 Jun 2014; Ole Markus With  +php-5.4.30.ebuild,
+  +php-5.5.14.ebuild:
+  Version bumps
 
   25 Jun 2014; Ole Markus With  -php-5.3.28.ebuild,
   -php-5.4.26.ebuild, -php-5.4.27.ebuild, -php-5.5.10.ebuild,



1.1  dev-lang/php/php-5.4.30.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.30.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.30.ebuild?rev=1.1&content-type=text/plain

Index: php-5.4.30.ebuild
===
# 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.30.ebuild,v 1.1 
2014/06/27 10:40:39 olemarkus Exp $

EAPI=5

inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"

function php_get_uri ()
{
case "${1}" in
"php-pre")
echo "http://downloads.php.net/stas/${2}";
;;
"php")
echo "http://www.php.net/distributions/${2}";
;;
"olemarkus")
echo "http://dev.gentoo.org/~olemarkus/php/${2}";
;;
"gentoo")
echo "mirror://gentoo/${2}"
;;
*)
die "unhandled case in php_get_uri"
;;
esac
}

PHP_MV="$(get_major_version)"
SLOT="$(get_version_component_range 1-2)"

# alias, so we can handle different types of releases (finals, rcs, alphas,
# betas, ...) w/o changing the whole ebuild
PHP_PV="${PV/_rc/RC}"
PHP_PV="${PHP_PV/_alpha/alpha}"
PHP_PV="${PHP_PV/_beta/beta}"
PHP_RELEASE="php"
[[ ${PV} == ${PV/_alpha/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_beta/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_rc/} ]] || PHP_RELEASE="php-pre"
PHP_P="${PN}-${PHP_PV}"

PHP_PATCHSET_LOC="olemarkus"

PHP_SRC_URI="$(php_get_uri "${PHP_RELEASE}" "${PHP_P}.tar.bz2")"

PHP_PATCHSET="2"
PHP_PATCHSET_URI="
$(php_get_uri "${PHP_PATCHSET_LOC}" 
"php-patchset-${SLOT}-r${PHP_PATCHSET}.tar.bz2")"

PHP_FPM_INIT_VER="4"
PHP_FPM_CONF_VER="1"

SRC_URI="
${PHP_SRC_URI}
${PHP_PATCHSET_URI}"

DESCRIPTION="The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 
and embed SAPIs."
HOMEPAGE="http://php.net/";
LICENSE="PHP-3"

S="${WORKDIR}/${PHP_P}"

# We can build the following SAPIs in the given order
SAPIS="embed cli cgi fpm apache2"

# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
IUSE="${IUSE}
${SAPIS/cli/+cli}
threads"

IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
crypt +ctype curl curlwrappers debug
enchant exif +fileinfo +filter firebird
flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash
mssql mysql mysqlnd mysqli nls
oci8-instant-client odbc pcntl pdo +phar +posix postgres qdbm
readline recode selinux +session sharedmem
+simplexml snmp soap sockets spell sqlite ssl
sybase-ct sysvipc systemd tidy +tokenizer truetype unicode wddx
+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"

DEPEND="
>=app-admin/eselect-php-0.7.1-r3[apache2?,fpm?]
>=dev-libs/libpcre-8.32[unicode]
apache2? ( www-servers/apache[threads=] )

[gentoo-commits] gentoo-x86 commit in dev-php/pecl-mongo: ChangeLog pecl-mongo-1.4.3.ebuild pecl-mongo-1.4.4.ebuild

2014-06-25 Thread Ole Markus With (olemarkus)
olemarkus14/06/25 11:21:32

  Modified: ChangeLog
  Removed:  pecl-mongo-1.4.3.ebuild pecl-mongo-1.4.4.ebuild
  Log:
  Removing older versions
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.11 dev-php/pecl-mongo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mongo/ChangeLog?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mongo/ChangeLog?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mongo/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-mongo/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   25 Jun 2014 11:19:50 -  1.10
+++ ChangeLog   25 Jun 2014 11:21:31 -  1.11
@@ -1,6 +1,10 @@
 # ChangeLog for dev-php/pecl-mongo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mongo/ChangeLog,v 1.10 
2014/06/25 11:19:50 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mongo/ChangeLog,v 1.11 
2014/06/25 11:21:31 olemarkus Exp $
+
+  25 Jun 2014; Ole Markus With  -pecl-mongo-1.4.3.ebuild,
+  -pecl-mongo-1.4.4.ebuild:
+  Removing older versions
 
 *pecl-mongo-1.5.4 (25 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-php/pecl-mongo: pecl-mongo-1.5.4.ebuild ChangeLog

2014-06-25 Thread Ole Markus With (olemarkus)
olemarkus14/06/25 11:19:50

  Modified: ChangeLog
  Added:pecl-mongo-1.5.4.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.10 dev-php/pecl-mongo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mongo/ChangeLog?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mongo/ChangeLog?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mongo/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-mongo/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   3 May 2014 13:55:14 -   1.9
+++ ChangeLog   25 Jun 2014 11:19:50 -  1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-php/pecl-mongo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mongo/ChangeLog,v 1.9 
2014/05/03 13:55:14 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mongo/ChangeLog,v 1.10 
2014/06/25 11:19:50 olemarkus Exp $
+
+*pecl-mongo-1.5.4 (25 Jun 2014)
+
+  25 Jun 2014; Ole Markus With  +pecl-mongo-1.5.4.ebuild:
+  Version bump
 
 *pecl-mongo-1.5.1 (03 May 2014)
 



1.1  dev-php/pecl-mongo/pecl-mongo-1.5.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mongo/pecl-mongo-1.5.4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mongo/pecl-mongo-1.5.4.ebuild?rev=1.1&content-type=text/plain

Index: pecl-mongo-1.5.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mongo/pecl-mongo-1.5.4.ebuild,v 
1.1 2014/06/25 11:19:50 olemarkus Exp $

EAPI=5

PHP_EXT_NAME="mongo"

USE_PHP="php5-5 php5-4"

inherit php-ext-pecl-r2

DESCRIPTION="MongoDB database driver"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"






[gentoo-commits] gentoo-x86 commit in dev-lang/php: ChangeLog php-5.4.26.ebuild php-5.3.28.ebuild php-5.5.11.ebuild php-5.5.10.ebuild php-5.4.27.ebuild

2014-06-25 Thread Ole Markus With (olemarkus)
olemarkus14/06/25 10:34:07

  Modified: ChangeLog
  Removed:  php-5.4.26.ebuild php-5.3.28.ebuild
php-5.5.11.ebuild php-5.5.10.ebuild
php-5.4.27.ebuild
  Log:
  Removing older versions
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.845dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.845&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.845&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.844&r2=1.845

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.844
retrieving revision 1.845
diff -u -r1.844 -r1.845
--- ChangeLog   25 Jun 2014 10:29:06 -  1.844
+++ ChangeLog   25 Jun 2014 10:34:06 -  1.845
@@ -1,6 +1,11 @@
 # 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.844 2014/06/25 
10:29:06 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.845 2014/06/25 
10:34:06 olemarkus Exp $
+
+  25 Jun 2014; Ole Markus With  -php-5.3.28.ebuild,
+  -php-5.4.26.ebuild, -php-5.4.27.ebuild, -php-5.5.10.ebuild,
+  -php-5.5.11.ebuild:
+  Removing older versions
 
 *php-5.6.0_rc1 (25 Jun 2014)
 






[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.6.0_rc1.ebuild ChangeLog

2014-06-25 Thread Ole Markus With (olemarkus)
olemarkus14/06/25 10:29:06

  Modified: ChangeLog
  Added:php-5.6.0_rc1.ebuild
  Log:
  Added first rc for php 5.6
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.844dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.844&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.844&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.843&r2=1.844

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.843
retrieving revision 1.844
diff -u -r1.843 -r1.844
--- ChangeLog   8 Jun 2014 10:59:25 -   1.843
+++ ChangeLog   25 Jun 2014 10:29:06 -  1.844
@@ -1,6 +1,11 @@
 # 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.843 2014/06/08 
10:59:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.844 2014/06/25 
10:29:06 olemarkus Exp $
+
+*php-5.6.0_rc1 (25 Jun 2014)
+
+  25 Jun 2014; Ole Markus With  +php-5.6.0_rc1.ebuild:
+  Added first rc for php 5.6
 
   08 Jun 2014; Agostino Sarubbo  php-5.4.28.ebuild,
   php-5.5.12.ebuild:



1.1  dev-lang/php/php-5.6.0_rc1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.6.0_rc1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.6.0_rc1.ebuild?rev=1.1&content-type=text/plain

Index: php-5.6.0_rc1.ebuild
===
# 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.0_rc1.ebuild,v 1.1 
2014/06/25 10:29:06 olemarkus Exp $

EAPI=5

inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"

function php_get_uri ()
{
case "${1}" in
"php-pre")
echo "http://downloads.php.net/tyrael/${2}";
;;
"php")
echo "http://www.php.net/distributions/${2}";
;;
"olemarkus")
echo "http://dev.gentoo.org/~olemarkus/php/${2}";
;;
"gentoo")
echo "mirror://gentoo/${2}"
;;
*)
die "unhandled case in php_get_uri"
;;
esac
}

PHP_MV="$(get_major_version)"
SLOT="$(get_version_component_range 1-2)"

# alias, so we can handle different types of releases (finals, rcs, alphas,
# betas, ...) w/o changing the whole ebuild
PHP_PV="${PV/_rc/RC}"
PHP_PV="${PHP_PV/_alpha/alpha}"
PHP_PV="${PHP_PV/_beta/beta}"
PHP_RELEASE="php"
[[ ${PV} == ${PV/_alpha/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_beta/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_rc/} ]] || PHP_RELEASE="php-pre"
PHP_P="${PN}-${PHP_PV}"

PHP_SRC_URI="$(php_get_uri "${PHP_RELEASE}" "${PHP_P}.tar.bz2")"

PHP_FPM_CONF_VER="1"

SRC_URI="${PHP_SRC_URI}"

DESCRIPTION="The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 
and embed SAPIs."
HOMEPAGE="http://php.net/";
LICENSE="PHP-3"

S="${WORKDIR}/${PHP_P}"

# We can build the following SAPIs in the given order
SAPIS="embed cli cgi fpm apache2"

# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
IUSE="${IUSE}
${SAPIS/cli/+cli}
threads"

IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
crypt +ctype curl debug
enchant exif frontbase +fileinfo +filter firebird
flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash
mssql mysql libmysqlclient mysqli nls
oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
readline recode selinux +session sharedmem
+simplexml snmp soap sockets spell sqlite ssl
sybase-ct sysvipc systemd tidy +tokenizer truetype unicode wddx
+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"

DEPEND="
>=app-admin/eselect-php-0.7.1-r3[apache2?,fpm?]
>=dev-libs/libpcre-8.32[unicode]
apache2? ( www-servers/apache[threads=] )
berkdb? ( =sys-libs/db-4* )
bzip2? ( app-arch/bzip2 )
cdb? ( || ( dev-db/cdb dev-db/tinycdb ) )
cjk? ( !gd? (
virtual/jpeg:0
media-libs/libpng:0=
sys-libs/zlib
) )

[gentoo-commits] gentoo-x86 commit in dev-php/pecl-http: pecl-http-1.7.6.ebuild ChangeLog

2014-06-03 Thread Ole Markus With (olemarkus)
olemarkus14/06/03 10:16:58

  Modified: ChangeLog
  Added:pecl-http-1.7.6.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.15 dev-php/pecl-http/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-http/ChangeLog?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-http/ChangeLog?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-http/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-http/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   7 Aug 2013 13:25:13 -   1.14
+++ ChangeLog   3 Jun 2014 10:16:58 -   1.15
@@ -1,6 +1,11 @@
 # ChangeLog for dev-php/pecl-http
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-http/ChangeLog,v 1.14 
2013/08/07 13:25:13 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-http/ChangeLog,v 1.15 
2014/06/03 10:16:58 olemarkus Exp $
+
+*pecl-http-1.7.6 (03 Jun 2014)
+
+  03 Jun 2014; Ole Markus With  +pecl-http-1.7.6.ebuild:
+  Version bump
 
   07 Aug 2013; Agostino Sarubbo  pecl-http-1.7.5.ebuild:
   Stable for x86, wrt bug #470442



1.1  dev-php/pecl-http/pecl-http-1.7.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-http/pecl-http-1.7.6.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-http/pecl-http-1.7.6.ebuild?rev=1.1&content-type=text/plain

Index: pecl-http-1.7.6.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-http/pecl-http-1.7.6.ebuild,v 
1.1 2014/06/03 10:16:58 olemarkus Exp $

EAPI="5"

PHP_EXT_NAME="http"
PHP_EXT_PECL_PKG="pecl_http"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
DOCS="docs/examples/tutorial.txt ThanksTo.txt KnownIssues.txt"

USE_PHP="php5-3 php5-4"

inherit php-ext-pecl-r2 php-ext-source-r2

KEYWORDS="~amd64 ~x86"

DESCRIPTION="Extended HTTP Support for PHP."
LICENSE="BSD-2 MIT"
SLOT="0"
IUSE=""

DEPEND="net-misc/curl
sys-libs/zlib
dev-libs/libevent
dev-lang/php[hash,session,iconv]
"
RDEPEND="${DEPEND}"

my_conf="--enable-http \
--with-http-curl-requests \
--with-http-zlib-compression \
--with-http-curl-libevent \
--with-http-magic-mime"

src_install() {
php-ext-pecl-r2_src_install

php-ext-source-r2_addtoinifiles "http.etag.mode" "MD5"
php-ext-source-r2_addtoinifiles "http.force_exit" "1"
php-ext-source-r2_addtoinifiles "http.log.allowed_methods" ""
php-ext-source-r2_addtoinifiles "http.log.cache" ""
php-ext-source-r2_addtoinifiles "http.log.composite" ""
php-ext-source-r2_addtoinifiles "http.log.not_found" ""
php-ext-source-r2_addtoinifiles "http.log.redirect" ""
php-ext-source-r2_addtoinifiles "http.only_exceptions" "0"
php-ext-source-r2_addtoinifiles "http.persistent.handles.ident" "GLOBAL"
php-ext-source-r2_addtoinifiles "http.persistent.handles.limit" "-1"
php-ext-source-r2_addtoinifiles "http.request.datashare.connect" "0"
php-ext-source-r2_addtoinifiles "http.request.datashare.cookie" "0"
php-ext-source-r2_addtoinifiles "http.request.datashare.dns" "1"
php-ext-source-r2_addtoinifiles "http.request.datashare.ssl" "0"
php-ext-source-r2_addtoinifiles "http.request.methods.allowed" ""
php-ext-source-r2_addtoinifiles "http.request.methods.custom" ""
php-ext-source-r2_addtoinifiles "http.send.inflate.start_auto" "0"
php-ext-source-r2_addtoinifiles "http.send.inflate.start_flags" "0"
php-ext-source-r2_addtoinifiles "http.send.deflate.start_auto" "0"
php-ext-source-r2_addtoinifiles "http.send.deflate.start_flags" "0"
php-ext-source-r2_addtoinifiles "http.send.not_found_404" "1"
}






[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.4.29.ebuild php-5.5.13.ebuild ChangeLog

2014-05-30 Thread Ole Markus With (olemarkus)
olemarkus14/05/30 20:11:49

  Modified: ChangeLog
  Added:php-5.4.29.ebuild php-5.5.13.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.837dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.837&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.837&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.836&r2=1.837

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.836
retrieving revision 1.837
diff -u -r1.836 -r1.837
--- ChangeLog   25 May 2014 18:51:38 -  1.836
+++ ChangeLog   30 May 2014 20:11:48 -  1.837
@@ -1,6 +1,13 @@
 # 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.836 2014/05/25 
18:51:38 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.837 2014/05/30 
20:11:48 olemarkus Exp $
+
+*php-5.4.29 (30 May 2014)
+*php-5.5.13 (30 May 2014)
+
+  30 May 2014; Ole Markus With  +php-5.4.29.ebuild,
+  +php-5.5.13.ebuild:
+  Version bump
 
   25 May 2014; Markus Meier  php-5.5.12.ebuild:
   arm stable, bug #509132



1.1  dev-lang/php/php-5.4.29.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.29.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.4.29.ebuild?rev=1.1&content-type=text/plain

Index: php-5.4.29.ebuild
===
# 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.29.ebuild,v 1.1 
2014/05/30 20:11:48 olemarkus Exp $

EAPI=5

inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos"

function php_get_uri ()
{
case "${1}" in
"php-pre")
echo "http://downloads.php.net/stas/${2}";
;;
"php")
echo "http://www.php.net/distributions/${2}";
;;
"olemarkus")
echo "http://dev.gentoo.org/~olemarkus/php/${2}";
;;
"gentoo")
echo "mirror://gentoo/${2}"
;;
*)
die "unhandled case in php_get_uri"
;;
esac
}

PHP_MV="$(get_major_version)"
SLOT="$(get_version_component_range 1-2)"

# alias, so we can handle different types of releases (finals, rcs, alphas,
# betas, ...) w/o changing the whole ebuild
PHP_PV="${PV/_rc/RC}"
PHP_PV="${PHP_PV/_alpha/alpha}"
PHP_PV="${PHP_PV/_beta/beta}"
PHP_RELEASE="php"
[[ ${PV} == ${PV/_alpha/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_beta/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_rc/} ]] || PHP_RELEASE="php-pre"
PHP_P="${PN}-${PHP_PV}"

PHP_PATCHSET_LOC="olemarkus"

PHP_SRC_URI="$(php_get_uri "${PHP_RELEASE}" "${PHP_P}.tar.bz2")"

PHP_PATCHSET="2"
PHP_PATCHSET_URI="
$(php_get_uri "${PHP_PATCHSET_LOC}" 
"php-patchset-${SLOT}-r${PHP_PATCHSET}.tar.bz2")"

PHP_FPM_INIT_VER="4"
PHP_FPM_CONF_VER="1"

SRC_URI="
${PHP_SRC_URI}
${PHP_PATCHSET_URI}"

DESCRIPTION="The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 
and embed SAPIs."
HOMEPAGE="http://php.net/";
LICENSE="PHP-3"

S="${WORKDIR}/${PHP_P}"

# We can build the following SAPIs in the given order
SAPIS="embed cli cgi fpm apache2"

# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
IUSE="${IUSE}
${SAPIS/cli/+cli}
threads"

IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
crypt +ctype curl curlwrappers debug
enchant exif +fileinfo +filter firebird
flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash
mssql mysql mysqlnd mysqli nls
oci8-instant-client odbc pcntl pdo +phar +posix postgres qdbm
readline recode selinux +session sharedmem
+simplexml snmp soap sockets spell sqlite ssl
sybase-ct sysvipc systemd tidy +tokenizer truetype unicode wddx
+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"

DEPEND="
>=app-admin/eselect-php-0.7.1-r3[apache2?,fpm?]
>=dev-libs/libpcre-8.32[unicode]
apache2? ( www-servers/apache[threads=] )
berkdb? ( =sys-libs/db-4* )
b

[gentoo-commits] gentoo-x86 commit in dev-php/xdebug-client: xdebug-client-2.2.5.ebuild ChangeLog

2014-05-03 Thread Ole Markus With (olemarkus)
olemarkus14/05/03 13:58:25

  Modified: ChangeLog
  Added:xdebug-client-2.2.5.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.70 dev-php/xdebug-client/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug-client/ChangeLog?rev=1.70&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug-client/ChangeLog?rev=1.70&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug-client/ChangeLog?r1=1.69&r2=1.70

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   23 Aug 2013 13:41:39 -  1.69
+++ ChangeLog   3 May 2014 13:58:25 -   1.70
@@ -1,6 +1,12 @@
 # ChangeLog for dev-php/xdebug-client
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.69 
2013/08/23 13:41:39 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/xdebug-client/ChangeLog,v 1.70 
2014/05/03 13:58:25 olemarkus Exp $
+
+*xdebug-client-2.2.5 (03 May 2014)
+
+  03 May 2014; Ole Markus With 
+  +xdebug-client-2.2.5.ebuild:
+  Version bump
 
   23 Aug 2013; Agostino Sarubbo  xdebug-client-2.2.3.ebuild:
   Stable for ppc64, wrt bug #480460



1.1  dev-php/xdebug-client/xdebug-client-2.2.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.5.ebuild?rev=1.1&content-type=text/plain

Index: xdebug-client-2.2.5.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-php/xdebug-client/xdebug-client-2.2.5.ebuild,v 1.1 
2014/05/03 13:58:25 olemarkus Exp $

EAPI=5

KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"

MY_PV="${PV/_/}"
MY_PV="${MY_PV/rc/RC}"

DESCRIPTION="Xdebug client for the Common Debugger Protocol (DBGP)."
HOMEPAGE="http://www.xdebug.org/";
SRC_URI="http://pecl.php.net/get/xdebug-${MY_PV}.tgz";
LICENSE="Xdebug"
SLOT="0"
IUSE="libedit"

S="${WORKDIR}/xdebug-${MY_PV}/debugclient"

DEPEND="libedit? ( dev-libs/libedit )"
RDEPEND="${DEPEND}"

src_configure() {
econf $(use_with libedit)
}

src_install() {
newbin debugclient xdebug
}






[gentoo-commits] gentoo-x86 commit in dev-php/pecl-mongo: pecl-mongo-1.5.1.ebuild ChangeLog

2014-05-03 Thread Ole Markus With (olemarkus)
olemarkus14/05/03 13:55:14

  Modified: ChangeLog
  Added:pecl-mongo-1.5.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.9  dev-php/pecl-mongo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mongo/ChangeLog?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mongo/ChangeLog?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mongo/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-mongo/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   22 Oct 2013 14:13:53 -  1.8
+++ ChangeLog   3 May 2014 13:55:14 -   1.9
@@ -1,6 +1,11 @@
 # ChangeLog for dev-php/pecl-mongo
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mongo/ChangeLog,v 1.8 
2013/10/22 14:13:53 olemarkus Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mongo/ChangeLog,v 1.9 
2014/05/03 13:55:14 olemarkus Exp $
+
+*pecl-mongo-1.5.1 (03 May 2014)
+
+  03 May 2014; Ole Markus With  +pecl-mongo-1.5.1.ebuild:
+  Version bump
 
 *pecl-mongo-1.4.4 (22 Oct 2013)
 



1.1  dev-php/pecl-mongo/pecl-mongo-1.5.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mongo/pecl-mongo-1.5.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-mongo/pecl-mongo-1.5.1.ebuild?rev=1.1&content-type=text/plain

Index: pecl-mongo-1.5.1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-mongo/pecl-mongo-1.5.1.ebuild,v 
1.1 2014/05/03 13:55:14 olemarkus Exp $

EAPI=5

PHP_EXT_NAME="mongo"

USE_PHP="php5-5 php5-4"

inherit php-ext-pecl-r2

DESCRIPTION="MongoDB database driver"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"






[gentoo-commits] gentoo-x86 commit in dev-php/pecl-apcu: pecl-apcu-4.0.4.ebuild ChangeLog

2014-05-03 Thread Ole Markus With (olemarkus)
olemarkus14/05/03 13:52:05

  Modified: ChangeLog
  Added:pecl-apcu-4.0.4.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.7  dev-php/pecl-apcu/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-apcu/ChangeLog?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-apcu/ChangeLog?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-apcu/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-apcu/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   16 Sep 2013 02:26:02 -  1.6
+++ ChangeLog   3 May 2014 13:52:04 -   1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-php/pecl-apcu
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-apcu/ChangeLog,v 1.6 
2013/09/16 02:26:02 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-apcu/ChangeLog,v 1.7 
2014/05/03 13:52:04 olemarkus Exp $
+
+*pecl-apcu-4.0.4 (03 May 2014)
+
+  03 May 2014; Ole Markus With  +pecl-apcu-4.0.4.ebuild:
+  Version bump
 
   16 Sep 2013; Patrick Lauer  pecl-apcu-4.0.2.ebuild:
   Whitespace



1.1  dev-php/pecl-apcu/pecl-apcu-4.0.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-apcu/pecl-apcu-4.0.4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-apcu/pecl-apcu-4.0.4.ebuild?rev=1.1&content-type=text/plain

Index: pecl-apcu-4.0.4.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-apcu/pecl-apcu-4.0.4.ebuild,v 
1.1 2014/05/03 13:52:04 olemarkus Exp $

EAPI=5

PHP_EXT_NAME="apcu"
PHP_EXT_PECL_PKG="APCu"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
DOCS="CHANGELOG INSTALL NOTICE TECHNOTES.txt TODO"

USE_PHP="php5-5 php5-3 php5-4"

S="${WORKDIR}/apcu-${PV}"
PHP_EXT_S="${WORKDIR}/apcu-${PV}"

inherit php-ext-pecl-r2 confutils eutils

S="${WORKDIR}/apcu-${PV}"

KEYWORDS="~amd64 ~x86"

DESCRIPTION="Stripped down version of APC supporting only user cache."
LICENSE="PHP-3.01"
SLOT="0"
IUSE="+mmap"

DEPEND=""
RDEPEND="${DEPEND}"

LOCKS="pthreadmutex pthreadrw spinlock semaphore"

LUSE=""
for l in ${LOCKS}; do
LUSE+="lock_${l} "
done

IUSE+=" ${LUSE/lock_pthreadrw/+lock_pthreadrw}"

REQUIRED_USE="^^ ( $LUSE )"

src_configure() {
my_conf="--enable-apcu"
use mmap || my_conf+=" --disable-apcu-mmap"

enable_extension_enable "apcu-rwlocks" "lock_pthreadrw" 0

php-ext-source-r2_src_configure
}

src_install() {
php-ext-pecl-r2_src_install

dodir "${PHP_EXT_SHARED_DIR}"
insinto "${PHP_EXT_SHARED_DIR}"
doins apc.php
}

pkg_postinst() {
elog "The apc.php file shipped with this release of pecl-apcu was"
elog "installed into ${PHP_EXT_SHARED_DIR}/."
}






[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.6.0_beta1.ebuild ChangeLog

2014-04-23 Thread Ole Markus With (olemarkus)
olemarkus14/04/23 10:27:12

  Modified: ChangeLog
  Added:php-5.6.0_beta1.ebuild
  Log:
  Add php 5.6 beta 1
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.828dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.828&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.828&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.827&r2=1.828

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.827
retrieving revision 1.828
diff -u -r1.827 -r1.828
--- ChangeLog   20 Apr 2014 11:28:35 -  1.827
+++ ChangeLog   23 Apr 2014 10:27:12 -  1.828
@@ -1,6 +1,11 @@
 # 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.827 2014/04/20 
11:28:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.828 2014/04/23 
10:27:12 olemarkus Exp $
+
+*php-5.6.0_beta1 (23 Apr 2014)
+
+  23 Apr 2014; Ole Markus With  +php-5.6.0_beta1.ebuild:
+  Add php 5.6 beta 1
 
   20 Apr 2014; Agostino Sarubbo  php-5.3.28-r3.ebuild:
   Stable for ppc64, wrt bug #501376



1.1  dev-lang/php/php-5.6.0_beta1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.6.0_beta1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.6.0_beta1.ebuild?rev=1.1&content-type=text/plain

Index: php-5.6.0_beta1.ebuild
===
# 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.0_beta1.ebuild,v 1.1 
2014/04/23 10:27:11 olemarkus Exp $

EAPI=5

inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"

function php_get_uri ()
{
case "${1}" in
"php-pre")
echo "http://downloads.php.net/tyrael/${2}";
;;
"php")
echo "http://www.php.net/distributions/${2}";
;;
"olemarkus")
echo "http://dev.gentoo.org/~olemarkus/php/${2}";
;;
"gentoo")
echo "mirror://gentoo/${2}"
;;
*)
die "unhandled case in php_get_uri"
;;
esac
}

PHP_MV="$(get_major_version)"
SLOT="$(get_version_component_range 1-2)"

# alias, so we can handle different types of releases (finals, rcs, alphas,
# betas, ...) w/o changing the whole ebuild
PHP_PV="${PV/_rc/RC}"
PHP_PV="${PHP_PV/_alpha/alpha}"
PHP_PV="${PHP_PV/_beta/beta}"
PHP_RELEASE="php"
[[ ${PV} == ${PV/_alpha/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_beta/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_rc/} ]] || PHP_RELEASE="php-pre"
PHP_P="${PN}-${PHP_PV}"

PHP_SRC_URI="$(php_get_uri "${PHP_RELEASE}" "${PHP_P}.tar.bz2")"

PHP_FPM_CONF_VER="1"

SRC_URI="${PHP_SRC_URI}"

DESCRIPTION="The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 
and embed SAPIs."
HOMEPAGE="http://php.net/";
LICENSE="PHP-3"

S="${WORKDIR}/${PHP_P}"

# We can build the following SAPIs in the given order
SAPIS="embed cli cgi fpm apache2"

# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
IUSE="${IUSE}
${SAPIS/cli/+cli}
threads"

IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
crypt +ctype curl debug
enchant exif frontbase +fileinfo +filter firebird
flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash
mssql mysql libmysqlclient mysqli nls
oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
readline recode selinux +session sharedmem
+simplexml snmp soap sockets spell sqlite ssl
sybase-ct sysvipc systemd tidy +tokenizer truetype unicode wddx
+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"

DEPEND="
>=app-admin/eselect-php-0.7.1-r3[apache2?,fpm?]
>=dev-libs/libpcre-8.32[unicode]
apache2? ( www-servers/apache[threads=] )
berkdb? ( =sys-libs/db-4* )
bzip2? ( app-arch/bzip2 )
cdb? ( || ( dev-db/cdb dev-db/tinycdb ) )
cjk? ( !gd? (
virtual/jpeg:0
media-libs/libpng:0=
sys-libs/zlib
  

[gentoo-commits] gentoo-x86 commit in dev-lang/php: ChangeLog php-5.3.28-r2.ebuild php-5.4.23.ebuild php-5.4.25.ebuild php-5.4.24-r1.ebuild php-5.5.8.ebuild php-5.4.24.ebuild php-5.5.8-r1.ebuild php-5

2014-04-05 Thread Ole Markus With (olemarkus)
olemarkus14/04/05 08:20:53

  Modified: ChangeLog
  Removed:  php-5.3.28-r2.ebuild php-5.4.23.ebuild
php-5.4.25.ebuild php-5.4.24-r1.ebuild
php-5.5.8.ebuild php-5.4.24.ebuild
php-5.5.8-r1.ebuild php-5.5.9.ebuild
php-5.3.28-r1.ebuild php-5.5.7.ebuild
  Log:
  Removing older, insecure versions
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.824dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.824&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.824&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.823&r2=1.824

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.823
retrieving revision 1.824
diff -u -r1.823 -r1.824
--- ChangeLog   5 Apr 2014 08:14:55 -   1.823
+++ ChangeLog   5 Apr 2014 08:20:53 -   1.824
@@ -1,6 +1,12 @@
 # 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.823 2014/04/05 
08:14:55 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.824 2014/04/05 
08:20:53 olemarkus Exp $
+
+  05 Apr 2014; Ole Markus With  -php-5.3.28-r1.ebuild,
+  -php-5.3.28-r2.ebuild, -php-5.4.23.ebuild, -php-5.4.24-r1.ebuild,
+  -php-5.4.24.ebuild, -php-5.4.25.ebuild, -php-5.5.7.ebuild,
+  -php-5.5.8-r1.ebuild, -php-5.5.8.ebuild, -php-5.5.9.ebuild:
+  Removing older, insecure versions
 
 *php-5.5.11 (05 Apr 2014)
 *php-5.4.27 (05 Apr 2014)






[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.5.11.ebuild php-5.4.27.ebuild ChangeLog

2014-04-05 Thread Ole Markus With (olemarkus)
olemarkus14/04/05 08:14:55

  Modified: ChangeLog
  Added:php-5.5.11.ebuild php-5.4.27.ebuild
  Log:
  Version bumps
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.823dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.823&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.823&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.822&r2=1.823

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.822
retrieving revision 1.823
diff -u -r1.822 -r1.823
--- ChangeLog   5 Apr 2014 07:22:55 -   1.822
+++ ChangeLog   5 Apr 2014 08:14:55 -   1.823
@@ -1,6 +1,13 @@
 # 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.822 2014/04/05 
07:22:55 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.823 2014/04/05 
08:14:55 olemarkus Exp $
+
+*php-5.5.11 (05 Apr 2014)
+*php-5.4.27 (05 Apr 2014)
+
+  05 Apr 2014; Ole Markus With  +php-5.4.27.ebuild,
+  +php-5.5.11.ebuild:
+  Version bumps
 
   05 Apr 2014; Pacho Ramos  php-5.3.28-r3.ebuild:
   amd64 stable, bug #501376



1.1  dev-lang/php/php-5.5.11.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.11.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.5.11.ebuild?rev=1.1&content-type=text/plain

Index: php-5.5.11.ebuild
===
# 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.11.ebuild,v 1.1 
2014/04/05 08:14:55 olemarkus Exp $

EAPI=5

inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos"

function php_get_uri ()
{
case "${1}" in
"php-pre")
echo "http://downloads.php.net/dsp/${2}";
;;
"php")
echo "http://www.php.net/distributions/${2}";
;;
"olemarkus")
echo "http://dev.gentoo.org/~olemarkus/php/${2}";
;;
"gentoo")
echo "mirror://gentoo/${2}"
;;
*)
die "unhandled case in php_get_uri"
;;
esac
}

PHP_MV="$(get_major_version)"
SLOT="$(get_version_component_range 1-2)"

# alias, so we can handle different types of releases (finals, rcs, alphas,
# betas, ...) w/o changing the whole ebuild
PHP_PV="${PV/_rc/RC}"
PHP_PV="${PHP_PV/_alpha/alpha}"
PHP_PV="${PHP_PV/_beta/beta}"
PHP_RELEASE="php"
[[ ${PV} == ${PV/_alpha/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_beta/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_rc/} ]] || PHP_RELEASE="php-pre"
PHP_P="${PN}-${PHP_PV}"

PHP_SRC_URI="$(php_get_uri "${PHP_RELEASE}" "${PHP_P}.tar.bz2")"

PHP_FPM_CONF_VER="1"

SRC_URI="${PHP_SRC_URI}"

DESCRIPTION="The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 
and embed SAPIs."
HOMEPAGE="http://php.net/";
LICENSE="PHP-3"

S="${WORKDIR}/${PHP_P}"

# We can build the following SAPIs in the given order
SAPIS="embed cli cgi fpm apache2"

# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
IUSE="${IUSE}
${SAPIS/cli/+cli}
threads"

IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
crypt +ctype curl debug
enchant exif frontbase +fileinfo +filter firebird
flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash
mssql mysql libmysqlclient mysqli nls
oci8-instant-client odbc +opcache pcntl pdo +phar +posix postgres qdbm
readline recode selinux +session sharedmem
+simplexml snmp soap sockets spell sqlite ssl
sybase-ct sysvipc systemd tidy +tokenizer truetype unicode wddx
+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"

DEPEND="
>=app-admin/eselect-php-0.7.1-r3[apache2?,fpm?]
>=dev-libs/libpcre-8.32[unicode]
apache2? ( www-servers/apache[threads=] )
berkdb? ( =sys-libs/db-4* )
bzip2? ( app-arch/bzip2 )
cdb? ( || ( dev-db/cdb dev-db/tinycdb ) )
cjk? ( !gd? (
virtual/jpeg:0
media-libs/libpng:0=
sys-libs/zli

[gentoo-commits] gentoo-x86 commit in dev-lang/php: php-5.3.28-r3.ebuild ChangeLog

2014-03-11 Thread Ole Markus With (olemarkus)
olemarkus14/03/11 14:17:47

  Modified: ChangeLog
  Added:php-5.3.28-r3.ebuild
  Log:
  Add patch for compiling against freetype-2.5.1
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.811dev-lang/php/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.811&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?rev=1.811&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/ChangeLog?r1=1.810&r2=1.811

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v
retrieving revision 1.810
retrieving revision 1.811
diff -u -r1.810 -r1.811
--- ChangeLog   9 Mar 2014 09:53:09 -   1.810
+++ ChangeLog   11 Mar 2014 14:17:47 -  1.811
@@ -1,6 +1,12 @@
 # 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.810 2014/03/09 
09:53:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.811 2014/03/11 
14:17:47 olemarkus Exp $
+
+*php-5.3.28-r3 (11 Mar 2014)
+
+  11 Mar 2014; Ole Markus With 
+  +files/freetype-2.5.1-linking-fix.patch, +php-5.3.28-r3.ebuild:
+  Add patch for compiling against freetype-2.5.1
 
   09 Mar 2014; Agostino Sarubbo  php-5.4.26.ebuild,
   php-5.5.10.ebuild:



1.1  dev-lang/php/php-5.3.28-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.28-r3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/php-5.3.28-r3.ebuild?rev=1.1&content-type=text/plain

Index: php-5.3.28-r3.ebuild
===
# 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.28-r3.ebuild,v 1.1 
2014/03/11 14:17:47 olemarkus Exp $

EAPI=5

inherit eutils autotools flag-o-matic versionator depend.apache apache-module 
db-use libtool systemd

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd"

function php_get_uri ()
{
case "${1}" in
"php-pre")
echo "http://downloads.php.net/johannes/${2}";
;;
"php")
echo "http://www.php.net/distributions/${2}";
;;
"olemarkus")
echo "http://dev.gentoo.org/~olemarkus/php/${2}";
;;
"gentoo")
echo "mirror://gentoo/${2}"
;;
*)
die "unhandled case in php_get_uri"
;;
esac
}

PHP_MV="$(get_major_version)"
SLOT="$(get_version_component_range 1-2)"

# alias, so we can handle different types of releases (finals, rcs, alphas,
# betas, ...) w/o changing the whole ebuild
PHP_PV="${PV/_rc/RC}"
PHP_PV="${PHP_PV/_alpha/alpha}"
PHP_PV="${PHP_PV/_beta/beta}"
PHP_RELEASE="php"
[[ ${PV} == ${PV/_alpha/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_beta/} ]] || PHP_RELEASE="php-pre"
[[ ${PV} == ${PV/_rc/} ]] || PHP_RELEASE="php-pre"
PHP_P="${PN}-${PHP_PV}"

PHP_PATCHSET_LOC="olemarkus"

PHP_SRC_URI="$(php_get_uri "${PHP_RELEASE}" "${PHP_P}.tar.bz2")"

PHP_PATCHSET="0"
PHP_PATCHSET_URI="
$(php_get_uri "${PHP_PATCHSET_LOC}" 
"php-patchset-${SLOT}-r${PHP_PATCHSET}.tar.bz2")"

PHP_FPM_INIT_VER="4"
PHP_FPM_CONF_VER="1"

SRC_URI="
${PHP_SRC_URI}
${PHP_PATCHSET_URI}"

DESCRIPTION="The PHP language runtime engine: CLI, CGI, FPM/FastCGI, Apache2 
and embed SAPIs."
HOMEPAGE="http://php.net/";
LICENSE="PHP-3"

S="${WORKDIR}/${PHP_P}"

# We can build the following SAPIs in the given order
SAPIS="embed cli cgi fpm apache2"

# SAPIs and SAPI-specific USE flags (cli SAPI is default on):
IUSE="${IUSE}
${SAPIS/cli/+cli}
threads"

IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
crypt +ctype curl curlwrappers debug
enchant exif +fileinfo +filter firebird
flatfile ftp gd gdbm gmp +hash +iconv imap inifile
intl iodbc ipv6 +json kerberos ldap ldap-sasl libedit mhash
mssql mysql mysqlnd mysqli nls
oci8-instant-client odbc pcntl pdo +phar +posix postgres qdbm
readline recode selinux +session sharedmem
+simplexml snmp soap sockets spell sqlite2 sqlite ssl
sybase-ct sysvipc tidy +tokenizer truetype unicode wddx
+xml xmlreader xmlwriter xmlrpc xpm xslt zip zlib"

DEPEND="
>=app-admin/eselect-php-0.7.1-r3[apache2?,fpm?]
>=dev-libs/libpcre-8.32[unicode]
apache2? ( www-servers/apache[threads=] )
berkdb? ( =sys-libs/db-4* )
bzip2? ( app-arc

[gentoo-commits] gentoo-x86 commit in dev-lang/php/files: freetype-2.5.1-linking-fix.patch

2014-03-11 Thread Ole Markus With (olemarkus)
olemarkus14/03/11 14:17:47

  Added:freetype-2.5.1-linking-fix.patch
  Log:
  Add patch for compiling against freetype-2.5.1
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 
C4A92BF5)

Revision  ChangesPath
1.1  dev-lang/php/files/freetype-2.5.1-linking-fix.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/freetype-2.5.1-linking-fix.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/freetype-2.5.1-linking-fix.patch?rev=1.1&content-type=text/plain

Index: freetype-2.5.1-linking-fix.patch
===
>From a0955f351c7eb1022da7ae36970ffef3b00c8aff Mon Sep 17 00:00:00 2001
From: Adam Harvey 
Date: Sat, 7 Dec 2013 19:39:40 -0800
Subject: [PATCH] Switch to using freetype-config for freetype detection.

This fixes GD compilation against libfreetype 2.5.1 and later after they made
the rather interesting decision to change their include directory layout in a
point release.

The original suggestion in the bug was to use pkg-config, but my inclination is
to use freetype-config instead: we should be able to get the same configuration
information without actually needing pkg-config installed, since pkg-config is
by no means guaranteed to exist on many Unices and distros, whereas
freetype-config should always be present if a libfreetype build environment is
installed. Let's try it out and see what happens.

Fixes bug #64405 (Use freetype-config for determining freetype2 dir(s)).

diff --git a/ext/gd/config.m4 b/ext/gd/config.m4
index 0e35ece..732e14c 100644
--- a/ext/gd/config.m4
+++ b/ext/gd/config.m4
@@ -193,30 +193,25 @@ AC_DEFUN([PHP_GD_FREETYPE2],[
   if test "$PHP_FREETYPE_DIR" != "no"; then
 
 for i in $PHP_FREETYPE_DIR /usr/local /usr; do
-  if test -f "$i/include/freetype2/freetype/freetype.h"; then
+  if test -f "$i/bin/freetype-config"; then
 FREETYPE2_DIR=$i
-FREETYPE2_INC_DIR=$i/include/freetype2
+FREETYPE2_CONFIG="$i/bin/freetype-config"
 break
   fi
 done
 
 if test -z "$FREETYPE2_DIR"; then
-  AC_MSG_ERROR([freetype.h not found.])
+  AC_MSG_ERROR([freetype-config not found.])
 fi
 
-PHP_CHECK_LIBRARY(freetype, FT_New_Face,
-[
-  PHP_ADD_LIBRARY_WITH_PATH(freetype, $FREETYPE2_DIR/$PHP_LIBDIR, 
GD_SHARED_LIBADD)
-  PHP_ADD_INCLUDE($FREETYPE2_DIR/include)
-  PHP_ADD_INCLUDE($FREETYPE2_INC_DIR)
-  AC_DEFINE(USE_GD_IMGSTRTTF, 1, [ ])
-  AC_DEFINE(HAVE_LIBFREETYPE,1,[ ])
-  AC_DEFINE(ENABLE_GD_TTF,1,[ ])
-],[
-  AC_MSG_ERROR([Problem with freetype.(a|so). Please check config.log for 
more information.])
-],[
-  -L$FREETYPE2_DIR/$PHP_LIBDIR
-])
+FREETYPE2_CFLAGS=`$FREETYPE2_CONFIG --cflags`
+FREETYPE2_LIBS=`$FREETYPE2_CONFIG --libs`
+
+PHP_EVAL_INCLINE($FREETYPE2_CFLAGS)
+PHP_EVAL_LIBLINE($FREETYPE2_LIBS, GD_SHARED_LIBADD)
+AC_DEFINE(USE_GD_IMGSTRTTF, 1, [ ])
+AC_DEFINE(HAVE_LIBFREETYPE,1,[ ])
+AC_DEFINE(ENABLE_GD_TTF,1,[ ])
   else
 AC_MSG_RESULT([If configure fails try --with-freetype-dir=])
   fi