diff options
-rw-r--r-- | dev-php/magickwand/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/magickwand/magickwand-1.0.9.ebuild | 30 |
2 files changed, 37 insertions, 2 deletions
diff --git a/dev-php/magickwand/ChangeLog b/dev-php/magickwand/ChangeLog index 768f6552ed9b..711e4d7a58ec 100644 --- a/dev-php/magickwand/ChangeLog +++ b/dev-php/magickwand/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php5/magickwand -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/magickwand/ChangeLog,v 1.1 2011/04/10 17:37:54 olemarkus Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/magickwand/ChangeLog,v 1.2 2012/02/02 15:08:21 olemarkus Exp $ + +*magickwand-1.0.9 (02 Feb 2012) + + 02 Feb 2012; Ole Markus With <olemarkus@gentoo.org> +magickwand-1.0.9.ebuild: + Version bump *magickwand-1.0.8-r1 (03 Nov 2010) diff --git a/dev-php/magickwand/magickwand-1.0.9.ebuild b/dev-php/magickwand/magickwand-1.0.9.ebuild new file mode 100644 index 000000000000..adaa2c9f28a2 --- /dev/null +++ b/dev-php/magickwand/magickwand-1.0.9.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/magickwand/magickwand-1.0.9.ebuild,v 1.1 2012/02/02 15:08:20 olemarkus Exp $ + +EAPI="4" + +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-3 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}.tar.bz2" + +LICENSE="MagickWand" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=">=media-gfx/imagemagick-6.5.2.9" +RDEPEND="${DEPEND}" |