diff options
author | Christian Hoffmann <hoffie@gentoo.org> | 2009-04-09 10:36:30 +0000 |
---|---|---|
committer | Christian Hoffmann <hoffie@gentoo.org> | 2009-04-09 10:36:30 +0000 |
commit | 721f502359cc0122742267d0f39c4f9d68089b41 (patch) | |
tree | 96c542069297584f7c14ae707ab00d6ed57dd3a2 /dev-php5 | |
parent | Version bumped. (diff) | |
download | gentoo-2-721f502359cc0122742267d0f39c4f9d68089b41.tar.gz gentoo-2-721f502359cc0122742267d0f39c4f9d68089b41.tar.bz2 gentoo-2-721f502359cc0122742267d0f39c4f9d68089b41.zip |
version bump to 2.2.2 (stable) and 2.3.0_beta1, might fix bug 260578
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5')
-rw-r--r-- | dev-php5/pecl-imagick/ChangeLog | 11 | ||||
-rw-r--r-- | dev-php5/pecl-imagick/pecl-imagick-2.2.2.ebuild | 23 | ||||
-rw-r--r-- | dev-php5/pecl-imagick/pecl-imagick-2.3.0_beta1.ebuild | 31 |
3 files changed, 63 insertions, 2 deletions
diff --git a/dev-php5/pecl-imagick/ChangeLog b/dev-php5/pecl-imagick/ChangeLog index 9cbf01f6dad6..b1dd6f7e0553 100644 --- a/dev-php5/pecl-imagick/ChangeLog +++ b/dev-php5/pecl-imagick/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-php5/pecl-imagick -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-imagick/ChangeLog,v 1.23 2008/07/06 17:12:24 maekke Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-imagick/ChangeLog,v 1.24 2009/04/09 10:36:30 hoffie Exp $ + +*pecl-imagick-2.3.0_beta1 (09 Apr 2009) +*pecl-imagick-2.2.2 (09 Apr 2009) + + 09 Apr 2009; Christian Hoffmann <hoffie@gentoo.org> + +pecl-imagick-2.2.2.ebuild, +pecl-imagick-2.3.0_beta1.ebuild: + version bump to 2.2.2 (stable) and 2.3.0_beta1, might fix bug 260578 06 Jul 2008; Markus Meier <maekke@gentoo.org> pecl-imagick-2.1.1.ebuild: x86 stable, bug #230896 diff --git a/dev-php5/pecl-imagick/pecl-imagick-2.2.2.ebuild b/dev-php5/pecl-imagick/pecl-imagick-2.2.2.ebuild new file mode 100644 index 000000000000..7f7a24334637 --- /dev/null +++ b/dev-php5/pecl-imagick/pecl-imagick-2.2.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-imagick/pecl-imagick-2.2.2.ebuild,v 1.1 2009/04/09 10:36:30 hoffie Exp $ + +PHP_EXT_NAME="imagick" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="TODO" + +inherit php-ext-pecl-r1 + +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" + +DESCRIPTION="PHP wrapper for the ImageMagick library." +LICENSE="PHP-3.01" +SLOT="0" +IUSE="examples" + +DEPEND=">=media-gfx/imagemagick-6.2.4" +RDEPEND="${DEPEND}" + +need_php_by_category +my_conf="--with-imagick=/usr" diff --git a/dev-php5/pecl-imagick/pecl-imagick-2.3.0_beta1.ebuild b/dev-php5/pecl-imagick/pecl-imagick-2.3.0_beta1.ebuild new file mode 100644 index 000000000000..38ef07f6efa6 --- /dev/null +++ b/dev-php5/pecl-imagick/pecl-imagick-2.3.0_beta1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-imagick/pecl-imagick-2.3.0_beta1.ebuild,v 1.1 2009/04/09 10:36:30 hoffie Exp $ + +PHP_EXT_NAME="imagick" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="TODO" + +inherit php-ext-pecl-r1 + +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" + +DESCRIPTION="PHP wrapper for the ImageMagick library." +LICENSE="PHP-3.01" +SLOT="0" +IUSE="examples" + +DEPEND=">=media-gfx/imagemagick-6.2.4" +RDEPEND="${DEPEND}" + +need_php_by_category + +MY_PV="${PV/_/}" +MY_PV="${MY_PV/beta/b}" +PECL_PKG_V="${PECL_PKG}-${MY_PV}" +FILENAME="${PECL_PKG_V}.tgz" +SRC_URI="http://pecl.php.net/get/${FILENAME}" +S="${WORKDIR}/${PECL_PKG_V}" + +my_conf="--with-imagick=/usr" |