sci-visualization/pyxplot: Remove last-rited pkg

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-08-20 15:14:28 +02:00
parent 4c21198a17
commit f5c5fc89ee
4 changed files with 0 additions and 65 deletions

View File

@@ -822,7 +822,6 @@ sys-cluster/kube-scheduler
net-print/pkpgcounter
<sci-chemistry/chemex-2018
sci-libs/scipy-python2
sci-visualization/pyxplot
# Jonas Stein <jstein@gentoo.org> (2020-07-04)
# Last rite, dead upstream, several open bugs.

View File

@@ -1 +0,0 @@
DIST pyxplot_0.9.2.tar.gz 4131841 BLAKE2B 8a5da46f2328ae8e73d7b841dc04b8d972bdaeb7dacaf658349e5235a696334cd806b8f8bc25b9bbebe2074f52f4fb0bad4b22ff305250b1a4d138ea039657e5 SHA512 34c43fec36dd579161c7adb9f0bab012c5d3e59c904526f82a70a31685b88a231c300ab4dbdff376b29fdd5698c376d55f7a2f2786d7960c4de7e6e0776fa844

View File

@@ -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>

View File

@@ -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
}