diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-03-07 03:02:44 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-03-07 03:02:44 +0000 |
commit | 8789f882f9e0425e6b82e6ee27940e20d8e672ca (patch) | |
tree | 420b68e4612247cc18759143ab032261178344ef /sci-visualization | |
parent | Version bump (diff) | |
download | gentoo-2-8789f882f9e0425e6b82e6ee27940e20d8e672ca.tar.gz gentoo-2-8789f882f9e0425e6b82e6ee27940e20d8e672ca.tar.bz2 gentoo-2-8789f882f9e0425e6b82e6ee27940e20d8e672ca.zip |
Force liborigin with API older than 20080225
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/labplot/ChangeLog | 7 | ||||
-rw-r--r-- | sci-visualization/labplot/labplot-1.5.1.6-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-visualization/labplot/labplot-1.5.1.6.ebuild | 89 | ||||
-rw-r--r-- | sci-visualization/labplot/labplot-1.6.0.1.ebuild | 4 |
4 files changed, 10 insertions, 94 deletions
diff --git a/sci-visualization/labplot/ChangeLog b/sci-visualization/labplot/ChangeLog index 286b202652ac..0e6a1fac1cfd 100644 --- a/sci-visualization/labplot/ChangeLog +++ b/sci-visualization/labplot/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-visualization/labplot # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/labplot/ChangeLog,v 1.18 2008/03/02 10:16:43 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/labplot/ChangeLog,v 1.19 2008/03/07 03:02:44 bicatali Exp $ + + 06 Mar 2008; Sébastien Fabbro <bicatali@gentoo.org> + -labplot-1.5.1.6.ebuild, labplot-1.5.1.6-r1.ebuild, + labplot-1.6.0.1.ebuild: + Force liborigin with API older than 20080225 02 Mar 2008; Sébastien Fabbro <bicatali@gentoo.org> files/labplot-1.6.0.1-desktop.patch: diff --git a/sci-visualization/labplot/labplot-1.5.1.6-r1.ebuild b/sci-visualization/labplot/labplot-1.5.1.6-r1.ebuild index f4921fa54365..b3061da9199a 100644 --- a/sci-visualization/labplot/labplot-1.5.1.6-r1.ebuild +++ b/sci-visualization/labplot/labplot-1.5.1.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/labplot/labplot-1.5.1.6-r1.ebuild,v 1.2 2008/02/08 19:00:49 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/labplot/labplot-1.5.1.6-r1.ebuild,v 1.3 2008/03/07 03:02:44 bicatali Exp $ inherit eutils kde @@ -26,7 +26,7 @@ DEPEND="bindist? ( <sci-libs/gsl-1.10 ) !bindist? ( sci-libs/gsl ) media-gfx/pstoedit sci-libs/netcdf - sci-libs/liborigin + <sci-libs/liborigin-20080225 virtual/ghostscript x11-libs/qwtplot3d-qt3 media-libs/audiofile diff --git a/sci-visualization/labplot/labplot-1.5.1.6.ebuild b/sci-visualization/labplot/labplot-1.5.1.6.ebuild deleted file mode 100644 index d179ab87ecb2..000000000000 --- a/sci-visualization/labplot/labplot-1.5.1.6.ebuild +++ /dev/null @@ -1,89 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/labplot/labplot-1.5.1.6.ebuild,v 1.4 2008/02/10 12:00:44 markusle Exp $ - -inherit eutils kde - -PV_BUGFIX="${PV/?.?.?/}" -MY_PV="${PV%${PV_BUGFIX}}" -MY_P="LabPlot-${MY_PV}" -S="${WORKDIR}/${MY_P}" - -BUGFIX="LabPlot-${MY_PV}_${PV}.diff" - -DESCRIPTION="LabPlot is a KDE application for data plotting and function analysis." -HOMEPAGE="http://labplot.sourceforge.net/" -SRC_URI="mirror://sourceforge/labplot/${MY_P}.tar.gz" -[[ -n PV_BUGFIX ]] && SRC_URI="${SRC_URI} mirror://sourceforge/labplot/${BUGFIX}.gz" - -LICENSE="GPL-2" - -KEYWORDS="~x86 ~amd64" -SLOT="0" -IUSE="cdf fftw imagemagick jpeg2k kexi opengl tiff" - -DEPEND=">=sci-libs/gsl-1.6 - sci-libs/netcdf - virtual/ghostscript - <x11-libs/qwtplot3d-0.2.7 - media-libs/audiofile - fftw? ( >=sci-libs/fftw-3 ) - imagemagick? ( >=media-gfx/imagemagick-5.5.6-r1 ) - jpeg2k? ( >=media-libs/jasper-1.700.5-r1 ) - tiff? ( >=media-libs/tiff-3.5.5 ) - opengl? ( virtual/opengl ) - kexi? ( || ( app-office/kexi app-office/koffice ) ) - !amd64? ( cdf? ( sci-libs/cdf ) - >=media-gfx/pstoedit-3.33 )" - -RDEPEND="${DEPEND}" - -need-kde 3.5 - -[[ -n PV_BUGFIX ]] && PATCHES="${WORKDIR}/${BUGFIX}" - -src_unpack() { - kde_src_unpack - # let's make sure we don't use included libs - echo "# Using shared libs!" >| netcdf/netcdf.h - echo "# Using shared libs!" >| qwtplot3d/qwt3d_plot.h - echo "# Using shared libs!" >| audiofile/audiofile.h -} - -src_compile() { - export QTDIR="/usr/qt/3" - export QWT3D_PATH="/usr" - export KEXIDB_DIR="/usr" - - # texvc not in Portage and I'm not keen maintaining it - # qsa ebuilds in bad shape atm. - local myconf="--disable-fftw --enable-gsl --enable-ps2eps \ - --disable-texvc --disable-ocaml --enable-netcdf --enable-audiofile \ - --enable-system-qwtplot3d --enable-libundo --disable-qsa" - - if use amd64; then - myconf="${myconf} --disable-cdf" - else - myconf="${myconf} $(use_enable cdf)" - fi - - local myconf="${myconf} \ - $(use_enable fftw fftw3) \ - $(use_enable imagemagick ImageMagick) \ - $(use_enable jpeg2k jasper) \ - $(use_enable tiff) \ - $(use_enable kexi KexiDB) \ - $(use_enable opengl)" - kde_src_compile -} - -src_install() { - kde_src_install - mv "${D}"/usr/bin/opj2dat "${D}"/usr/bin/LabPlot-opj2dat -} - -pkg_postinst() { - kde_pkg_postinst - elog "Please notice that /usr/bin/opj2dat conflicts with the one installed by" - elog "sci-libs/liborigin and has therefore be renamed to LabPlot-opj2dat." -} diff --git a/sci-visualization/labplot/labplot-1.6.0.1.ebuild b/sci-visualization/labplot/labplot-1.6.0.1.ebuild index 43a45fadc4fa..0256c86cc614 100644 --- a/sci-visualization/labplot/labplot-1.6.0.1.ebuild +++ b/sci-visualization/labplot/labplot-1.6.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/labplot/labplot-1.6.0.1.ebuild,v 1.2 2008/02/08 21:53:18 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/labplot/labplot-1.6.0.1.ebuild,v 1.3 2008/03/07 03:02:44 bicatali Exp $ inherit eutils kde multilib @@ -18,7 +18,7 @@ IUSE="audiofile bindist cdf fftw hdf5 gsl imagemagick jpeg2k kexi netcdf opengl qhull R tiff" RDEPEND="media-gfx/pstoedit - sci-libs/liborigin + <sci-libs/liborigin-20080225 virtual/ghostscript gsl? ( bindist? ( <sci-libs/gsl-1.10 ) !bindist? ( sci-libs/gsl ) ) audiofile? ( media-libs/audiofile ) |