public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/matplotlib: matplotlib-0.98.5.2.ebuild matplotlib-0.98.5.2-r2.ebuild matplotlib-0.98.5.2-r3.ebuild matplotlib-0.91.2.ebuild matplotlib-0.91.4.ebuild ChangeLog
@ 2009-03-30 15:32 Peter Alfredsen (loki_val)
  0 siblings, 0 replies; only message in thread
From: Peter Alfredsen (loki_val) @ 2009-03-30 15:32 UTC (permalink / raw
  To: gentoo-commits

loki_val    09/03/30 15:32:32

  Modified:             matplotlib-0.98.5.2.ebuild
                        matplotlib-0.98.5.2-r2.ebuild
                        matplotlib-0.98.5.2-r3.ebuild
                        matplotlib-0.91.2.ebuild matplotlib-0.91.4.ebuild
                        ChangeLog
  Log:
  Update dependencies w.r.t. bug 264230, fully-split-out poppler transition.
  (Portage version: 2.2_rc28/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-python/matplotlib/matplotlib-0.98.5.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.98.5.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.98.5.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.98.5.2.ebuild?r1=1.4&r2=1.5

Index: matplotlib-0.98.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.98.5.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- matplotlib-0.98.5.2.ebuild	21 Jan 2009 09:32:07 -0000	1.4
+++ matplotlib-0.98.5.2.ebuild	30 Mar 2009 15:32:32 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.98.5.2.ebuild,v 1.4 2009/01/21 09:32:07 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.98.5.2.ebuild,v 1.5 2009/03/30 15:32:32 loki_val Exp $
 
 WX_GTK_VER=2.8
 EAPI=2
@@ -31,7 +31,7 @@
 	latex? ( virtual/latex-base
 		virtual/ghostscript
 		app-text/dvipng
-		app-text/poppler )
+		virtual/poppler-utils )
 	cairo? ( dev-python/pycairo )
 	excel? ( dev-python/xlwt )
 	fltk?  ( dev-python/pyfltk )



1.2                  dev-python/matplotlib/matplotlib-0.98.5.2-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.98.5.2-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.98.5.2-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.98.5.2-r2.ebuild?r1=1.1&r2=1.2

Index: matplotlib-0.98.5.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.98.5.2-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- matplotlib-0.98.5.2-r2.ebuild	25 Jan 2009 16:01:56 -0000	1.1
+++ matplotlib-0.98.5.2-r2.ebuild	30 Mar 2009 15:32:32 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.98.5.2-r2.ebuild,v 1.1 2009/01/25 16:01:56 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.98.5.2-r2.ebuild,v 1.2 2009/03/30 15:32:32 loki_val Exp $
 
 WX_GTK_VER=2.8
 EAPI=2
@@ -44,7 +44,7 @@
 		virtual/latex-base
 		virtual/ghostscript
 		app-text/dvipng
-		app-text/poppler
+		virtual/poppler-utils
 		media-fonts/stix-fonts
 		|| ( dev-texlive/texlive-fontsrecommended
 			 app-text/tetex



1.5                  dev-python/matplotlib/matplotlib-0.98.5.2-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.98.5.2-r3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.98.5.2-r3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.98.5.2-r3.ebuild?r1=1.4&r2=1.5

Index: matplotlib-0.98.5.2-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.98.5.2-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- matplotlib-0.98.5.2-r3.ebuild	9 Mar 2009 11:05:30 -0000	1.4
+++ matplotlib-0.98.5.2-r3.ebuild	30 Mar 2009 15:32:32 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.98.5.2-r3.ebuild,v 1.4 2009/03/09 11:05:30 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.98.5.2-r3.ebuild,v 1.5 2009/03/30 15:32:32 loki_val Exp $
 
 WX_GTK_VER=2.8
 EAPI=2
@@ -52,7 +52,7 @@
 		virtual/latex-base
 		virtual/ghostscript
 		app-text/dvipng
-		app-text/poppler
+		virtual/poppler-utils
 		|| ( dev-texlive/texlive-fontsrecommended
 			 app-text/tetex
 			 app-text/ptex ) )"



1.8                  dev-python/matplotlib/matplotlib-0.91.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.2.ebuild?r1=1.7&r2=1.8

Index: matplotlib-0.91.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- matplotlib-0.91.2.ebuild	14 Mar 2009 14:21:59 -0000	1.7
+++ matplotlib-0.91.2.ebuild	30 Mar 2009 15:32:32 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.2.ebuild,v 1.7 2009/03/14 14:21:59 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.2.ebuild,v 1.8 2009/03/30 15:32:32 loki_val Exp $
 
 NEED_PYTHON=2.3
 WX_GTK_VER=2.8
@@ -33,7 +33,7 @@
 	latex? ( virtual/latex-base
 		virtual/ghostscript
 		app-text/dvipng
-		app-text/poppler )
+		virtual/poppler-utils )
 	cairo? ( dev-python/pycairo )
 	fltk?  ( dev-python/pyfltk )
 	qt3?   ( dev-python/PyQt )



1.4                  dev-python/matplotlib/matplotlib-0.91.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.4.ebuild?r1=1.3&r2=1.4

Index: matplotlib-0.91.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- matplotlib-0.91.4.ebuild	14 Mar 2009 14:21:59 -0000	1.3
+++ matplotlib-0.91.4.ebuild	30 Mar 2009 15:32:32 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.4.ebuild,v 1.3 2009/03/14 14:21:59 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.4.ebuild,v 1.4 2009/03/30 15:32:32 loki_val Exp $
 
 NEED_PYTHON=2.3
 WX_GTK_VER=2.8
@@ -33,7 +33,7 @@
 	latex? ( virtual/latex-base
 		virtual/ghostscript
 		app-text/dvipng
-		app-text/poppler )
+		virtual/poppler-utils )
 	cairo? ( dev-python/pycairo )
 	fltk?  ( dev-python/pyfltk )
 	qt3?   ( dev-python/PyQt )



1.64                 dev-python/matplotlib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	14 Mar 2009 14:21:59 -0000	1.63
+++ ChangeLog	30 Mar 2009 15:32:32 -0000	1.64
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/matplotlib
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.63 2009/03/14 14:21:59 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.64 2009/03/30 15:32:32 loki_val Exp $
+
+  30 Mar 2009; Peter Alfredsen <loki_val@gentoo.org>
+  matplotlib-0.91.2.ebuild, matplotlib-0.91.4.ebuild,
+  matplotlib-0.98.5.2.ebuild, matplotlib-0.98.5.2-r2.ebuild,
+  matplotlib-0.98.5.2-r3.ebuild:
+  Update dependencies w.r.t. bug 264230, fully-split-out poppler transition.
 
   14 Mar 2009; Sébastien Fabbro <bicatali@gentoo.org>
   matplotlib-0.91.2.ebuild, matplotlib-0.91.4.ebuild:






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-30 15:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-30 15:32 [gentoo-commits] gentoo-x86 commit in dev-python/matplotlib: matplotlib-0.98.5.2.ebuild matplotlib-0.98.5.2-r2.ebuild matplotlib-0.98.5.2-r3.ebuild matplotlib-0.91.2.ebuild matplotlib-0.91.4.ebuild ChangeLog Peter Alfredsen (loki_val)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox