public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/matplotlib: ChangeLog matplotlib-0.99.1.1.ebuild
@ 2009-09-24  4:25 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 7+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2009-09-24  4:25 UTC (permalink / raw
  To: gentoo-commits

bicatali    09/09/24 04:25:19

  Modified:             ChangeLog
  Added:                matplotlib-0.99.1.1.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc41/cvs/Linux x86_64)

Revision  Changes    Path
1.70                 dev-python/matplotlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	8 Aug 2009 03:27:05 -0000	1.69
+++ ChangeLog	24 Sep 2009 04:25:19 -0000	1.70
@@ -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.69 2009/08/08 03:27:05 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.70 2009/09/24 04:25:19 bicatali Exp $
+
+*matplotlib-0.99.1.1 (24 Sep 2009)
+
+  24 Sep 2009; Sébastien Fabbro <bicatali@gentoo.org>
+  +matplotlib-0.99.1.1.ebuild:
+  Version bump
 
 *matplotlib-0.99.0 (08 Aug 2009)
 



1.1                  dev-python/matplotlib/matplotlib-0.99.1.1.ebuild

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

Index: matplotlib-0.99.1.1.ebuild
===================================================================
# 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.99.1.1.ebuild,v 1.1 2009/09/24 04:25:19 bicatali Exp $

WX_GTK_VER=2.8
EAPI=2
inherit distutils wxwidgets

PDOC="users_guide_${PV}"

DESCRIPTION="Pure python plotting library with matlab like syntax"
HOMEPAGE="http://matplotlib.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

IUSE="cairo doc excel examples fltk gtk latex qt3 qt4 traits tk wxwidgets"
SLOT="0"
KEYWORDS="~amd64 ~x86"
LICENSE="PYTHON BSD"

CDEPEND=">=dev-python/numpy-1.1
	dev-python/python-dateutil
	dev-python/pytz
	media-libs/freetype:2
	media-libs/libpng
	gtk? ( dev-python/pygtk )
	tk? ( dev-lang/python[tk] )
	wxwidgets? ( dev-python/wxpython:2.8 )"

DEPEND="${CDEPEND}
	dev-python/pycxx
	dev-util/pkgconfig
	doc? (
		>=dev-python/sphinx-0.5.1
		|| (
			>=media-gfx/graphviz-2.24.0[cairo]
			<media-gfx/graphviz-2.24.0[cairo,png]
		)
		|| ( ( dev-texlive/texlive-latexextra
			   dev-texlive/texlive-latexrecommended )
			 ( app-text/ptex dev-tex/latex-unicode ) )
		app-text/dvipng
		dev-python/ipython )"

RDEPEND="${CDEPEND}
	|| ( media-fonts/dejavu media-fonts/ttf-bitstream-vera )
	media-fonts/texcm-ttf
	cairo?  ( dev-python/pycairo )
	excel?  ( dev-python/xlwt )
	fltk?   ( dev-python/pyfltk )
	qt3?    ( dev-python/PyQt )
	qt4?    ( dev-python/PyQt4[X] )
	traits? ( dev-python/traits dev-python/configobj )
	latex?  (
		virtual/latex-base
		virtual/ghostscript
		app-text/dvipng
		virtual/poppler-utils
		|| ( dev-texlive/texlive-fontsrecommended
			 app-text/ptex ) )"

DOCS="INTERACTIVE"

use_setup() {
	local uword="${2}"
	[ -z "${2}" ] && uword="${1}"
	if use ${1}; then
		echo "${uword} = True"
		echo "${uword}agg = True"
	else
		echo "${uword} = False"
		echo "${uword}agg = False"
	fi
}

