Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/glance/
Date: Sun, 29 Dec 2019 13:23:31
Message-Id: 1577625777.8086fa78d066e51d63e16f40f8e7ee7e4fb120e9.asturm@gentoo
1 commit: 8086fa78d066e51d63e16f40f8e7ee7e4fb120e9
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 28 16:57:37 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 13:22:57 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8086fa78
7
8 app-admin/glance: Drop python2_7
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-admin/glance/glance-17.0.0.ebuild | 2 +-
14 app-admin/glance/glance-18.0.0.ebuild | 2 +-
15 app-admin/glance/glance-19.0.0.ebuild | 2 +-
16 app-admin/glance/glance-2018.2.9999.ebuild | 2 +-
17 app-admin/glance/glance-2019.1.9999.ebuild | 2 +-
18 app-admin/glance/glance-2019.2.9999.ebuild | 2 +-
19 6 files changed, 6 insertions(+), 6 deletions(-)
20
21 diff --git a/app-admin/glance/glance-17.0.0.ebuild b/app-admin/glance/glance-17.0.0.ebuild
22 index b215502cb4c..6f1e7ab48d7 100644
23 --- a/app-admin/glance/glance-17.0.0.ebuild
24 +++ b/app-admin/glance/glance-17.0.0.ebuild
25 @@ -2,8 +2,8 @@
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
30
31 +PYTHON_COMPAT=( python3_{5,6} )
32 inherit distutils-r1 user
33
34 DESCRIPTION="Services for discovering, registering, and retrieving VM images"
35
36 diff --git a/app-admin/glance/glance-18.0.0.ebuild b/app-admin/glance/glance-18.0.0.ebuild
37 index 5c0ab1a0c89..ada18f1a05a 100644
38 --- a/app-admin/glance/glance-18.0.0.ebuild
39 +++ b/app-admin/glance/glance-18.0.0.ebuild
40 @@ -2,8 +2,8 @@
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=7
44 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
45
46 +PYTHON_COMPAT=( python3_{5,6,7} )
47 inherit distutils-r1 user
48
49 DESCRIPTION="Services for discovering, registering, and retrieving VM images"
50
51 diff --git a/app-admin/glance/glance-19.0.0.ebuild b/app-admin/glance/glance-19.0.0.ebuild
52 index 918202c492b..dbf21028498 100644
53 --- a/app-admin/glance/glance-19.0.0.ebuild
54 +++ b/app-admin/glance/glance-19.0.0.ebuild
55 @@ -2,8 +2,8 @@
56 # Distributed under the terms of the GNU General Public License v2
57
58 EAPI=7
59 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
60
61 +PYTHON_COMPAT=( python3_{5,6,7} )
62 inherit distutils-r1 user
63
64 DESCRIPTION="Services for discovering, registering, and retrieving VM images"
65
66 diff --git a/app-admin/glance/glance-2018.2.9999.ebuild b/app-admin/glance/glance-2018.2.9999.ebuild
67 index 1f4e7cbf400..73e618b1edd 100644
68 --- a/app-admin/glance/glance-2018.2.9999.ebuild
69 +++ b/app-admin/glance/glance-2018.2.9999.ebuild
70 @@ -2,8 +2,8 @@
71 # Distributed under the terms of the GNU General Public License v2
72
73 EAPI=6
74 -PYTHON_COMPAT=( python2_7 python3_{5,6} )
75
76 +PYTHON_COMPAT=( python3_{5,6} )
77 inherit distutils-r1 user
78
79 DESCRIPTION="Services for discovering, registering, and retrieving VM images"
80
81 diff --git a/app-admin/glance/glance-2019.1.9999.ebuild b/app-admin/glance/glance-2019.1.9999.ebuild
82 index 3c7b073c2f8..8f0c111e4ad 100644
83 --- a/app-admin/glance/glance-2019.1.9999.ebuild
84 +++ b/app-admin/glance/glance-2019.1.9999.ebuild
85 @@ -2,8 +2,8 @@
86 # Distributed under the terms of the GNU General Public License v2
87
88 EAPI=7
89 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
90
91 +PYTHON_COMPAT=( python3_{5,6,7} )
92 inherit distutils-r1 user
93
94 DESCRIPTION="Services for discovering, registering, and retrieving VM images"
95
96 diff --git a/app-admin/glance/glance-2019.2.9999.ebuild b/app-admin/glance/glance-2019.2.9999.ebuild
97 index 11dd5885623..b1a9f2c8788 100644
98 --- a/app-admin/glance/glance-2019.2.9999.ebuild
99 +++ b/app-admin/glance/glance-2019.2.9999.ebuild
100 @@ -2,8 +2,8 @@
101 # Distributed under the terms of the GNU General Public License v2
102
103 EAPI=7
104 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
105
106 +PYTHON_COMPAT=( python3_{5,6,7} )
107 inherit distutils-r1 user
108
109 DESCRIPTION="Services for discovering, registering, and retrieving VM images"