Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, sci-visualization/pyxplot/
Date: Thu, 20 Aug 2020 13:17:54
Message-Id: 1597929463.f5c5fc89ee824f7d4191769a60ce63333e72cd78.mgorny@gentoo
1 commit: f5c5fc89ee824f7d4191769a60ce63333e72cd78
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 20 13:14:28 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 20 13:17:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5c5fc89
7
8 sci-visualization/pyxplot: Remove last-rited pkg
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 profiles/package.mask | 1 -
13 sci-visualization/pyxplot/Manifest | 1 -
14 sci-visualization/pyxplot/metadata.xml | 17 ---------
15 sci-visualization/pyxplot/pyxplot-0.9.2-r3.ebuild | 46 -----------------------
16 4 files changed, 65 deletions(-)
17
18 diff --git a/profiles/package.mask b/profiles/package.mask
19 index 733ade583f5..6e68c215f93 100644
20 --- a/profiles/package.mask
21 +++ b/profiles/package.mask
22 @@ -822,7 +822,6 @@ sys-cluster/kube-scheduler
23 net-print/pkpgcounter
24 <sci-chemistry/chemex-2018
25 sci-libs/scipy-python2
26 -sci-visualization/pyxplot
27
28 # Jonas Stein <jstein@g.o> (2020-07-04)
29 # Last rite, dead upstream, several open bugs.
30
31 diff --git a/sci-visualization/pyxplot/Manifest b/sci-visualization/pyxplot/Manifest
32 deleted file mode 100644
33 index 033bcb95586..00000000000
34 --- a/sci-visualization/pyxplot/Manifest
35 +++ /dev/null
36 @@ -1 +0,0 @@
37 -DIST pyxplot_0.9.2.tar.gz 4131841 BLAKE2B 8a5da46f2328ae8e73d7b841dc04b8d972bdaeb7dacaf658349e5235a696334cd806b8f8bc25b9bbebe2074f52f4fb0bad4b22ff305250b1a4d138ea039657e5 SHA512 34c43fec36dd579161c7adb9f0bab012c5d3e59c904526f82a70a31685b88a231c300ab4dbdff376b29fdd5698c376d55f7a2f2786d7960c4de7e6e0776fa844
38
39 diff --git a/sci-visualization/pyxplot/metadata.xml b/sci-visualization/pyxplot/metadata.xml
40 deleted file mode 100644
41 index ca88d83c110..00000000000
42 --- a/sci-visualization/pyxplot/metadata.xml
43 +++ /dev/null
44 @@ -1,17 +0,0 @@
45 -<?xml version="1.0" encoding="UTF-8"?>
46 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
47 -<pkgmetadata>
48 - <maintainer type="project">
49 - <email>sci@g.o</email>
50 - <name>Gentoo Science Project</name>
51 - </maintainer>
52 - <longdescription lang="en">
53 - PyXPlot is a command-line graphing package with a simple interface
54 - that produces publication-quality output. Its command line interface is very
55 - gnuplot oriented and has actually some compatibility. The output
56 - is based on LaTeX typesetting environment.
57 -</longdescription>
58 - <upstream>
59 - <remote-id type="sourceforge">pyxplot</remote-id>
60 - </upstream>
61 -</pkgmetadata>
62
63 diff --git a/sci-visualization/pyxplot/pyxplot-0.9.2-r3.ebuild b/sci-visualization/pyxplot/pyxplot-0.9.2-r3.ebuild
64 deleted file mode 100644
65 index 7cc957e134b..00000000000
66 --- a/sci-visualization/pyxplot/pyxplot-0.9.2-r3.ebuild
67 +++ /dev/null
68 @@ -1,46 +0,0 @@
69 -# Copyright 1999-2020 Gentoo Authors
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=5
73 -
74 -PYTHON_COMPAT=( python2_7 )
75 -
76 -inherit multilib python-single-r1
77 -
78 -DESCRIPTION="Gnuplot like graphing program publication-quality figures"
79 -HOMEPAGE="http://www.pyxplot.org.uk/"
80 -SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz"
81 -
82 -LICENSE="GPL-2"
83 -SLOT="0"
84 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
85 -IUSE=""
86 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
87 -
88 -RDEPEND="
89 - app-text/gv
90 - dev-libs/libxml2:2
91 - media-libs/libpng:0=
92 - sci-libs/cfitsio
93 - sci-libs/fftw:3.0=
94 - sci-libs/gsl
95 - $(python_gen_cond_dep '
96 - || (
97 - sci-libs/scipy-python2[${PYTHON_MULTI_USEDEP}]
98 - sci-libs/scipy[${PYTHON_MULTI_USEDEP}]
99 - )
100 - ')
101 - virtual/latex-base
102 - virtual/imagemagick-tools
103 - ${PYTHON_DEPS}"
104 -DEPEND="${RDEPEND}
105 - virtual/pkgconfig"
106 -
107 -src_prepare() {
108 - sed \
109 - -e "s:/usr/local:${EPREFIX}/usr/:" \
110 - -e "s:/lib/:/$(get_libdir)/:" \
111 - -e "s:/doc/${PN}:/doc/${PF}:" \
112 - -i Makefile.skel || die "sed Makefile.skel failed"
113 - sed -i -e 's/-ltermcap//' configure || die
114 -}