summaryrefslogtreecommitdiff
path: root/dev-php/geos-php
AgeCommit message (Collapse)Author
2025-07-13*/*: remove reference to php8.1Bertrand Jacquin
php 8.1 is no longer part of portage tree since 2025-03-17 via e8ed8932868769feef9cdd284e84e878c7bb8a26. Bug: https://bugs.gentoo.org/959495 Signed-off-by: Bertrand Jacquin <bertrand@jacquin.bzh> Part-of: https://github.com/gentoo/gentoo/pull/42868 Signed-off-by: Sam James <sam@gentoo.org>
2024-01-18dev-php/geos-php: cleanup php8-0Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2023-09-15*/*: remove USE=php_targets_php7-4David Seifert
Closes: https://github.com/gentoo/gentoo/pull/32762 Signed-off-by: David Seifert <soap@gentoo.org>
2022-12-12dev-php/pecl-geos: Drop oldBrian Evans
Signed-off-by: Brian Evans <grknight@gentoo.org>
2022-12-12dev-php/geos-php: Add new snapshotBrian Evans
Signed-off-by: Brian Evans <grknight@gentoo.org>
2021-09-11**/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller
Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2021-01-07dev-php/geos-php: Revbump for new PHP version supportBrian Evans
Uses patches found on their issue tracker Signed-off-by: Brian Evans <grknight@gentoo.org>
2019-12-11*/*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-06-07dev-php/geos-php: add PHP 7.3 supportThomas Deutschmann
Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
2018-03-06dev-php/geos-php: Add extension split off from sci-libs/geosBrian Evans
The split was done upstream and includes PHP 7 support Package-Manager: Portage-2.3.24, Repoman-2.3.6