commit: 7d89ae9dd45d165b93e3f3e72c2f58e1f1990e88 Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org> AuthorDate: Thu Jul 17 17:32:02 2014 +0000 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Thu Jul 17 17:32:02 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/dilfridge.git;a=commit;h=7d89ae9d
[sci-visualization/qtiplot-bin] new ebuild, incomplete so far --- sci-visualization/qtiplot-bin/Manifest | 1 + sci-visualization/qtiplot-bin/metadata.xml | 12 +++++++ .../qtiplot-bin/qtiplot-bin-0.9.9_rc11.ebuild | 40 ++++++++++++++++++++++ 3 files changed, 53 insertions(+) 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
