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 A4E5B138334 for ; Sun, 29 Dec 2019 13:23:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6D10E0DD8; Sun, 29 Dec 2019 13:23:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9AEACE0DD8 for ; Sun, 29 Dec 2019 13:23:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DB19134DCC6 for ; Sun, 29 Dec 2019 13:23:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2427386 for ; Sun, 29 Dec 2019 13:23:24 +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: <1577625777.8086fa78d066e51d63e16f40f8e7ee7e4fb120e9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/glance/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/glance/glance-17.0.0.ebuild app-admin/glance/glance-18.0.0.ebuild app-admin/glance/glance-19.0.0.ebuild app-admin/glance/glance-2018.2.9999.ebuild app-admin/glance/glance-2019.1.9999.ebuild app-admin/glance/glance-2019.2.9999.ebuild X-VCS-Directories: app-admin/glance/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8086fa78d066e51d63e16f40f8e7ee7e4fb120e9 X-VCS-Branch: master Date: Sun, 29 Dec 2019 13:23:24 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 39c85115-e850-40df-86d1-6b6cb0e4a713 X-Archives-Hash: f665191deeab40ec1fb46a330d30034b commit: 8086fa78d066e51d63e16f40f8e7ee7e4fb120e9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 28 16:57:37 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Dec 29 13:22:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8086fa78 app-admin/glance: Drop python2_7 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> app-admin/glance/glance-17.0.0.ebuild | 2 +- app-admin/glance/glance-18.0.0.ebuild | 2 +- app-admin/glance/glance-19.0.0.ebuild | 2 +- app-admin/glance/glance-2018.2.9999.ebuild | 2 +- app-admin/glance/glance-2019.1.9999.ebuild | 2 +- app-admin/glance/glance-2019.2.9999.ebuild | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-admin/glance/glance-17.0.0.ebuild b/app-admin/glance/glance-17.0.0.ebuild index b215502cb4c..6f1e7ab48d7 100644 --- a/app-admin/glance/glance-17.0.0.ebuild +++ b/app-admin/glance/glance-17.0.0.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 user DESCRIPTION="Services for discovering, registering, and retrieving VM images" diff --git a/app-admin/glance/glance-18.0.0.ebuild b/app-admin/glance/glance-18.0.0.ebuild index 5c0ab1a0c89..ada18f1a05a 100644 --- a/app-admin/glance/glance-18.0.0.ebuild +++ b/app-admin/glance/glance-18.0.0.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 user DESCRIPTION="Services for discovering, registering, and retrieving VM images" diff --git a/app-admin/glance/glance-19.0.0.ebuild b/app-admin/glance/glance-19.0.0.ebuild index 918202c492b..dbf21028498 100644 --- a/app-admin/glance/glance-19.0.0.ebuild +++ b/app-admin/glance/glance-19.0.0.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 user DESCRIPTION="Services for discovering, registering, and retrieving VM images" diff --git a/app-admin/glance/glance-2018.2.9999.ebuild b/app-admin/glance/glance-2018.2.9999.ebuild index 1f4e7cbf400..73e618b1edd 100644 --- a/app-admin/glance/glance-2018.2.9999.ebuild +++ b/app-admin/glance/glance-2018.2.9999.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 user DESCRIPTION="Services for discovering, registering, and retrieving VM images" diff --git a/app-admin/glance/glance-2019.1.9999.ebuild b/app-admin/glance/glance-2019.1.9999.ebuild index 3c7b073c2f8..8f0c111e4ad 100644 --- a/app-admin/glance/glance-2019.1.9999.ebuild +++ b/app-admin/glance/glance-2019.1.9999.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 user DESCRIPTION="Services for discovering, registering, and retrieving VM images" diff --git a/app-admin/glance/glance-2019.2.9999.ebuild b/app-admin/glance/glance-2019.2.9999.ebuild index 11dd5885623..b1a9f2c8788 100644 --- a/app-admin/glance/glance-2019.2.9999.ebuild +++ b/app-admin/glance/glance-2019.2.9999.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 user DESCRIPTION="Services for discovering, registering, and retrieving VM images"