From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 582661382C5 for ; Wed, 16 May 2018 14:26:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC5F9E08FC; Wed, 16 May 2018 14:26:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 71915E08FC for ; Wed, 16 May 2018 14:26:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 70340335C72 for ; Wed, 16 May 2018 14:26:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B25462A1 for ; Wed, 16 May 2018 14:26:04 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1526480753.9742852b5e0c3d62afbb6044d421497db703bd59.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sunpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sunpy/Manifest dev-python/sunpy/sunpy-0.7.9.ebuild X-VCS-Directories: dev-python/sunpy/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9742852b5e0c3d62afbb6044d421497db703bd59 X-VCS-Branch: master Date: Wed, 16 May 2018 14:26:04 +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: 2172ccb4-f987-48db-b3d4-1be1acb6e3c8 X-Archives-Hash: 95435f807869cb0fc3a021893994d95d commit: 9742852b5e0c3d62afbb6044d421497db703bd59 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 16 14:16:27 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 16 14:25:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9742852b dev-python/sunpy: Drop old Package-Manager: Portage-2.3.36, Repoman-2.3.9 dev-python/sunpy/Manifest | 1 - dev-python/sunpy/sunpy-0.7.9.ebuild | 51 ------------------------------------- 2 files changed, 52 deletions(-) diff --git a/dev-python/sunpy/Manifest b/dev-python/sunpy/Manifest index a098b2186fb..3d3b7f03eb0 100644 --- a/dev-python/sunpy/Manifest +++ b/dev-python/sunpy/Manifest @@ -1,2 +1 @@ -DIST sunpy-0.7.9.tar.gz 5690849 BLAKE2B be4178d603eb7b65346b46fb75627a1d177f7c9e93cbd16409ddddc3d46ef814303b0f701c331e198b430243baa8fafc54f77524666e0383ec5097d6ca3e5b52 SHA512 e8322ecf7c797a377fd8ff6962d6d66e147ba893a58e8abbbfa1dad6a391eecc161846a51fba3c92e90a3709125d759da76d444ca3f4ff0878768d23da1f41a3 DIST sunpy-0.8.0.tar.gz 6336169 BLAKE2B 554e64c27bb2c9c68629401bef83da3248a841c728d040fbda77465f04bd2c6a2cfb48f3a5df2bb0b15a306d6664f635aac7342e1135cf3bc61e1436a4db934a SHA512 7996fdcb47e4143159253180b2250ea7ac4aa8fecf8d3f1eae930da018d39ce4e663c843b4b0532e900f97d2bc9fadfd7c17837f4f045634820059a5af802eda diff --git a/dev-python/sunpy/sunpy-0.7.9.ebuild b/dev-python/sunpy/sunpy-0.7.9.ebuild deleted file mode 100644 index 9d1336d23d4..00000000000 --- a/dev-python/sunpy/sunpy-0.7.9.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) - -inherit distutils-r1 xdg-utils - -DESCRIPTION="Software library for solar physics based on Python" -HOMEPAGE="http://sunpy.org/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="jpeg2k test" - -RDEPEND=" -