Gentoo Archives: gentoo-commits

From: Erik Mackdanz <stasibear@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/stone-soup/
Date: Sat, 02 Jul 2022 04:30:40
Message-Id: 1656736180.6de4c3903c62b7a4a489171c38ca2fc6fe4bfc72.stasibear@gentoo
1 commit: 6de4c3903c62b7a4a489171c38ca2fc6fe4bfc72
2 Author: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 03:54:19 2022 +0000
4 Commit: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 04:29:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6de4c390
7
8 games-roguelike/stone-soup: stabilize latest slot revisions
9
10 Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>
11
12 games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild | 6 +++---
13 games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild | 6 +++---
14 games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild | 6 +++---
15 games-roguelike/stone-soup/stone-soup-0.28.0-r1.ebuild | 6 +++---
16 4 files changed, 12 insertions(+), 12 deletions(-)
17
18 diff --git a/games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild b/games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild
19 index 67a30f696915..8f8ec82355bc 100644
20 --- a/games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild
21 +++ b/games-roguelike/stone-soup/stone-soup-0.25.1-r103.ebuild
22 @@ -4,7 +4,7 @@
23 EAPI=8
24
25 LUA_COMPAT=( lua5-{1..3} )
26 -PYTHON_COMPAT=( python3_{7,8,9,10} )
27 +PYTHON_COMPAT=( python3_{8,9,10,11} )
28 VIRTUALX_REQUIRED="manual"
29 inherit desktop python-any-r1 lua-single xdg-utils toolchain-funcs
30
31 @@ -23,7 +23,7 @@ SRC_URI="
32 # Public Domain|CC0: most of tiles
33 # MIT: json.cc/json.h, some .js files in webserver/static/scripts/contrib/
34 LICENSE="GPL-2 BSD BSD-2 public-domain CC0-1.0 MIT"
35 -KEYWORDS="~amd64 ~x86"
36 +KEYWORDS="amd64 x86"
37 IUSE="advpng debug ncurses sound test +tiles"
38 RESTRICT="!test? ( test )"
39
40 @@ -47,7 +47,7 @@ RDEPEND="
41 virtual/opengl
42 )"
43 DEPEND="${RDEPEND}
44 - test? ( dev-cpp/catch:0 )
45 + test? ( <dev-cpp/catch-3.0.0:0 )
46 tiles? (
47 sys-libs/ncurses:0
48 )
49
50 diff --git a/games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild b/games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild
51 index 0d4c15a1cafe..3e8e54bfbce4 100644
52 --- a/games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild
53 +++ b/games-roguelike/stone-soup/stone-soup-0.26.1-r2.ebuild
54 @@ -4,7 +4,7 @@
55 EAPI=8
56
57 LUA_COMPAT=( lua5-{1..3} )
58 -PYTHON_COMPAT=( python3_{7,8,9,10} )
59 +PYTHON_COMPAT=( python3_{8,9,10,11} )
60 VIRTUALX_REQUIRED="manual"
61 inherit desktop python-any-r1 lua-single xdg-utils toolchain-funcs
62
63 @@ -23,7 +23,7 @@ SRC_URI="
64 # Public Domain|CC0: most of tiles
65 # MIT: json.cc/json.h, some .js files in webserver/static/scripts/contrib/
66 LICENSE="GPL-2 BSD BSD-2 public-domain CC0-1.0 MIT"
67 -KEYWORDS="~amd64 ~x86"
68 +KEYWORDS="amd64 x86"
69 IUSE="advpng debug ncurses sound test +tiles"
70 RESTRICT="!test? ( test )"
71
72 @@ -47,7 +47,7 @@ RDEPEND="
73 virtual/opengl
74 )"
75 DEPEND="${RDEPEND}
76 - test? ( dev-cpp/catch:0 )
77 + test? ( <dev-cpp/catch-3.0.0:0 )
78 tiles? (
79 sys-libs/ncurses:0
80 )
81
82 diff --git a/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild b/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild
83 index b4a89576bda6..d15d90582fcd 100644
84 --- a/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild
85 +++ b/games-roguelike/stone-soup/stone-soup-0.27.1-r1.ebuild
86 @@ -4,7 +4,7 @@
87 EAPI=8
88
89 LUA_COMPAT=( lua5-{1..3} )
90 -PYTHON_COMPAT=( python3_{7,8,9,10} )
91 +PYTHON_COMPAT=( python3_{8,9,10,11} )
92 VIRTUALX_REQUIRED="manual"
93 inherit desktop python-any-r1 lua-single xdg-utils toolchain-funcs
94
95 @@ -23,7 +23,7 @@ SRC_URI="
96 # Public Domain|CC0: most of tiles
97 # MIT: json.cc/json.h, some .js files in webserver/static/scripts/contrib/
98 LICENSE="GPL-2 BSD BSD-2 public-domain CC0-1.0 MIT"
99 -KEYWORDS="~amd64 ~x86"
100 +KEYWORDS="amd64 x86"
101 IUSE="advpng debug ncurses sound test +tiles"
102 RESTRICT="!test? ( test )"
103
104 @@ -47,7 +47,7 @@ RDEPEND="
105 virtual/opengl
106 )"
107 DEPEND="${RDEPEND}
108 - test? ( dev-cpp/catch:0 )
109 + test? ( <dev-cpp/catch-3.0.0:0 )
110 tiles? (
111 sys-libs/ncurses:0
112 )
113
114 diff --git a/games-roguelike/stone-soup/stone-soup-0.28.0-r1.ebuild b/games-roguelike/stone-soup/stone-soup-0.28.0-r1.ebuild
115 index c75e955a01e0..2b42b74a72c3 100644
116 --- a/games-roguelike/stone-soup/stone-soup-0.28.0-r1.ebuild
117 +++ b/games-roguelike/stone-soup/stone-soup-0.28.0-r1.ebuild
118 @@ -4,7 +4,7 @@
119 EAPI=8
120
121 LUA_COMPAT=( lua5-{1..3} )
122 -PYTHON_COMPAT=( python3_{7,8,9,10} )
123 +PYTHON_COMPAT=( python3_{8,9,10,11} )
124 VIRTUALX_REQUIRED="manual"
125 inherit desktop python-any-r1 lua-single xdg-utils toolchain-funcs
126
127 @@ -37,7 +37,7 @@ fi
128 # Public Domain|CC0: most of tiles
129 # MIT: json.cc/json.h, some .js files in webserver/static/scripts/contrib/
130 LICENSE="GPL-2 BSD BSD-2 public-domain CC0-1.0 MIT"
131 -KEYWORDS="~amd64 ~x86"
132 +KEYWORDS="amd64 x86"
133 IUSE="advpng debug ncurses sound test +tiles"
134 RESTRICT="!test? ( test )"
135
136 @@ -62,7 +62,7 @@ RDEPEND="
137 virtual/opengl
138 )"
139 DEPEND="${RDEPEND}
140 - test? ( dev-cpp/catch:0 )
141 + test? ( <dev-cpp/catch-3.0.0:0 )
142 tiles? (
143 sys-libs/ncurses:0
144 )