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-video/aegisub/
Date: Sun, 04 Jul 2021 14:03:09
Message-Id: 1625407318.3af61d47ddd9cf84f70376364a4c78b2eed3b266.ulm@gentoo
1 commit: 3af61d47ddd9cf84f70376364a4c78b2eed3b266
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 3 15:45:38 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 4 14:01:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af61d47
7
8 media-video/aegisub: 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-video/aegisub/aegisub-3.2.2_p20160518-r102.ebuild | 6 +++---
14 media-video/aegisub/aegisub-9999.ebuild | 6 +++---
15 2 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/media-video/aegisub/aegisub-3.2.2_p20160518-r102.ebuild b/media-video/aegisub/aegisub-3.2.2_p20160518-r102.ebuild
18 index 343388897c8..a9ce3414a7a 100644
19 --- a/media-video/aegisub/aegisub-3.2.2_p20160518-r102.ebuild
20 +++ b/media-video/aegisub/aegisub-3.2.2_p20160518-r102.ebuild
21 @@ -10,7 +10,7 @@ WX_GTK_VER=3.0
22 PLOCALES="ar bg ca cs da de el es eu fa fi fr_FR gl hu id it ja ko nl pl pt_BR pt_PT ru sr_RS sr_RS@latin uk_UA vi zh_CN zh_TW"
23 COMMIT_ID="b118fe7e7a5c37540e2f0aa75af105e272bad234"
24
25 -inherit autotools flag-o-matic l10n lua-single wxwidgets xdg-utils vcs-snapshot
26 +inherit autotools flag-o-matic lua-single plocale wxwidgets xdg-utils vcs-snapshot
27
28 DESCRIPTION="Advanced subtitle editor"
29 HOMEPAGE="http://www.aegisub.org/ https://github.com/Aegisub/Aegisub"
30 @@ -101,8 +101,8 @@ src_prepare() {
31 rm "po/${1}.po" || die
32 }
33
34 - l10n_find_plocales_changes 'po' '' '.po'
35 - l10n_for_each_disabled_locale_do remove_locale
36 + plocale_find_changes 'po' '' '.po'
37 + plocale_for_each_disabled_locale remove_locale
38
39 # See http://devel.aegisub.org/ticket/1914
40 config_rpath_update "${S}"/config.rpath
41
42 diff --git a/media-video/aegisub/aegisub-9999.ebuild b/media-video/aegisub/aegisub-9999.ebuild
43 index 1ac844e238f..3d41b6d75d2 100644
44 --- a/media-video/aegisub/aegisub-9999.ebuild
45 +++ b/media-video/aegisub/aegisub-9999.ebuild
46 @@ -9,7 +9,7 @@ LUA_REQ_USE="lua52compat"
47 WX_GTK_VER=3.0-gtk3
48 PLOCALES="ar be bg ca cs da de el es eu fa fi fr_FR gl hu id it ja ko nl pl pt_BR pt_PT ru sr_RS sr_RS@latin uk_UA vi zh_CN zh_TW"
49
50 -inherit autotools l10n lua-single wxwidgets xdg-utils git-r3
51 +inherit autotools lua-single plocale wxwidgets xdg-utils git-r3
52
53 DESCRIPTION="Advanced subtitle editor"
54 HOMEPAGE="http://www.aegisub.org/ https://github.com/wangqr/Aegisub"
55 @@ -72,8 +72,8 @@ src_prepare() {
56 rm "po/${1}.po" || die
57 }
58
59 - l10n_find_plocales_changes 'po' '' '.po'
60 - l10n_for_each_disabled_locale_do remove_locale
61 + plocale_find_changes 'po' '' '.po'
62 + plocale_for_each_disabled_locale remove_locale
63
64 # See http://devel.aegisub.org/ticket/1914
65 config_rpath_update "${S}"/config.rpath