summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Huettel (dilfridge) <dilfridge@gentoo.org>2014-11-09 15:05:59 +0100
committerAndreas K. Huettel (dilfridge) <dilfridge@gentoo.org>2014-11-09 15:05:59 +0100
commit63c1e2714f451b8147381a2cd5bda67ee485e01f (patch)
tree347603e36e8c9d5c6a1323ca053a8d705ab4cf1a /sci-visualization
parent[dev-perl/Syntax-Hghlight-Engine-Simple-Perl] moved to main tree (diff)
downloaddilfridge-63c1e2714f451b8147381a2cd5bda67ee485e01f.tar.gz
dilfridge-63c1e2714f451b8147381a2cd5bda67ee485e01f.tar.bz2
dilfridge-63c1e2714f451b8147381a2cd5bda67ee485e01f.zip
[sci-visualization/qtiplot-bin] try other binary
Package-Manager: portage-2.2.14
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/qtiplot-bin/Manifest2
-rw-r--r--sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9_rc12.ebuild (renamed from sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9_rc11.ebuild)18
2 files changed, 5 insertions, 15 deletions
diff --git a/sci-visualization/qtiplot-bin/Manifest b/sci-visualization/qtiplot-bin/Manifest
index fc47840..fbbd8d7 100644
--- a/sci-visualization/qtiplot-bin/Manifest
+++ b/sci-visualization/qtiplot-bin/Manifest
@@ -1 +1 @@
-DIST 290414_qtiplot_0.9.9-rc11_x86_64_ubuntu14_04.deb 22401074 SHA256 fad10fd5f82ebfe258b9f22088553172de1741675ee416f8f97f68f77c412f97 SHA512 820d940858b350e91417c3a38ab0b7b906d6a96d90eea19f5346c700ad9cdfd58216f76f577fc781342e425f870bc52613c40e938f05e75e383719ef443f6e06 WHIRLPOOL 23fba4f4f10654e111f32cbdf235f3744dbab513b1a48e323d89f8413fdda77c2febf889a1a59eaf968023d3a488cd035141007cf12f6da7af9e1621b88a8e7d
+DIST 180814_qtiplot-0.9.9-rc12-64bit-static.tar.bz2 35790712 SHA256 5110073c6db4b3fbccc595d7112599e85e17e9da80a7742c5e9cc031d81a164d SHA512 4dd5e827d942fbf25a75bfb1cddb2606303c037fc3a8b1a21a75f8609a4fcb27d657e076a61ae19d53b445992690e932c96d14036ae6fd57438230138aba0a60 WHIRLPOOL c82982cdaf9d591cc3a867c6dab2e55e4da1376afe4615597e01c3660449e0d08a0f347e68f346f646f0dc592c10d6defd51b7d064511dccb185edee668210ac
diff --git a/sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9_rc11.ebuild b/sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9_rc12.ebuild
index e070e42..81c18b1 100644
--- a/sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9_rc11.ebuild
+++ b/sci-visualization/qtiplot-bin/qtiplot-bin-0.9.9_rc12.ebuild
@@ -6,11 +6,9 @@ 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"
+SRC_URI="180814_qtiplot-0.9.9-rc12-64bit-static.tar.bz2"
LICENSE="all-rights-reserved"
SLOT="0"
@@ -23,18 +21,10 @@ 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
+ dodir /opt
+ cp -av "${S}"/qtiplot-* "${D}/opt/qtiplot"
+}