diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-08-25 10:45:55 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-08-25 10:45:55 +0100 |
commit | 3cf7c3ef441822c889356fd1812ebf2944a59851 (patch) | |
tree | c513fe68548b40365c1c2ebfe35c58ad431cdd77 /sci-visualization/pyxplot | |
parent | 05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff) |
gentoo resync : 25.08.2020
Diffstat (limited to 'sci-visualization/pyxplot')
-rw-r--r-- | sci-visualization/pyxplot/Manifest | 3 | ||||
-rw-r--r-- | sci-visualization/pyxplot/metadata.xml | 17 | ||||
-rw-r--r-- | sci-visualization/pyxplot/pyxplot-0.9.2-r3.ebuild | 46 |
3 files changed, 0 insertions, 66 deletions
diff --git a/sci-visualization/pyxplot/Manifest b/sci-visualization/pyxplot/Manifest deleted file mode 100644 index 355d0ed1c1ee..000000000000 --- a/sci-visualization/pyxplot/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST pyxplot_0.9.2.tar.gz 4131841 BLAKE2B 8a5da46f2328ae8e73d7b841dc04b8d972bdaeb7dacaf658349e5235a696334cd806b8f8bc25b9bbebe2074f52f4fb0bad4b22ff305250b1a4d138ea039657e5 SHA512 34c43fec36dd579161c7adb9f0bab012c5d3e59c904526f82a70a31685b88a231c300ab4dbdff376b29fdd5698c376d55f7a2f2786d7960c4de7e6e0776fa844 -EBUILD pyxplot-0.9.2-r3.ebuild 1043 BLAKE2B 10fe324798302f00c22eadfa5aa93156e2a1bb90dcffb35168fb5ea8775ba75c7afb9934742957016ea1e691b2c704716d6a0c6d103b32ffe6ddbbb5f968539e SHA512 85733755f8e6a54fb300a3889720c264db84f0f4c4cbce3a86a4454642d56d615d2599a1d874e7520246f9aae6096ee017397a89728e77ad24f5269485111257 -MISC metadata.xml 649 BLAKE2B a709482e9a6d3f30231db228633f682ba1426640a5ababffc02b8a625900f62ec1f2bd40a6d2469085d87ed7c342081596d7371b112f0c4b56435f2ca7253f15 SHA512 2f9b6c06f24dccd4c954dc35cd4ac2b286ff77c5cf5794ed8ec6e20af4050c09099c84bdd75402823aed922f879b8d4340d9f6ce8763e116c0ba476853475531 diff --git a/sci-visualization/pyxplot/metadata.xml b/sci-visualization/pyxplot/metadata.xml deleted file mode 100644 index ca88d83c110e..000000000000 --- a/sci-visualization/pyxplot/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?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-r3.ebuild b/sci-visualization/pyxplot/pyxplot-0.9.2-r3.ebuild deleted file mode 100644 index 7cc957e134be..000000000000 --- a/sci-visualization/pyxplot/pyxplot-0.9.2-r3.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# 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 - $(python_gen_cond_dep ' - || ( - sci-libs/scipy-python2[${PYTHON_MULTI_USEDEP}] - sci-libs/scipy[${PYTHON_MULTI_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 -} |