Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gbsplay/
Date: Sun, 04 Jul 2021 14:03:11
Message-Id: 1625407316.b7bc06c7cf6546be350233bd898f5868e3299f04.ulm@gentoo
1 commit: b7bc06c7cf6546be350233bd898f5868e3299f04
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 3 15:45:18 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 4 14:01:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7bc06c7
7
8 media-sound/gbsplay: Update from l10n.eclass to plocale.eclass
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 media-sound/gbsplay/gbsplay-0.0.91-r2.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/media-sound/gbsplay/gbsplay-0.0.91-r2.ebuild b/media-sound/gbsplay/gbsplay-0.0.91-r2.ebuild
17 index 7738a213805..78a4fa830bf 100644
18 --- a/media-sound/gbsplay/gbsplay-0.0.91-r2.ebuild
19 +++ b/media-sound/gbsplay/gbsplay-0.0.91-r2.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26
27 PLOCALES="de en"
28 -inherit l10n toolchain-funcs
29 +inherit plocale toolchain-funcs
30
31 DESCRIPTION="Nintendo Gameboy sound player for GBS format"
32 HOMEPAGE="https://www.cgarbs.de/gbsplay.en.html"
33 @@ -52,5 +52,5 @@ remove_disabled_locale() {
34 src_install() {
35 default
36
37 - l10n_for_each_disabled_locale_do remove_disabled_locale
38 + plocale_for_each_disabled_locale remove_disabled_locale
39 }