summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2019-12-30 09:44:14 -0500
committerBrian Evans <grknight@gentoo.org>2019-12-30 10:09:08 -0500
commit6a8e8e89a70b3297d601f5f5659759e2d51be1bb (patch)
tree8b56651296124f823a1cc3655e829087cc87a20c /dev-php
parentdev-php/PEAR-MDB2_Driver_mysql: Drop package (diff)
downloadgentoo-6a8e8e89a70b3297d601f5f5659759e2d51be1bb.tar.gz
gentoo-6a8e8e89a70b3297d601f5f5659759e2d51be1bb.tar.bz2
gentoo-6a8e8e89a70b3297d601f5f5659759e2d51be1bb.zip
dev-php/magickwand: Drop package
Bug: https://bugs.gentoo.org/651784 Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/magickwand/Manifest1
-rw-r--r--dev-php/magickwand/magickwand-1.0.9-r3.ebuild30
-rw-r--r--dev-php/magickwand/metadata.xml12
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-php/magickwand/Manifest b/dev-php/magickwand/Manifest
deleted file mode 100644
index c6b69eb2a420..000000000000
--- a/dev-php/magickwand/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST MagickWandForPHP-1.0.9-2.tar.bz2 123894 BLAKE2B 627dd04a4010ce14ebb18705f11b4db8f44627b88fe993abd2b75cfff288a54d3d34440402de9d31994c0b5e330ab4aea0423a74edbc32009561c86f30359130 SHA512 67965bd5576b84786b149b64f807fc5f629cfd223013acf83823ffa168571fa5c8f264e15be2ee1c64f68250690dc60c285c6c3c8b8ce3b826b1303f4a29caef
diff --git a/dev-php/magickwand/magickwand-1.0.9-r3.ebuild b/dev-php/magickwand/magickwand-1.0.9-r3.ebuild
deleted file mode 100644
index a13fe8d248fa..000000000000
--- a/dev-php/magickwand/magickwand-1.0.9-r3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PHP_EXT_NAME="magickwand"
-PHP_EXT_ZENDEXT="no"
-PHP_EXT_INI="yes"
-DOCS=( AUTHOR ChangeLog CREDITS README TODO )
-
-MY_PN="MagickWandForPHP"
-IUSE=""
-
-USE_PHP="php5-6"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-inherit php-ext-source-r3
-
-DESCRIPTION="A native PHP-extension to the ImageMagick MagickWand API"
-HOMEPAGE="http://www.magickwand.org/"
-SRC_URI="http://www.magickwand.org/download/php/${MY_PN}-${PV}-2.tar.bz2"
-
-LICENSE="MagickWand"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=">=media-gfx/imagemagick-6.5.2.9
- <media-gfx/imagemagick-7.0"
-RDEPEND="${DEPEND}"
diff --git a/dev-php/magickwand/metadata.xml b/dev-php/magickwand/metadata.xml
deleted file mode 100644
index 11314e0e899a..000000000000
--- a/dev-php/magickwand/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>php-bugs@gentoo.org</email>
- <name>PHP</name>
- </maintainer>
- <longdescription>
- This PHP5 extension provides
- access to the ImageMagick MagickWand API.
- </longdescription>
-</pkgmetadata>