summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2010-04-12 19:51:57 +0000
committerMatti Bickel <mabi@gentoo.org>2010-04-12 19:51:57 +0000
commitfae85f3bce407656a2d3ecc1b52a54f7136303d9 (patch)
treeaa5561a15a6af5d381e22c0680a70279943631f3 /dev-php5/magickwand
parentLICENSE is all of Artistic, BSD, GPL-2 and LGPL-2. (diff)
downloadgentoo-2-fae85f3bce407656a2d3ecc1b52a54f7136303d9.tar.gz
gentoo-2-fae85f3bce407656a2d3ecc1b52a54f7136303d9.tar.bz2
gentoo-2-fae85f3bce407656a2d3ecc1b52a54f7136303d9.zip
bump
(Portage version: 2.1.7.17/cvs/Linux i686)
Diffstat (limited to 'dev-php5/magickwand')
-rw-r--r--dev-php5/magickwand/ChangeLog11
-rw-r--r--dev-php5/magickwand/magickwand-1.0.7.ebuild39
-rw-r--r--dev-php5/magickwand/magickwand-1.0.8.ebuild (renamed from dev-php5/magickwand/magickwand-1.0.6.ebuild)14
3 files changed, 14 insertions, 50 deletions
diff --git a/dev-php5/magickwand/ChangeLog b/dev-php5/magickwand/ChangeLog
index b1d03257b034..b0a45df01b37 100644
--- a/dev-php5/magickwand/ChangeLog
+++ b/dev-php5/magickwand/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-php5/magickwand
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/magickwand/ChangeLog,v 1.10 2009/03/20 17:31:47 jmbsvicetto Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/magickwand/ChangeLog,v 1.11 2010/04/12 19:51:57 mabi Exp $
+
+*magickwand-1.0.8 (12 Apr 2010)
+
+ 12 Apr 2010; <mabi@gentoo.org> -magickwand-1.0.6.ebuild,
+ -magickwand-1.0.7.ebuild, +magickwand-1.0.8.ebuild:
+ version bump (bug #279836), older versions do not work with newer
+ imagemagick
20 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
metadata.xml:
diff --git a/dev-php5/magickwand/magickwand-1.0.7.ebuild b/dev-php5/magickwand/magickwand-1.0.7.ebuild
deleted file mode 100644
index 3f08050a78ca..000000000000
--- a/dev-php5/magickwand/magickwand-1.0.7.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/magickwand/magickwand-1.0.7.ebuild,v 1.3 2008/06/09 15:33:53 hoffie Exp $
-
-PHP_EXT_NAME="magickwand"
-PHP_EXT_ZENDEXT="no"
-PHP_EXT_INI="yes"
-
-MY_PN="MagickWandForPHP"
-
-inherit php-ext-source-r1
-
-DESCRIPTION="A native PHP-extension to the ImageMagick MagickWand API."
-HOMEPAGE="http://www.magickwand.org/"
-SRC_URI="http://www.magickwand.org/download/php/${MY_PN}-${PV}.tar.bz2"
-
-LICENSE="MagickWand"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND=">=media-gfx/imagemagick-6.3.5.9"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-need_php_by_category
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/imagemagick-pre-6.3.8-compat.patch
- php-ext-source-r1_phpize
-}
-
-src_install() {
- php-ext-source-r1_src_install
-
- dodoc-php AUTHOR ChangeLog CREDITS README TODO
-}
diff --git a/dev-php5/magickwand/magickwand-1.0.6.ebuild b/dev-php5/magickwand/magickwand-1.0.8.ebuild
index 27cb04d1d427..3b4ada930814 100644
--- a/dev-php5/magickwand/magickwand-1.0.6.ebuild
+++ b/dev-php5/magickwand/magickwand-1.0.8.ebuild
@@ -1,12 +1,14 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/magickwand/magickwand-1.0.6.ebuild,v 1.1 2008/02/11 21:22:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/magickwand/magickwand-1.0.8.ebuild,v 1.1 2010/04/12 19:51:57 mabi Exp $
PHP_EXT_NAME="magickwand"
PHP_EXT_ZENDEXT="no"
PHP_EXT_INI="yes"
+DOCS="AUTHOR ChangeLog CREDITS README TODO"
MY_PN="MagickWandForPHP"
+IUSE=""
inherit php-ext-source-r1
@@ -18,15 +20,9 @@ LICENSE="MagickWand"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-DEPEND=">=media-gfx/imagemagick-6.3.5.9"
+DEPEND=">=media-gfx/imagemagick-6.5.2.9"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_PN}-${PV}"
need_php_by_category
-
-src_install() {
- php-ext-source-r1_src_install
-
- dodoc-php AUTHOR ChangeLog CREDITS README TODO
-}