summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}"