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

app-emacs/riece/riece-8.0.0.ebuild
app-emacs/riece/riece-9.0.0.ebuild

index e4a016c796cf8bbceb2b21caec6b6780eb81737d..5d277f0b70dfde73805aaf471f63f97740ec3dd0 100644 (file)
@@ -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$
 
@@ -13,7 +13,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/riece/${P}.tar.gz"
 LICENSE="GPL-2+ FDL-1.1+"
 SLOT="0"
 KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="linguas_ja"
+IUSE="l10n_ja"
 RESTRICT="test"
 
 SITEFILE="50${PN}-gentoo.el"
@@ -33,7 +33,7 @@ src_install() {
        elisp-site-file-install "${FILESDIR}/${SITEFILE}"
        dodoc AUTHORS NEWS README doc/HACKING lisp/ChangeLog*
 
-       if use linguas_ja; then
+       if use l10n_ja; then
                dodoc NEWS.ja README.ja doc/HACKING.ja
        else
                rm -f "${ED}"/usr/share/info/riece-ja.info*
index 961a2f7f722acd03ba602c4cc818ac7378dbb706..f9313c24359e57e8110cc700545341a0c314ca25 100644 (file)
@@ -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$
 
@@ -13,7 +13,7 @@ SRC_URI="http://download.savannah.gnu.org/releases/riece/${P}.tar.gz"
 LICENSE="GPL-2+ FDL-1.1+"
 SLOT="0"
 KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="linguas_ja"
+IUSE="l10n_ja"
 RESTRICT="test"
 
 SITEFILE="50${PN}-gentoo.el"
@@ -33,7 +33,7 @@ src_install() {
        elisp-site-file-install "${FILESDIR}/${SITEFILE}"
        dodoc AUTHORS NEWS README doc/HACKING lisp/ChangeLog*
 
-       if use linguas_ja; then
+       if use l10n_ja; then
                dodoc NEWS.ja README.ja doc/HACKING.ja
        else
                rm -f "${ED}"/usr/share/info/riece-ja.info*