summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Stadler <centic@gentoo.org>2004-05-01 10:19:05 +0000
committerDominik Stadler <centic@gentoo.org>2004-05-01 10:19:05 +0000
commit23ff78b151ce826da3c5336e275b1ed86b91cddc (patch)
treec823aec67b83c5cf14a7a4213cb7e66cc78307dd /app-sci
parent~amd64 (diff)
downloadhistorical-23ff78b151ce826da3c5336e275b1ed86b91cddc.tar.gz
historical-23ff78b151ce826da3c5336e275b1ed86b91cddc.tar.bz2
historical-23ff78b151ce826da3c5336e275b1ed86b91cddc.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/ChangeLog10
-rw-r--r--app-sci/labplot/Manifest4
-rw-r--r--app-sci/labplot/files/digest-labplot-1.2.31
-rw-r--r--app-sci/labplot/labplot-1.2.3.ebuild41
-rw-r--r--app-sci/labplot/metadata.xml6
5 files changed, 62 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..ee4e8a9481bc
--- /dev/null
+++ b/app-sci/labplot/Manifest
@@ -0,0 +1,4 @@
+MD5 699366cb9766fae80b2e869d3b97ab3e labplot-1.2.3.ebuild 1112
+MD5 201497e376059503f8b7afd504d41023 metadata.xml 179
+MD5 5825df064d22acf69411ae389fbe850c ChangeLog 417
+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>