From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1299014-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id D167F13933E
	for <garchives@archives.gentoo.org>; Sun,  4 Jul 2021 14:03:09 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DAF26E0802;
	Sun,  4 Jul 2021 14:03:08 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id C2B1EE0802
	for <gentoo-commits@lists.gentoo.org>; Sun,  4 Jul 2021 14:03:08 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 0D1E0342B05
	for <gentoo-commits@lists.gentoo.org>; Sun,  4 Jul 2021 14:03:07 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 763307C5
	for <gentoo-commits@lists.gentoo.org>; Sun,  4 Jul 2021 14:03:05 +0000 (UTC)
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org>
Message-ID: <1625407318.3af61d47ddd9cf84f70376364a4c78b2eed3b266.ulm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/aegisub/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-video/aegisub/aegisub-3.2.2_p20160518-r102.ebuild media-video/aegisub/aegisub-9999.ebuild
X-VCS-Directories: media-video/aegisub/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: 3af61d47ddd9cf84f70376364a4c78b2eed3b266
X-VCS-Branch: master
Date: Sun,  4 Jul 2021 14:03:05 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: d57a7430-b0c6-49be-998e-20556a1f6042
X-Archives-Hash: 907e6cc30a8b2c0ca82c4282d633d66a

commit:     3af61d47ddd9cf84f70376364a4c78b2eed3b266
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  3 15:45:38 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jul  4 14:01:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af61d47

media-video/aegisub: Update from l10n.eclass to plocale.eclass

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 media-video/aegisub/aegisub-3.2.2_p20160518-r102.ebuild | 6 +++---
 media-video/aegisub/aegisub-9999.ebuild                 | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-video/aegisub/aegisub-3.2.2_p20160518-r102.ebuild b/media-video/aegisub/aegisub-3.2.2_p20160518-r102.ebuild
index 343388897c8..a9ce3414a7a 100644
--- a/media-video/aegisub/aegisub-3.2.2_p20160518-r102.ebuild
+++ b/media-video/aegisub/aegisub-3.2.2_p20160518-r102.ebuild
@@ -10,7 +10,7 @@ WX_GTK_VER=3.0
 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"
 COMMIT_ID="b118fe7e7a5c37540e2f0aa75af105e272bad234"
 
-inherit autotools flag-o-matic l10n lua-single wxwidgets xdg-utils vcs-snapshot
+inherit autotools flag-o-matic lua-single plocale wxwidgets xdg-utils vcs-snapshot
 
 DESCRIPTION="Advanced subtitle editor"
 HOMEPAGE="http://www.aegisub.org/ https://github.com/Aegisub/Aegisub"
@@ -101,8 +101,8 @@ src_prepare() {
 		rm "po/${1}.po" || die
 	}
 
-	l10n_find_plocales_changes 'po' '' '.po'
-	l10n_for_each_disabled_locale_do remove_locale
+	plocale_find_changes 'po' '' '.po'
+	plocale_for_each_disabled_locale remove_locale
 
 	# See http://devel.aegisub.org/ticket/1914
 	config_rpath_update "${S}"/config.rpath

diff --git a/media-video/aegisub/aegisub-9999.ebuild b/media-video/aegisub/aegisub-9999.ebuild
index 1ac844e238f..3d41b6d75d2 100644
--- a/media-video/aegisub/aegisub-9999.ebuild
+++ b/media-video/aegisub/aegisub-9999.ebuild
@@ -9,7 +9,7 @@ LUA_REQ_USE="lua52compat"
 WX_GTK_VER=3.0-gtk3
 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"
 
-inherit autotools l10n lua-single wxwidgets xdg-utils git-r3
+inherit autotools lua-single plocale wxwidgets xdg-utils git-r3
 
 DESCRIPTION="Advanced subtitle editor"
 HOMEPAGE="http://www.aegisub.org/ https://github.com/wangqr/Aegisub"
@@ -72,8 +72,8 @@ src_prepare() {
 		rm "po/${1}.po" || die
 	}
 
-	l10n_find_plocales_changes 'po' '' '.po'
-	l10n_for_each_disabled_locale_do remove_locale
+	plocale_find_changes 'po' '' '.po'
+	plocale_for_each_disabled_locale remove_locale
 
 	# See http://devel.aegisub.org/ticket/1914
 	config_rpath_update "${S}"/config.rpath