From 943881b77084667a84f6928f9354f22f6b797694 Mon Sep 17 00:00:00 2001 From: Sebastien Fabbro Date: Wed, 30 Apr 2008 15:37:37 +0000 Subject: Fixed installation for binary and translations, closing bug #219845 (Portage version: 2.1.5_rc6) --- sci-visualization/qtiplot/ChangeLog | 8 +- .../qtiplot/files/qtiplot-0.9.5-profile.patch | 11 ++- sci-visualization/qtiplot/qtiplot-0.9.5-r1.ebuild | 99 ++++++++++++++++++++++ sci-visualization/qtiplot/qtiplot-0.9.5.ebuild | 96 --------------------- 4 files changed, 116 insertions(+), 98 deletions(-) create mode 100644 sci-visualization/qtiplot/qtiplot-0.9.5-r1.ebuild delete mode 100644 sci-visualization/qtiplot/qtiplot-0.9.5.ebuild (limited to 'sci-visualization') diff --git a/sci-visualization/qtiplot/ChangeLog b/sci-visualization/qtiplot/ChangeLog index f7836281bf46..995987c60839 100644 --- a/sci-visualization/qtiplot/ChangeLog +++ b/sci-visualization/qtiplot/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-visualization/qtiplot # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.21 2008/04/29 14:55:52 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.22 2008/04/30 15:37:36 bicatali Exp $ + +*qtiplot-0.9.5-r1 (30 Apr 2008) + + 30 Apr 2008; Sébastien Fabbro + files/qtiplot-0.9.5-profile.patch, +qtiplot-0.9.5-r1.ebuild: + Fixed installation for binary and translations, closing bug #219845 *qtiplot-0.9.5 (29 Apr 2008) diff --git a/sci-visualization/qtiplot/files/qtiplot-0.9.5-profile.patch b/sci-visualization/qtiplot/files/qtiplot-0.9.5-profile.patch index 9bb8957130b1..efc660a08f4f 100644 --- a/sci-visualization/qtiplot/files/qtiplot-0.9.5-profile.patch +++ b/sci-visualization/qtiplot/files/qtiplot-0.9.5-profile.patch @@ -1,5 +1,14 @@ --- qtiplot/qtiplot.pro.orig 2008-04-24 18:54:47.622675411 +0000 -+++ qtiplot/qtiplot.pro 2008-04-24 19:01:18.639824832 +0000 ++++ qtiplot/qtiplot.pro 2008-04-30 15:23:34.648191881 +0000 +@@ -20,7 +20,7 @@ + # Uncomment the following line if you want to perform a custom installation using + # the *.path variables defined bellow. + ###################################################################################### +-#CONFIG += CustomInstall ++CONFIG += CustomInstall + + CONFIG += release + #CONFIG += debug @@ -30,12 +30,11 @@ #!!! Warning: You must modify these paths according to your computer settings ############################################################################# diff --git a/sci-visualization/qtiplot/qtiplot-0.9.5-r1.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.5-r1.ebuild new file mode 100644 index 000000000000..3ffc85daada1 --- /dev/null +++ b/sci-visualization/qtiplot/qtiplot-0.9.5-r1.ebuild @@ -0,0 +1,99 @@ +# 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.5-r1.ebuild,v 1.1 2008/04/30 15:37:36 bicatali 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.0.2 + >=x11-libs/qwtplot3d-0.2.7 + >=dev-cpp/muParser-1.28 + >=sci-libs/liborigin-20080225 + !bindist? ( sci-libs/gsl ) + bindist? (