* [gentoo-commits] gentoo-x86 commit in dev-php/magickwand: magickwand-1.0.9.ebuild ChangeLog
@ 2012-02-02 15:08 Ole Markus With (olemarkus)
0 siblings, 0 replies; 3+ messages in thread
From: Ole Markus With (olemarkus) @ 2012-02-02 15:08 UTC (permalink / raw
To: gentoo-commits
olemarkus 12/02/02 15:08:21
Modified: ChangeLog
Added: magickwand-1.0.9.ebuild
Log:
Version bump
(Portage version: 2.1.10.41/cvs/Linux x86_64)
Revision Changes Path
1.2 dev-php/magickwand/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/magickwand/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/magickwand/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/magickwand/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/magickwand/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 10 Apr 2011 17:37:54 -0000 1.1
+++ ChangeLog 2 Feb 2012 15:08:21 -0000 1.2
@@ -1,6 +1,11 @@
# ChangeLog for dev-php5/magickwand
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/magickwand/ChangeLog,v 1.1 2011/04/10 17:37:54 olemarkus Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/magickwand/ChangeLog,v 1.2 2012/02/02 15:08:21 olemarkus Exp $
+
+*magickwand-1.0.9 (02 Feb 2012)
+
+ 02 Feb 2012; Ole Markus With <olemarkus@gentoo.org> +magickwand-1.0.9.ebuild:
+ Version bump
*magickwand-1.0.8-r1 (03 Nov 2010)
1.1 dev-php/magickwand/magickwand-1.0.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/magickwand/magickwand-1.0.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/magickwand/magickwand-1.0.9.ebuild?rev=1.1&content-type=text/plain
Index: magickwand-1.0.9.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/magickwand/magickwand-1.0.9.ebuild,v 1.1 2012/02/02 15:08:20 olemarkus Exp $
EAPI="4"
PHP_EXT_NAME="magickwand"
PHP_EXT_ZENDEXT="no"
PHP_EXT_INI="yes"
DOCS="AUTHOR ChangeLog CREDITS README TODO"
MY_PN="MagickWandForPHP"
IUSE=""
USE_PHP="php5-3 php5-4"
S="${WORKDIR}/${MY_PN}-${PV}"
inherit php-ext-source-r2
DESCRIPTION="A native PHP-extension to the ImageMagick MagickWand API."
HOMEPAGE="http://www.magickwand.org/"
SRC_URI="http://www.magickwand.org/download/php/${MY_PN}-${PV}.tar.bz2"
LICENSE="MagickWand"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND=">=media-gfx/imagemagick-6.5.2.9"
RDEPEND="${DEPEND}"
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-php/magickwand: magickwand-1.0.9.ebuild ChangeLog
@ 2013-04-17 10:49 Ole Markus With (olemarkus)
0 siblings, 0 replies; 3+ messages in thread
From: Ole Markus With (olemarkus) @ 2013-04-17 10:49 UTC (permalink / raw
To: gentoo-commits
olemarkus 13/04/17 10:49:21
Modified: magickwand-1.0.9.ebuild ChangeLog
Log:
Fix building against newer imagemagick. Bug 466164
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Revision Changes Path
1.2 dev-php/magickwand/magickwand-1.0.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/magickwand/magickwand-1.0.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/magickwand/magickwand-1.0.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/magickwand/magickwand-1.0.9.ebuild?r1=1.1&r2=1.2
Index: magickwand-1.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/magickwand/magickwand-1.0.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- magickwand-1.0.9.ebuild 2 Feb 2012 15:08:20 -0000 1.1
+++ magickwand-1.0.9.ebuild 17 Apr 2013 10:49:21 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/magickwand/magickwand-1.0.9.ebuild,v 1.1 2012/02/02 15:08:20 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/magickwand/magickwand-1.0.9.ebuild,v 1.2 2013/04/17 10:49:21 olemarkus Exp $
EAPI="4"
@@ -12,7 +12,7 @@
MY_PN="MagickWandForPHP"
IUSE=""
-USE_PHP="php5-3 php5-4"
+USE_PHP="php5-5 php5-3 php5-4"
S="${WORKDIR}/${MY_PN}-${PV}"
@@ -20,7 +20,7 @@
DESCRIPTION="A native PHP-extension to the ImageMagick MagickWand API."
HOMEPAGE="http://www.magickwand.org/"
-SRC_URI="http://www.magickwand.org/download/php/${MY_PN}-${PV}.tar.bz2"
+SRC_URI="http://www.magickwand.org/download/php/${MY_PN}-${PV}-2.tar.bz2"
LICENSE="MagickWand"
SLOT="0"
1.4 dev-php/magickwand/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/magickwand/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/magickwand/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/magickwand/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/magickwand/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 5 Mar 2013 10:25:10 -0000 1.3
+++ ChangeLog 17 Apr 2013 10:49:21 -0000 1.4
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/magickwand
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/magickwand/ChangeLog,v 1.3 2013/03/05 10:25:10 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/magickwand/ChangeLog,v 1.4 2013/04/17 10:49:21 olemarkus Exp $
+
+ 17 Apr 2013; Ole Markus With <olemarkus@gentoo.org> magickwand-1.0.9.ebuild:
+ Fix building against newer imagemagick. Bug 466164
05 Mar 2013; Ole Markus With <olemarkus@gentoo.org>
-magickwand-1.0.8-r1.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-php/magickwand: magickwand-1.0.9.ebuild ChangeLog
@ 2014-08-10 21:00 Sergei Trofimovich (slyfox)
0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 21:00 UTC (permalink / raw
To: gentoo-commits
slyfox 14/08/10 21:00:16
Modified: magickwand-1.0.9.ebuild ChangeLog
Log:
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path
1.3 dev-php/magickwand/magickwand-1.0.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/magickwand/magickwand-1.0.9.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/magickwand/magickwand-1.0.9.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/magickwand/magickwand-1.0.9.ebuild?r1=1.2&r2=1.3
Index: magickwand-1.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/magickwand/magickwand-1.0.9.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- magickwand-1.0.9.ebuild 17 Apr 2013 10:49:21 -0000 1.2
+++ magickwand-1.0.9.ebuild 10 Aug 2014 21:00:16 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/magickwand/magickwand-1.0.9.ebuild,v 1.2 2013/04/17 10:49:21 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/magickwand/magickwand-1.0.9.ebuild,v 1.3 2014/08/10 21:00:16 slyfox Exp $
EAPI="4"
@@ -18,7 +18,7 @@
inherit php-ext-source-r2
-DESCRIPTION="A native PHP-extension to the ImageMagick MagickWand API."
+DESCRIPTION="A native PHP-extension to the ImageMagick MagickWand API"
HOMEPAGE="http://www.magickwand.org/"
SRC_URI="http://www.magickwand.org/download/php/${MY_PN}-${PV}-2.tar.bz2"
1.5 dev-php/magickwand/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/magickwand/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/magickwand/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/magickwand/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/magickwand/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 17 Apr 2013 10:49:21 -0000 1.4
+++ ChangeLog 10 Aug 2014 21:00:16 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for dev-php/magickwand
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/magickwand/ChangeLog,v 1.4 2013/04/17 10:49:21 olemarkus Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/magickwand/ChangeLog,v 1.5 2014/08/10 21:00:16 slyfox Exp $
+
+ 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> magickwand-1.0.9.ebuild:
+ QA: drop trailing '.' from DESCRIPTION
17 Apr 2013; Ole Markus With <olemarkus@gentoo.org> magickwand-1.0.9.ebuild:
Fix building against newer imagemagick. Bug 466164
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-08-11 21:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-10 21:00 [gentoo-commits] gentoo-x86 commit in dev-php/magickwand: magickwand-1.0.9.ebuild ChangeLog Sergei Trofimovich (slyfox)
-- strict thread matches above, loose matches on Subject: below --
2013-04-17 10:49 Ole Markus With (olemarkus)
2012-02-02 15:08 Ole Markus With (olemarkus)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox