diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-08-04 06:29:18 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-08-04 06:29:18 +0000 |
commit | e9ff3c6726b16798038956fa88745b0784b19c0e (patch) | |
tree | 219422aba98e74e78b99d8ff833b512c85a49f9a /sci-visualization | |
parent | Restore ebuild maintainbility, econf is sorted per upstream ./configure, base... (diff) | |
download | gentoo-2-e9ff3c6726b16798038956fa88745b0784b19c0e.tar.gz gentoo-2-e9ff3c6726b16798038956fa88745b0784b19c0e.tar.bz2 gentoo-2-e9ff3c6726b16798038956fa88745b0784b19c0e.zip |
Removed excel support as upstreams xcl lib is a Visual C++ project and not working on linux
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/qtiplot/ChangeLog | 6 | ||||
-rw-r--r-- | sci-visualization/qtiplot/qtiplot-0.9.8.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-visualization/qtiplot/ChangeLog b/sci-visualization/qtiplot/ChangeLog index fde884dd614d..f295462dd679 100644 --- a/sci-visualization/qtiplot/ChangeLog +++ b/sci-visualization/qtiplot/ChangeLog @@ -1,6 +1,10 @@ # 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.63 2010/07/12 20:12:23 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.64 2010/08/04 06:29:18 jlec Exp $ + + 04 Aug 2010; Justin Lecher <jlec@gentoo.org> qtiplot-0.9.8.ebuild: + Removed excel support as upstreams xcl lib is a Visual C++ project and not + working on linux 12 Jul 2010; Markos Chandras <hwoarang@gentoo.org> qtiplot-0.9.7.14-r1.ebuild: diff --git a/sci-visualization/qtiplot/qtiplot-0.9.8.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.8.ebuild index 6d7e2af3fcbc..cd059a415490 100644 --- a/sci-visualization/qtiplot/qtiplot-0.9.8.ebuild +++ b/sci-visualization/qtiplot/qtiplot-0.9.8.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.ebuild,v 1.1 2010/06/30 13:52:55 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.ebuild,v 1.2 2010/08/04 06:29:18 jlec Exp $ EAPI=3 @@ -15,7 +15,7 @@ SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2" LICENSE="GPL-2 GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="doc python ods xls" +IUSE="doc python ods" LANGS="cn cz de es fr ro ru ja sv" for l in ${LANGS}; do @@ -38,7 +38,6 @@ CDEPEND=" sci-libs/gsl dev-libs/boost dev-tex/qtexengine - xls? ( dev-libs/excelformat ) ods? ( dev-libs/quazip )" # Still unable to build # emf? ( media-libs/libemf |