From f5c5fc89ee824f7d4191769a60ce63333e72cd78 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 20 Aug 2020 15:14:28 +0200 Subject: sci-visualization/pyxplot: Remove last-rited pkg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- sci-visualization/pyxplot/Manifest | 1 - sci-visualization/pyxplot/metadata.xml | 17 --------- sci-visualization/pyxplot/pyxplot-0.9.2-r3.ebuild | 46 ----------------------- 3 files changed, 64 deletions(-) delete mode 100644 sci-visualization/pyxplot/Manifest delete mode 100644 sci-visualization/pyxplot/metadata.xml delete mode 100644 sci-visualization/pyxplot/pyxplot-0.9.2-r3.ebuild (limited to 'sci-visualization') diff --git a/sci-visualization/pyxplot/Manifest b/sci-visualization/pyxplot/Manifest deleted file mode 100644 index 033bcb95586b..000000000000 --- a/sci-visualization/pyxplot/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pyxplot_0.9.2.tar.gz 4131841 BLAKE2B 8a5da46f2328ae8e73d7b841dc04b8d972bdaeb7dacaf658349e5235a696334cd806b8f8bc25b9bbebe2074f52f4fb0bad4b22ff305250b1a4d138ea039657e5 SHA512 34c43fec36dd579161c7adb9f0bab012c5d3e59c904526f82a70a31685b88a231c300ab4dbdff376b29fdd5698c376d55f7a2f2786d7960c4de7e6e0776fa844 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 @@ - - - - - sci@gentoo.org - Gentoo Science Project - - - 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. - - - pyxplot - - 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 -} -- cgit v1.2.3-65-gdbad