diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-04-17 21:06:29 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-04-17 21:06:29 +0000 |
commit | 047127a4e9538521acf1e65d1e30716d950704e0 (patch) | |
tree | 1bc62848d4243cc36d50ce2e094c2b3bf15ffc18 /dev-php4 | |
parent | Stable for HPPA (bug #173186). (diff) | |
download | gentoo-2-047127a4e9538521acf1e65d1e30716d950704e0.tar.gz gentoo-2-047127a4e9538521acf1e65d1e30716d950704e0.tar.bz2 gentoo-2-047127a4e9538521acf1e65d1e30716d950704e0.zip |
Version bump, delete graphicsmagick dep.
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-php4')
-rw-r--r-- | dev-php4/pecl-imagick/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php4/pecl-imagick/files/digest-pecl-imagick-0.9.13 | 3 | ||||
-rw-r--r-- | dev-php4/pecl-imagick/pecl-imagick-0.9.11.ebuild | 18 | ||||
-rw-r--r-- | dev-php4/pecl-imagick/pecl-imagick-0.9.13.ebuild | 21 |
4 files changed, 34 insertions, 16 deletions
diff --git a/dev-php4/pecl-imagick/ChangeLog b/dev-php4/pecl-imagick/ChangeLog index 715b501d6372..2e182b642f1b 100644 --- a/dev-php4/pecl-imagick/ChangeLog +++ b/dev-php4/pecl-imagick/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-php4/pecl-imagick # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-imagick/ChangeLog,v 1.7 2007/03/06 19:59:59 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-imagick/ChangeLog,v 1.8 2007/04/17 21:06:29 chtekk Exp $ + +*pecl-imagick-0.9.13 (17 Apr 2007) + + 17 Apr 2007; Luca Longinotti <chtekk@gentoo.org> + pecl-imagick-0.9.11.ebuild, +pecl-imagick-0.9.13.ebuild: + Version bump, delete graphicsmagick dep. 06 Mar 2007; Luca Longinotti <chtekk@gentoo.org> pecl-imagick-0.9.11.ebuild: diff --git a/dev-php4/pecl-imagick/files/digest-pecl-imagick-0.9.13 b/dev-php4/pecl-imagick/files/digest-pecl-imagick-0.9.13 new file mode 100644 index 000000000000..0a447588938f --- /dev/null +++ b/dev-php4/pecl-imagick/files/digest-pecl-imagick-0.9.13 @@ -0,0 +1,3 @@ +MD5 d0e7b6c206b8f174de5f9d300c2fe8dd imagick-0.9.13.tgz 71869 +RMD160 64162855f6c97c4e30f7f1c3d84b13a92619af6f imagick-0.9.13.tgz 71869 +SHA256 968912a49ecebfe0c819121cfd1f589e6e1b93000440aea1b61afb4212f43ac5 imagick-0.9.13.tgz 71869 diff --git a/dev-php4/pecl-imagick/pecl-imagick-0.9.11.ebuild b/dev-php4/pecl-imagick/pecl-imagick-0.9.11.ebuild index a9a4b3af3437..304378de4041 100644 --- a/dev-php4/pecl-imagick/pecl-imagick-0.9.11.ebuild +++ b/dev-php4/pecl-imagick/pecl-imagick-0.9.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-imagick/pecl-imagick-0.9.11.ebuild,v 1.7 2007/03/06 19:59:59 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-imagick/pecl-imagick-0.9.11.ebuild,v 1.8 2007/04/17 21:06:29 chtekk Exp $ PHP_EXT_NAME="imagick" PHP_EXT_INI="yes" @@ -13,21 +13,9 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" DESCRIPTION="PHP wrapper for the ImageMagick library." LICENSE="PHP" SLOT="0" -IUSE="graphicsmagick" +IUSE="" -DEPEND="!graphicsmagick? ( >=media-gfx/imagemagick-6.2.0 ) - graphicsmagick? ( >=media-gfx/graphicsmagick-1.0.0 )" +DEPEND=">=media-gfx/imagemagick-6.2.0" RDEPEND="${DEPEND}" need_php_by_category - -src_compile() { - my_conf="--with-imagick" - use graphicsmagick && my_conf="${my_conf} --with-imagick-gm" - php-ext-pecl-r1_src_compile -} - -src_install() { - php-ext-pecl-r1_src_install - dodoc-php CREDITS INSTALL -} diff --git a/dev-php4/pecl-imagick/pecl-imagick-0.9.13.ebuild b/dev-php4/pecl-imagick/pecl-imagick-0.9.13.ebuild new file mode 100644 index 000000000000..794bf4513ca1 --- /dev/null +++ b/dev-php4/pecl-imagick/pecl-imagick-0.9.13.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php4/pecl-imagick/pecl-imagick-0.9.13.ebuild,v 1.1 2007/04/17 21:06:29 chtekk Exp $ + +PHP_EXT_NAME="imagick" +PHP_EXT_INI="yes" +PHP_EXT_ZENDEXT="no" + +inherit php-ext-pecl-r1 + +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" + +DESCRIPTION="PHP wrapper for the ImageMagick library." +LICENSE="PHP" +SLOT="0" +IUSE="" + +DEPEND=">=media-gfx/imagemagick-6.2.0" +RDEPEND="${DEPEND}" + +need_php_by_category |