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 D88BE13888F for ; Thu, 22 Oct 2015 08:32:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8AF521C020; Thu, 22 Oct 2015 08:32:09 +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 DC9FE21C01D for ; Thu, 22 Oct 2015 08:32:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29529340961 for ; Thu, 22 Oct 2015 08:32:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76FC215EE for ; Thu, 22 Oct 2015 08:32:01 +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: <1445502712.915077d5302518fbd66d15191bd630e5a49ce4c3.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pyfits/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/pyfits/metadata.xml virtual/pyfits/pyfits-0.ebuild X-VCS-Directories: virtual/pyfits/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 915077d5302518fbd66d15191bd630e5a49ce4c3 X-VCS-Branch: master Date: Thu, 22 Oct 2015 08:32:01 +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: e6d4e9b8-56a2-45fd-aac8-10e3c3355ad8 X-Archives-Hash: a533e679bbbfb8ed15fb34aa1fc45fa0 commit: 915077d5302518fbd66d15191bd630e5a49ce4c3 Author: Justin Lecher gentoo org> AuthorDate: Thu Oct 22 08:03:28 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Oct 22 08:31:52 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=915077d5 Drop obsolete virtual Signed-off-by: Justin Lecher gentoo.org> virtual/pyfits/metadata.xml | 5 ----- virtual/pyfits/pyfits-0.ebuild | 23 ----------------------- 2 files changed, 28 deletions(-) diff --git a/virtual/pyfits/metadata.xml b/virtual/pyfits/metadata.xml deleted file mode 100644 index b2d57e5..0000000 --- a/virtual/pyfits/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - sci-astronomy - diff --git a/virtual/pyfits/pyfits-0.ebuild b/virtual/pyfits/pyfits-0.ebuild deleted file mode 100644 index 2f8a779..0000000 --- a/virtual/pyfits/pyfits-0.ebuild +++ /dev/null @@ -1,23 +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 python3_{3,4,5} ) - -inherit python-r1 - -DESCRIPTION="Virtual for pyfits" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="" - -RDEPEND="|| ( - dev-python/astropy[${PYTHON_USEDEP}] - >=dev-python/pyfits-3.1[${PYTHON_USEDEP}] - )"