summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2016-11-28 13:25:48 -0500
committerBrian Evans <grknight@gentoo.org>2016-11-28 14:37:25 -0500
commit671f42e1bbec1920e6f6316f271ffd1abda08950 (patch)
treeadb0c2a33de13a35b694d82cec5f4dbe3f75bbf9 /dev-php/magickwand
parentdev-php/magickwand: Revbump to drop php 5.4 and 5.5 dependencies (diff)
downloadgentoo-671f42e1bbec1920e6f6316f271ffd1abda08950.tar.gz
gentoo-671f42e1bbec1920e6f6316f271ffd1abda08950.tar.bz2
gentoo-671f42e1bbec1920e6f6316f271ffd1abda08950.zip
dev-php/magickwand: Drop old
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-php/magickwand')
-rw-r--r--dev-php/magickwand/magickwand-1.0.9-r1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-php/magickwand/magickwand-1.0.9-r1.ebuild b/dev-php/magickwand/magickwand-1.0.9-r1.ebuild
deleted file mode 100644
index eefe2c9a10f5..000000000000
--- a/dev-php/magickwand/magickwand-1.0.9-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-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 php5-5 php5-4"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-inherit php-ext-source-r2
-
-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"
-RDEPEND="${DEPEND}"