Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/pyxplot/
Date: Sun, 20 Sep 2015 10:51:03
Message-Id: 1442746242.972046e5fc9ea9a6c844f1f8360f61e4f085bdf7.jlec@gentoo
1 commit: 972046e5fc9ea9a6c844f1f8360f61e4f085bdf7
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 20 10:50:42 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 20 10:50:42 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=972046e5
7
8 sci-visualization/pyxplot: Clean old
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-visualization/pyxplot/Manifest | 1 -
14 sci-visualization/pyxplot/pyxplot-0.7.1.ebuild | 46 --------------------------
15 sci-visualization/pyxplot/pyxplot-0.9.2.ebuild | 2 +-
16 3 files changed, 1 insertion(+), 48 deletions(-)
17
18 diff --git a/sci-visualization/pyxplot/Manifest b/sci-visualization/pyxplot/Manifest
19 index dd31f92..b2dd41e 100644
20 --- a/sci-visualization/pyxplot/Manifest
21 +++ b/sci-visualization/pyxplot/Manifest
22 @@ -1,2 +1 @@
23 -DIST pyxplot_0.7.1.tar.gz 2439857 SHA256 262b4337c1fdb8e54c11eb76415b814243f6dbab28163fd1e208378d860d2a84
24 DIST pyxplot_0.9.2.tar.gz 4131841 SHA256 1c592a0bc77caec445a8d72534471c01d66ca1806309e6c983847c2e0b95e689 SHA512 34c43fec36dd579161c7adb9f0bab012c5d3e59c904526f82a70a31685b88a231c300ab4dbdff376b29fdd5698c376d55f7a2f2786d7960c4de7e6e0776fa844 WHIRLPOOL f380489231f01ad81f983bb7fe11fb0323ca3d5dedeb60c84739e122c567e3581bb04962ecf83f21751d49a773d129b2b332b0aed4e9192ec064b5ee14714881
25
26 diff --git a/sci-visualization/pyxplot/pyxplot-0.7.1.ebuild b/sci-visualization/pyxplot/pyxplot-0.7.1.ebuild
27 deleted file mode 100644
28 index e9a3039..0000000
29 --- a/sci-visualization/pyxplot/pyxplot-0.7.1.ebuild
30 +++ /dev/null
31 @@ -1,46 +0,0 @@
32 -# Copyright 1999-2010 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI="2"
37 -PYTHON_DEPEND="2"
38 -
39 -inherit eutils python
40 -
41 -DESCRIPTION="Gnuplot like graphing program publication-quality figures"
42 -HOMEPAGE="http://www.pyxplot.org.uk/"
43 -SRC_URI="http://www.pyxplot.org.uk/src/${PN}_${PV}.tar.gz"
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="amd64 x86"
47 -IUSE=""
48 -
49 -RDEPEND="virtual/latex-base
50 - sci-libs/scipy
51 - app-text/gv
52 - || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )"
53 -DEPEND="${RDEPEND}"
54 -
55 -S="${WORKDIR}/${PN}"
56 -
57 -pkg_setup() {
58 - python_set_active_version 2
59 - python_pkg_setup
60 -}
61 -
62 -src_prepare() {
63 - sed -i \
64 - -e "s:^\(USRDIR=\).*:\1/usr:g" \
65 - -e "s:^\(SRCDIR=\).*:\1$(python_get_sitedir)/${PN}:g" \
66 - -e 's:^\(MANDIR=\).*:\1${USRDIR}/share/man/man1:g' \
67 - -e "s:^\(DOCDIR=\).*:\1\${USRDIR}/share/doc/${PF}:g" \
68 - -e '/install:/,$s:${\(SRC\|BIN\|DOC\|MAN\)DIR:${DESTDIR}/${\1DIR:g' \
69 - -e "/pyc/d" \
70 - -e 's/ex_\*/{ex_,fig}\*/' \
71 - Makefile.skel || die "sed Makefile.skel failed"
72 -}
73 -
74 -src_install() {
75 - emake DESTDIR="${D}" install || die "emake install failed"
76 - dodoc README AUTHORS ChangeLog
77 -}
78
79 diff --git a/sci-visualization/pyxplot/pyxplot-0.9.2.ebuild b/sci-visualization/pyxplot/pyxplot-0.9.2.ebuild
80 index f65657e..b4cc6cf 100644
81 --- a/sci-visualization/pyxplot/pyxplot-0.9.2.ebuild
82 +++ b/sci-visualization/pyxplot/pyxplot-0.9.2.ebuild
83 @@ -20,7 +20,7 @@ IUSE=""
84 RDEPEND="
85 app-text/gv
86 dev-libs/libxml2:2
87 - media-libs/libpng
88 + media-libs/libpng:0
89 sci-libs/cfitsio
90 sci-libs/fftw:3.0
91 sci-libs/gsl