From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 075C51382C5 for ; Wed, 22 Jun 2016 17:38:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94FB2941C2; Wed, 22 Jun 2016 17:38: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 B72AD941B0 for ; 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 01B0A340AC0 for ; Wed, 22 Jun 2016 17:38:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D31042423 for ; Wed, 22 Jun 2016 17:38:21 +0000 (UTC) From: "Ulrich Müller" 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" Message-ID: <1466616932.65dd6c03ba06876a25bc9ea57475afaf53512a12.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/semi/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/semi/semi-1.14.6-r2.ebuild X-VCS-Directories: app-emacs/semi/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 65dd6c03ba06876a25bc9ea57475afaf53512a12 X-VCS-Branch: master Date: Wed, 22 Jun 2016 17:38:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 20495bcb-7211-4154-b043-ae345f47dcde X-Archives-Hash: de5238d6245077a043b87fa6f3796436 commit: 65dd6c03ba06876a25bc9ea57475afaf53512a12 Author: Ulrich Müller gentoo org> AuthorDate: Wed Jun 22 17:35:32 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Jun 22 17:35:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65dd6c03 app-emacs/semi: Migrate from LINGUAS to L10N. Package-Manager: portage-2.3.0_rc1 app-emacs/semi/semi-1.14.6-r2.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-emacs/semi/semi-1.14.6-r2.ebuild b/app-emacs/semi/semi-1.14.6-r2.ebuild index c5be55d..5794f6f 100644 --- a/app-emacs/semi/semi-1.14.6-r2.ebuild +++ b/app-emacs/semi/semi-1.14.6-r2.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://git.chise.org/elisp/dist/${PN}/${P%.*}-for-flim-1.14/${P}.tar.gz LICENSE="GPL-2+" SLOT="0" KEYWORDS="alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="linguas_ja" +IUSE="l10n_ja" DEPEND=">=app-emacs/apel-10.6 virtual/emacs-flim" @@ -29,7 +29,7 @@ src_compile() { ${EMACS} ${EMACSFLAGS} --visit mime-ui-en.texi -f texi2info \ || die "texi2info failed" - if use linguas_ja; then + if use l10n_ja; then ${EMACS} ${EMACSFLAGS} \ --eval "(set-default-coding-systems 'iso-2022-jp)" \ --visit mime-ui-ja.texi -f texi2info \ @@ -46,7 +46,7 @@ src_install() { doinfo mime-ui-en.info dodoc README.en ChangeLog VERSION NEWS - if use linguas_ja; then + if use l10n_ja; then doinfo mime-ui-ja.info dodoc README.ja fi