From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-880648-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 16440138252
	for <garchives@archives.gentoo.org>; Tue, 10 May 2016 09:28:29 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 35DBEE0869;
	Tue, 10 May 2016 09:28:27 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 420D9E0863
	for <gentoo-commits@lists.gentoo.org>; Tue, 10 May 2016 09:28:26 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 49E2034082B
	for <gentoo-commits@lists.gentoo.org>; Tue, 10 May 2016 09:28:25 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id F14C7967
	for <gentoo-commits@lists.gentoo.org>; Tue, 10 May 2016 09:28:21 +0000 (UTC)
From: "Ian Delaney" <idella4@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, "Ian Delaney" <idella4@gentoo.org>
Message-ID: <1462872487.271df84d0aa5b45d0980f1720954f4e15d090906.idella4@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/flacon/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-sound/flacon/flacon-9999.ebuild
X-VCS-Directories: media-sound/flacon/
X-VCS-Committer: idella4
X-VCS-Committer-Name: Ian Delaney
X-VCS-Revision: 271df84d0aa5b45d0980f1720954f4e15d090906
X-VCS-Branch: master
Date: Tue, 10 May 2016 09:28:21 +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-Archives-Salt: 6eeb5e34-e707-470d-9e94-84afae3b890f
X-Archives-Hash: 65d8353c39a764c555dafa156a934123

commit:     271df84d0aa5b45d0980f1720954f4e15d090906
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Thu May  5 01:12:27 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Tue May 10 09:28:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=271df84d

media-sound/flacon: update live ebuild

Bump EAPI to 6, update PLOCALES to make l10n happy.

Closes: https://github.com/gentoo/gentoo/pull/1440
Package-Manager: portage-2.2.28

Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org>

 media-sound/flacon/flacon-9999.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-sound/flacon/flacon-9999.ebuild b/media-sound/flacon/flacon-9999.ebuild
index c4026b5..2dcb6be 100644
--- a/media-sound/flacon/flacon-9999.ebuild
+++ b/media-sound/flacon/flacon-9999.ebuild
@@ -2,10 +2,10 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-# Ignore rudimentary et, uz@Latn, zh_TW translation(s)
-PLOCALES="cs_CZ cs de es_MX es fr gl hu it ja_JP lt nb pl_PL pl pt_BR pt_PT ro_RO ru sr tr uk zh_CN"
+# Ignore rudimentary et, uz@Latn, zh_TW translation(s).
+PLOCALES="cs cs_CZ de es es_MX fr gl hu it ja_JP lt nb pl pl_PL pt_BR pt_PT ro_RO ru sr tr uk zh_CN"
 
 inherit cmake-utils fdo-mime gnome2-utils l10n virtualx git-r3
 
@@ -57,7 +57,9 @@ DEPEND="${COMMON_DEPEND}
 REQUIRED_USE="^^ ( qt4 qt5 )"
 
 src_prepare() {
-	# Ignore rudimentary et, uz@Latn, zh_TW translation(s)
+	cmake-utils_src_prepare
+
+	# Ignore rudimentary et, uz@Latn, zh_TW translation(s).
 	rm "translations/${PN}_uz@Latn.desktop" || die
 	rm "translations/${PN}"_{et,zh_TW}.ts || die
 
@@ -67,8 +69,6 @@ src_prepare() {
 
 	l10n_find_plocales_changes 'translations' "${PN}_" '.ts'
 	l10n_for_each_disabled_locale_do remove_locale
-
-	cmake-utils_src_prepare
 }
 
 src_configure() {