public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/matplotlib: matplotlib-0.90.1.ebuild ChangeLog
@ 2007-11-03 15:27 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2007-11-03 15:27 UTC (permalink / raw
  To: gentoo-commits

bicatali    07/11/03 15:27:25

  Modified:             matplotlib-0.90.1.ebuild ChangeLog
  Log:
  dvipng is now enabled with the tetex use flag
  (Portage version: 2.1.3.16)

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

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

Index: matplotlib-0.90.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.90.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- matplotlib-0.90.1.ebuild	19 Aug 2007 02:17:29 -0000	1.4
+++ matplotlib-0.90.1.ebuild	3 Nov 2007 15:27:25 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.90.1.ebuild,v 1.4 2007/08/19 02:17:29 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.90.1.ebuild,v 1.5 2007/11/03 15:27:25 bicatali Exp $
 
 NEED_PYTHON=2.3
 
@@ -13,7 +13,7 @@
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
 	doc? ( http://matplotlib.sourceforge.net/users_guide_${DOC_PV}.pdf )"
 
-IUSE="doc examples gtk tk"
+IUSE="doc examples gtk tetex tk"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 LICENSE="PYTHON"
@@ -23,7 +23,6 @@
 		dev-python/numarray
 		>=dev-python/numeric-23
 	   )
-	!<dev-python/numpy-1.0
 	>=media-libs/freetype-2.1.7
 	media-libs/libpng
 	sys-libs/zlib
@@ -32,7 +31,7 @@
 	dev-python/python-dateutil"
 
 RDEPEND="${DEPEND}
-	app-text/dvipng
+	tetex? ( app-text/dvipng )
 	media-fonts/ttf-bitstream-vera"
 
 DOCS="INTERACTIVE API_CHANGES NUMARRAY_ISSUES"
@@ -47,7 +46,7 @@
 	cd "${S}"
 
 	# disable autodetection (use flags) and install data files
-	epatch "${FILESDIR}/${P}-setup.patch"
+	epatch "${FILESDIR}"/${P}-setup.patch
 	sed -i \
 		-e "/^BUILD_GTK/s/'auto'/$(use gtk && echo 1 || echo 0)/g" \
 		-e "/^BUILD_WX/s/'auto'/0/g" \



1.34                 dev-python/matplotlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	18 Aug 2007 18:32:14 -0000	1.33
+++ ChangeLog	3 Nov 2007 15:27:25 -0000	1.34
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/matplotlib
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.33 2007/08/18 18:32:14 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.34 2007/11/03 15:27:25 bicatali Exp $
+
+  03 Nov 2007; Sébastien Fabbro <bicatali@gentoo.org>
+  matplotlib-0.90.1.ebuild:
+  dvipng is now enabled with the tetex use flag
 
   18 Aug 2007; Sébastien Fabbro <bicatali@gentoo.org>
   matplotlib-0.90.1.ebuild:



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/matplotlib: matplotlib-0.90.1.ebuild ChangeLog
@ 2007-11-23  1:04 Ali Polatel (hawking)
  0 siblings, 0 replies; 3+ messages in thread
From: Ali Polatel (hawking) @ 2007-11-23  1:04 UTC (permalink / raw
  To: gentoo-commits

hawking     07/11/23 01:04:23

  Modified:             matplotlib-0.90.1.ebuild ChangeLog
  Log:
  switched tetex USE to dvi wrt #196745
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.6                  dev-python/matplotlib/matplotlib-0.90.1.ebuild

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

Index: matplotlib-0.90.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.90.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- matplotlib-0.90.1.ebuild	3 Nov 2007 15:27:25 -0000	1.5
+++ matplotlib-0.90.1.ebuild	23 Nov 2007 01:04:22 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.90.1.ebuild,v 1.5 2007/11/03 15:27:25 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.90.1.ebuild,v 1.6 2007/11/23 01:04:22 hawking Exp $
 
 NEED_PYTHON=2.3
 
@@ -13,7 +13,7 @@
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
 	doc? ( http://matplotlib.sourceforge.net/users_guide_${DOC_PV}.pdf )"
 
-IUSE="doc examples gtk tetex tk"
+IUSE="doc examples gtk dvi tk"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 LICENSE="PYTHON"
@@ -31,7 +31,7 @@
 	dev-python/python-dateutil"
 
 RDEPEND="${DEPEND}
-	tetex? ( app-text/dvipng )
+	dvi? ( app-text/dvipng )
 	media-fonts/ttf-bitstream-vera"
 
 DOCS="INTERACTIVE API_CHANGES NUMARRAY_ISSUES"



1.35                 dev-python/matplotlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	3 Nov 2007 15:27:25 -0000	1.34
+++ ChangeLog	23 Nov 2007 01:04:22 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/matplotlib
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.34 2007/11/03 15:27:25 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.35 2007/11/23 01:04:22 hawking Exp $
+
+  23 Nov 2007; Ali Polatel <hawking@gentoo.org> matplotlib-0.90.1.ebuild:
+  switched tetex USE to dvi wrt #196745
 
   03 Nov 2007; Sébastien Fabbro <bicatali@gentoo.org>
   matplotlib-0.90.1.ebuild:



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/matplotlib: matplotlib-0.90.1.ebuild ChangeLog
@ 2007-11-23  9:35 Ali Polatel (hawking)
  0 siblings, 0 replies; 3+ messages in thread
From: Ali Polatel (hawking) @ 2007-11-23  9:35 UTC (permalink / raw
  To: gentoo-commits

hawking     07/11/23 09:35:08

  Modified:             matplotlib-0.90.1.ebuild ChangeLog
  Log:
  switched dvi to latex, added virtual/latex-base and virtual/ghostscript to DEPEND.
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.7                  dev-python/matplotlib/matplotlib-0.90.1.ebuild

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

Index: matplotlib-0.90.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.90.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- matplotlib-0.90.1.ebuild	23 Nov 2007 01:04:22 -0000	1.6
+++ matplotlib-0.90.1.ebuild	23 Nov 2007 09:35:07 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.90.1.ebuild,v 1.6 2007/11/23 01:04:22 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.90.1.ebuild,v 1.7 2007/11/23 09:35:07 hawking Exp $
 
 NEED_PYTHON=2.3
 
@@ -13,7 +13,7 @@
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
 	doc? ( http://matplotlib.sourceforge.net/users_guide_${DOC_PV}.pdf )"
 
-IUSE="doc examples gtk dvi tk"
+IUSE="doc examples gtk latex tk"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 LICENSE="PYTHON"
@@ -31,7 +31,9 @@
 	dev-python/python-dateutil"
 
 RDEPEND="${DEPEND}
-	dvi? ( app-text/dvipng )
+	latex? ( virtual/latex-base
+		virtual/ghostscript
+		app-text/dvipng )
 	media-fonts/ttf-bitstream-vera"
 
 DOCS="INTERACTIVE API_CHANGES NUMARRAY_ISSUES"



1.36                 dev-python/matplotlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	23 Nov 2007 01:04:22 -0000	1.35
+++ ChangeLog	23 Nov 2007 09:35:07 -0000	1.36
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/matplotlib
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.35 2007/11/23 01:04:22 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.36 2007/11/23 09:35:07 hawking Exp $
+
+  23 Nov 2007; Ali Polatel <hawking@gentoo.org> matplotlib-0.90.1.ebuild:
+  switched dvi to latex, added virtual/latex-base and virtual/ghostscript to
+  DEPEND.
 
   23 Nov 2007; Ali Polatel <hawking@gentoo.org> matplotlib-0.90.1.ebuild:
   switched tetex USE to dvi wrt #196745



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-11-23  9:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-23  1:04 [gentoo-commits] gentoo-x86 commit in dev-python/matplotlib: matplotlib-0.90.1.ebuild ChangeLog Ali Polatel (hawking)
  -- strict thread matches above, loose matches on Subject: below --
2007-11-23  9:35 Ali Polatel (hawking)
2007-11-03 15:27 Sebastien Fabbro (bicatali)

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