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/wanderlust/
Date: Wed, 22 Jun 2016 17:38:21 +0000 (UTC)	[thread overview]
Message-ID: <1466616989.af94b20c79603d83b0663aead300fd27f7eb5b9d.ulm@gentoo> (raw)

commit:     af94b20c79603d83b0663aead300fd27f7eb5b9d
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 22 17:36:29 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 22 17:36:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af94b20c

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

Package-Manager: portage-2.3.0_rc1

 app-emacs/wanderlust/wanderlust-2.14.0-r6.ebuild        | 8 ++++----
 app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/app-emacs/wanderlust/wanderlust-2.14.0-r6.ebuild b/app-emacs/wanderlust/wanderlust-2.14.0-r6.ebuild
index f9e239b..9a44de1 100644
--- a/app-emacs/wanderlust/wanderlust-2.14.0-r6.ebuild
+++ b/app-emacs/wanderlust/wanderlust-2.14.0-r6.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$
 
@@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.gohome.org/wl/stable/${MY_P}.tar.gz
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="bbdb ssl linguas_ja"
+IUSE="bbdb ssl l10n_ja"
 
 DEPEND=">=app-emacs/apel-10.6
 	virtual/emacs-flim
@@ -32,7 +32,7 @@ SITEFILE="50${PN}-gentoo.el"
 
 src_configure() {
 	local lang="\"en\""
-	use linguas_ja && lang="${lang} \"ja\""
+	use l10n_ja && lang="${lang} \"ja\""
 	echo "(setq wl-info-lang '(${lang}) wl-news-lang '(${lang}))" >>WL-CFG
 	use ssl && echo "(setq wl-install-utils t)" >>WL-CFG
 }
@@ -55,7 +55,7 @@ src_install() {
 	doinfo doc/wl*.info
 	dodoc BUGS ChangeLog INSTALL NEWS README
 
-	if use linguas_ja; then
+	if use l10n_ja; then
 		insinto "${SITEETC}/wl/samples/ja"
 		doins samples/ja/*
 		dodoc BUGS.ja INSTALL.ja NEWS.ja README.ja

diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild b/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild
index a84931d..f1ee1ab 100644
--- a/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild
+++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20130619.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$
 
@@ -14,7 +14,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="bbdb ssl linguas_ja"
+IUSE="bbdb ssl l10n_ja"
 
 DEPEND=">=app-emacs/apel-10.6
 	virtual/emacs-flim
@@ -27,7 +27,7 @@ SITEFILE="50${PN}-gentoo.el"
 
 src_configure() {
 	local lang="\"en\""
-	use linguas_ja && lang="${lang} \"ja\""
+	use l10n_ja && lang="${lang} \"ja\""
 	echo "(setq wl-info-lang '(${lang}) wl-news-lang '(${lang}))" >>WL-CFG
 	use ssl && echo "(setq wl-install-utils t)" >>WL-CFG
 }
@@ -50,7 +50,7 @@ src_install() {
 	doinfo doc/wl*.info
 	dodoc BUGS ChangeLog INSTALL NEWS README.md
 
-	if use linguas_ja; then
+	if use l10n_ja; then
 		insinto "${SITEETC}/wl/samples/ja"
 		doins samples/ja/*
 		dodoc BUGS.ja INSTALL.ja NEWS.ja README.ja


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

Thread overview: 20+ 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 --
2018-02-20 20:55 [gentoo-commits] repo/gentoo:master commit in: app-emacs/wanderlust/ Patrice Clement
2018-08-14 23:06 Erik Mackdanz
2019-06-24 10:39 Ulrich Müller
2019-07-31 10:54 Agostino Sarubbo
2019-07-31 10:59 Agostino Sarubbo
2019-07-31 11:03 Agostino Sarubbo
2019-08-28 10:10 David Seifert
2019-08-31 12:30 Sergei Trofimovich
2019-09-20  7:10 Sergei Trofimovich
2019-10-12  4:30 Matt Turner
2021-01-06 13:07 Fabian Groffen
2021-07-23 10:49 Ulrich Müller
2021-07-23 10:49 Ulrich Müller
2021-07-23 13:07 Ulrich Müller
2022-04-17  8:35 Sam James
2023-08-12  7:19 Ulrich Müller
2023-08-12  7:19 Ulrich Müller
2024-04-25 15:20 Maciej Barć
2024-04-25 15:20 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=1466616989.af94b20c79603d83b0663aead300fd27f7eb5b9d.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