# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.6.ebuild,v 1.2 2008/05/18 16:48:00 grozin Exp $ EAPI="1" inherit eutils multilib qt4 DESCRIPTION="Qt based clone of the Origin plotting package" HOMEPAGE="http://soft.proindependent.com/qtiplot.html" SRC_URI="http://soft.proindependent.com/src/${P}.tar.bz2 doc? ( mirror://gentoo/${P}-manual-en.tar.bz2 )" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="python doc bindist" LANGS="de es fr ja ru sv" for l in ${LANGS}; do IUSE="${IUSE} linguas_${l}" done CDEPEND=">=x11-libs/qwt-5.1 >=x11-libs/qwtplot3d-0.2.7 >=dev-cpp/muParser-1.28 >=sci-libs/liborigin-20080225 !bindist? ( sci-libs/gsl ) bindist? ( Choose Help Folder" elog "and select /usr/share/doc/${PF}/html" elog "Also do View -> Preferences, in the tab File Locations" elog "set Python Configuration Files to /usr/share/${PN}" elog "and Translations to /usr/share/${PN}/translations" fi }