summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-20 15:14:28 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-20 15:17:43 +0200
commitf5c5fc89ee824f7d4191769a60ce63333e72cd78 (patch)
tree0f46e3dd93f201ee8802aef0e58d70d17351b556 /sci-visualization
parentsys-libs/musl: 1.2.1 stable on amd64 and x86 (diff)
downloadgentoo-f5c5fc89ee824f7d4191769a60ce63333e72cd78.tar.gz
gentoo-f5c5fc89ee824f7d4191769a60ce63333e72cd78.tar.bz2
gentoo-f5c5fc89ee824f7d4191769a60ce63333e72cd78.zip
sci-visualization/pyxplot: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/pyxplot/Manifest1
-rw-r--r--sci-visualization/pyxplot/metadata.xml17
-rw-r--r--sci-visualization/pyxplot/pyxplot-0.9.2-r3.ebuild46
3 files changed, 0 insertions, 64 deletions
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 @@
-<?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
-}