app-emacs/mew: Migrate from LINGUAS to L10N.
authorUlrich Müller <ulm@gentoo.org>
Wed, 22 Jun 2016 17:33:28 +0000 (19:33 +0200)
committerUlrich Müller <ulm@gentoo.org>
Wed, 22 Jun 2016 17:33:28 +0000 (19:33 +0200)
Package-Manager: portage-2.3.0_rc1

app-emacs/mew/mew-6.5.ebuild
app-emacs/mew/mew-6.6.ebuild

index f35b547f248ba33daff2380d6d5e9cca2c228d6f..58bf827f47413100c39f082097cb9f867b8e994d 100644 (file)
@@ -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.*
index 0d22c63e7bcaf5c8cb08efc053ca2b50586a3a49..d3caebc9a23e20a87817f4f92aae372261f3bd0d 100644 (file)
@@ -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.*