summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/php: Stable for HPPA (bug #591710).Jeroen Roovers2016-09-091-1/+1
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --ignore-arches
* dev-lang/php-5.6.24-r0: add alpha keywordTobias Klausmann2016-09-031-1/+1
| | | | Gentoo-Bug: 589232
* dev-lang/php-5.5.38-r0: add alpha keywordTobias Klausmann2016-09-031-1/+1
| | | | Gentoo-Bug: 589232
* dev-lang/php: Drop old versionsBrian Evans2016-08-223-1526/+0
| | | | Package-Manager: portage-2.3.0
* dev-lang/php: Version bump to 7.0.10Brian Evans2016-08-222-0/+760
| | | | Package-Manager: portage-2.3.0
* dev-lang/php: Version bump to 5.6.25Brian Evans2016-08-222-0/+767
| | | | Package-Manager: portage-2.3.0
* dev-lang/php: arm stable, bug #589232Markus Meier2016-08-101-1/+1
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="arm"
* dev-lang/php: arm stable, bug #589232Markus Meier2016-08-101-1/+1
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="arm"
* dev-lang/php: use apxs from /usr/bin instead of /usr/sbin.Michael Orlitzky2016-08-052-2/+2
| | | | | | Gentoo-Bug: 502384 Package-Manager: portage-2.2.28
* dev-lang/php: new revision of the 5.6 series updated to EAPI=6.Michael Orlitzky2016-08-042-819/+4
| | | | | | | | This new revision doesn't add any new features; it merely gets us on EAPI=6 moving forward. An "unused" 5.6 series ebuild was removed at the same time. Package-Manager: portage-2.2.28
* dev-lang/php: new 7.x revision to fix the build on x86.Michael Orlitzky2016-08-043-813/+58
| | | | | | | | | | | | | | | There is an upstream bug that causes the build to fail on x86 with gcc-4.9. There was an earlier fix for gcc-4.8, and this new revision has a fix that also works for gcc-4.9. And, since we're no longer inheriting depend.apache.eclass, I was finally able to update the ebuild to EAPI=6. A redundant earlier ebuild for php-7.0.9 was also removed. Gentoo-Bug: 571658 Package-Manager: portage-2.2.28
* dev-lang/php: Stable for HPPA (bug #589232).Jeroen Roovers2016-07-301-1/+1
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --ignore-arches
* dev-lang/php: Stable for PPC64 (bug #589232).Jeroen Roovers2016-07-281-1/+1
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --ignore-arches
* dev-lang/php: Stable for HPPA PPC64 (bug #589232).Jeroen Roovers2016-07-281-1/+1
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --ignore-arches
* dev-lang/php: x86 stable wrt bug #589232Agostino Sarubbo2016-07-282-2/+2
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/php: amd64 stable wrt bug #589232Agostino Sarubbo2016-07-282-2/+2
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/php: WhitespacePatrick Lauer2016-07-271-1/+0
| | | | Package-Manager: portage-2.3.0
* dev-lang/php: remove unused file ${FILESDIR}/php5-ldvs.Michael Orlitzky2016-07-261-1/+0
| | | | Package-Manager: portage-2.2.28
* dev-lang/php: new 5.6 and 7.0 revisions to clean up metadata cruft.Michael Orlitzky2016-07-262-0/+1525
| | | | | | | | | The SRC_URI handling in our current ebuilds was a bit over-complicated. I've reorganized all of the metadata (KEYWORDS, SRC_URI, etc.) so that it's easier to understand. There were also some superfluous environment variables that have been removed. Package-Manager: portage-2.2.28
* dev-lang/php: Security version bump wrt bug 587246Brian Evans2016-07-264-2/+1609
| | | | | | Also use .xz from upstream wrt bug 589692 Package-Manager: portage-2.3.0
* dev-lang/php: new revisions dropping depend.apache/apache-module.eclass.Michael Orlitzky2016-07-152-20/+18
| | | | Package-Manager: portage-2.2.28
* dev-lang/php: new revisions fixing opcache installation location logic.Michael Orlitzky2016-07-112-4/+6
| | | | | | | | | | | | | | | | We install the opcache extension with a call to dolib.so, which requires an earlier call to "into" to set its installation location. If the user enables any SAPIs other than apache2, that happens incidentally. However, if only the apache2 SAPI is enabled, the installation location is never set, ultimately causing the extension to fail to load. This is fixed by adding a call to "into" directly before the dolib.so call. Two calls to use_if_iuse were also replaced with the simpler "use". Gentoo-Bug: 550676 Package-Manager: portage-2.2.28
* dev-lang/php: new edit/revision to hide some elog messages when possible.Michael Orlitzky2016-07-102-20/+841
| | | | | | | | | | | | | | | Two of the elog messages that we show only need to be dealt with once. If the user has the recently-emerged slot of PHP in his PHP_TARGETS already, then we don't need to bug him about that. And if he has PHP_INI_VERSION set to a legal value, then we don't need to inform him about that either. A new revision is made for the php-5.6.x series. The 7.x series is not stable, so an in-place edit was made. Gentoo-Bug: 440574 Package-Manager: portage-2.2.28
* dev-lang/php: remove old versions with security issues.Michael Orlitzky2016-07-099-6372/+0
| | | | | | | | | Gentoo-Bug: 578734 Gentoo-Bug: 581834 Gentoo-Bug: 584204 Gentoo-Bug: 587246 Package-Manager: portage-2.2.28
* dev-lang/php: arm stable, bug #587246Markus Meier2016-07-081-1/+1
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="arm"
* dev-lang/php: arm stable, bug #587246Markus Meier2016-07-081-1/+1
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="arm"
* dev-lang/php: ia64 stable wrt bug #587246Agostino Sarubbo2016-07-082-2/+2
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/php: ia64 stable wrt bug #581834Agostino Sarubbo2016-07-082-2/+2
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/php: sparc stable wrt bug #587246Agostino Sarubbo2016-07-082-2/+2
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/php: sparc stable wrt bug #581834Agostino Sarubbo2016-07-082-2/+2
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/php: ppc stable wrt bug #587246Agostino Sarubbo2016-07-082-2/+2
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/php: ppc stable wrt bug #581834Agostino Sarubbo2016-07-082-2/+2
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/php: arm stable, bug #584204Markus Meier2016-07-051-1/+1
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="arm"
* dev-lang/php: arm stable, bug #584204Markus Meier2016-07-051-1/+1
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="arm"
* dev-lang/php: Stable for PPC64 (bug #587246).Jeroen Roovers2016-07-032-2/+2
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --ignore-arches
* dev-lang/php: Stable for HPPA (bug #584204).Jeroen Roovers2016-07-022-2/+2
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --ignore-arches
* dev-lang/php-5.6.23-r0: add alpha keywordTobias Klausmann2016-06-301-1/+1
| | | | | | Gentoo-Bug: 584204 Package-Manager: portage-2.3.0
* dev-lang/php-5.5.37-r0: add alpha keywordTobias Klausmann2016-06-301-1/+1
| | | | | | Gentoo-Bug: 584204 Package-Manager: portage-2.3.0
* dev-lang/php: x86 stable wrt bug #587246Agostino Sarubbo2016-06-302-2/+2
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/php: amd64 stable wrt bug #587246Agostino Sarubbo2016-06-302-2/+2
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/php-5.6.22-r0: add alpha keywordTobias Klausmann2016-06-301-1/+1
| | | | | | Gentoo-Bug: 584204 Package-Manager: portage-2.3.0
* dev-lang/php-5.5.36-r0: add alpha keywordTobias Klausmann2016-06-301-1/+1
| | | | | | Gentoo-Bug: 584204 Package-Manager: portage-2.3.0
* dev-lang/php: version bump all three series for security fixes.Michael Orlitzky2016-06-284-3/+1596
| | | | | | Gentoo-Bug: 587246 Package-Manager: portage-2.2.28
* dev-lang/php: x86 stable wrt bug #584204Agostino Sarubbo2016-06-222-2/+2
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/php: amd64 stable wrt bug #584204Agostino Sarubbo2016-06-222-2/+2
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-lang/php: new revision of the 7.x series to fix our webp support.Michael Orlitzky2016-06-042-6/+7
| | | | | | | | | | In the 5.x series, libvpx was used to provide webp support to the gd library. It was pulled in with USE=vpx. In php-7.x, however, libvpx has been replaced with libwebp. The old USE=vpx flag no longer worked, so it has been replaced with USE=webp and eveything updated to use that for php-7.x. Package-Manager: portage-2.2.28
* dev-lang/php: new security releases for all three supported series.Michael Orlitzky2016-06-034-1/+1594
| | | | | | Gentoo-Bug: 584204 Package-Manager: portage-2.2.28
* dev-lang/php-5.6.21-r0: add alpha keywordTobias Klausmann2016-05-211-1/+1
| | | | | | Gentoo-Bug: 581834 Package-Manager: portage-2.3.0_rc1
* dev-lang/php-5.5.35-r0: add alpha keywordTobias Klausmann2016-05-211-1/+1
| | | | | | Gentoo-Bug: 581834 Package-Manager: portage-2.3.0_rc1
* dev-lang/php: arm stable, bug #581834Markus Meier2016-05-191-1/+1
| | | | | Package-Manager: portage-2.3.0_rc1 RepoMan-Options: --include-arches="arm"