public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/emacs-w3m/
Date: Wed, 22 Jun 2016 17:38:21 +0000 (UTC)	[thread overview]
Message-ID: <1466616576.d339d7a0dd7cba497e2d1fac6fb1e6a710a5e1de.ulm@gentoo> (raw)

commit:     d339d7a0dd7cba497e2d1fac6fb1e6a710a5e1de
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 17:29:36 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> 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."


             reply	other threads:[~2016-06-22 17:38 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-22 17:38 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-02-08 18:49 [gentoo-commits] repo/gentoo:master commit in: app-emacs/emacs-w3m/ Ulrich Müller
2017-02-08 18:49 Ulrich Müller
2018-05-29 12:48 Ulrich Müller
2019-09-07 20:26 Ulrich Müller
2019-09-07 20:26 Ulrich Müller
2021-05-04  8:48 Andreas Sturmlechner
2023-08-05 16:53 Maciej Barć
2023-08-05 16:53 Maciej Barć
2023-08-05 16:53 Maciej Barć

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1466616576.d339d7a0dd7cba497e2d1fac6fb1e6a710a5e1de.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox