diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2012-08-01 11:01:33 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2012-08-01 11:01:33 +0000 |
commit | 82506fe91ce3d0780dd158e6651ae06a3f4cca8f (patch) | |
tree | 681c916a88e1a2d4263fd2fa922a98ecf3a9868d /dev-php/pecl-imagick | |
parent | Typo. Bug 426288 (diff) | |
download | gentoo-2-82506fe91ce3d0780dd158e6651ae06a3f4cca8f.tar.gz gentoo-2-82506fe91ce3d0780dd158e6651ae06a3f4cca8f.tar.bz2 gentoo-2-82506fe91ce3d0780dd158e6651ae06a3f4cca8f.zip |
RC bump. Bug 424051
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-php/pecl-imagick')
-rw-r--r-- | dev-php/pecl-imagick/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/pecl-imagick/pecl-imagick-3.1.0_rc2.ebuild | 34 |
2 files changed, 41 insertions, 1 deletions
diff --git a/dev-php/pecl-imagick/ChangeLog b/dev-php/pecl-imagick/ChangeLog index 951dee71759a..2e4e2e6e015a 100644 --- a/dev-php/pecl-imagick/ChangeLog +++ b/dev-php/pecl-imagick/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php5/pecl-imagick # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-imagick/ChangeLog,v 1.2 2012/04/06 18:51:44 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-imagick/ChangeLog,v 1.3 2012/08/01 11:01:33 olemarkus Exp $ + +*pecl-imagick-3.1.0_rc2 (01 Aug 2012) + + 01 Aug 2012; Ole Markus With <olemarkus@gentoo.org> + +pecl-imagick-3.1.0_rc2.ebuild: + RC bump. Bug 424051 *pecl-imagick-3.1.0_rc1 (06 Apr 2012) diff --git a/dev-php/pecl-imagick/pecl-imagick-3.1.0_rc2.ebuild b/dev-php/pecl-imagick/pecl-imagick-3.1.0_rc2.ebuild new file mode 100644 index 000000000000..700ef9a42de6 --- /dev/null +++ b/dev-php/pecl-imagick/pecl-imagick-3.1.0_rc2.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-imagick/pecl-imagick-3.1.0_rc2.ebuild,v 1.1 2012/08/01 11:01:33 olemarkus Exp $ + +EAPI=4 + +PHP_EXT_NAME="imagick" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" +DOCS="TODO" + +MY_PV="${PV/_/}" +MY_PV="${MY_PV/rc/RC}" +PECL_PKG_V="${PECL_PKG}-${MY_PV}" +FILENAME="${PECL_PKG_V}.tgz" +S="${WORKDIR}/${PECL_PKG_V}" + +USE_PHP="php5-3 php5-4" + +inherit php-ext-pecl-r2 + +KEYWORDS="~amd64 ~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}" + +SRC_URI="http://pecl.php.net/get/${FILENAME}" + +my_conf="--with-imagick=/usr" |