summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2016-06-22 19:29:36 +0200
committerUlrich Müller <ulm@gentoo.org>2016-06-22 19:29:36 +0200
commitd339d7a0dd7cba497e2d1fac6fb1e6a710a5e1de (patch)
tree66a156fadb02a8e8bbc414e0010effdec6213acc /app-emacs/emacs-w3m/emacs-w3m-1.4.528_pre20140213.ebuild
parentapp-emacs/cmail: Migrate from LINGUAS to L10N. (diff)
downloadgentoo-d339d7a0dd7cba497e2d1fac6fb1e6a710a5e1de.tar.gz
gentoo-d339d7a0dd7cba497e2d1fac6fb1e6a710a5e1de.tar.bz2
gentoo-d339d7a0dd7cba497e2d1fac6fb1e6a710a5e1de.zip
app-emacs/emacs-w3m: Migrate from LINGUAS to L10N.
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'app-emacs/emacs-w3m/emacs-w3m-1.4.528_pre20140213.ebuild')
-rw-r--r--app-emacs/emacs-w3m/emacs-w3m-1.4.528_pre20140213.ebuild10
1 files changed, 5 insertions, 5 deletions
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 0b27253fef92..9c8572afc886 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."