src_prepare() {
	# patch from mandriva
	#epatch "${FILESDIR}"/${PN}-0.98.5.2-literal.patch
	# avoid to launch xv while building examples docs
	epatch "${FILESDIR}"/${PN}-0.98.5.2-no-xv.patch

	# create setup.cfg (see setup.cfg.template for any changes)
	cat > setup.cfg <<-EOF
		[provide_packages]
		pytz = False
		dateutil = False
		configobj = False
		enthought.traits = False
		[gui_support]
		$(use_setup gtk)
		$(use_setup tk)
		$(use_setup wxwidgets wx)
		$(use_setup qt3 qt)
		$(use_setup qt4)
		$(use_setup fltk)
		$(use_setup cairo)
	EOF

	# avoid checks needing a X display
	sed -i \
		-e "s/check_for_gtk()/$(use gtk && echo True || echo False)/" \
		-e "s/check_for_tk()/$(use tk && echo True || echo False)/" \
		setup.py || die "sed setup.py failed"

	# respect FHS:
	#  - mpl-data in /usr/share/matplotlib
	#  - config files in /etc/matplotlib
	sed -i \
		-e "/'mpl-data\/matplotlibrc',/d" \
		-e "/'mpl-data\/matplotlib.conf',/d" \
		-e "s:'lib/matplotlib/mpl-data/matplotlibrc':'matplotlibrc':" \
		-e "s:'lib/matplotlib/mpl-data/matplotlib.conf':'matplotlib.conf':" \
		setup.py \
		|| die "sed setup.py for FHS failed"

	sed -i \
		-e "s:path =  get_data_path():path = '/etc/matplotlib':" \
		-e "s:os.path.dirname(__file__):'/usr/share/${PN}':g"  \
		lib/matplotlib/{__init__,config/cutils}.py \
		|| die "sed init for FHS failed"

	# remove internal copies of fonts, pycxx, pyparsing
	rm -rf \
		CXX \
		lib/matplotlib/mpl-data/fonts/{afm,pdfcorefonts} \
		lib/matplotlib/mpl-data/fonts/ttf/{Vera*,cm*,*.TXT} \
		|| die "removed internal copies failed"
	ln -s /usr/share/python*/CXX . || die

	# remove pyparsing only when upstream pyparsing included matplotlib
	# fixes. See bug #260025
	#rm -f lib/matplotlib/pyparsing.py
}

src_compile() {
	unset DISPLAY # bug #278524
	distutils_src_compile
	if use doc; then
		cd "${S}/doc"
		export VARTEXFONTS="${T}"/fonts
		# no die function here: broken compilation at the end, do it twice,
		# result ok.
		MATPLOTLIBDATA="${S}/lib/matplotlib/mpl-data" \
			PYTHONPATH=$(dir -d "${S}"/build/lib*) \
			${python} make.py html
		MATPLOTLIBDATA="${S}/lib/matplotlib/mpl-data" \
			PYTHONPATH=$(dir -d "${S}"/build/lib*) \
			${python} make.py
	fi
}

src_test() {
	einfo "Tests are quite long, be patient"
	cd "${S}/examples/tests"
	PYTHONPATH=$(dir -d "${S}"/build/lib*) ${python} backend_driver.py agg \
		|| die "tests failed"
	PYTHONPATH=$(dir -d "${S}"/build/lib*) ${python} backend_driver.py \
		--clean
}

