summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2021-06-18 08:30:52 -0400
committerBrian Evans <grknight@gentoo.org>2021-06-18 08:31:39 -0400
commit695a7872b9a62994d3c995404b162d81d3c7dcb9 (patch)
tree4d600799d598ca86f60f1c65580e7e084cbdd3e8 /dev-php
parentsci-chemistry/gromacs: drop old (diff)
downloadgentoo-695a7872b9a62994d3c995404b162d81d3c7dcb9.tar.gz
gentoo-695a7872b9a62994d3c995404b162d81d3c7dcb9.tar.bz2
gentoo-695a7872b9a62994d3c995404b162d81d3c7dcb9.zip
dev-php/pecl-imagick: Update HOMEPAGE; Drop old PHP_TARGETS
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/pecl-imagick/pecl-imagick-3.5.0.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-php/pecl-imagick/pecl-imagick-3.5.0.ebuild b/dev-php/pecl-imagick/pecl-imagick-3.5.0.ebuild
index 458adef61400..dc7490832c21 100644
--- a/dev-php/pecl-imagick/pecl-imagick-3.5.0.ebuild
+++ b/dev-php/pecl-imagick/pecl-imagick-3.5.0.ebuild
@@ -4,21 +4,21 @@
EAPI="7"
PHP_EXT_NAME="imagick"
-USE_PHP="php5-6 php7-1 php7-2 php7-3 php7-4 php8-0"
+USE_PHP="php7-3 php7-4 php8-0"
inherit php-ext-pecl-r3
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
DESCRIPTION="PHP wrapper for the ImageMagick library"
-HOMEPAGE="https://pecl.php.net/imagick https://github.com/mkoppanen/imagick"
+HOMEPAGE="https://pecl.php.net/package/imagick https://github.com/Imagick/imagick"
LICENSE="PHP-3.01"
SLOT="0"
IUSE="examples test"
RESTRICT="!test? ( test )"
# imagemagick[-openmp] is needed wrt bug 547922 and upstream
-# https://github.com/mkoppanen/imagick#openmp
+# https://github.com/Imagick/imagick#openmp
RDEPEND=">=media-gfx/imagemagick-6.2.4:=[-openmp]"
DEPEND="${RDEPEND}
test? ( >=media-gfx/imagemagick-6.2.4:=[jpeg,png,svg,truetype,xml] )"
@@ -29,4 +29,4 @@ src_install() {
php-ext-pecl-r3_src_install
php-ext-source-r3_addtoinifiles "imagick.skip_version_check" "1"
-} \ No newline at end of file
+}