summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2010-01-02 19:13:27 +0000
committerBen de Groot <yngwin@gentoo.org>2010-01-02 19:13:27 +0000
commit27a20a0e5a79af0677b7d1257844308b8602b295 (patch)
tree28eee6fc786db67a4eaa2b8dccd4a21c410fa3b6 /dev-python/matplotlib
parentAdjust qscintilla-python dep which no longer has qt4 useflag (qt4 is always e... (diff)
downloadgentoo-2-27a20a0e5a79af0677b7d1257844308b8602b295.tar.gz
gentoo-2-27a20a0e5a79af0677b7d1257844308b8602b295.tar.bz2
gentoo-2-27a20a0e5a79af0677b7d1257844308b8602b295.zip
Remove qt3 support
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r--dev-python/matplotlib/ChangeLog7
-rw-r--r--dev-python/matplotlib/matplotlib-0.99.1.1.ebuild8
2 files changed, 8 insertions, 7 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog
index 80bd4b8c89b4..c6e2a015c3bc 100644
--- a/dev-python/matplotlib/ChangeLog
+++ b/dev-python/matplotlib/ChangeLog
@@ -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
diff --git a/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild b/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild
index 8167b044780d..6b2be1ac0dff 100644
--- a/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild
+++ b/dev-python/matplotlib/matplotlib-0.99.1.1.ebuild
@@ -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 @@ DESCRIPTION="Pure python plotting library with matlab like syntax"
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 @@ RDEPEND="${CDEPEND}
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 @@ src_prepare() {
$(use_setup gtk)
$(use_setup tk)
$(use_setup wxwidgets wx)
- $(use_setup qt3 qt)
$(use_setup qt4)
$(use_setup fltk)
$(use_setup cairo)