summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/php: declare USE=ipv6 locally to hide pkgcheck warningsMichael Orlitzky2024-02-111-0/+5
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add USE=capstone to metadata.xmlMichael Orlitzky2023-12-051-0/+4
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: Remove redundant local flag descsMichał Górny2023-10-271-6/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-lang/php: drop 7.4.33-r4, 7.4.33-r5, 7.4.33-r6David Seifert2023-09-151-3/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* dev-lang/php: add support for USE=avif in php-8.1 and php-8.2.Michael Orlitzky2023-05-161-0/+3
| | | | | | | | | | This was originally a pull request by Henrik Alves that stalled. A follow-up bug reminded me to rebase the PR and apply it to php-8.2, but this is mostly Henrik's work. Thanks! Closes: https://bugs.gentoo.org/903728 Closes: https://github.com/gentoo/gentoo/pull/26588 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: more flag description tweaks in metadata.xml.Michael Orlitzky2023-03-171-28/+89
| | | | | Closes: https://bugs.gentoo.org/898630 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: Improve USE flag descriptionsMatt Turner2023-03-171-16/+16
| | | | | Signed-off-by: Matt Turner <mattst88@gentoo.org> Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: Remove stray spaces in metadata.xmlMatt Turner2023-03-011-4/+4
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-lang/php: add github upstream metadataSam James2022-07-281-0/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: Remove unused USE flag descriptionsBrian Evans2022-04-051-3/+0
| | | | | | Dropped with 7.3 Signed-off-by: Brian Evans <grknight@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* dev-lang/php: support USE=apparmor in php-8.x.Michael Orlitzky2021-07-151-0/+1
| | | | | | | | | | | | | | | | Earlier versions of dev-lang/php[fpm] have an "automagic" dependency on libapparmor when the latter is installed. The 8.x versions of PHP, however support a --with-fpm-apparmor flag that determines whether or not php-fpm makes use of libapparmor. This commit adds USE=apparmor to the php-8.x series to control that behavior. When USE=fpm is unset, the new USE=apparmor flag is a no-op. That seems slightly less annoying for users than forcing them to make the "fpm" and "apparmor" USE flags consistent. Closes: https://bugs.gentoo.org/637402 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: add USE=jit to control PCRE JIT supportThomas Deutschmann2021-02-171-0/+1
| | | | | | Closes: https://bugs.gentoo.org/764866 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-lang/php: add myself as a maintainer.Michael Orlitzky2020-01-211-0/+4
| | | | | | | I removed myself from php-bugs, but I still care about PHP itself. Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-lang/php: Drop 5.6 slotBrian Evans2019-12-301-5/+0
| | | | | Bug: https://bugs.gentoo.org/651784 Signed-off-by: Brian Evans <grknight@gentoo.org>
* dev-lang/php: Add ffi USE flag for new extension in 7.4Brian Evans2019-07-291-0/+1
| | | | | | Closes: https://bugs.gentoo.org/690988 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Brian Evans <grknight@gentoo.org>
* dev-lang/php: Localize global flags used only by phpMichał Górny2018-10-221-0/+13
| | | | | Acked-by: Brian Evans <grknight@gentoo.org> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: remove redundant 'zip' flag descriptionsMichał Górny2018-10-201-1/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-lang/php: new revisions to fix shared memory and threads support.Michael Orlitzky2018-01-201-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | Our PHP ebuilds used the "sharedmem" flag to conflate two ./configure flags, namely --enable-shmop and --with-mm. The former is the "shared memory" extension, and the latter enables the dev-libs/mm backend for session storage. This commit separates the two: * The old USE=sharedmem enables the shared memory extension * The new USE=session-mm enables the dev-libs/mm session backend The nascent session-mm flag depends on USE=session being set. Additionally, we had a REQUIRED_USE constraint prohibiting USE=sharedmem from being set at the same time as USE=threads. This turns out to be due to an incompatibility between the --with-mm and --enable-maintainer-zts flags, the latter of which is toggled by USE=threads. So in the new revisions, we have a REQUIRED_USE constraint that blocks USE=threads when USE=session-mm is set. Thanks are due to Xiami who reported and fixed all of these issues in bug 644922. Reported-by: Xiami <i@f2light.com> Closes: https://bugs.gentoo.org/644922 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* dev-lang/php: New version 7.2.0_beta1Brian Evans2017-07-211-72/+23
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* dev-lang/php: whitespace cleanup in metadata.xml.Michael Orlitzky2016-12-091-29/+97
| | | | Package-Manager: portage-2.3.0
* dev-lang/php: add "coverage" USE flag to build with --enable-gcov.Michael Orlitzky2016-12-091-0/+1
| | | | | | | | | | | | | | | | | | | We add three new revisions, one for each supported branch of PHP. The new revisions have a "coverage" flag, which was chosen because a few other packages in ::gentoo have decided on the same flag name. When enabled, USE=coverage will pull in dev-util/lcov from the Linux Test Project, and PHP will be built with --enable-gcov. Since users won't be running code coverage reports on the PHP source tree itself (at least not the one used by their package manager), this is probably only useful for extension developers who would like to run code coverage reports on the test suites for their extensions. It also requires GCC to work, since lcov wraps GCC's gcov. Both of those caveats have been mentioned in the USE flag description. Gentoo-Bug: 542178 Package-Manager: portage-2.3.0
* dev-lang/php: new revision of the 7.x series to fix our webp support.Michael Orlitzky2016-06-041-1/+2
| | | | | | | | | | 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: Remove old metadata.xml description for mysqlndBrian Evans2016-05-051-1/+0
| | | | Package-Manager: portage-2.2.28
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-241-22/+22
| | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
* dev-lang/php: Version bump including phpdbg supportBrian Evans2015-12-181-0/+1
| | | | Package-Manager: portage-2.2.26
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+28
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed