diff options
author | Dominik Stadler <centic@gentoo.org> | 2004-05-01 10:19:05 +0000 |
---|---|---|
committer | Dominik Stadler <centic@gentoo.org> | 2004-05-01 10:19:05 +0000 |
commit | 5ad0b05af00917d66695bf010a2687ce08105db3 (patch) | |
tree | 0b5c9c07dbc985b43362d6244354370b4e03a294 /app-sci | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-5ad0b05af00917d66695bf010a2687ce08105db3.tar.gz gentoo-2-5ad0b05af00917d66695bf010a2687ce08105db3.tar.bz2 gentoo-2-5ad0b05af00917d66695bf010a2687ce08105db3.zip |
Add new ebuild, thanks to Carsten Lohrke <current@myrealbox.com> for the ebuild, see Bug 28216.
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/labplot/ChangeLog | 10 | ||||
-rw-r--r-- | app-sci/labplot/Manifest | 2 | ||||
-rw-r--r-- | app-sci/labplot/files/digest-labplot-1.2.3 | 1 | ||||
-rw-r--r-- | app-sci/labplot/labplot-1.2.3.ebuild | 41 | ||||
-rw-r--r-- | app-sci/labplot/metadata.xml | 6 |
5 files changed, 60 insertions, 0 deletions
diff --git a/app-sci/labplot/ChangeLog b/app-sci/labplot/ChangeLog new file mode 100644 index 000000000000..fdbc5159c65f --- /dev/null +++ b/app-sci/labplot/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-sci/labplot +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-sci/labplot/ChangeLog,v 1.1 2004/05/01 10:19:05 centic Exp $ + +*labplot-1.2.3 (01 May 2004) + + 01 May 2004; Dominik Stadler <centic@gentoo.org> +labplot-1.2.3.ebuild: + Add new ebuild, thanks to Carsten Lohrke <current@myrealbox.com> for the + ebuild, see Bug 28216. + diff --git a/app-sci/labplot/Manifest b/app-sci/labplot/Manifest new file mode 100644 index 000000000000..ba1e59f9c9f8 --- /dev/null +++ b/app-sci/labplot/Manifest @@ -0,0 +1,2 @@ +MD5 651b128a02638b8b0d0aa97de6a3e0cc labplot-1.2.3.ebuild 954 +MD5 f76492182dbca46b7eab8d0a752638ce files/digest-labplot-1.2.3 66 diff --git a/app-sci/labplot/files/digest-labplot-1.2.3 b/app-sci/labplot/files/digest-labplot-1.2.3 new file mode 100644 index 000000000000..2c3bebe0d803 --- /dev/null +++ b/app-sci/labplot/files/digest-labplot-1.2.3 @@ -0,0 +1 @@ +MD5 4b8c284677dcffd1c3152695116438bd LabPlot-1.2.3.tar.gz 2654095 diff --git a/app-sci/labplot/labplot-1.2.3.ebuild b/app-sci/labplot/labplot-1.2.3.ebuild new file mode 100644 index 000000000000..583f2ee7590c --- /dev/null +++ b/app-sci/labplot/labplot-1.2.3.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# 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.1 2004/05/01 10:19:05 centic Exp $ + +inherit eutils kde +need-kde 3.1 + +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="${HOMEPAGE}src/${MY_P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~x86" +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" + +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/metadata.xml b/app-sci/labplot/metadata.xml new file mode 100644 index 000000000000..c215d35366c4 --- /dev/null +++ b/app-sci/labplot/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci</herd> +<herd>kde-other</herd> +</pkgmetadata> |