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 6D8331382C5 for ; Wed, 22 Jun 2016 17:38:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BD15941CA; 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 D63E5941C6 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 D0B8F340AA7 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 767F7241E 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: <1466616576.d339d7a0dd7cba497e2d1fac6fb1e6a710a5e1de.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/emacs-w3m/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/emacs-w3m/emacs-w3m-1.4.513_pre20130204.ebuild app-emacs/emacs-w3m/emacs-w3m-1.4.528_pre20140213.ebuild X-VCS-Directories: app-emacs/emacs-w3m/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d339d7a0dd7cba497e2d1fac6fb1e6a710a5e1de 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: 462162ed-ba9c-4c21-9c61-2ccbcb1cb766 X-Archives-Hash: 3d507491b916230a9aa79a7a3f19c013 commit: d339d7a0dd7cba497e2d1fac6fb1e6a710a5e1de Author: Ulrich Müller gentoo org> AuthorDate: Wed Jun 22 17:29:36 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Jun 22 17:29:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d339d7a0 app-emacs/emacs-w3m: Migrate from LINGUAS to L10N. Package-Manager: portage-2.3.0_rc1 app-emacs/emacs-w3m/emacs-w3m-1.4.513_pre20130204.ebuild | 10 +++++----- app-emacs/emacs-w3m/emacs-w3m-1.4.528_pre20140213.ebuild | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app-emacs/emacs-w3m/emacs-w3m-1.4.513_pre20130204.ebuild b/app-emacs/emacs-w3m/emacs-w3m-1.4.513_pre20130204.ebuild index 730e25f..b8f0c6a 100644 --- a/app-emacs/emacs-w3m/emacs-w3m-1.4.513_pre20130204.ebuild +++ b/app-emacs/emacs-w3m/emacs-w3m-1.4.513_pre20130204.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="mirror://gentoo/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="linguas_ja" +IUSE="l10n_ja" DEPEND="virtual/w3m" RDEPEND="${DEPEND}" @@ -30,18 +30,18 @@ src_configure() { } src_compile() { - emake all-en $(use linguas_ja && echo all-ja) + emake all-en $(use l10n_ja && echo all-ja) } src_install() { emake lispdir="${ED}${SITELISP}/${PN}" \ infodir="${ED}/usr/share/info" \ ICONDIR="${ED}${SITEETC}/${PN}" \ - install-en $(use linguas_ja && echo install-ja) install-icons + install-en $(use l10n_ja && echo install-ja) install-icons elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die dodoc ChangeLog* NEWS README - use linguas_ja && dodoc BUGS.ja NEWS.ja README.ja + use l10n_ja && dodoc BUGS.ja NEWS.ja README.ja } pkg_postinst() { diff --git a/app-emacs/emacs-w3m/emacs-w3m-1.4.528_pre20140213.ebuild b/app-emacs/emacs-w3m/emacs-w3m-1.4.528_pre20140213.ebuild index 0b27253..9c8572a 100644 --- a/app-emacs/emacs-w3m/emacs-w3m-1.4.528_pre20140213.ebuild +++ b/app-emacs/emacs-w3m/emacs-w3m-1.4.528_pre20140213.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="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="linguas_ja" +IUSE="l10n_ja" DEPEND="virtual/w3m" RDEPEND="${DEPEND}" @@ -30,18 +30,18 @@ src_configure() { } src_compile() { - emake all-en $(use linguas_ja && echo all-ja) + emake all-en $(use l10n_ja && echo all-ja) } src_install() { emake lispdir="${ED}${SITELISP}/${PN}" \ infodir="${ED}/usr/share/info" \ ICONDIR="${ED}${SITEETC}/${PN}" \ - install-en $(use linguas_ja && echo install-ja) install-icons + install-en $(use l10n_ja && echo install-ja) install-icons elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die dodoc ChangeLog* NEWS README - use linguas_ja && dodoc BUGS.ja NEWS.ja README.ja + use l10n_ja && dodoc BUGS.ja NEWS.ja README.ja DOC_CONTENTS="If you want to use the shimbun library, please emerge app-emacs/apel and app-emacs/flim."