summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-eselect/eselect-php: remove unused fileMichael Mair-Keimberger2017-12-301-13/+0
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* app-eselect/eselect-php: do not use get_libdir in php-fpm-launcherCraig Andrews2017-12-101-0/+11
| | | | | Closes: https://bugs.gentoo.org/640460 Package-Manager: Portage-2.3.17, Repoman-2.3.6
* app-eselect/eselect-php: Revbump to remove set call in files/php-fpm-launcher-r2Brian Evans2017-08-011-2/+0
| | | | | | | The "set -o errexit" and "set -e" cause $(get_libdir) to fail. Apparently, gentoo-functions does not work properly if this is set. Package-Manager: Portage-2.3.6, Repoman-2.3.3
* app-eselect/eselect-php: new revision to fix bashisms.Michael Orlitzky2017-07-292-9/+15
| | | | | | | | | | | Thomas Arnett pointed out two bashisms in our php-fpm launcher, and provided a new script that works with app-shells/dash. This commit updates the launcher, and revisions the v0.9.4 ebuild to use it. I fixed the live ebuild while I was at it. Gentoo-Bug: 626496 Package-Manager: Portage-2.3.6, Repoman-2.3.1
* app-eselect/eselect-php: Add live version for testingBrian Evans2017-07-111-0/+9
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* app-eselect/eselect-php: Drop oldBrian Evans2016-10-115-178/+0
| | | | Package-Manager: portage-2.3.1
* app-eselect/eselect-php: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-181-1/+1
|
* app-eselect/eselect-php: new revision with backwards-compatible apache config.Michael Orlitzky2016-01-051-0/+28
| | | | | | | | | | | | | If the user has an unmodified 70_mod_php5.conf, the previous revision will allow that file to be removed. This can break PHP support in Apache before the user notices that he needs to run eselect-php and update his Apache -DPHP5 line. In this revision we supply the latest copy of 70_mod_php5.conf for backwards compatibility. There is now a notice at the top of that file informing users to upgrade their configuration. Package-Manager: portage-2.2.24
* app-eselect/eselect-php: version bump adding v0.8.1.Michael Orlitzky2015-12-101-0/+26
| | | | | | | | | | | This is another attempt at php-7.x support in apache2. This new version is already masked for testing, which is good because it requires some configuration changes to apache. Upgraders should read the elogs. Gentoo-Bug: 552156 Package-Manager: portage-2.2.20.1
* app-eselect/eselect-php: new revision to test config before FPM start/reload.Michael Orlitzky2015-11-241-3/+14
| | | | | | | | | | | | | Now that we have a configtest() command for the php-fpm daemon, we should run it before attempting to reload the daemon. This prevents the (working) daemon from crashing if the new config has a typo in it. Performing the same check before start() avoids a five-second wait if there is an error in the config. Gentoo-Bug: 487642 Package-Manager: portage-2.2.20.1
* app-eselect/eselect-php: new revision fixing bugs 508712 and 545652.Michael Orlitzky2015-11-231-2/+11
| | | | | | | | | | | | | Both the ebuild and the init script have been revisioned. The ebuild was modified to depend on the apache2 mod_dir module (bug 545652), and a configtest() command was added to the init script (bug 508712). Thanks to Sebastian Pipping and Igor Filakhtov for the reports and fixes. Gentoo-Bug: 508712 Gentoo-bug: 545652 Package-Manager: portage-2.2.20.1
* app-eselect/eselect-php: new revision removing php-fpm init dependencies.Michael Orlitzky2015-11-191-0/+50
| | | | | | | | | | | | | | | | | | | | | This new revision exists mainly to pull in a new version of the php-fpm init script. Some minor ebuild cleanup was also done. The first fix to the init script is to remove "need net" (bug 514872). The php-fpm daemon runs on 127.0.0.1 by default and should not bring up any other interfaces. Users are encouraged to use rc_need="net.eth0" or similar if they move the daemon to another interface. The second init script change removes the webserver dependencies (bug 471018). The web servers require php-fpm, not the other way around. Finally, some other cosmetic changes were made to the init script. Gentoo-Bug: 471018 Gentoo-Bug: 514872 Package-Manager: portage-2.2.20.1
* app-eselect/eselect-php: Remove oldManuel Rüger2015-09-112-61/+0
| | | | Package-Manager: portage-2.2.20.1
* [QA] Remove executable bit from files, bug 550434.Ulrich Müller2015-08-092-0/+0
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-087-0/+151
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