From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EE4841384AE for ; Sun, 20 Sep 2015 10:51:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F284D21C033; Sun, 20 Sep 2015 10:50:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4FDC121C033 for ; Sun, 20 Sep 2015 10:50:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64090340887 for ; Sun, 20 Sep 2015 10:50:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A000207 for ; Sun, 20 Sep 2015 10:50:52 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1442746242.972046e5fc9ea9a6c844f1f8360f61e4f085bdf7.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/pyxplot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/pyxplot/Manifest sci-visualization/pyxplot/pyxplot-0.7.1.ebuild sci-visualization/pyxplot/pyxplot-0.9.2.ebuild X-VCS-Directories: sci-visualization/pyxplot/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 972046e5fc9ea9a6c844f1f8360f61e4f085bdf7 X-VCS-Branch: master Date: Sun, 20 Sep 2015 10:50:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f850ca86-4c23-46f2-927f-63f7f989d875 X-Archives-Hash: 3c7535a2e14d65d4b56976fe39c2510f commit: 972046e5fc9ea9a6c844f1f8360f61e4f085bdf7 Author: Justin Lecher gentoo org> AuthorDate: Sun Sep 20 10:50:42 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Sep 20 10:50:42 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=972046e5 sci-visualization/pyxplot: Clean old Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher gentoo.org> sci-visualization/pyxplot/Manifest | 1 - sci-visualization/pyxplot/pyxplot-0.7.1.ebuild | 46 -------------------------- sci-visualization/pyxplot/pyxplot-0.9.2.ebuild | 2 +- 3 files changed, 1 insertion(+), 48 deletions(-) diff --git a/sci-visualization/pyxplot/Manifest b/sci-visualization/pyxplot/Manifest index dd31f92..b2dd41e 100644 --- a/sci-visualization/pyxplot/Manifest +++ b/sci-visualization/pyxplot/Manifest @@ -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 index e9a3039..0000000 --- a/sci-visualization/pyxplot/pyxplot-0.7.1.ebuild +++ /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 -} diff --git a/sci-visualization/pyxplot/pyxplot-0.9.2.ebuild b/sci-visualization/pyxplot/pyxplot-0.9.2.ebuild index f65657e..b4cc6cf 100644 --- a/sci-visualization/pyxplot/pyxplot-0.9.2.ebuild +++ b/sci-visualization/pyxplot/pyxplot-0.9.2.ebuild @@ -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