| Age | Commit message (Collapse) | Author |
|
Closes: https://github.com/gentoo/gentoo/pull/45362
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/967979
Signed-off-by: Anthony Ryan <anthonyryan1@gmail.com>
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Anthony Ryan <anthonyryan1@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44907
Closes: https://github.com/gentoo/gentoo/pull/44907
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Closes: https://github.com/gentoo/gentoo/pull/44814
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Additionally, remove broken test for pixel similarity
that is incompatible with ImageMagick 7.1.x and above.
See https://github.com/Imagick/imagick/issues/737
Signed-off-by: Lothar Serra Mari <mail@serra.me>
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Closes: https://github.com/gentoo/gentoo/pull/44826
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Additionally adding php8.5 to the available
PHP targets
Signed-off-by: Lothar Serra Mari <mail@serra.me>
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Adding support for PHP 8.5 by bumping to commit
45e8f00fe48ff932cba61018e6b501641b14d1de
Signed-off-by: Lothar Serra Mari <mail@serra.me>
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Lothar Serra Mari <mail@serra.me>
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Lothar Serra Mari <mail@serra.me>
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
The provided autoload.php file hardcodes library PHP paths to
/usr/share/php/..., which is invalid in Prefix installations, since the
path will most likely not exist.
This commit modifies autoload.php during the installation to include
the correct EPREFIX before the file is copied to the final image
destination.
Closes: https://bugs.gentoo.org/919472
Signed-off-by: Moritz Brunner <moritz.brunner+gentoo@posteo.de>
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
|
|
The provided autoload.php file hardcodes library PHP paths to
/usr/share/php/..., which is invalid in Prefix installations, since the
path will most likely not exist.
This commit modifies autoload.php during the installation to include
the correct EPREFIX before the file is copied to the final image
destination.
Closes: https://bugs.gentoo.org/919376
Signed-off-by: Moritz Brunner <moritz.brunner+gentoo@posteo.de>
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
|
|
During the prepare step of the ebuild, symlinks are created to
previously installed PHP dependencies in the vendor subdirectory to
bootstap phpab. These symlinks lead to the real root filesystem in
/usr/share/php/... instead of the portage prefix $EPREFIX/usr/share/php,
thus being essentially broken in a Prefix installation.
By adding $EPREFIX to the link directory, the link is now correct
both inside and outside of Prefix installations.
Closes: https://bugs.gentoo.org/918933
Signed-off-by: Moritz Brunner <moritz.brunner+gentoo@posteo.de>
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
|
|
Unable to reproduce test failures, suspect (as per discussion) this
relates to tmpfs and CONFIG_TMPFS_XATTR not having been enabled.
Closes: https://bugs.gentoo.org/913851
Signed-off-by: Jaco Kroon <jkroon@gentoo.org>
|
|
When this package was bumped, nobody bothered to align the DEPEND with
the upstream build system updates.
Fixes: 558cfb1a6b7be79a676a51c05615c8524e8da419
Closes: https://bugs.gentoo.org/922182
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
|
|
Quickly stabilize this since it's relatively obsolete as a standalone
package and can cause build failures in the very popular dev-lang/php
when it raises warnings (like the previous version does).
Closes: https://bugs.gentoo.org/966084
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
This version hides some warnings with newer versions of PHP that can
kill the dev-lang/php[phar] build when error_log is configured to write
outside of the sandbox.
Bug: https://bugs.gentoo.org/966084
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/965619
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
|
|
Done via:
```
git grep -l virtual/zlib$ | xargs sed -i -e 's@virtual/zlib$@&:=@'
```
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Update done using:
```
git grep -l sys-libs/zlib dev-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g
git diff --name-only | xargs copybump
git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead
pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error
```
Followed by manual revert in dev-python/zlib-ng where it accidentally
caught sys-libs/zlib-ng dependencies.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Signed-off-by: Jaco Kroon <jkroon@gentoo.org>
|
|
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44223
Closes: https://github.com/gentoo/gentoo/pull/44223
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44222
Closes: https://github.com/gentoo/gentoo/pull/44222
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44222
Signed-off-by: Sam James <sam@gentoo.org>
|
|
In the past, libxml2 used to declare some attributes in its
headers, with ATTRIBUTE_UNUSED being one of them. Some projects
(like libvirt-php) misused this. But after libxml2 was cleaned up
and stopped polluting header files (see commit in backported
patch), these projects have to redefine the macro themselves.
Closes: https://bugs.gentoo.org/963308
Signed-off-by: Michal Privoznik <michal.privoznik@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44111
Closes: https://github.com/gentoo/gentoo/pull/44111
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Result of running the command:
grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]sparc' -l | xargs ekeyword ~sparc
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Vladimir Pavljuchenkov <spiderx@spiderx.dp.ua>
Part-of: https://github.com/gentoo/gentoo/pull/41094
Closes: https://github.com/gentoo/gentoo/pull/41094
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
Signed-off-by: Vladimir Pavljuchenkov <spiderx@spiderx.dp.ua>
Part-of: https://github.com/gentoo/gentoo/pull/41094
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
|
Signed-off-by: Jaco Kroon <jaco@uls.co.za>
Part-of: https://github.com/gentoo/gentoo/pull/43125
Closes: https://github.com/gentoo/gentoo/pull/43125
Signed-off-by: Sam James <sam@gentoo.org>
|
|
See also:
https://github.com/krakjoe/parallel/issues/345
https://github.com/krakjoe/parallel/pull/347
Closes: https://bugs.gentoo.org/957101
Signed-off-by: Jaco Kroon <jaco@uls.co.za>
Part-of: https://github.com/gentoo/gentoo/pull/43125
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|