summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: remove USE=php_targets_php7-4David Seifert2023-09-151-1/+1
| | | | | Closes: https://github.com/gentoo/gentoo/pull/32762 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-php/pecl-imagick: add github upstream metadataMichael Orlitzky2023-08-301-0/+3
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-php/pecl-imagick: require USE="-debug" for dev-lang/phpMichael Orlitzky2023-08-301-0/+34
| | | | | | | | Upstream knows about the issue but there hasn't been any movement on it and the incompatibility breaks the test suite, so let's work around it. Closes: https://bugs.gentoo.org/911661 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-php/pecl-imagick: drop 3.5.1, 3.6.0Michael Orlitzky2023-01-313-66/+0
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-php/pecl-imagick: Stabilize 3.7.0-r1 amd64, #891579Sam James2023-01-311-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-php/pecl-imagick: Stabilize 3.7.0-r1 x86, #891579Sam James2023-01-311-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-php/pecl-imagick: add php8-2Conrad Kostecki2022-10-263-5/+5
| | | | | | Also dropping php7-3, as it got removed from tree. Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* dev-php/pecl-imagick: Version bump for 3.7.0Brian Evans2022-01-202-0/+33
| | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* dev-php/pecl-imagick: new upstream v3.6.0 with php8.1 support.Michael Orlitzky2022-01-052-0/+33
| | | | | Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-php/pecl-imagick: Drop oldBrian Evans2021-09-233-60/+0
| | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* dev-php/pecl-imagick: amd64 stable wrt bug #814356Agostino Sarubbo2021-09-231-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-php/pecl-imagick: x86 stable wrt bug #814356Agostino Sarubbo2021-09-231-1/+1
| | | | | | Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@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-php/pecl-imagick: bump to v3.5.1Thomas Deutschmann2021-07-242-0/+33
| | | | | Package-Manager: Portage-3.0.21, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-php/pecl-imagick: fix testsThomas Deutschmann2021-06-182-3/+3
| | | | | | | | | media-gfx/imagemagick[hdri] is required to pass test 274_imagick_setImageAlpha.phpt. Closes: https://bugs.gentoo.org/737876 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-php/pecl-imagick: Update HOMEPAGE; Drop old PHP_TARGETSBrian Evans2021-06-181-4/+4
| | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* dev-php/pecl-imagick: disable version check by defaultThomas Deutschmann2021-06-181-0/+6
| | | | | | Closes: https://bugs.gentoo.org/780738 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-php/pecl-imagick: bump to v3.5.0Thomas Deutschmann2021-06-182-0/+27
| | | | | | Closes: https://bugs.gentoo.org/772332 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-php/pecl-imagick: require imagemagick[svg]Thomas Deutschmann2020-08-181-1/+1
| | | | | | | | Test 243_Tutorial_svgExample_basic requires SVG support. Bug: https://bugs.gentoo.org/737876 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-php/pecl-imagick: Fix copyright year from previous changeBrian Evans2020-01-301-1/+1
| | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* dev-php/pecl-imagick: Fix unnecessary slash strip QA alertBrian Evans2020-01-301-1/+1
| | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* dev-php/pecl-imagick: add myself as maintainer.Michael Orlitzky2020-01-211-4/+8
| | | | | Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-0/+1
| | | | | | | | | | | | | | | | | | 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>
* dev-php/pecl-imagick: add PHP 7.4 supportThomas Deutschmann2019-11-281-1/+1
| | | | | Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-php/pecl-imagick: Add ~arm keyword wrt bug #688204Mikle Kolyada2019-11-031-1/+1
| | | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* dev-php/pecl-imagick: arm64 keyworded (bug #691992)Aaron Bauman2019-08-121-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.71, Repoman-2.3.17
* dev-php/pecl-imagick: Drop vulnerable versionsBrian Evans2019-06-054-77/+0
| | | | | | Bug: https://bugs.gentoo.org/687030 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Brian Evans <grknight@gentoo.org>
* dev-php/pecl-imagick: amd64 stable wrt bug #687030Agostino Sarubbo2019-06-051-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* dev-php/pecl-imagick: x86 stable (bug #687030)Thomas Deutschmann2019-06-041-1/+1
| | | | | Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-php/pecl-imagick: Version bump to 3.4.4Brian Evans2019-05-302-0/+26
| | | | | | | Bug: https://bugs.gentoo.org/687030 Closes: https://bugs.gentoo.org/685496 Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Brian Evans <grknight@gentoo.org>
* dev-php/pecl-imagick: bump to snapshot version to add PHP 7.3 supportThomas Deutschmann2019-01-143-0/+51
| | | | | Package-Manager: Portage-2.3.55, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-php/pecl-imagick: Add PHP 7.2 supportThomas Deutschmann2017-12-042-2/+2
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* dev-php/pecl-imagick: Drop oldBrian Evans2017-07-072-26/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-php/pecl-imagick: x86 stable wrt bug #623858Agostino Sarubbo2017-07-071-1/+1
| | | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-php/pecl-imagick: amd64 stable wrt bug #623858Agostino Sarubbo2017-07-051-1/+1
| | | | | | Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-php/pecl-imagick: new version 3.4.3 with php7-1 support.Michael Orlitzky2017-02-032-3/+3
| | | | | | Gentoo-Bug: 601972 Package-Manager: portage-2.3.3
* dev-php/pecl-imagick: remove unused patchMichael Mair-Keimberger (asterix)2016-09-111-16/+0
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-php/pecl-imagick: Drop oldBrian Evans2016-07-253-53/+0
| | | | Package-Manager: portage-2.3.0
* dev-php/pecl-imagick: Version bumpBrian Evans2016-07-252-0/+27
| | | | Package-Manager: portage-2.3.0
* dev-php/pecl-imagick: x86 stable wrt bug #580238Agostino Sarubbo2016-06-251-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-php/pecl-imagick: amd64 stable wrt bug #580238Agostino Sarubbo2016-05-131-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-php/pecl-imagick: replace version 3.4.0_rc5 with upstream stable v3.4.1.Michael Orlitzky2016-03-162-1/+1
| | | | Package-Manager: portage-2.2.26
* 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.
* dev-php/pecl-imagick: version bump 3.4.0_rc2 -> 3.4.0_rc5.Michael Orlitzky2016-01-222-3/+3
| | | | Package-Manager: portage-2.2.26
* dev-php/pecl-imagick: Drop oldBrian Evans2015-12-075-100/+0
| | | | Package-Manager: portage-2.2.26
* dev-php/pecl-imagick: Version bumps wrt bug 567696Brian Evans2015-12-073-0/+53
| | | | Package-Manager: portage-2.2.26
* dev-php/pecl-imagick: x86 stable wrt bug #564892Agostino Sarubbo2015-11-111-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* dev-php/pecl-imagick: amd64 stable wrt bug #564892Agostino Sarubbo2015-11-091-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"