Gentoo Archives: gentoo-commits

From: "Brian Evans (grknight)" <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/magickwand: magickwand-1.0.9-r1.ebuild ChangeLog magickwand-1.0.9.ebuild
Date: Thu, 02 Oct 2014 15:36:16
Message-Id: 20141002153613.518D46C5F@oystercatcher.gentoo.org
1 grknight 14/10/02 15:36:13
2
3 Modified: ChangeLog
4 Added: magickwand-1.0.9-r1.ebuild
5 Removed: magickwand-1.0.9.ebuild
6 Log:
7 Revbump to add 5.6 support; drop 5.3
8
9 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
10
11 Revision Changes Path
12 1.6 dev-php/magickwand/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/magickwand/ChangeLog?rev=1.6&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/magickwand/ChangeLog?rev=1.6&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/magickwand/ChangeLog?r1=1.5&r2=1.6
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-php/magickwand/ChangeLog,v
21 retrieving revision 1.5
22 retrieving revision 1.6
23 diff -u -r1.5 -r1.6
24 --- ChangeLog 10 Aug 2014 21:00:16 -0000 1.5
25 +++ ChangeLog 2 Oct 2014 15:36:13 -0000 1.6
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-php/magickwand
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-php/magickwand/ChangeLog,v 1.5 2014/08/10 21:00:16 slyfox Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-php/magickwand/ChangeLog,v 1.6 2014/10/02 15:36:13 grknight Exp $
31 +
32 +*magickwand-1.0.9-r1 (02 Oct 2014)
33 +
34 + 02 Oct 2014; <grknight@g.o> +magickwand-1.0.9-r1.ebuild,
35 + -magickwand-1.0.9.ebuild:
36 + Revbump to add 5.6 support; drop 5.3
37
38 10 Aug 2014; Sergei Trofimovich <slyfox@g.o> magickwand-1.0.9.ebuild:
39 QA: drop trailing '.' from DESCRIPTION
40
41
42
43 1.1 dev-php/magickwand/magickwand-1.0.9-r1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/magickwand/magickwand-1.0.9-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/magickwand/magickwand-1.0.9-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: magickwand-1.0.9-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-php/magickwand/magickwand-1.0.9-r1.ebuild,v 1.1 2014/10/02 15:36:13 grknight Exp $
53
54 EAPI=5
55
56 PHP_EXT_NAME="magickwand"
57 PHP_EXT_ZENDEXT="no"
58 PHP_EXT_INI="yes"
59 DOCS="AUTHOR ChangeLog CREDITS README TODO"
60
61 MY_PN="MagickWandForPHP"
62 IUSE=""
63
64 USE_PHP="php5-6 php5-5 php5-4"
65
66 S="${WORKDIR}/${MY_PN}-${PV}"
67
68 inherit php-ext-source-r2
69
70 DESCRIPTION="A native PHP-extension to the ImageMagick MagickWand API"
71 HOMEPAGE="http://www.magickwand.org/"
72 SRC_URI="http://www.magickwand.org/download/php/${MY_PN}-${PV}-2.tar.bz2"
73
74 LICENSE="MagickWand"
75 SLOT="0"
76 KEYWORDS="~amd64 ~x86"
77
78 DEPEND=">=media-gfx/imagemagick-6.5.2.9"
79 RDEPEND="${DEPEND}"