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: net-im/psi/
Date: Sun, 04 Jul 2021 14:03:11
Message-Id: 1625407320.4a2cccd997eae9a9e72f2ffe138cc0549296e741.ulm@gentoo
1 commit: 4a2cccd997eae9a9e72f2ffe138cc0549296e741
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 3 15:46:06 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 4 14:02:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a2cccd9
7
8 net-im/psi: 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 net-im/psi/psi-1.5.ebuild | 6 +++---
14 net-im/psi/psi-9999.ebuild | 6 +++---
15 2 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/net-im/psi/psi-1.5.ebuild b/net-im/psi/psi-1.5.ebuild
18 index 1d81d0bf29d..51720b881c7 100644
19 --- a/net-im/psi/psi-1.5.ebuild
20 +++ b/net-im/psi/psi-1.5.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -6,7 +6,7 @@ EAPI=7
28 PLOCALES="be bg ca cs de en eo es et fa fi fr he hu it ja kk mk nl pl pt pt_BR ru sk sl sr@latin sv sw uk ur_PK vi zh_CN zh_TW"
29 PLOCALE_BACKUP="en"
30
31 -inherit l10n qmake-utils xdg
32 +inherit plocale qmake-utils xdg
33
34 DESCRIPTION="Qt XMPP client"
35 HOMEPAGE="https://psi-im.org"
36 @@ -110,7 +110,7 @@ src_install() {
37 "${mylrelease}" "translations/${PN}_${1}.ts" || die "lrelease ${1} failed"
38 doins "translations/${PN}_${1}.qm"
39 }
40 - l10n_for_each_locale_do install_locale
41 + plocale_for_each_locale install_locale
42 }
43
44 pkg_postinst() {
45
46 diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild
47 index 045b0c6e183..64f2fd8a487 100644
48 --- a/net-im/psi/psi-9999.ebuild
49 +++ b/net-im/psi/psi-9999.ebuild
50 @@ -1,4 +1,4 @@
51 -# Copyright 1999-2020 Gentoo Authors
52 +# Copyright 1999-2021 Gentoo Authors
53 # Distributed under the terms of the GNU General Public License v2
54
55 EAPI=7
56 @@ -6,7 +6,7 @@ EAPI=7
57 PLOCALES="be bg ca cs de el en eo es et fa fi fr he hu it ja kk mk nl pl pt_BR pt ru sk sl sr@latin sv sw uk ur_PK vi zh_CN zh_TW"
58 PLOCALE_BACKUP="en"
59
60 -inherit git-r3 cmake l10n qmake-utils xdg
61 +inherit git-r3 cmake plocale qmake-utils xdg
62
63 DESCRIPTION="Qt XMPP client"
64 HOMEPAGE="https://psi-im.org"
65 @@ -154,7 +154,7 @@ src_install() {
66 "${mylrelease}" "translations/${PN}_${1}.ts" || die "lrelease ${1} failed"
67 doins "translations/${PN}_${1}.qm"
68 }
69 - l10n_for_each_locale_do install_locale
70 + plocale_for_each_locale install_locale
71 }
72
73 pkg_postinst() {