summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2010-07-27 23:16:28 +0000
committerMatti Bickel <mabi@gentoo.org>2010-07-27 23:16:28 +0000
commit3c1cb89955ad6d3b36a59d1da1b928b1541dc6fe (patch)
tree347f2228fe601cbb405a6b5967ad58a38d0e0eb7
parentuse.mask fdftk on non-x86 (bug #327319) (diff)
downloadgentoo-2-3c1cb89955ad6d3b36a59d1da1b928b1541dc6fe.tar.gz
gentoo-2-3c1cb89955ad6d3b36a59d1da1b928b1541dc6fe.tar.bz2
gentoo-2-3c1cb89955ad6d3b36a59d1da1b928b1541dc6fe.zip
bump
(Portage version: 2.1.8.3/cvs/Linux x86_64)
-rw-r--r--dev-php5/pecl-imagick/ChangeLog8
-rw-r--r--dev-php5/pecl-imagick/pecl-imagick-3.0.0.ebuild (renamed from dev-php5/pecl-imagick/pecl-imagick-2.1.1.ebuild)13
2 files changed, 17 insertions, 4 deletions
diff --git a/dev-php5/pecl-imagick/ChangeLog b/dev-php5/pecl-imagick/ChangeLog
index c4b1304e5fd5..bd1dd363e9de 100644
--- a/dev-php5/pecl-imagick/ChangeLog
+++ b/dev-php5/pecl-imagick/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-php5/pecl-imagick
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-imagick/ChangeLog,v 1.28 2010/07/10 15:29:42 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-imagick/ChangeLog,v 1.29 2010/07/27 23:16:28 mabi Exp $
+
+*pecl-imagick-3.0.0 (27 Jul 2010)
+
+ 27 Jul 2010; Matti Bickel <mabi@gentoo.org> -pecl-imagick-2.1.1.ebuild,
+ +pecl-imagick-3.0.0.ebuild:
+ version bump, remove old (bug #330089)
10 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
pecl-imagick-2.3.0.ebuild:
diff --git a/dev-php5/pecl-imagick/pecl-imagick-2.1.1.ebuild b/dev-php5/pecl-imagick/pecl-imagick-3.0.0.ebuild
index 3eef7575496e..f5c365917173 100644
--- a/dev-php5/pecl-imagick/pecl-imagick-2.1.1.ebuild
+++ b/dev-php5/pecl-imagick/pecl-imagick-3.0.0.ebuild
@@ -1,6 +1,6 @@
-# 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/pecl-imagick/pecl-imagick-2.1.1.ebuild,v 1.3 2008/07/06 17:12:24 maekke Exp $
+# $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 $
PHP_EXT_NAME="imagick"
PHP_EXT_INI="yes"
@@ -9,7 +9,7 @@ DOCS="TODO"
inherit php-ext-pecl-r1
-KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
DESCRIPTION="PHP wrapper for the ImageMagick library."
LICENSE="PHP-3.01"
@@ -20,4 +20,11 @@ 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"
+SRC_URI="http://pecl.php.net/get/${FILENAME}"
+S="${WORKDIR}/${PECL_PKG_V}"
+
my_conf="--with-imagick=/usr"