diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-09-19 19:41:02 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-09-19 19:41:02 +0000 |
commit | e1765adf119215c217e059fd24f7951a0affa4a1 (patch) | |
tree | fa9a6c9e7726fa75a67e6cf424f724a7cd1e5a21 /sci-visualization | |
parent | ia64/s390/sh/sparc stable wrt #327777 (diff) | |
download | gentoo-2-e1765adf119215c217e059fd24f7951a0affa4a1.tar.gz gentoo-2-e1765adf119215c217e059fd24f7951a0affa4a1.tar.bz2 gentoo-2-e1765adf119215c217e059fd24f7951a0affa4a1.zip |
Removed not really needed dependencies for python support, 337471
(Portage version: 2.2_rc84/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/qtiplot/ChangeLog | 5 | ||||
-rw-r--r-- | sci-visualization/qtiplot/qtiplot-0.9.8.2.ebuild | 17 |
2 files changed, 15 insertions, 7 deletions
diff --git a/sci-visualization/qtiplot/ChangeLog b/sci-visualization/qtiplot/ChangeLog index c0abafc5fb0d..712140a0205d 100644 --- a/sci-visualization/qtiplot/ChangeLog +++ b/sci-visualization/qtiplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-visualization/qtiplot # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.67 2010/09/17 07:50:37 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.68 2010/09/19 19:41:02 jlec Exp $ + + 19 Sep 2010; Justin Lecher <jlec@gentoo.org> qtiplot-0.9.8.2.ebuild: + Removed not really needed dependencies for python support, 337471 17 Sep 2010; Peter Volkov <pva@gentoo.org> qtiplot-0.9.8.2.ebuild, +files/qtiplot-0.9.8.2-origin-build-failure.patch: diff --git a/sci-visualization/qtiplot/qtiplot-0.9.8.2.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.8.2.ebuild index 228553688318..2ec6ec0dff13 100644 --- a/sci-visualization/qtiplot/qtiplot-0.9.8.2.ebuild +++ b/sci-visualization/qtiplot/qtiplot-0.9.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.2.ebuild,v 1.2 2010/09/17 07:50:37 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.2.ebuild,v 1.3 2010/09/19 19:41:02 jlec Exp $ EAPI=3 @@ -50,11 +50,7 @@ DEPEND="${CDEPEND} >=app-text/docbook-xml-dtd-4.4-r2:4.4 )" RDEPEND="${CDEPEND} - python? ( - dev-python/PyQt4[X] - dev-python/pygsl - dev-python/rpy - sci-libs/scipy )" + python? ( dev-python/PyQt4[X] )" PATCHES=( "${FILESDIR}/${PN}-0.9.7.12-system-QTeXEngine.patch" @@ -183,6 +179,15 @@ src_install() { } pkg_postinst() { + if use python; then + elog "You might want to emerge" + elog "\t dev-python/pygsl" + elog "\t dev-python/rpy" + elog "\t sci-libs/scipy and" + elog "\t dev-python/sympy" + elog "to gain full python support." + fi + fdo-mime_desktop_database_update python_mod_optimize ${PN} } |