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/magickwand: magickwand-1.0.9.ebuild ChangeLog
Date: Thu, 02 Feb 2012 15:08:31
Message-Id: 20120202150821.3F4632004B@flycatcher.gentoo.org
1 olemarkus 12/02/02 15:08:21
2
3 Modified: ChangeLog
4 Added: magickwand-1.0.9.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.10.41/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 dev-php/magickwand/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/magickwand/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/magickwand/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/magickwand/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-php/magickwand/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 10 Apr 2011 17:37:54 -0000 1.1
24 +++ ChangeLog 2 Feb 2012 15:08:21 -0000 1.2
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-php5/magickwand
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-php/magickwand/ChangeLog,v 1.1 2011/04/10 17:37:54 olemarkus Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-php/magickwand/ChangeLog,v 1.2 2012/02/02 15:08:21 olemarkus Exp $
31 +
32 +*magickwand-1.0.9 (02 Feb 2012)
33 +
34 + 02 Feb 2012; Ole Markus With <olemarkus@g.o> +magickwand-1.0.9.ebuild:
35 + Version bump
36
37 *magickwand-1.0.8-r1 (03 Nov 2010)
38
39
40
41
42 1.1 dev-php/magickwand/magickwand-1.0.9.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/magickwand/magickwand-1.0.9.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/magickwand/magickwand-1.0.9.ebuild?rev=1.1&content-type=text/plain
46
47 Index: magickwand-1.0.9.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-php/magickwand/magickwand-1.0.9.ebuild,v 1.1 2012/02/02 15:08:20 olemarkus Exp $
52
53 EAPI="4"
54
55 PHP_EXT_NAME="magickwand"
56 PHP_EXT_ZENDEXT="no"
57 PHP_EXT_INI="yes"
58 DOCS="AUTHOR ChangeLog CREDITS README TODO"
59
60 MY_PN="MagickWandForPHP"
61 IUSE=""
62
63 USE_PHP="php5-3 php5-4"
64
65 S="${WORKDIR}/${MY_PN}-${PV}"
66
67 inherit php-ext-source-r2
68
69 DESCRIPTION="A native PHP-extension to the ImageMagick MagickWand API."
70 HOMEPAGE="http://www.magickwand.org/"
71 SRC_URI="http://www.magickwand.org/download/php/${MY_PN}-${PV}.tar.bz2"
72
73 LICENSE="MagickWand"
74 SLOT="0"
75 KEYWORDS="~amd64 ~x86"
76
77 DEPEND=">=media-gfx/imagemagick-6.5.2.9"
78 RDEPEND="${DEPEND}"