Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/ceferino/
Date: Sun, 01 Nov 2020 22:21:49
Message-Id: 1604269289.642f9bfe522d42e8d9eb40fe6371d94a804e463e.chewi@gentoo
1 commit: 642f9bfe522d42e8d9eb40fe6371d94a804e463e
2 Author: Jesus P Rey (Chuso) <gentoo <AT> chuso <DOT> net>
3 AuthorDate: Sun Oct 25 09:50:17 2020 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 1 22:21:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=642f9bfe
7
8 games-arcade/ceferino: Remove missing patch.
9
10 Signed-off-by: Jesus P Rey <gentoo <AT> chuso.net>
11 Closes: https://bugs.gentoo.org/653310
12 Closes: https://github.com/gentoo/gentoo/pull/18028
13 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
14
15 games-arcade/ceferino/ceferino-0.97.8-r2.ebuild | 3 +--
16 1 file changed, 1 insertion(+), 2 deletions(-)
17
18 diff --git a/games-arcade/ceferino/ceferino-0.97.8-r2.ebuild b/games-arcade/ceferino/ceferino-0.97.8-r2.ebuild
19 index feb2563f0e3..390859615e7 100644
20 --- a/games-arcade/ceferino/ceferino-0.97.8-r2.ebuild
21 +++ b/games-arcade/ceferino/ceferino-0.97.8-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -27,7 +27,6 @@ S="${WORKDIR}/${P}+svn37"
29
30 src_prepare() {
31 default
32 - eapply "${FILESDIR}"/${P}-latin1.patch
33 sed -i \
34 -e '/^INCLUDES/s:\$(datadir)/locale:/usr/share/locale:' \
35 src/Makefile.am || die