summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2021-07-03 17:46:06 +0200
committerUlrich Müller <ulm@gentoo.org>2021-07-04 16:02:00 +0200
commit4a2cccd997eae9a9e72f2ffe138cc0549296e741 (patch)
tree4f4e8f274bcbb121cc9f8cd2e4d54b7067eef843 /net-im
parentnet-firewall/firewalld: Update from l10n.eclass to plocale.eclass (diff)
downloadgentoo-4a2cccd997eae9a9e72f2ffe138cc0549296e741.tar.gz
gentoo-4a2cccd997eae9a9e72f2ffe138cc0549296e741.tar.bz2
gentoo-4a2cccd997eae9a9e72f2ffe138cc0549296e741.zip
net-im/psi: Update from l10n.eclass to plocale.eclass
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r--net-im/psi/psi-1.5.ebuild6
-rw-r--r--net-im/psi/psi-9999.ebuild6
2 files changed, 6 insertions, 6 deletions
diff --git a/net-im/psi/psi-1.5.ebuild b/net-im/psi/psi-1.5.ebuild
index 1d81d0bf29dd..51720b881c72 100644
--- a/net-im/psi/psi-1.5.ebuild
+++ b/net-im/psi/psi-1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
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"
PLOCALE_BACKUP="en"
-inherit l10n qmake-utils xdg
+inherit plocale qmake-utils xdg
DESCRIPTION="Qt XMPP client"
HOMEPAGE="https://psi-im.org"
@@ -110,7 +110,7 @@ src_install() {
"${mylrelease}" "translations/${PN}_${1}.ts" || die "lrelease ${1} failed"
doins "translations/${PN}_${1}.qm"
}
- l10n_for_each_locale_do install_locale
+ plocale_for_each_locale install_locale
}
pkg_postinst() {
diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild
index 045b0c6e1837..64f2fd8a4875 100644
--- a/net-im/psi/psi-9999.ebuild
+++ b/net-im/psi/psi-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
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"
PLOCALE_BACKUP="en"
-inherit git-r3 cmake l10n qmake-utils xdg
+inherit git-r3 cmake plocale qmake-utils xdg
DESCRIPTION="Qt XMPP client"
HOMEPAGE="https://psi-im.org"
@@ -154,7 +154,7 @@ src_install() {
"${mylrelease}" "translations/${PN}_${1}.ts" || die "lrelease ${1} failed"
doins "translations/${PN}_${1}.qm"
}
- l10n_for_each_locale_do install_locale
+ plocale_for_each_locale install_locale
}
pkg_postinst() {