diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2006-04-30 14:02:25 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2006-04-30 14:02:25 +0000 |
commit | 943b8cbe7b7c386e9dae58d9e3dfab248378497d (patch) | |
tree | 356957a71d13d9b72f469603024934abf5a6c022 /sci-visualization/labplot | |
parent | i forgot about Changelog (diff) | |
download | gentoo-2-943b8cbe7b7c386e9dae58d9e3dfab248378497d.tar.gz gentoo-2-943b8cbe7b7c386e9dae58d9e3dfab248378497d.tar.bz2 gentoo-2-943b8cbe7b7c386e9dae58d9e3dfab248378497d.zip |
Corrected dependencies and rekeyword ~amd64.
(Portage version: 2203-svn)
Diffstat (limited to 'sci-visualization/labplot')
-rw-r--r-- | sci-visualization/labplot/ChangeLog | 6 | ||||
-rw-r--r-- | sci-visualization/labplot/labplot-1.5.0.5.ebuild | 20 | ||||
-rw-r--r-- | sci-visualization/labplot/labplot-1.5.1.ebuild | 23 |
3 files changed, 26 insertions, 23 deletions
diff --git a/sci-visualization/labplot/ChangeLog b/sci-visualization/labplot/ChangeLog index 33f0f966725e..a92d0905fbef 100644 --- a/sci-visualization/labplot/ChangeLog +++ b/sci-visualization/labplot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-visualization/labplot # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/labplot/ChangeLog,v 1.4 2006/04/13 19:14:46 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/labplot/ChangeLog,v 1.5 2006/04/30 14:02:25 carlo Exp $ + + 30 Apr 2006; Carsten Lohrke <carlo@gentoo.org> labplot-1.5.0.5.ebuild, + labplot-1.5.1.ebuild: + Corrected dependencies and rekeyword ~amd64. 13 Apr 2006; Patrick McLean <chutzpah@gentoo.org> labplot-1.5.0.5.ebuild, labplot-1.5.1.ebuild: diff --git a/sci-visualization/labplot/labplot-1.5.0.5.ebuild b/sci-visualization/labplot/labplot-1.5.0.5.ebuild index 24ef810f9a72..ee6612edcd4d 100644 --- a/sci-visualization/labplot/labplot-1.5.0.5.ebuild +++ b/sci-visualization/labplot/labplot-1.5.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/labplot/labplot-1.5.0.5.ebuild,v 1.2 2006/04/13 19:14:46 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/labplot/labplot-1.5.0.5.ebuild,v 1.3 2006/04/30 14:02:25 carlo Exp $ inherit eutils gnuconfig kde @@ -12,25 +12,25 @@ HOMEPAGE="http://labplot.sourceforge.net/" SRC_URI="mirror://sourceforge/labplot/${MY_P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" SLOT="0" -IUSE="audiofile cdf fftw imagemagick jpeg2k kexi opengl tiff" +IUSE="cdf fftw imagemagick jpeg2k kexi opengl tiff" -DEPEND=">=media-gfx/pstoedit-3.33 - >=sci-libs/gsl-1.4 +DEPEND=">=sci-libs/gsl-1.4 sci-libs/netcdf virtual/ghostscript >=x11-libs/qwtplot3d-0.2.6-r2 - audiofile? ( media-libs/audiofile ) + 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 ) )" + !amd64? ( cdf? ( sci-libs/cdf ) + >=media-gfx/pstoedit-3.33 )" -need-kde 3.1 +need-kde 3.4 src_unpack() { kde_src_unpack @@ -40,6 +40,7 @@ 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() { @@ -50,7 +51,7 @@ src_compile() { # 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 \ + --disable-texvc --disable-ocaml --enable-netcdf --enable-audiofile \ --enable-system-qwtplot3d --disable-qsa" if use amd64; then @@ -62,7 +63,6 @@ src_compile() { local myconf="${myconf} \ $(use_enable fftw fftw3) \ $(use_enable imagemagick ImageMagick) \ - $(use_enable audiofile) \ $(use_enable jpeg2k jasper) \ $(use_enable tiff) \ $(use_enable kexi KexiDB) \ diff --git a/sci-visualization/labplot/labplot-1.5.1.ebuild b/sci-visualization/labplot/labplot-1.5.1.ebuild index 92c4b5316f33..75df528cc3cb 100644 --- a/sci-visualization/labplot/labplot-1.5.1.ebuild +++ b/sci-visualization/labplot/labplot-1.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.ebuild,v 1.2 2006/04/13 19:14:46 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/labplot/labplot-1.5.1.ebuild,v 1.3 2006/04/30 14:02:25 carlo Exp $ inherit eutils gnuconfig kde @@ -12,31 +12,32 @@ HOMEPAGE="http://labplot.sourceforge.net/" SRC_URI="mirror://sourceforge/labplot/${MY_P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" SLOT="0" -IUSE="audiofile cdf fftw imagemagick jpeg2k kexi opengl tiff" +IUSE="cdf fftw imagemagick jpeg2k kexi opengl tiff" -DEPEND=">=media-gfx/pstoedit-3.33 - >=sci-libs/gsl-1.6 +DEPEND=">=sci-libs/gsl-1.6 sci-libs/netcdf virtual/ghostscript x11-libs/qwtplot3d - audiofile? ( media-libs/audiofile ) + 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 ) )" + !amd64? ( cdf? ( sci-libs/cdf ) + >=media-gfx/pstoedit-3.33 )" need-kde 3.4 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!" >| netcdf/netcdf.h + echo "# Using shared libs!" >| qwtplot3d/qwt3d_plot.h + echo "# Using shared libs!" >| audiofile/audiofile.h } src_compile() { @@ -47,7 +48,7 @@ src_compile() { # 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 \ + --disable-texvc --disable-ocaml --enable-netcdf --enable-audiofile \ --enable-system-qwtplot3d --enable-libundo --disable-qsa" if use amd64; then @@ -59,8 +60,6 @@ src_compile() { local myconf="${myconf} \ $(use_enable fftw fftw3) \ $(use_enable imagemagick ImageMagick) \ - $(use_enable audiofile) \ - $(use_with arts) \ $(use_enable jpeg2k jasper) \ $(use_enable tiff) \ $(use_enable kexi KexiDB) \ |