sci-visualization/pyxplot: Clean old
authorJustin Lecher <jlec@gentoo.org>
Sun, 20 Sep 2015 10:50:42 +0000 (12:50 +0200)
committerJustin Lecher <jlec@gentoo.org>
Sun, 20 Sep 2015 10:50:42 +0000 (12:50 +0200)
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
sci-visualization/pyxplot/Manifest
sci-visualization/pyxplot/pyxplot-0.7.1.ebuild [deleted file]
sci-visualization/pyxplot/pyxplot-0.9.2.ebuild

index dd31f92ffc2b06336945b1038cc6eeae28217894..b2dd41e62784a41e8f614297b8e4b31d88ee91e3 100644 (file)
@@ -1,2 +1 @@
-DIST pyxplot_0.7.1.tar.gz 2439857 SHA256 262b4337c1fdb8e54c11eb76415b814243f6dbab28163fd1e208378d860d2a84
 DIST pyxplot_0.9.2.tar.gz 4131841 SHA256 1c592a0bc77caec445a8d72534471c01d66ca1806309e6c983847c2e0b95e689 SHA512 34c43fec36dd579161c7adb9f0bab012c5d3e59c904526f82a70a31685b88a231c300ab4dbdff376b29fdd5698c376d55f7a2f2786d7960c4de7e6e0776fa844 WHIRLPOOL f380489231f01ad81f983bb7fe11fb0323ca3d5dedeb60c84739e122c567e3581bb04962ecf83f21751d49a773d129b2b332b0aed4e9192ec064b5ee14714881
diff --git a/sci-visualization/pyxplot/pyxplot-0.7.1.ebuild b/sci-visualization/pyxplot/pyxplot-0.7.1.ebuild
deleted file mode 100644 (file)
index e9a3039..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-PYTHON_DEPEND="2"
-
-inherit eutils python
-
-DESCRIPTION="Gnuplot like graphing program publication-quality figures"
-HOMEPAGE="http://www.pyxplot.org.uk/"
-SRC_URI="http://www.pyxplot.org.uk/src/${PN}_${PV}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="virtual/latex-base
-       sci-libs/scipy
-       app-text/gv
-       || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-pkg_setup() {
-       python_set_active_version 2
-       python_pkg_setup
-}
-
-src_prepare() {
-       sed -i \
-               -e "s:^\(USRDIR=\).*:\1/usr:g" \
-               -e "s:^\(SRCDIR=\).*:\1$(python_get_sitedir)/${PN}:g" \
-               -e 's:^\(MANDIR=\).*:\1${USRDIR}/share/man/man1:g' \
-               -e "s:^\(DOCDIR=\).*:\1\${USRDIR}/share/doc/${PF}:g" \
-               -e '/install:/,$s:${\(SRC\|BIN\|DOC\|MAN\)DIR:${DESTDIR}/${\1DIR:g' \
-               -e "/pyc/d" \
-               -e 's/ex_\*/{ex_,fig}\*/' \
-               Makefile.skel || die "sed Makefile.skel failed"
-}
-
-src_install() {
-       emake DESTDIR="${D}" install || die "emake install failed"
-       dodoc README AUTHORS ChangeLog
-}
index f65657ed21e24446e003ee53b0e9b4213526a773..b4cc6cfe54a8f7d77df7e154617ab13842e384d9 100644 (file)
@@ -20,7 +20,7 @@ IUSE=""
 RDEPEND="
        app-text/gv
        dev-libs/libxml2:2
-       media-libs/libpng
+       media-libs/libpng:0
        sci-libs/cfitsio
        sci-libs/fftw:3.0
        sci-libs/gsl