| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
|
|
|
|
|
|
| |
Gentoo-Bug: 573892
Package-Manager: portage-2.2.27
|
|
|
|
|
| |
The new version supports >=dev-lang/python-exec-2.3 and the new
python-exec.conf configuration format.
|
|
|
|
|
|
| |
We no longer support more than one version of Python 2, so the Python2
preference is no longer meaningful and causes Python 2 to be preferred
over non-preferred versions of Python 3.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Bug: 572750
Package-Manager: portage-2.2.27
|
|
|
|
| |
Package-Manager: portage-2.2.27
|
| |
|
|
|
|
|
| |
Replace all uses of herd with appropriate project maintainers, or no
maintainers in case of herds requested to be disbanded.
|
|
|
|
|
|
| |
GLEP 67 removes the explicit notion of maintainer-needed@g.o being used
for packages lacking maintainers, in favor of assuming maintainer-needed
whenever the package has no maintainers.
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
Package-Manager: portage-2.2.26
|
|
|
|
| |
Sorry! *sniff*
|
|
|
|
|
|
|
| |
Use python-exec2-c to wrap /usr/bin/python{,2,3}, rather than the Python
wrapper. This is both more correct, and fixes Prefix support since
non-Linux systems require programs referenced in shebangs to be real
executables rather than scripts.
|
|
|
|
| |
Package-Manager: portage-2.2.20-prefix
|
|
|
|
| |
Package-Manager: portage-2.2.20-prefix
|
|
|
|
| |
Package-Manager: portage-2.2.24
|
|
|
|
|
| |
Package-Manager: portage-2.2.26
RepoMan-Options: --ignore-arches
|
|
|
|
| |
Package-Manager: portage-2.2.24
|
|
|
|
|
|
|
|
|
|
|
| |
This new version will emit a warning if the old apache module
configuration file (70_mod_php5.conf) is in place. This, along with
the backwards-compatibility shim in 0.8.2-r1, hopefully fully
addresses the breakage seen on upgrades.
Gentoo-Bug: 569042
Package-Manager: portage-2.2.24
|
|
|
|
| |
Package-Manager: portage-2.2.24
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
This version removes the java-nsplugin module.
Package-Manager: portage-2.2.26
|
| |
|
|
|
|
|
|
| |
Also switch to EAPI=5.
Package-Manager: portage-2.2.24
|
|
|
|
| |
Package-Manager: portage-2.2.26
|
|
|
|
| |
Package-Manager: portage-2.2.26
|
|
|
|
|
| |
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="arm"
|
| |
|
|
|
|
| |
Package-Manager: portage-2.2.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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This new version adds the ability to switch the apache2 implementation
to php-7.x. This was missing earlier due to a library name change,
libphp5 -> libphp7. This partially addresses bug #552156, although
there is still some work to be done in the apache config file.
Upstream development has moved to a Gentoo-hosted git repository at
https://gitweb.gentoo.org/proj/eselect-php.git/
Gentoo-Bug: 552156
Package-Manager: portage-2.2.20.1
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc"
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"
|
|
|
|
|
|
| |
Copy python-exec script to /usr/bin/python{,2,3} rather than symlinking
it because a lot of Python scripts like to readlink(sys.executable) and
don't expect to find python-exec in there...
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
The new version no longer alters executable symlinks but instead
replaces all executables with python-exec wrappers, relying on changes
done in revbump of all dev-lang/python versions. Furthermore, the choice
of split python[23] interpreters is done in a config file rather than
through symlinks.
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ia64"
|
| |
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ia64"
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="ppc"
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="sparc"
|