summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Huettel (dilfridge) <dilfridge@gentoo.org>2014-07-17 19:32:02 +0200
committerAndreas K. Huettel (dilfridge) <dilfridge@gentoo.org>2014-07-17 19:32:02 +0200
commit7d89ae9dd45d165b93e3f3e72c2f58e1f1990e88 (patch)
tree03f0e8cbc94b2c669dc70ffbc2887fadfcfe147a /sci-visualization
parent[app-office/libreoffice] add untested files for transfer (diff)
downloaddilfridge-7d89ae9dd45d165b93e3f3e72c2f58e1f1990e88.tar.gz
dilfridge-7d89ae9dd45d165b93e3f3e72c2f58e1f1990e88.tar.bz2
dilfridge-7d89ae9dd45d165b93e3f3e72c2f58e1f1990e88.zip
[sci-visualization/qtiplot-bin] new ebuild, incomplete so far
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/qtiplot-bin/Manifest1
-rw-r--r--sci-visualization/qtiplot-bin/metadata.xml12
-rw-r--r--sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9_rc11.ebuild40
3 files changed, 53 insertions, 0 deletions
diff --git a/sci-visualization/qtiplot-bin/Manifest b/sci-visualization/qtiplot-bin/Manifest
new file mode 100644
index 0000000..fc47840
--- /dev/null
+++ b/sci-visualization/qtiplot-bin/Manifest
@@ -0,0 +1 @@
+DIST 290414_qtiplot_0.9.9-rc11_x86_64_ubuntu14_04.deb 22401074 SHA256 fad10fd5f82ebfe258b9f22088553172de1741675ee416f8f97f68f77c412f97 SHA512 820d940858b350e91417c3a38ab0b7b906d6a96d90eea19f5346c700ad9cdfd58216f76f577fc781342e425f870bc52613c40e938f05e75e383719ef443f6e06 WHIRLPOOL 23fba4f4f10654e111f32cbdf235f3744dbab513b1a48e323d89f8413fdda77c2febf889a1a59eaf968023d3a488cd035141007cf12f6da7af9e1621b88a8e7d
diff --git a/sci-visualization/qtiplot-bin/metadata.xml b/sci-visualization/qtiplot-bin/metadata.xml
new file mode 100644
index 0000000..51a10f7
--- /dev/null
+++ b/sci-visualization/qtiplot-bin/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci</herd>
+ <longdescription>
+ Data analysis and scientific plotting package. This is a clone of the
+ popular Origin software available on another well known platform implemented
+ in Qt with powerful 2D and 3D data plotting, ASCII import and powerful
+ spreadsheet data manipulation using column logic. Curve fitting and other
+ statistical tools are also available.
+ </longdescription>
+</pkgmetadata>
diff --git a/sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9_rc11.ebuild b/sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9_rc11.ebuild
new file mode 100644
index 0000000..e070e42
--- /dev/null
+++ b/sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9_rc11.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit unpacker python-single-r1
+
+DESCRIPTION="Qt based clone of the Origin plotting package, commercial binary"
+HOMEPAGE="http://www.qtiplot.com/"
+SRC_URI="290414_qtiplot_0.9.9-rc11_x86_64_ubuntu14_04.deb"
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="mirror splitdebug"
+IUSE=""
+
+QA_PREBUILT="*"
+
+S=${WORKDIR}
+
+RDEPEND="
+media-libs/glu
+dev-libs/glib:2
+media-video/ffmpeg
+!sci-visualization/qtiplot
+"
+
+REQUIRED_USE=" ${PYTHON_REQUIRED_USE} "
+
+src_unpack() {
+ unpack_deb ${A}
+}
+
+src_install() {
+ cp -av "${S}"/* "${D}/"
+} \ No newline at end of file