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 6FC311382C5 for ; Wed, 22 Jun 2016 17:38:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 141CC941B0; Wed, 22 Jun 2016 17:38:29 +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 8761B94085 for ; Wed, 22 Jun 2016 17:38:27 +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 EC10B340AB6 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 E4E9D2424 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: <1466616989.af94b20c79603d83b0663aead300fd27f7eb5b9d.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/wanderlust/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/wanderlust/wanderlust-2.14.0-r6.ebuild app-emacs/wanderlust/wanderlust-2.15.9_p20130619.ebuild X-VCS-Directories: app-emacs/wanderlust/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: af94b20c79603d83b0663aead300fd27f7eb5b9d 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: 50018c48-a067-4dca-9aee-a7b314e0ee4d X-Archives-Hash: 31ab1fa2b76eff1a6b69a7e3966c3923 commit: af94b20c79603d83b0663aead300fd27f7eb5b9d Author: Ulrich Müller gentoo org> AuthorDate: Wed Jun 22 17:36:29 2016 +0000 Commit: Ulrich Müller gentoo 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