diff options
author | Ulrich Müller <ulm@gentoo.org> | 2016-06-22 19:33:28 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2016-06-22 19:33:28 +0200 |
commit | 8906763d276f30180c9d7d3d11d54c1eaf95878b (patch) | |
tree | 8b3290e16b17523a72272896e1e5791d4c71ed1a /app-emacs | |
parent | app-emacs/lyskom-elisp-client: Migrate from LINGUAS to L10N. (diff) | |
download | gentoo-8906763d276f30180c9d7d3d11d54c1eaf95878b.tar.gz gentoo-8906763d276f30180c9d7d3d11d54c1eaf95878b.tar.bz2 gentoo-8906763d276f30180c9d7d3d11d54c1eaf95878b.zip |
app-emacs/mew: Migrate from LINGUAS to L10N.
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/mew/mew-6.5.ebuild | 8 | ||||
-rw-r--r-- | app-emacs/mew/mew-6.6.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/app-emacs/mew/mew-6.5.ebuild b/app-emacs/mew/mew-6.5.ebuild index f35b547f248b..58bf827f4741 100644 --- a/app-emacs/mew/mew-6.5.ebuild +++ b/app-emacs/mew/mew-6.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 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="http://www.mew.org/Release/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ppc x86" -IUSE="ssl linguas_ja" +IUSE="ssl l10n_ja" RESTRICT="test" DEPEND="sys-libs/zlib" @@ -30,13 +30,13 @@ src_configure() { src_compile() { emake - use linguas_ja && emake jinfo + use l10n_ja && emake jinfo rm -f info/*~ # remove spurious backup files } src_install() { emake DESTDIR="${D}" install - use linguas_ja && emake DESTDIR="${D}" install-jinfo + use l10n_ja && emake DESTDIR="${D}" install-jinfo elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die dodoc 00api 00changes* 00diff 00readme dot.* diff --git a/app-emacs/mew/mew-6.6.ebuild b/app-emacs/mew/mew-6.6.ebuild index 0d22c63e7bca..d3caebc9a23e 100644 --- a/app-emacs/mew/mew-6.6.ebuild +++ b/app-emacs/mew/mew-6.6.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="http://www.mew.org/Release/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ppc x86" -IUSE="ssl linguas_ja" +IUSE="ssl l10n_ja" RESTRICT="test" DEPEND="sys-libs/zlib" @@ -30,13 +30,13 @@ src_configure() { src_compile() { emake - use linguas_ja && emake jinfo + use l10n_ja && emake jinfo rm -f info/*~ # remove spurious backup files } src_install() { emake DESTDIR="${D}" install - use linguas_ja && emake DESTDIR="${D}" install-jinfo + use l10n_ja && emake DESTDIR="${D}" install-jinfo elisp-site-file-install "${FILESDIR}/${SITEFILE}" dodoc 00api 00changes* 00diff 00readme dot.* |