Gentoo Archives: gentoo-commits

From: "Ole Markus With (olemarkus)" <olemarkus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/pecl-imagick: pecl-imagick-3.1.0_rc1.ebuild ChangeLog
Date: Fri, 06 Apr 2012 18:51:54
Message-Id: 20120406185144.BE5AD2004B@flycatcher.gentoo.org
1 olemarkus 12/04/06 18:51:44
2
3 Modified: ChangeLog
4 Added: pecl-imagick-3.1.0_rc1.ebuild
5 Log:
6 Version bump. RC that works with php 5.4
7
8 (Portage version: 2.1.10.44/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 dev-php/pecl-imagick/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-imagick/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-imagick/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-imagick/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-imagick/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 14 Dec 2011 22:39:57 -0000 1.1
24 +++ ChangeLog 6 Apr 2012 18:51:44 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-php5/pecl-imagick
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-imagick/ChangeLog,v 1.1 2011/12/14 22:39:57 mabi Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-imagick/ChangeLog,v 1.2 2012/04/06 18:51:44 olemarkus Exp $
31 +
32 +*pecl-imagick-3.1.0_rc1 (06 Apr 2012)
33 +
34 + 06 Apr 2012; Ole Markus With <olemarkus@g.o>
35 + +pecl-imagick-3.1.0_rc1.ebuild:
36 + Version bump. RC that works with php 5.4
37
38 08 Jan 2011; Brent Baude <ranger@g.o> pecl-imagick-3.0.0-r1.ebuild:
39 Marking pecl-imagick-3.0.0-r1 ~ppc for bug 349659
40
41
42
43 1.1 dev-php/pecl-imagick/pecl-imagick-3.1.0_rc1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-imagick/pecl-imagick-3.1.0_rc1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-imagick/pecl-imagick-3.1.0_rc1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: pecl-imagick-3.1.0_rc1.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-imagick/pecl-imagick-3.1.0_rc1.ebuild,v 1.1 2012/04/06 18:51:44 olemarkus Exp $
53
54 EAPI=4
55
56 PHP_EXT_NAME="imagick"
57 PHP_EXT_INI="yes"
58 PHP_EXT_ZENDEXT="no"
59 DOCS="TODO"
60
61 MY_PV="${PV/_/}"
62 MY_PV="${MY_PV/rc/RC}"
63 PECL_PKG_V="${PECL_PKG}-${MY_PV}"
64 FILENAME="${PECL_PKG_V}.tgz"
65 S="${WORKDIR}/${PECL_PKG_V}"
66
67 USE_PHP="php5-3 php5-4"
68
69 inherit php-ext-pecl-r2
70
71 KEYWORDS="~amd64 ~x86"
72
73 DESCRIPTION="PHP wrapper for the ImageMagick library."
74 LICENSE="PHP-3.01"
75 SLOT="0"
76 IUSE="examples"
77
78 DEPEND=">=media-gfx/imagemagick-6.2.4"
79 RDEPEND="${DEPEND}"
80
81 SRC_URI="http://pecl.php.net/get/${FILENAME}"
82
83 my_conf="--with-imagick=/usr"