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 20DC3139085 for ; Thu, 26 Jan 2017 22:35:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F4552340B4; Thu, 26 Jan 2017 22:35:44 +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 1F6BA2340B4 for ; Thu, 26 Jan 2017 22:35:44 +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 2A5CB34106E for ; Thu, 26 Jan 2017 22:35:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5976230D5 for ; Thu, 26 Jan 2017 22:35:41 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1485470121.8e07d092e1131488d3d77f29c1abbe26f9b84556.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/python-asyncio/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/python-asyncio/metadata.xml virtual/python-asyncio/python-asyncio-0.ebuild X-VCS-Directories: virtual/python-asyncio/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8e07d092e1131488d3d77f29c1abbe26f9b84556 X-VCS-Branch: master Date: Thu, 26 Jan 2017 22:35:41 +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: d4753874-9007-41fc-85b6-0e576d203183 X-Archives-Hash: 825933febc7984d768bcbee2a1b09716 commit: 8e07d092e1131488d3d77f29c1abbe26f9b84556 Author: Michał Górny gentoo org> AuthorDate: Thu Jan 26 22:18:06 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 26 22:35:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e07d092 virtual/python-asyncio: Remove dead virtual virtual/python-asyncio/metadata.xml | 8 -------- virtual/python-asyncio/python-asyncio-0.ebuild | 23 ----------------------- 2 files changed, 31 deletions(-) diff --git a/virtual/python-asyncio/metadata.xml b/virtual/python-asyncio/metadata.xml deleted file mode 100644 index 7f4f33c..00000000 --- a/virtual/python-asyncio/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - python@gentoo.org - Python - - diff --git a/virtual/python-asyncio/python-asyncio-0.ebuild b/virtual/python-asyncio/python-asyncio-0.ebuild deleted file mode 100644 index b349ef0..00000000 --- a/virtual/python-asyncio/python-asyncio-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=( python3_{4,5} ) - -inherit python-r1 - -DESCRIPTION="A virtual for the Python 3.4+ asyncio module" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" -SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh ~sparc x86" -IUSE="" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep 'dev-python/asyncio[${PYTHON_USEDEP}]' python3_3)"