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
