Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 489110 - dev-php/pecl-imagick-3.1.2 version bump
Summary: dev-php/pecl-imagick-3.1.2 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2013-10-23 08:47 UTC by Fredrik Simón
Modified: 2013-12-09 21:59 UTC (History)
0 users

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


Attachments
pecl-imagick-3.1.2.ebuild (pecl-imagick-3.1.2.ebuild,532 bytes, text/plain)
2013-10-23 08:52 UTC, Fredrik Simón
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fredrik Simón 2013-10-23 08:47:30 UTC
Version bump to latest stable version.
Includes serveral bug fixes and builds against the latest php version.

Fredrik

Reproducible: Always
Comment 1 Fredrik Simón 2013-10-23 08:52:34 UTC
Created attachment 361686 [details]
pecl-imagick-3.1.2.ebuild

Removed patch used in pecl-imagick-3.1.0_rc2.ebuild since it was fixed in imagick[1].

[1] https://github.com/mkoppanen/imagick/commit/628c02480cb637840613dc607f9b181ef10b9380#diff-788d457a20b110cc38e571dec9ddc68c)
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-10-24 12:15:17 UTC
Comment on attachment 361686 [details]
pecl-imagick-3.1.2.ebuild

--- pecl-imagick-3.1.0_rc2.ebuild       2013-08-17 19:08:41.638006816 +0200
+++ -   2013-10-24 14:15:00.193011744 +0200
@@ -1,7 +1,3 @@
-# Copyright 1999-2013 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.5 2013/08/15 03:50:45 patrick Exp $
-
 EAPI=4
 
 PHP_EXT_NAME="imagick"
@@ -32,12 +28,3 @@
 SRC_URI="http://pecl.php.net/get/${FILENAME}"
 
 my_conf="--with-imagick=/usr"
-
-src_prepare() {
-       local slot
-       for slot in $(php_get_slots) ; do
-               cd "${WORKDIR}/${slot}"
-               epatch "${FILESDIR}/remove-header-check.patch"
-       done
-       php-ext-source-r2_src_prepare
-}
Comment 3 Matti Bickel (RETIRED) gentoo-dev 2013-12-09 21:59:30 UTC
Thanks, I've added the ebuild in CVS.