public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ole Markus With (olemarkus)" <olemarkus@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/magickwand: magickwand-1.0.9.ebuild ChangeLog
Date: Wed, 17 Apr 2013 10:49:21 +0000 (UTC)	[thread overview]
Message-ID: <20130417104921.564C12171D@flycatcher.gentoo.org> (raw)

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:





             reply	other threads:[~2013-04-17 10:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-17 10:49 Ole Markus With (olemarkus) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-08-10 21:00 [gentoo-commits] gentoo-x86 commit in dev-php/magickwand: magickwand-1.0.9.ebuild ChangeLog Sergei Trofimovich (slyfox)
2012-02-02 15:08 Ole Markus With (olemarkus)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130417104921.564C12171D@flycatcher.gentoo.org \
    --to=olemarkus@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox