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 E38B11382C5 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 978E9941C6; 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 A871894085 for ; Wed, 22 Jun 2016 17:38: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 CBD6F340A60 for ; 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 C0A2D2422 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: <1466616880.86fb94132ac77613ec3cbbe7bfab021b39fc2a0b.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/riece/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/riece/riece-8.0.0.ebuild app-emacs/riece/riece-9.0.0.ebuild X-VCS-Directories: app-emacs/riece/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 86fb94132ac77613ec3cbbe7bfab021b39fc2a0b 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: 90539f53-da1a-4a8f-a915-4eef91b151c1 X-Archives-Hash: 34545ea230aee636a5a65f5f7724a728 commit: 86fb94132ac77613ec3cbbe7bfab021b39fc2a0b Author: Ulrich Müller gentoo org> AuthorDate: Wed Jun 22 17:34:40 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Jun 22 17:34:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86fb9413 app-emacs/riece: Migrate from LINGUAS to L10N. Package-Manager: portage-2.3.0_rc1 app-emacs/riece/riece-8.0.0.ebuild | 6 +++--- app-emacs/riece/riece-9.0.0.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-emacs/riece/riece-8.0.0.ebuild b/app-emacs/riece/riece-8.0.0.ebuild index e4a016c..5d277f0 100644 --- a/app-emacs/riece/riece-8.0.0.ebuild +++ b/app-emacs/riece/riece-8.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 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://download.savannah.gnu.org/releases/riece/${P}.tar.gz" LICENSE="GPL-2+ FDL-1.1+" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" -IUSE="linguas_ja" +IUSE="l10n_ja" RESTRICT="test" SITEFILE="50${PN}-gentoo.el" @@ -33,7 +33,7 @@ src_install() { elisp-site-file-install "${FILESDIR}/${SITEFILE}" dodoc AUTHORS NEWS README doc/HACKING lisp/ChangeLog* - if use linguas_ja; then + if use l10n_ja; then dodoc NEWS.ja README.ja doc/HACKING.ja else rm -f "${ED}"/usr/share/info/riece-ja.info* diff --git a/app-emacs/riece/riece-9.0.0.ebuild b/app-emacs/riece/riece-9.0.0.ebuild index 961a2f7..f9313c2 100644 --- a/app-emacs/riece/riece-9.0.0.ebuild +++ b/app-emacs/riece/riece-9.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 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://download.savannah.gnu.org/releases/riece/${P}.tar.gz" LICENSE="GPL-2+ FDL-1.1+" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" -IUSE="linguas_ja" +IUSE="l10n_ja" RESTRICT="test" SITEFILE="50${PN}-gentoo.el" @@ -33,7 +33,7 @@ src_install() { elisp-site-file-install "${FILESDIR}/${SITEFILE}" dodoc AUTHORS NEWS README doc/HACKING lisp/ChangeLog* - if use linguas_ja; then + if use l10n_ja; then dodoc NEWS.ja README.ja doc/HACKING.ja else rm -f "${ED}"/usr/share/info/riece-ja.info*