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 DB5A513829C for ; Thu, 9 Jun 2016 17:24:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E49914275; Thu, 9 Jun 2016 17:24:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C06014275 for ; Thu, 9 Jun 2016 17:24:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51D9A340CAA for ; Thu, 9 Jun 2016 17:24:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 579412332 for ; Thu, 9 Jun 2016 17:24:31 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1465493036.e088f2d6e4d7a04b21791fb0e695f40ea8c86bb4.bicatali@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyds9/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyds9/Manifest dev-python/pyds9/pyds9-1.7.ebuild X-VCS-Directories: dev-python/pyds9/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: e088f2d6e4d7a04b21791fb0e695f40ea8c86bb4 X-VCS-Branch: master Date: Thu, 9 Jun 2016 17:24:31 +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: adde4711-e6c6-4dc5-9a03-5be866795eef X-Archives-Hash: fa1d510019c7ca96fb3c165342b30586 commit: e088f2d6e4d7a04b21791fb0e695f40ea8c86bb4 Author: Sébastien Fabbro gentoo org> AuthorDate: Thu Jun 9 17:14:36 2016 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Thu Jun 9 17:23:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e088f2d6 dev-python/pyds9: remove old Package-Manager: portage-2.3.0_rc1 dev-python/pyds9/Manifest | 1 - dev-python/pyds9/pyds9-1.7.ebuild | 42 --------------------------------------- 2 files changed, 43 deletions(-) diff --git a/dev-python/pyds9/Manifest b/dev-python/pyds9/Manifest index f4e0219..c6c09cc 100644 --- a/dev-python/pyds9/Manifest +++ b/dev-python/pyds9/Manifest @@ -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 index 6b78387..0000000 --- a/dev-python/pyds9/pyds9-1.7.ebuild +++ /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 -}