src_install() {
	distutils_src_install

	# respect FHS
	dodir /usr/share/${PN}
	mv "${D}"/usr/*/*/site-packages/${PN}/{mpl-data,backends/Matplotlib.nib} \
		"${D}"/usr/share/${PN} || die "failed renaming"
	insinto /etc/matplotlib
	doins matplotlibrc matplotlib.conf \
		|| die "installing config files failed"

	# doc and examples
	insinto /usr/share/doc/${PF}
	if use doc; then
		doins doc/build/latex/Matplotlib.pdf || die
		doins -r doc/build/html || die
	fi
	if use examples; then
		doins -r examples || die
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in dev-python/matplotlib: ChangeLog matplotlib-0.99.1.1.ebuild
@ 2009-10-10 17:49 Fabian Groffen (grobian)
  0 siblings, 0 replies; 7+ messages in thread
From: Fabian Groffen (grobian) @ 2009-10-10 17:49 UTC (permalink / raw
  To: gentoo-commits

grobian     09/10/10 17:49:39

  Modified:             ChangeLog matplotlib-0.99.1.1.ebuild
  Log:
  Merge from Prefix
  (Portage version: 2.2.00.14552-prefix/cvs/Darwin powerpc, RepoMan options: --force)

Revision  Changes    Path
1.73                 dev-python/matplotlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	9 Oct 2009 19:07:58 -0000	1.72
+++ ChangeLog	10 Oct 2009 17:49:39 -0000	1.73
@@ -1,6 +1,11 @@
 # 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.72 2009/10/09 19:07:58 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.73 2009/10/10 17:49:39 grobian Exp $
+
+  10 Oct 2009; Fabian Groffen <grobian@gentoo.org>
+  +files/matplotlib-0.99.0-freebsd7+.patch, matplotlib-0.99.1.1.ebuild,
+  +files/matplotlib-0.99.1.1-prefix.patch:
+  Merge from Prefix
 
   09 Oct 2009; Sébastien Fabbro <bicatali@gentoo.org>
   -matplotlib-0.99.0.ebuild, matplotlib-0.99.1.1.ebuild:



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

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

Index: matplotlib-0.99.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- matplotlib-0.99.1.1.ebuild	9 Oct 2009 19:07:58 -0000	1.3
+++ matplotlib-0.99.1.1.ebuild	10 Oct 2009 17:49:39 -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.99.1.1.ebuild,v 1.3 2009/10/09 19:07:58 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild,v 1.4 2009/10/10 17:49:39 grobian Exp $
 
 WX_GTK_VER=2.8
 EAPI=2
@@ -14,7 +14,7 @@
 
 IUSE="cairo doc excel examples fltk gtk latex qt3 qt4 traits tk wxwidgets"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 LICENSE="PYTHON BSD"
 
 CDEPEND=">=dev-python/numpy-1.1
@@ -78,6 +78,11 @@
 	# avoid to launch xv while building examples docs
 	epatch "${FILESDIR}"/${PN}-0.98.5.2-no-xv.patch
 
+	# removes hardcoded lib paths, should not break non-Prefix, more
+	# likely to fix it in case of multilib
+	epatch "${FILESDIR}"/${P}-prefix.patch
+	epatch "${FILESDIR}"/${PN}-0.99.0-freebsd7+.patch
+
 	# create setup.cfg (see setup.cfg.template for any changes)
 	cat > setup.cfg <<-EOF
 		[provide_packages]
@@ -113,8 +118,8 @@
 		|| die "sed setup.py for FHS failed"
 
 	sed -i \
-		-e "s:path =  get_data_path():path = '/etc/matplotlib':" \
-		-e "s:os.path.dirname(__file__):'/usr/share/${PN}':g"  \
+		-e "s:path =  get_data_path():path = '${EPREFIX}/etc/matplotlib':" \
+		-e "s:os.path.dirname(__file__):'${EPREFIX}/usr/share/${PN}':g"  \
 		lib/matplotlib/{__init__,config/cutils}.py \
 		|| die "sed init for FHS failed"
 
@@ -125,7 +130,7 @@
 		lib/matplotlib/mpl-data/fonts/ttf/{Vera*,cm*,*.TXT} \
 		|| die "removed internal copies failed"
 	python_version
-	ln -s /usr/share/python${PYVER}/CXX . || die
+	ln -s "${EPREFIX}"/usr/share/python${PYVER}/CXX . || die
 
 	# remove pyparsing only when upstream pyparsing included matplotlib
 	# fixes. See bug #260025
@@ -159,12 +164,13 @@
 }
 
 src_install() {
+	[[ -z ${ED} ]] && local ED=${D}
 	distutils_src_install
 
 	# respect FHS
 	dodir /usr/share/${PN}
-	mv "${D}"/usr/*/*/site-packages/${PN}/{mpl-data,backends/Matplotlib.nib} \
-		"${D}"/usr/share/${PN} || die "failed renaming"
+	mv "${ED}"/usr/*/*/site-packages/${PN}/{mpl-data,backends/Matplotlib.nib} \
+		"${ED}"/usr/share/${PN} || die "failed renaming"
 	insinto /etc/matplotlib
 	doins matplotlibrc matplotlib.conf \
 		|| die "installing config files failed"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/matplotlib: ChangeLog matplotlib-0.99.1.1.ebuild
@ 2009-11-04 16:02 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2009-11-04 16:02 UTC (permalink / raw
  To: gentoo-commits

maekke      09/11/04 16:02:13

  Modified:             ChangeLog matplotlib-0.99.1.1.ebuild
  Log:
  amd64/x86 stable, bug #290607
  (Portage version: 2.2_rc48/cvs/Linux x86_64)

Revision  Changes    Path
1.74                 dev-python/matplotlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	10 Oct 2009 17:49:39 -0000	1.73
+++ ChangeLog	4 Nov 2009 16:02:13 -0000	1.74
@@ -1,6 +1,9 @@
 # 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.73 2009/10/10 17:49:39 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.74 2009/11/04 16:02:13 maekke Exp $
+
+  04 Nov 2009; Markus Meier <maekke@gentoo.org> matplotlib-0.99.1.1.ebuild:
+  amd64/x86 stable, bug #290607
 
   10 Oct 2009; Fabian Groffen <grobian@gentoo.org>
   +files/matplotlib-0.99.0-freebsd7+.patch, matplotlib-0.99.1.1.ebuild,



1.5                  dev-python/matplotlib/matplotlib-0.99.1.1.ebuild

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

Index: matplotlib-0.99.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- matplotlib-0.99.1.1.ebuild	10 Oct 2009 17:49:39 -0000	1.4
+++ matplotlib-0.99.1.1.ebuild	4 Nov 2009 16:02:13 -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.99.1.1.ebuild,v 1.4 2009/10/10 17:49:39 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild,v 1.5 2009/11/04 16:02:13 maekke Exp $
 
 WX_GTK_VER=2.8
 EAPI=2
@@ -14,7 +14,7 @@
 
 IUSE="cairo doc excel examples fltk gtk latex qt3 qt4 traits tk wxwidgets"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~ppc x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 LICENSE="PYTHON BSD"
 
 CDEPEND=">=dev-python/numpy-1.1






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

* [gentoo-commits] gentoo-x86 commit in dev-python/matplotlib: ChangeLog matplotlib-0.99.1.1.ebuild
@ 2009-11-08 20:01 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 7+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-11-08 20:01 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/11/08 20:01:27

  Modified:             ChangeLog matplotlib-0.99.1.1.ebuild
  Log:
  ppc stable #290607
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.75                 dev-python/matplotlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	4 Nov 2009 16:02:13 -0000	1.74
+++ ChangeLog	8 Nov 2009 20:01:26 -0000	1.75
@@ -1,6 +1,9 @@
 # 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.74 2009/11/04 16:02:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.75 2009/11/08 20:01:26 nixnut Exp $
+
+  08 Nov 2009; nixnut <nixnut@gentoo.org> matplotlib-0.99.1.1.ebuild:
+  ppc stable #290607
 
   04 Nov 2009; Markus Meier <maekke@gentoo.org> matplotlib-0.99.1.1.ebuild:
   amd64/x86 stable, bug #290607



1.6                  dev-python/matplotlib/matplotlib-0.99.1.1.ebuild

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

Index: matplotlib-0.99.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- matplotlib-0.99.1.1.ebuild	4 Nov 2009 16:02:13 -0000	1.5
+++ matplotlib-0.99.1.1.ebuild	8 Nov 2009 20:01:26 -0000	1.6
@@ -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.99.1.1.ebuild,v 1.5 2009/11/04 16:02:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild,v 1.6 2009/11/08 20:01:26 nixnut Exp $
 
 WX_GTK_VER=2.8
 EAPI=2
@@ -14,7 +14,7 @@
 
 IUSE="cairo doc excel examples fltk gtk latex qt3 qt4 traits tk wxwidgets"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ppc x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 LICENSE="PYTHON BSD"
 
 CDEPEND=">=dev-python/numpy-1.1






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

* [gentoo-commits] gentoo-x86 commit in dev-python/matplotlib: ChangeLog matplotlib-0.99.1.1.ebuild
@ 2009-11-12 19:14 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 7+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2009-11-12 19:14 UTC (permalink / raw
  To: gentoo-commits

bicatali    09/11/12 19:14:41

  Modified:             ChangeLog matplotlib-0.99.1.1.ebuild
  Log:
  Added imaging as a dependency to build documentation, closing bug #292521
  (Portage version: 2.2_rc48/cvs/Linux x86_64)

Revision  Changes    Path
1.76                 dev-python/matplotlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	8 Nov 2009 20:01:26 -0000	1.75
+++ ChangeLog	12 Nov 2009 19:14:40 -0000	1.76
@@ -1,6 +1,10 @@
 # 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.75 2009/11/08 20:01:26 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.76 2009/11/12 19:14:40 bicatali Exp $
+
+  12 Nov 2009; Sébastien Fabbro <bicatali@gentoo.org>
+  matplotlib-0.99.1.1.ebuild:
+  Added imaging as a dependency to build documentation, closing bug #292521
 
   08 Nov 2009; nixnut <nixnut@gentoo.org> matplotlib-0.99.1.1.ebuild:
   ppc stable #290607



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

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

Index: matplotlib-0.99.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- matplotlib-0.99.1.1.ebuild	8 Nov 2009 20:25:04 -0000	1.7
+++ matplotlib-0.99.1.1.ebuild	12 Nov 2009 19:14:40 -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.99.1.1.ebuild,v 1.7 2009/11/08 20:25:04 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild,v 1.8 2009/11/12 19:14:40 bicatali Exp $
 
 WX_GTK_VER=2.8
 EAPI=2
@@ -39,6 +39,7 @@
 			   dev-texlive/texlive-latexrecommended )
 			 ( app-text/ptex dev-tex/latex-unicode ) )
 		app-text/dvipng
+		dev-python/imaging
 		dev-python/ipython )"
 
 RDEPEND="${CDEPEND}






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

* [gentoo-commits] gentoo-x86 commit in dev-python/matplotlib: ChangeLog matplotlib-0.99.1.1.ebuild
@ 2009-12-26 19:40 Peter Volkov (pva)
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Volkov (pva) @ 2009-12-26 19:40 UTC (permalink / raw
  To: gentoo-commits

pva         09/12/26 19:40:13

  Modified:             ChangeLog matplotlib-0.99.1.1.ebuild
  Log:
  virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only implementation left in the tree.
  (Portage version: 2.1.7.16/cvs/Linux x86_64)

Revision  Changes    Path
1.77                 dev-python/matplotlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	12 Nov 2009 19:14:40 -0000	1.76
+++ ChangeLog	26 Dec 2009 19:40:13 -0000	1.77
@@ -1,6 +1,10 @@
 # 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.76 2009/11/12 19:14:40 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.77 2009/12/26 19:40:13 pva Exp $
+
+  26 Dec 2009; Peter Volkov <pva@gentoo.org> matplotlib-0.99.1.1.ebuild:
+  virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only
+  implementation left in the tree.
 
   12 Nov 2009; Sébastien Fabbro <bicatali@gentoo.org>
   matplotlib-0.99.1.1.ebuild:



1.9                  dev-python/matplotlib/matplotlib-0.99.1.1.ebuild

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

Index: matplotlib-0.99.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- matplotlib-0.99.1.1.ebuild	12 Nov 2009 19:14:40 -0000	1.8
+++ matplotlib-0.99.1.1.ebuild	26 Dec 2009 19:40:13 -0000	1.9
@@ -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.99.1.1.ebuild,v 1.8 2009/11/12 19:14:40 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild,v 1.9 2009/12/26 19:40:13 pva Exp $
 
 WX_GTK_VER=2.8
 EAPI=2
@@ -53,7 +53,7 @@
 	traits? ( dev-python/traits dev-python/configobj )
 	latex?  (
 		virtual/latex-base
-		virtual/ghostscript
+		app-text/ghostscript-gpl
 		app-text/dvipng
 		virtual/poppler-utils
 		|| ( dev-texlive/texlive-fontsrecommended






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

* [gentoo-commits] gentoo-x86 commit in dev-python/matplotlib: ChangeLog matplotlib-0.99.1.1.ebuild
@ 2010-01-02 19:13 Ben de Groot (yngwin)
  0 siblings, 0 replies; 7+ messages in thread
From: Ben de Groot (yngwin) @ 2010-01-02 19:13 UTC (permalink / raw
  To: gentoo-commits

yngwin      10/01/02 19:13:28

  Modified:             ChangeLog matplotlib-0.99.1.1.ebuild
  Log:
  Remove qt3 support
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.78                 dev-python/matplotlib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog	26 Dec 2009 19:40:13 -0000	1.77
+++ ChangeLog	2 Jan 2010 19:13:27 -0000	1.78
@@ -1,6 +1,9 @@
 # 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.77 2009/12/26 19:40:13 pva Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.78 2010/01/02 19:13:27 yngwin Exp $
+
+  02 Jan 2010; Ben de Groot <yngwin@gentoo.org> matplotlib-0.99.1.1.ebuild:
+  Remove qt3 support
 
   26 Dec 2009; Peter Volkov <pva@gentoo.org> matplotlib-0.99.1.1.ebuild:
   virtual/ghostscript->app-text/ghostscript-gpl: ghostscript-gpl is the only



1.10                 dev-python/matplotlib/matplotlib-0.99.1.1.ebuild

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

Index: matplotlib-0.99.1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- matplotlib-0.99.1.1.ebuild	26 Dec 2009 19:40:13 -0000	1.9
+++ matplotlib-0.99.1.1.ebuild	2 Jan 2010 19:13:27 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild,v 1.9 2009/12/26 19:40:13 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild,v 1.10 2010/01/02 19:13:27 yngwin Exp $
 
 WX_GTK_VER=2.8
 EAPI=2
@@ -12,7 +12,7 @@
 HOMEPAGE="http://matplotlib.sourceforge.net/ http://pypi.python.org/pypi/matplotlib"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
-IUSE="cairo doc excel examples fltk gtk latex qt3 qt4 traits tk wxwidgets"
+IUSE="cairo doc excel examples fltk gtk latex qt4 traits tk wxwidgets"
 SLOT="0"
 KEYWORDS="amd64 ppc x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 LICENSE="PYTHON BSD"
@@ -48,7 +48,6 @@
 	cairo?  ( dev-python/pycairo )
 	excel?  ( dev-python/xlwt )
 	fltk?   ( dev-python/pyfltk )
-	qt3?    ( dev-python/PyQt )
 	qt4?    ( dev-python/PyQt4[X] )
 	traits? ( dev-python/traits dev-python/configobj )
 	latex?  (
@@ -93,7 +92,6 @@
 		$(use_setup gtk)
 		$(use_setup tk)
 		$(use_setup wxwidgets wx)
-		$(use_setup qt3 qt)
 		$(use_setup qt4)
 		$(use_setup fltk)
 		$(use_setup cairo)






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

end of thread, other threads:[~2010-01-02 19:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-08 20:01 [gentoo-commits] gentoo-x86 commit in dev-python/matplotlib: ChangeLog matplotlib-0.99.1.1.ebuild Gysbert Wassenaar (nixnut)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-02 19:13 Ben de Groot (yngwin)
2009-12-26 19:40 Peter Volkov (pva)
2009-11-12 19:14 Sebastien Fabbro (bicatali)
2009-11-04 16:02 Markus Meier (maekke)
2009-10-10 17:49 Fabian Groffen (grobian)
2009-09-24  4:25 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