From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-888232-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 F2D2C1382C5
	for <garchives@archives.gentoo.org>; Wed, 22 Jun 2016 17:38:35 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2ADE8941C9;
	Wed, 22 Jun 2016 17:38:28 +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 C2F47941C2
	for <gentoo-commits@lists.gentoo.org>; Wed, 22 Jun 2016 17:38:26 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 E53AC340AB5
	for <gentoo-commits@lists.gentoo.org>; Wed, 22 Jun 2016 17:38:25 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id AE46C2421
	for <gentoo-commits@lists.gentoo.org>; Wed, 22 Jun 2016 17:38:21 +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: <1466616808.8906763d276f30180c9d7d3d11d54c1eaf95878b.ulm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/mew/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-emacs/mew/mew-6.5.ebuild app-emacs/mew/mew-6.6.ebuild
X-VCS-Directories: app-emacs/mew/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: 8906763d276f30180c9d7d3d11d54c1eaf95878b
X-VCS-Branch: master
Date: Wed, 22 Jun 2016 17:38: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: 3f45c255-3cef-436e-87bd-27c42c5989bb
X-Archives-Hash: 1ab3e37966d6c618e03cccea93e9b5cb

commit:     8906763d276f30180c9d7d3d11d54c1eaf95878b
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 17:33:28 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 17:33:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8906763d

app-emacs/mew: Migrate from LINGUAS to L10N.

Package-Manager: portage-2.3.0_rc1

 app-emacs/mew/mew-6.5.ebuild | 8 ++++----
 app-emacs/mew/mew-6.6.ebuild | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/app-emacs/mew/mew-6.5.ebuild b/app-emacs/mew/mew-6.5.ebuild
index f35b547..58bf827 100644
--- a/app-emacs/mew/mew-6.5.ebuild
+++ b/app-emacs/mew/mew-6.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SRC_URI="http://www.mew.org/Release/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-IUSE="ssl linguas_ja"
+IUSE="ssl l10n_ja"
 RESTRICT="test"
 
 DEPEND="sys-libs/zlib"
@@ -30,13 +30,13 @@ src_configure() {
 
 src_compile() {
 	emake
-	use linguas_ja && emake jinfo
+	use l10n_ja && emake jinfo
 	rm -f info/*~				# remove spurious backup files
 }
 
 src_install() {
 	emake DESTDIR="${D}" install
-	use linguas_ja && emake DESTDIR="${D}" install-jinfo
+	use l10n_ja && emake DESTDIR="${D}" install-jinfo
 
 	elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
 	dodoc 00api 00changes* 00diff 00readme dot.*

diff --git a/app-emacs/mew/mew-6.6.ebuild b/app-emacs/mew/mew-6.6.ebuild
index 0d22c63..d3caebc 100644
--- a/app-emacs/mew/mew-6.6.ebuild
+++ b/app-emacs/mew/mew-6.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SRC_URI="http://www.mew.org/Release/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-IUSE="ssl linguas_ja"
+IUSE="ssl l10n_ja"
 RESTRICT="test"
 
 DEPEND="sys-libs/zlib"
@@ -30,13 +30,13 @@ src_configure() {
 
 src_compile() {
 	emake
-	use linguas_ja && emake jinfo
+	use l10n_ja && emake jinfo
 	rm -f info/*~				# remove spurious backup files
 }
 
 src_install() {
 	emake DESTDIR="${D}" install
-	use linguas_ja && emake DESTDIR="${D}" install-jinfo
+	use l10n_ja && emake DESTDIR="${D}" install-jinfo
 	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
 	dodoc 00api 00changes* 00diff 00readme dot.*