Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ceph/
Date: Sun, 26 Jan 2020 17:11:51
Message-Id: 1580058699.edb4673796e14097b8ad7cb754307e36d83919e5.mgorny@gentoo
1 commit: edb4673796e14097b8ad7cb754307e36d83919e5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 26 17:03:17 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 26 17:11:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edb46737
7
8 sys-cluster/ceph: Remove Python 2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-cluster/ceph/ceph-12.2.11.ebuild | 2 +-
13 sys-cluster/ceph/ceph-12.2.12-r2.ebuild | 2 +-
14 sys-cluster/ceph/ceph-12.2.8-r1.ebuild | 2 +-
15 sys-cluster/ceph/ceph-13.2.5-r4.ebuild | 2 +-
16 sys-cluster/ceph/ceph-13.2.6.ebuild | 2 +-
17 sys-cluster/ceph/ceph-14.2.4-r1.ebuild | 2 +-
18 sys-cluster/ceph/ceph-14.2.4-r2.ebuild | 2 +-
19 sys-cluster/ceph/ceph-14.2.6.ebuild | 2 +-
20 8 files changed, 8 insertions(+), 8 deletions(-)
21
22 diff --git a/sys-cluster/ceph/ceph-12.2.11.ebuild b/sys-cluster/ceph/ceph-12.2.11.ebuild
23 index a8235f1875e..552bea72df5 100644
24 --- a/sys-cluster/ceph/ceph-12.2.11.ebuild
25 +++ b/sys-cluster/ceph/ceph-12.2.11.ebuild
26 @@ -2,7 +2,7 @@
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 -PYTHON_COMPAT=( python{2_7,3_6} )
31 +PYTHON_COMPAT=( python3_6 )
32 DISTUTILS_OPTIONAL=1
33
34 inherit check-reqs cmake-utils distutils-r1 flag-o-matic multiprocessing \
35
36 diff --git a/sys-cluster/ceph/ceph-12.2.12-r2.ebuild b/sys-cluster/ceph/ceph-12.2.12-r2.ebuild
37 index 0cbc2341381..b2a3dc2cc6e 100644
38 --- a/sys-cluster/ceph/ceph-12.2.12-r2.ebuild
39 +++ b/sys-cluster/ceph/ceph-12.2.12-r2.ebuild
40 @@ -2,7 +2,7 @@
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=7
44 -PYTHON_COMPAT=( python{2_7,3_6} )
45 +PYTHON_COMPAT=( python3_6 )
46 DISTUTILS_OPTIONAL=1
47
48 inherit check-reqs cmake-utils distutils-r1 flag-o-matic multiprocessing \
49
50 diff --git a/sys-cluster/ceph/ceph-12.2.8-r1.ebuild b/sys-cluster/ceph/ceph-12.2.8-r1.ebuild
51 index 1d48087d0c8..bf467d18c84 100644
52 --- a/sys-cluster/ceph/ceph-12.2.8-r1.ebuild
53 +++ b/sys-cluster/ceph/ceph-12.2.8-r1.ebuild
54 @@ -2,7 +2,7 @@
55 # Distributed under the terms of the GNU General Public License v2
56
57 EAPI=6
58 -PYTHON_COMPAT=( python{2_7,3_6} )
59 +PYTHON_COMPAT=( python3_6 )
60 DISTUTILS_OPTIONAL=1
61
62 inherit check-reqs cmake-utils distutils-r1 flag-o-matic multiprocessing \
63
64 diff --git a/sys-cluster/ceph/ceph-13.2.5-r4.ebuild b/sys-cluster/ceph/ceph-13.2.5-r4.ebuild
65 index 80e50f0f507..70b81415dfa 100644
66 --- a/sys-cluster/ceph/ceph-13.2.5-r4.ebuild
67 +++ b/sys-cluster/ceph/ceph-13.2.5-r4.ebuild
68 @@ -2,7 +2,7 @@
69 # Distributed under the terms of the GNU General Public License v2
70
71 EAPI=7
72 -PYTHON_COMPAT=( python{2_7,3_6} )
73 +PYTHON_COMPAT=( python3_6 )
74 DISTUTILS_OPTIONAL=1
75
76 inherit check-reqs cmake-utils distutils-r1 flag-o-matic multiprocessing \
77
78 diff --git a/sys-cluster/ceph/ceph-13.2.6.ebuild b/sys-cluster/ceph/ceph-13.2.6.ebuild
79 index 4ad98dad111..895df81e7d8 100644
80 --- a/sys-cluster/ceph/ceph-13.2.6.ebuild
81 +++ b/sys-cluster/ceph/ceph-13.2.6.ebuild
82 @@ -2,7 +2,7 @@
83 # Distributed under the terms of the GNU General Public License v2
84
85 EAPI=7
86 -PYTHON_COMPAT=( python{2_7,3_6} )
87 +PYTHON_COMPAT=( python3_6 )
88 DISTUTILS_OPTIONAL=1
89
90 inherit check-reqs cmake-utils distutils-r1 flag-o-matic multiprocessing \
91
92 diff --git a/sys-cluster/ceph/ceph-14.2.4-r1.ebuild b/sys-cluster/ceph/ceph-14.2.4-r1.ebuild
93 index 090dba35471..d65902987c2 100644
94 --- a/sys-cluster/ceph/ceph-14.2.4-r1.ebuild
95 +++ b/sys-cluster/ceph/ceph-14.2.4-r1.ebuild
96 @@ -2,7 +2,7 @@
97 # Distributed under the terms of the GNU General Public License v2
98
99 EAPI=7
100 -PYTHON_COMPAT=( python{2_7,3_{6,7}} )
101 +PYTHON_COMPAT=( python3_{6,7} )
102 DISTUTILS_OPTIONAL=1
103
104 inherit check-reqs bash-completion-r1 cmake-utils distutils-r1 flag-o-matic \
105
106 diff --git a/sys-cluster/ceph/ceph-14.2.4-r2.ebuild b/sys-cluster/ceph/ceph-14.2.4-r2.ebuild
107 index 23ee9e9a9bc..3208d2f2deb 100644
108 --- a/sys-cluster/ceph/ceph-14.2.4-r2.ebuild
109 +++ b/sys-cluster/ceph/ceph-14.2.4-r2.ebuild
110 @@ -2,7 +2,7 @@
111 # Distributed under the terms of the GNU General Public License v2
112
113 EAPI=7
114 -PYTHON_COMPAT=( python{2_7,3_{6,7}} )
115 +PYTHON_COMPAT=( python3_{6,7} )
116 CMAKE_MAKEFILE_GENERATOR=emake
117
118 DISTUTILS_OPTIONAL=1
119
120 diff --git a/sys-cluster/ceph/ceph-14.2.6.ebuild b/sys-cluster/ceph/ceph-14.2.6.ebuild
121 index ac597f52a5f..a1ec2d75760 100644
122 --- a/sys-cluster/ceph/ceph-14.2.6.ebuild
123 +++ b/sys-cluster/ceph/ceph-14.2.6.ebuild
124 @@ -2,7 +2,7 @@
125 # Distributed under the terms of the GNU General Public License v2
126
127 EAPI=7
128 -PYTHON_COMPAT=( python{2_7,3_{6,7}} )
129 +PYTHON_COMPAT=( python3_{6,7} )
130 CMAKE_MAKEFILE_GENERATOR=emake
131
132 DISTUTILS_OPTIONAL=1