Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/pysolfc/
Date: Fri, 24 Sep 2021 18:45:38
Message-Id: 1632508803.5ae3e7f0f2fde3fa06d37f87619ff51b2f8d3f2b.ionen@gentoo
1 commit: 5ae3e7f0f2fde3fa06d37f87619ff51b2f8d3f2b
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 24 18:39:09 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 24 18:40:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ae3e7f0
7
8 games-board/pysolfc: remove seemingly broken russian translation
9
10 Wasn't installed until recently, and installing it now makes
11 the game near-unplayable if someone happens to use it.
12
13 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
14
15 .../pysolfc/{pysolfc-2.14.0.ebuild => pysolfc-2.14.0-r1.ebuild} | 3 +++
16 1 file changed, 3 insertions(+)
17
18 diff --git a/games-board/pysolfc/pysolfc-2.14.0.ebuild b/games-board/pysolfc/pysolfc-2.14.0-r1.ebuild
19 similarity index 92%
20 rename from games-board/pysolfc/pysolfc-2.14.0.ebuild
21 rename to games-board/pysolfc/pysolfc-2.14.0-r1.ebuild
22 index 10d0ba15225..40671290a72 100644
23 --- a/games-board/pysolfc/pysolfc-2.14.0.ebuild
24 +++ b/games-board/pysolfc/pysolfc-2.14.0-r1.ebuild
25 @@ -52,4 +52,7 @@ python_install_all() {
26
27 # html files are used at runtime, keep at default location
28 dosym -r /usr/share/{${MY_PN},doc/${PF}}/html
29 +
30 + # russion translation is currently not displaying right
31 + rm "${ED}"/usr/share/locale/ru/LC_MESSAGES/pysol.mo || die
32 }