From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IvMy6-0003VI-CC for garchives@archives.gentoo.org; Fri, 23 Nov 2007 01:04:30 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lAN14PxH008609; Fri, 23 Nov 2007 01:04:25 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lAN14O8L008604 for ; Fri, 23 Nov 2007 01:04:25 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 99FDD651A5 for ; Fri, 23 Nov 2007 01:04:24 +0000 (UTC) Received: from hawking by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1IvMxz-0007Lt-BV for gentoo-commits@lists.gentoo.org; Fri, 23 Nov 2007 01:04:23 +0000 From: "Ali Polatel (hawking)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, hawking@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/matplotlib: matplotlib-0.90.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: matplotlib-0.90.1.ebuild ChangeLog X-VCS-Directories: dev-python/matplotlib X-VCS-Committer: hawking X-VCS-Committer-Name: Ali Polatel Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Ali Polatel Date: Fri, 23 Nov 2007 01:04:23 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: bc0bf190-83ee-4810-a1cd-4f8802771efb X-Archives-Hash: 7d13ca4514cf68aa212552d91e693d60 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 matplotlib-0.90.1.ebuild: + switched tetex USE to dvi wrt #196745 03 Nov 2007; Sébastien Fabbro matplotlib-0.90.1.ebuild: -- gentoo-commits@gentoo.org mailing list