summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Huettel <dilfridge@gentoo.org>2017-11-28 13:40:56 +0100
committerAndreas K. Huettel <dilfridge@gentoo.org>2017-11-28 13:40:56 +0100
commit1d5ebb21f07bd498e704f07ae4dac0d74299f68c (patch)
treed5a6cfd73ff2c999167a417ed5ec4d0b146ce3c1 /sci-visualization
parentur-profile: only LTS kernels (diff)
downloaddilfridge-1d5ebb21f07bd498e704f07ae4dac0d74299f68c.tar.gz
dilfridge-1d5ebb21f07bd498e704f07ae4dac0d74299f68c.tar.bz2
dilfridge-1d5ebb21f07bd498e704f07ae4dac0d74299f68c.zip
sci-visualization/qtiplot-bin: Version bump
Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --force
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.12.ebuild39
-rw-r--r--sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9_rc15.ebuild3
4 files changed, 45 insertions, 10 deletions
diff --git a/sci-visualization/qtiplot-bin/Manifest b/sci-visualization/qtiplot-bin/Manifest
index 3f64363..f7520d6 100644
--- a/sci-visualization/qtiplot-bin/Manifest
+++ b/sci-visualization/qtiplot-bin/Manifest
@@ -1 +1,2 @@
DIST 050415_qtiplot-0.9.9-rc15-32bit-static.tar.bz2 36836804 SHA256 019b6c57485838717fa853734d4bbbcf5f0b2152143cd99eb8b624995d8ccb38 SHA512 78c7f40913e2068acc7d1ffe21eda22c3d409e385cce982825888c962b507fd729f5e8c767de8533f7eccbc91a99645502716f22fc8f3e53c0a37ef0d5abda16 WHIRLPOOL 4ce800fc0906009b083ed9b49080eafa352e09b8f98a3dd0cc388345a081d8999bbfd1261986ea111f44fcc8f0afc119bc4f300ffeb847c4d47c3cbcdc8ad97b
+DIST 260917_qtiplot-0.9.9.12-32bit-static.tar.bz2 44204908 SHA256 15061df68bce4d51ec0dff701b39cf2efeca5292b3a50f88ae20a4a9386351ca SHA512 7f94fde69437c1dc1f45df1fa087d18c9706d1e4d6e3cf5e47c58073f4b014f01e71ed4b2fdfa76b887085d857a08566313c1692637fc668d13f728987d6a893 WHIRLPOOL 9926dea6cf6f079c97997b0ae40c8dfeac8cde4dda33da23e18f690af894c07eb167df01717d5f9934ea434e05d002a2670b9172ed916f76af1ef86b3ce185fe
diff --git a/sci-visualization/qtiplot-bin/metadata.xml b/sci-visualization/qtiplot-bin/metadata.xml
index 51a10f7..bfff2d1 100644
--- a/sci-visualization/qtiplot-bin/metadata.xml
+++ b/sci-visualization/qtiplot-bin/metadata.xml
@@ -1,12 +1,8 @@
<?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>
+<maintainer type="person">
+ <email>dilfridge@gentoo.org</email>
+ <name>Andreas K. Hüttel</name>
+</maintainer>
</pkgmetadata>
diff --git a/sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9.12.ebuild b/sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9.12.ebuild
new file mode 100644
index 0000000..e1dd3df
--- /dev/null
+++ b/sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9.12.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Qt based clone of the Origin plotting package, commercial binary"
+HOMEPAGE="http://www.qtiplot.com/"
+SRC_URI="260917_qtiplot-0.9.9.12-32bit-static.tar.bz2"
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+RESTRICT="fetch mirror splitdebug"
+IUSE=""
+
+QA_PREBUILT="*"
+
+S=${WORKDIR}
+
+RDEPEND="
+ dev-libs/glib[abi_x86_32(-)]
+ media-libs/fontconfig[abi_x86_32(-)]
+ media-libs/freetype[abi_x86_32(-)]
+ media-libs/mesa[abi_x86_32(-)]
+ virtual/glu[abi_x86_32(-)]
+ x11-libs/libICE[abi_x86_32(-)]
+ x11-libs/libSM[abi_x86_32(-)]
+ x11-libs/libX11[abi_x86_32(-)]
+ x11-libs/libXext[abi_x86_32(-)]
+ x11-libs/libXrender[abi_x86_32(-)]
+ !sci-visualization/qtiplot
+"
+
+src_install() {
+ dodir /opt
+ cp -av "${S}"/qtiplot-* "${D}/opt/qtiplot" || die
+
+ dosym ../qtiplot/qtiplot /opt/bin/qtiplot
+}
diff --git a/sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9_rc15.ebuild b/sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9_rc15.ebuild
index 789835c..40bd9c4 100644
--- a/sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9_rc15.ebuild
+++ b/sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9_rc15.ebuild
@@ -1,6 +1,5 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
EAPI=5