diff options
author | Ulrich Müller <ulm@gentoo.org> | 2016-06-22 19:36:29 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2016-06-22 19:36:29 +0200 |
commit | af94b20c79603d83b0663aead300fd27f7eb5b9d (patch) | |
tree | e05ed0c371673d4dad73de55c3a4982a7b5df121 /app-emacs/wanderlust | |
parent | app-emacs/semi: Migrate from LINGUAS to L10N. (diff) | |
download | gentoo-af94b20c79603d83b0663aead300fd27f7eb5b9d.tar.gz gentoo-af94b20c79603d83b0663aead300fd27f7eb5b9d.tar.bz2 gentoo-af94b20c79603d83b0663aead300fd27f7eb5b9d.zip |
app-emacs/wanderlust: Migrate from LINGUAS to L10N.
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'app-emacs/wanderlust')
-rw-r--r-- | app-emacs/wanderlust/wanderlust-2.14.0-r6.ebuild | 8 | ||||
-rw-r--r-- | 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 f9e239b86970..9a44de10a1f8 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 a84931d26041..f1ee1ab9d955 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 |