Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 343869 - dev-php5/pecl-imagick-3.0.0 is blocked by php-5.3.3-r3
Summary: dev-php5/pecl-imagick-3.0.0 is blocked by php-5.3.3-r3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-02 16:38 UTC by Joakim
Modified: 2010-11-11 09:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joakim 2010-11-02 16:38:11 UTC
The new php-5.3.3-r3 package blocks pecl-imagick-3.0.0 as it isn't compatible,
the following patch for pecl-imagick fixes it.

--- /usr/portage/dev-php5/pecl-imagick/pecl-imagick-3.0.0.ebuild        2010-07-27 23:16:28.000000000 +0000
+++ /usr/local/portage/dev-php5/pecl-imagick/pecl-imagick-3.0.0-r1.ebuild       2010-11-02 15:31:09.000000000 +0000
@@ -2,12 +2,14 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-imagick/pecl-imagick-3.0.0.ebuild,v 1.1 2010/07/27 23:16:28 mabi Exp $
 
+EAPI=2
+
 PHP_EXT_NAME="imagick"
 PHP_EXT_INI="yes"
 PHP_EXT_ZENDEXT="no"
 DOCS="TODO"
 
-inherit php-ext-pecl-r1
+inherit php-ext-pecl-r2
 
 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
 
@@ -19,8 +21,6 @@
 DEPEND=">=media-gfx/imagemagick-6.2.4"
 RDEPEND="${DEPEND}"
 
-need_php_by_category
-
 MY_PV="${PV/_/}"
 PECL_PKG_V="${PECL_PKG}-${MY_PV}"
 FILENAME="${PECL_PKG_V}.tgz"
Comment 1 Ole Markus With (RETIRED) gentoo-dev 2010-11-11 09:39:56 UTC
pecl-imagick-3.0.0-r1 has support for php-5.3.3-r3.

Cheers!