dev-python/pyds9: remove old
authorSébastien Fabbro <bicatali@gentoo.org>
Thu, 9 Jun 2016 17:14:36 +0000 (17:14 +0000)
committerSébastien Fabbro <bicatali@gentoo.org>
Thu, 9 Jun 2016 17:23:56 +0000 (17:23 +0000)
Package-Manager: portage-2.3.0_rc1

dev-python/pyds9/Manifest
dev-python/pyds9/pyds9-1.7.ebuild [deleted file]

index f4e02190e2ce0ceb30240f5b48a9113a413175f9..c6c09cc3f37ac72ccd2369ec39b5a00c8b135f66 100644 (file)
@@ -1,2 +1 @@
-DIST pyds9-1.7.tar.gz 879882 SHA256 026a86827fa93f074e2a90b9d831ba79253f312fa331f6a6a508cfa91fa81aac SHA512 8622cf40db65228553abc2f3dea346d9c948706a2681217a9383589d4df0143c42ef859dff12689f699b0fb40806945232c336539f37eb2c78754f9779043bcb WHIRLPOOL abc2d11817519e844f61319b0ba30276a9bb48b6a3beb5e6b7c097717cc86aeeb1960f58d62a21a9ce5d4bc37c05b8cee181abc1cc12e2821a5e878d64f1f175
 DIST pyds9-1.8.1.tar.gz 899377 SHA256 86ebc33b4f493998751a2f4a1c0141c7a4a7aee2ab01b62119bcd75bb3ca7273 SHA512 6924ba2a1c1ccd0b3c068d4923c6a35127da744b91b97ece7d075bfde68ff49e6d24ae55869aa5e0e462f3f488db697dcdb33d217b33b6d63551286d9a95eec9 WHIRLPOOL 68bdbe1b10fc6c2651d20968eb8e419d1649958d4c0f70bff01ca7a9ad69fad7a8c78eaced497b6a5b0627f6de63f7390c3fdf009947faa5d25276174ea97fc7
diff --git a/dev-python/pyds9/pyds9-1.7.ebuild b/dev-python/pyds9/pyds9-1.7.ebuild
deleted file mode 100644 (file)
index 6b78387..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 multilib
-
-XPAPV=2.1.15
-
-DESCRIPTION="Python interface to XPA to communicate with DS9"
-HOMEPAGE="http://hea-www.harvard.edu/RD/ds9/pyds9/"
-SRC_URI="http://hea-www.harvard.edu/RD/download/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND=">=x11-libs/xpa-${XPAPV}"
-RDEPEND="${DEPEND}
-       dev-python/numpy[${PYTHON_USEDEP}]
-       dev-python/astropy[${PYTHON_USEDEP}]"
-
-DOCS=(changelog README)
-
-src_prepare() {
-       rm -r xpa-${XPAPV} || die
-       sed -i \
-               -e "/py_modules/s|\],|\])|" \
-               -e '/data_files/,$ d' \
-               setup.py || die
-       sed -i \
-               -e "s|./xpa-${XPAPV}|${EROOT%/}/usr/$(get_libdir)|" \
-               xpa.py || die
-       sed -i \
-               -e "s|sys.path|['${EROOT%/}/usr/bin']|" \
-               ds9.py || die
-       distutils-r1_src_prepare
-}