diff options
Diffstat (limited to 'sci-visualization/pyxplot')
-rw-r--r-- | sci-visualization/pyxplot/Manifest | 5 | ||||
-rw-r--r-- | sci-visualization/pyxplot/metadata.xml | 17 | ||||
-rw-r--r-- | sci-visualization/pyxplot/pyxplot-0.9.2-r1.ebuild | 41 |
3 files changed, 63 insertions, 0 deletions
diff --git a/sci-visualization/pyxplot/Manifest b/sci-visualization/pyxplot/Manifest new file mode 100644 index 000000000000..e69881e99a3c --- /dev/null +++ b/sci-visualization/pyxplot/Manifest @@ -0,0 +1,5 @@ +DIST pyxplot_0.9.2.tar.gz 4131841 SHA256 1c592a0bc77caec445a8d72534471c01d66ca1806309e6c983847c2e0b95e689 SHA512 34c43fec36dd579161c7adb9f0bab012c5d3e59c904526f82a70a31685b88a231c300ab4dbdff376b29fdd5698c376d55f7a2f2786d7960c4de7e6e0776fa844 WHIRLPOOL f380489231f01ad81f983bb7fe11fb0323ca3d5dedeb60c84739e122c567e3581bb04962ecf83f21751d49a773d129b2b332b0aed4e9192ec064b5ee14714881 +EBUILD pyxplot-0.9.2-r1.ebuild 948 SHA256 1d58bf7816420be82f0008550c050e36ecd97097c265e42d75b88ef9c5f36355 SHA512 c00ed18ff4a4e28754ed15b447b6edfa87125924a1ef795d49ff125cf626f6b767355d0393d7c644ea0f1fbf08859e4d6990b1f64a5b52fc190aed1c681b4f47 WHIRLPOOL 5892ffe7aad34f67c674874840cd1e6a11141797d8ce7fa8515a227d48da02f25b7c8e1ba789fbe9c79fafed69ef86e331a253da9e25618e0013c5dc19e89b7a +MISC ChangeLog 2901 SHA256 2f0d183581513c21bf3c4ee18b3994d953e8bc5296e8b2adcfc4920a3214f65f SHA512 65220c8e78551c1cc99fd33f0a9e6c332d01b1f3b732d0b496f721b5ea507ce3700a38ae999974ed5ef38f9086ec9f0ca0de45181eee4a92faa62b233c87221d WHIRLPOOL fcb9a3bbc4f3cc01b1d1ed03fa4ffd7258a995086e640f2cd7c84a86f31c0452d9e3dfbeafb0c37169eb928706726d4d2e8c2e55c112bed056c3d99c26d8bb9f +MISC ChangeLog-2015 5158 SHA256 28676e897595f22a7b70c72cfb6a1b0940265c36e20b5cf4a42429c5457e3a6b SHA512 057ce336fb76a7bf4375beafe5a7c36cdbe69ea9dbe5e9f32b1edeaaaf0f6317e73a441657428c6cd99a5964321526db2d45d4177f389decc9147a9a7c927f95 WHIRLPOOL 0beffb7f77acaafb4208bf6b6ecf401239a94f5487db8d1af5a330bd4dab7b2b0ab5493d72db25ae0cc34ee4ea7a9eea6b34ff0743b523774b4e1b1ef0b91790 +MISC metadata.xml 649 SHA256 ed785663147c7ba9e46d7ee2f85a182d3023262bed0f3b7b20daf2cc42e76824 SHA512 2f9b6c06f24dccd4c954dc35cd4ac2b286ff77c5cf5794ed8ec6e20af4050c09099c84bdd75402823aed922f879b8d4340d9f6ce8763e116c0ba476853475531 WHIRLPOOL 44d7bf705367b3fefc6446cbfbb404dc33f77099c5064bc5df13192a6db314217bd3de0282e3ec62098f9496137217f526957a0cb51dfb19ed4cd5ead03022b0 diff --git a/sci-visualization/pyxplot/metadata.xml b/sci-visualization/pyxplot/metadata.xml new file mode 100644 index 000000000000..ca88d83c110e --- /dev/null +++ b/sci-visualization/pyxplot/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <longdescription lang="en"> + PyXPlot is a command-line graphing package with a simple interface + that produces publication-quality output. Its command line interface is very + gnuplot oriented and has actually some compatibility. The output + is based on LaTeX typesetting environment. +</longdescription> + <upstream> + <remote-id type="sourceforge">pyxplot</remote-id> + </upstream> +</pkgmetadata> diff --git a/sci-visualization/pyxplot/pyxplot-0.9.2-r1.ebuild b/sci-visualization/pyxplot/pyxplot-0.9.2-r1.ebuild new file mode 100644 index 000000000000..614513710085 --- /dev/null +++ b/sci-visualization/pyxplot/pyxplot-0.9.2-r1.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit multilib python-single-r1 + +DESCRIPTION="Gnuplot like graphing program publication-quality figures" +HOMEPAGE="http://www.pyxplot.org.uk/" +SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" +IUSE="" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND=" + app-text/gv + dev-libs/libxml2:2 + media-libs/libpng:0= + sci-libs/cfitsio + sci-libs/fftw:3.0= + sci-libs/gsl + sci-libs/scipy[${PYTHON_USEDEP}] + virtual/latex-base + virtual/imagemagick-tools + ${PYTHON_DEPS}" +DEPEND="${RDEPEND} + virtual/pkgconfig" + +src_prepare() { + sed \ + -e "s:/usr/local:${EPREFIX}/usr/:" \ + -e "s:/lib/:/$(get_libdir)/:" \ + -e "s:/doc/${PN}:/doc/${PF}:" \ + -i Makefile.skel || die "sed Makefile.skel failed" + sed -i -e 's/-ltermcap//' configure || die +} |