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: sci-physics/root/
Date: Wed, 16 Sep 2020 10:05:09
Message-Id: 1600250699.92c5ae47a5cf6dae15a6e81cb8969b168b287555.mgorny@gentoo
1 commit: 92c5ae47a5cf6dae15a6e81cb8969b168b287555
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 16 10:03:21 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 16 10:04:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92c5ae47
7
8 sci-physics/root: Remove python2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sci-physics/root/{root-6.18.04-r2.ebuild => root-6.18.04-r3.ebuild} | 2 +-
13 sci-physics/root/root-6.20.06.ebuild | 2 +-
14 sci-physics/root/root-6.20.08.ebuild | 2 +-
15 sci-physics/root/root-6.22.00.ebuild | 2 +-
16 sci-physics/root/{root-6.22.02.ebuild => root-6.22.02-r1.ebuild} | 2 +-
17 sci-physics/root/root-9999.ebuild | 2 +-
18 6 files changed, 6 insertions(+), 6 deletions(-)
19
20 diff --git a/sci-physics/root/root-6.18.04-r2.ebuild b/sci-physics/root/root-6.18.04-r3.ebuild
21 similarity index 99%
22 rename from sci-physics/root/root-6.18.04-r2.ebuild
23 rename to sci-physics/root/root-6.18.04-r3.ebuild
24 index 43c415eacfd..45eb62c6d7d 100644
25 --- a/sci-physics/root/root-6.18.04-r2.ebuild
26 +++ b/sci-physics/root/root-6.18.04-r3.ebuild
27 @@ -6,7 +6,7 @@ EAPI=6
28 # ninja does not work due to fortran
29 CMAKE_MAKEFILE_GENERATOR=emake
30 FORTRAN_NEEDED="fortran"
31 -PYTHON_COMPAT=( python2_7 python3_{6,7} )
32 +PYTHON_COMPAT=( python3_{6,7} )
33
34 inherit cmake-utils cuda eapi7-ver elisp-common eutils fortran-2 \
35 prefix python-single-r1 toolchain-funcs
36
37 diff --git a/sci-physics/root/root-6.20.06.ebuild b/sci-physics/root/root-6.20.06.ebuild
38 index 4403d94be47..b87d8f13f49 100644
39 --- a/sci-physics/root/root-6.20.06.ebuild
40 +++ b/sci-physics/root/root-6.20.06.ebuild
41 @@ -6,7 +6,7 @@ EAPI=7
42 # ninja does not work due to fortran
43 CMAKE_MAKEFILE_GENERATOR=emake
44 FORTRAN_NEEDED="fortran"
45 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
46 +PYTHON_COMPAT=( python3_{6,7,8} )
47
48 inherit cmake cuda elisp-common fortran-2 prefix python-single-r1 toolchain-funcs
49
50
51 diff --git a/sci-physics/root/root-6.20.08.ebuild b/sci-physics/root/root-6.20.08.ebuild
52 index 4403d94be47..b87d8f13f49 100644
53 --- a/sci-physics/root/root-6.20.08.ebuild
54 +++ b/sci-physics/root/root-6.20.08.ebuild
55 @@ -6,7 +6,7 @@ EAPI=7
56 # ninja does not work due to fortran
57 CMAKE_MAKEFILE_GENERATOR=emake
58 FORTRAN_NEEDED="fortran"
59 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
60 +PYTHON_COMPAT=( python3_{6,7,8} )
61
62 inherit cmake cuda elisp-common fortran-2 prefix python-single-r1 toolchain-funcs
63
64
65 diff --git a/sci-physics/root/root-6.22.00.ebuild b/sci-physics/root/root-6.22.00.ebuild
66 index 004a33d9d3c..6d38269415d 100644
67 --- a/sci-physics/root/root-6.22.00.ebuild
68 +++ b/sci-physics/root/root-6.22.00.ebuild
69 @@ -6,7 +6,7 @@ EAPI=7
70 # ninja does not work due to fortran
71 CMAKE_MAKEFILE_GENERATOR=emake
72 FORTRAN_NEEDED="fortran"
73 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
74 +PYTHON_COMPAT=( python3_{6,7,8} )
75
76 inherit cmake cuda elisp-common fortran-2 prefix python-single-r1 toolchain-funcs
77
78
79 diff --git a/sci-physics/root/root-6.22.02.ebuild b/sci-physics/root/root-6.22.02-r1.ebuild
80 similarity index 99%
81 rename from sci-physics/root/root-6.22.02.ebuild
82 rename to sci-physics/root/root-6.22.02-r1.ebuild
83 index 24742a32e5e..0e959e9f8eb 100644
84 --- a/sci-physics/root/root-6.22.02.ebuild
85 +++ b/sci-physics/root/root-6.22.02-r1.ebuild
86 @@ -6,7 +6,7 @@ EAPI=7
87 # ninja does not work due to fortran
88 CMAKE_MAKEFILE_GENERATOR=emake
89 FORTRAN_NEEDED="fortran"
90 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
91 +PYTHON_COMPAT=( python3_{6,7,8} )
92
93 inherit cmake cuda elisp-common fortran-2 prefix python-single-r1 toolchain-funcs
94
95
96 diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild
97 index 54b3cc2715b..ea179bf40fa 100644
98 --- a/sci-physics/root/root-9999.ebuild
99 +++ b/sci-physics/root/root-9999.ebuild
100 @@ -6,7 +6,7 @@ EAPI=7
101 # ninja does not work due to fortran
102 CMAKE_MAKEFILE_GENERATOR=emake
103 FORTRAN_NEEDED="fortran"
104 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
105 +PYTHON_COMPAT=( python3_{6,7,8} )
106
107 inherit cmake cuda elisp-common fortran-2 prefix python-single-r1 toolchain-funcs