grknight 15/04/29 00:29:03
Modified: ChangeLog
Added: pecl-imagick-3.1.2-r1.ebuild
pecl-imagick-3.3.0_rc1.ebuild
Log:
Verison bump; Revision bump to fix bug 547922 disallowing openmp
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key
0xD1F781EFF9F4A3B6)
Revision Changes Path
1.16 dev-php/pecl-imagick/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-imagick/ChangeLog?rev=1.16&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-imagick/ChangeLog?rev=1.16&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-imagick/ChangeLog?r1=1.15&r2=1.16
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-imagick/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog 11 Jan 2015 03:10:51 -0000 1.15
+++ ChangeLog 29 Apr 2015 00:29:03 -0000 1.16
@@ -1,6 +1,13 @@
# ChangeLog for dev-php/pecl-imagick
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-imagick/ChangeLog,v 1.15
2015/01/11 03:10:51 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-imagick/ChangeLog,v 1.16
2015/04/29 00:29:03 grknight Exp $
+
+*pecl-imagick-3.3.0_rc1 (29 Apr 2015)
+*pecl-imagick-3.1.2-r1 (29 Apr 2015)
+
+ 29 Apr 2015; Brian Evans <[email protected]> +pecl-imagick-3.1.2-r1.ebuild,
+ +pecl-imagick-3.3.0_rc1.ebuild:
+ Verison bump; Revision bump to fix bug 547922 disallowing openmp
11 Jan 2015; Brian Evans <[email protected]>
-pecl-imagick-3.1.0_rc2.ebuild:
Drop old
1.1 dev-php/pecl-imagick/pecl-imagick-3.1.2-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-imagick/pecl-imagick-3.1.2-r1.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-imagick/pecl-imagick-3.1.2-r1.ebuild?rev=1.1&content-type=text/plain
Index: pecl-imagick-3.1.2-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-php/pecl-imagick/pecl-imagick-3.1.2-r1.ebuild,v 1.1
2015/04/29 00:29:03 grknight Exp $
EAPI=5
DOCS="TODO"
MY_PV="${PV/rc/RC}"
USE_PHP="php5-6 php5-5 php5-4"
inherit php-ext-pecl-r2
KEYWORDS="~amd64 ~x86"
DESCRIPTION="PHP wrapper for the ImageMagick library"
LICENSE="PHP-3.01"
SLOT="0"
IUSE="examples"
# -openmp needed wrt bug 547922 and upstream
https://github.com/mkoppanen/imagick#openmp
DEPEND=">=media-gfx/imagemagick-6.2.4:=[-openmp]"
RDEPEND="${DEPEND}"
my_conf="--with-imagick=/usr"
1.1 dev-php/pecl-imagick/pecl-imagick-3.3.0_rc1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-imagick/pecl-imagick-3.3.0_rc1.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-imagick/pecl-imagick-3.3.0_rc1.ebuild?rev=1.1&content-type=text/plain
Index: pecl-imagick-3.3.0_rc1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/dev-php/pecl-imagick/pecl-imagick-3.3.0_rc1.ebuild,v
1.1 2015/04/29 00:29:03 grknight Exp $
EAPI=5
DOCS="TODO"
MY_PV="${PV/rc/RC}"
USE_PHP="php5-6 php5-5 php5-4"
inherit php-ext-pecl-r2
KEYWORDS="~amd64 ~x86"
DESCRIPTION="PHP wrapper for the ImageMagick library"
LICENSE="PHP-3.01"
SLOT="0"
IUSE="examples"
# -openmp needed wrt bug 547922 and upstream
https://github.com/mkoppanen/imagick#openmp
DEPEND=">=media-gfx/imagemagick-6.2.4:=[-openmp]"
RDEPEND="${DEPEND}"
my_conf="--with-imagick=/usr"