diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-07-03 17:43:45 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-07-04 16:01:50 +0200 |
commit | f111ec68671ec5bd3163666d2027611610ac53b9 (patch) | |
tree | 0422f9613d7bb15a6b15ec11d8d6d672c3a09758 /dev-util/diffuse | |
parent | dev-db/sqlitestudio: Update from l10n.eclass to plocale.eclass (diff) | |
download | gentoo-f111ec68671ec5bd3163666d2027611610ac53b9.tar.gz gentoo-f111ec68671ec5bd3163666d2027611610ac53b9.tar.bz2 gentoo-f111ec68671ec5bd3163666d2027611610ac53b9.zip |
dev-util/diffuse: 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 'dev-util/diffuse')
-rw-r--r-- | dev-util/diffuse/diffuse-0.6.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/diffuse/diffuse-0.6.0.ebuild b/dev-util/diffuse/diffuse-0.6.0.ebuild index 3a755a4b5aeb..45e2c14bd2c8 100644 --- a/dev-util/diffuse/diffuse-0.6.0.ebuild +++ b/dev-util/diffuse/diffuse-0.6.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7..9} ) PLOCALES="cs de es it ja ko pl pt ru sv th zh_CN zh_TW" -inherit meson python-single-r1 l10n xdg-utils +inherit meson plocale python-single-r1 xdg-utils DESCRIPTION="A graphical tool to compare and merge text files" HOMEPAGE="http://diffuse.sourceforge.net/ https://github.com/MightyCreak/diffuse/" @@ -28,7 +28,7 @@ DEPEND="${DEPEND} src_prepare() { default - l10n_find_plocales_changes translations '' '.po' + plocale_find_changes translations '' '.po' rm_locale() { rm -f translations/${1}.po @@ -38,7 +38,7 @@ src_prepare() { sed -e "/^${1}/d" -i translations/LINGUAS } - l10n_for_each_disabled_locale_do rm_locale + plocale_for_each_disabled_locale rm_locale } src_install() { |