diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-07-27 02:58:00 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-07-27 02:58:00 +0000 |
commit | 7ccf1b515e84498e9ed43a87ddecd4d866506101 (patch) | |
tree | 9bad387e8b33d3c779d0ca8a3d7eac6133aa7418 /app-sci/labplot | |
parent | Stable macos. (repoman complains about dependencies, but they have been injec... (diff) | |
download | historical-7ccf1b515e84498e9ed43a87ddecd4d866506101.tar.gz historical-7ccf1b515e84498e9ed43a87ddecd4d866506101.tar.bz2 historical-7ccf1b515e84498e9ed43a87ddecd4d866506101.zip |
New version, updated ebuild. Removed old ebuild due to a couple of issues.
Diffstat (limited to 'app-sci/labplot')
-rw-r--r-- | app-sci/labplot/ChangeLog | 7 | ||||
-rw-r--r-- | app-sci/labplot/Manifest | 6 | ||||
-rw-r--r-- | app-sci/labplot/files/digest-labplot-1.2.3 | 1 | ||||
-rw-r--r-- | app-sci/labplot/files/digest-labplot-1.3.0 | 1 | ||||
-rw-r--r-- | app-sci/labplot/labplot-1.2.3.ebuild | 41 | ||||
-rw-r--r-- | app-sci/labplot/labplot-1.3.0.ebuild | 45 |
6 files changed, 55 insertions, 46 deletions
diff --git a/app-sci/labplot/ChangeLog b/app-sci/labplot/ChangeLog index a47ec9af7653..bae3f8cebc55 100644 --- a/app-sci/labplot/ChangeLog +++ b/app-sci/labplot/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-sci/labplot # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/labplot/ChangeLog,v 1.5 2004/07/03 22:10:59 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/labplot/ChangeLog,v 1.6 2004/07/27 02:58:00 ribosome Exp $ + + 26 Jul 2004; Olivier Fisette <ribosome@gentoo.org> + labplot-1.3.0.ebuild, labplot-1.2.3.ebuild: + New version, updated ebuild. I removed the old one because it had + a couple of issues, such as duplicated example files. 04 Jul 2004; Carsten Lohrke <carlo@gentoo.org> labplot-1.2.3.ebuild: QA: need-kde after R/DEPEND diff --git a/app-sci/labplot/Manifest b/app-sci/labplot/Manifest index e2fa467f179c..d1cc5dcbe2c6 100644 --- a/app-sci/labplot/Manifest +++ b/app-sci/labplot/Manifest @@ -1,4 +1,4 @@ -MD5 1c54ac82ea75ffe0defa490258177c38 labplot-1.2.3.ebuild 1151 -MD5 01f6cb0905bf79934438d772aae60ae0 ChangeLog 720 +MD5 ca70d945c7b308946db27461a8effff6 ChangeLog 947 +MD5 a3e5c589a39a58b1b81e7154c254fd41 labplot-1.3.0.ebuild 1152 MD5 201497e376059503f8b7afd504d41023 metadata.xml 179 -MD5 f76492182dbca46b7eab8d0a752638ce files/digest-labplot-1.2.3 66 +MD5 b717f0448045aa171f74df43edcf4409 files/digest-labplot-1.3.0 66 diff --git a/app-sci/labplot/files/digest-labplot-1.2.3 b/app-sci/labplot/files/digest-labplot-1.2.3 deleted file mode 100644 index 2c3bebe0d803..000000000000 --- a/app-sci/labplot/files/digest-labplot-1.2.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 4b8c284677dcffd1c3152695116438bd LabPlot-1.2.3.tar.gz 2654095 diff --git a/app-sci/labplot/files/digest-labplot-1.3.0 b/app-sci/labplot/files/digest-labplot-1.3.0 new file mode 100644 index 000000000000..1f44c4c796da --- /dev/null +++ b/app-sci/labplot/files/digest-labplot-1.3.0 @@ -0,0 +1 @@ +MD5 8d97c124cfc2bb53eb875c36a9bd3f1a LabPlot-1.3.0.tar.gz 4506737 diff --git a/app-sci/labplot/labplot-1.2.3.ebuild b/app-sci/labplot/labplot-1.2.3.ebuild deleted file mode 100644 index a2da322eb871..000000000000 --- a/app-sci/labplot/labplot-1.2.3.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/labplot/labplot-1.2.3.ebuild,v 1.5 2004/07/03 22:10:59 carlo Exp $ - -inherit eutils kde - -MY_P=${PN/labp/LabP}-${PVR/_/.} -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="LabPlot is a program for two- and three-dimensional graphical presentation of data sets and functions" -HOMEPAGE="http://mitarbeiter.mbi-berlin.de/gerlach/Linux/LabPlot/" -SRC_URI="http://mitarbeiter.mbi-berlin.de/gerlach/Linux/LabPlot/src/${MY_P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" -RESTRICT="nomirror" - -SLOT="0" -IUSE="doc fftw imagemagick tiff" - -MAKEOPTS="${MAKEOPTS} -j1" - -DEPEND=">=dev-libs/gsl-1.3 - fftw? ( >=dev-libs/fftw-2.1.5 ) - imagemagick? ( >=media-gfx/imagemagick-5.5.6-r1 ) - >=media-gfx/pstoedit-3.33 - tiff? ( >=media-libs/tiff-3.5.5 ) - >=media-libs/jasper-1.700.5-r1" -need-kde 3.1 - -src_install() { - dodir /usr/share/doc/HTML/en/LabPlot/ - kde_src_install - if use doc ; then - insinto /usr/share/doc/${PF}/examples - doins ${S}/examples/* - insinto /usr/share/doc/${PF}/examples/data - doins ${S}/examples/data/* - fi -} - diff --git a/app-sci/labplot/labplot-1.3.0.ebuild b/app-sci/labplot/labplot-1.3.0.ebuild new file mode 100644 index 000000000000..c84c7c9a513e --- /dev/null +++ b/app-sci/labplot/labplot-1.3.0.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/labplot/labplot-1.3.0.ebuild,v 1.1 2004/07/27 02:58:00 ribosome Exp $ + +inherit kde + +MPN="LabPlot" + +DESCRIPTION="KDE application for plotting and analysis of 2d and 3d functions and data" +HOMEPAGE="http://labplot.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${MPN}-${PV}.tar.gz" +LICENSE="GPL-2" + +KEYWORDS="~x86" +SLOT="0" +IUSE="fftw imagemagick tiff" + +MAKEOPTS="${MAKEOPTS} -j1" + +DEPEND=">=dev-libs/gsl-1.3 + fftw? ( >=dev-libs/fftw-2.1.5 ) + imagemagick? ( >=media-gfx/imagemagick-5.5.6-r1 ) + x86? ( >=media-gfx/pstoedit-3.33 ) + tiff? ( >=media-libs/tiff-3.5.5 ) + >=media-libs/jasper-1.700.5-r1" + +need-kde 3.1 + +S="${WORKDIR}/${MPN}-${PV}" + +src_compile() { + local myconf="\ + $(use_enable fftw) \ + $(use_enable fftw fftw3) \ + $(use_enable imagemagick ImageMagick) \ + $(use_enable tiff)" + # Uncomment the following for use on amd64. + # if [ ${ARCH} = "amd64" ]; then + # myconf="${myconf} \ + # --host=x86-linux-gnu \ + # --build=x86-linux-gnu \ + # --disable-pstoedit" + # fi + kde_src_compile +} |