summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2010-01-06 02:31:44 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2010-01-06 02:31:44 +0000
commitd748077a4b34f1c51b92b060a4fa2623278665ef (patch)
tree1eb8f85620e85cea975bd3e92fb96a5938c59d73 /sci-visualization
parentInitial import. Initial ebuild submitted by Dirk Goettel, bug #251787 (diff)
downloadgentoo-2-d748077a4b34f1c51b92b060a4fa2623278665ef.tar.gz
gentoo-2-d748077a4b34f1c51b92b060a4fa2623278665ef.tar.bz2
gentoo-2-d748077a4b34f1c51b92b060a4fa2623278665ef.zip
Removed old
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/pyxplot/ChangeLog8
-rw-r--r--sci-visualization/pyxplot/pyxplot-0.7.0.ebuild43
2 files changed, 6 insertions, 45 deletions
diff --git a/sci-visualization/pyxplot/ChangeLog b/sci-visualization/pyxplot/ChangeLog
index 0fd2d5e986f4..1c490f1e869f 100644
--- a/sci-visualization/pyxplot/ChangeLog
+++ b/sci-visualization/pyxplot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-visualization/pyxplot
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/ChangeLog,v 1.13 2009/11/26 20:07:50 bicatali Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/ChangeLog,v 1.14 2010/01/06 02:31:44 bicatali Exp $
+
+ 06 Jan 2010; Sébastien Fabbro <bicatali@gentoo.org>
+ -pyxplot-0.7.0.ebuild:
+ Removed old
*pyxplot-0.7.1 (26 Nov 2009)
diff --git a/sci-visualization/pyxplot/pyxplot-0.7.0.ebuild b/sci-visualization/pyxplot/pyxplot-0.7.0.ebuild
deleted file mode 100644
index 93dffa8761ab..000000000000
--- a/sci-visualization/pyxplot/pyxplot-0.7.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/pyxplot/pyxplot-0.7.0.ebuild,v 1.2 2008/12/08 22:03:56 bicatali Exp $
-
-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=">=dev-python/pyx-0.10
- virtual/latex-base
- sci-libs/scipy
- app-text/gv
- media-gfx/imagemagick"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PV}-dont-build-pyx.patch
- python_version
- sed -i \
- -e "s:^\(USRDIR=\).*:\1/usr:g" \
- -e "s:^\(SRCDIR=\).*:\1/usr/$(get_libdir)/python${PYVER}/${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 || die "dodoc failed"
-}