From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C1B3B13877A for ; Thu, 17 Jul 2014 17:29:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4196AE0806; Thu, 17 Jul 2014 17:29:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC221E0806 for ; Thu, 17 Jul 2014 17:29:00 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD3A534038D for ; Thu, 17 Jul 2014 17:28:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id A287D1807D for ; Thu, 17 Jul 2014 17:28:57 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1405618322.7d89ae9dd45d165b93e3f3e72c2f58e1f1990e88.dilfridge@gentoo> Subject: [gentoo-commits] dev/dilfridge:master commit in: sci-visualization/qtiplot-bin/ X-VCS-Repository: dev/dilfridge X-VCS-Files: sci-visualization/qtiplot-bin/Manifest sci-visualization/qtiplot-bin/metadata.xml sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9_rc11.ebuild X-VCS-Directories: sci-visualization/qtiplot-bin/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 7d89ae9dd45d165b93e3f3e72c2f58e1f1990e88 X-VCS-Branch: master Date: Thu, 17 Jul 2014 17:28:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 61249889-7308-448e-b6a4-00fd16ccd29b X-Archives-Hash: 77e30f14ac82b0335a20ca7e2928780c commit: 7d89ae9dd45d165b93e3f3e72c2f58e1f1990e88 Author: Andreas K. Huettel (dilfridge) gentoo org> AuthorDate: Thu Jul 17 17:32:02 2014 +0000 Commit: Andreas Hüttel gentoo 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 @@ + + + + sci + + 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. + + 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