diff options
author | Ulrich Müller <ulm@gentoo.org> | 2016-06-22 19:34:40 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2016-06-22 19:34:40 +0200 |
commit | 86fb94132ac77613ec3cbbe7bfab021b39fc2a0b (patch) | |
tree | 3ba3d5b720bf65869df8a5241dd94ca5ffd8efef /app-emacs/riece | |
parent | app-emacs/mew: Migrate from LINGUAS to L10N. (diff) | |
download | gentoo-86fb94132ac77613ec3cbbe7bfab021b39fc2a0b.tar.gz gentoo-86fb94132ac77613ec3cbbe7bfab021b39fc2a0b.tar.bz2 gentoo-86fb94132ac77613ec3cbbe7bfab021b39fc2a0b.zip |
app-emacs/riece: Migrate from LINGUAS to L10N.
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'app-emacs/riece')
-rw-r--r-- | app-emacs/riece/riece-8.0.0.ebuild | 6 | ||||
-rw-r--r-- | app-emacs/riece/riece-9.0.0.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-emacs/riece/riece-8.0.0.ebuild b/app-emacs/riece/riece-8.0.0.ebuild index e4a016c796cf..5d277f0b70df 100644 --- a/app-emacs/riece/riece-8.0.0.ebuild +++ b/app-emacs/riece/riece-8.0.0.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$ @@ -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* diff --git a/app-emacs/riece/riece-9.0.0.ebuild b/app-emacs/riece/riece-9.0.0.ebuild index 961a2f7f722a..f9313c24359e 100644 --- a/app-emacs/riece/riece-9.0.0.ebuild +++ b/app-emacs/riece/riece-9.0.0.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$ @@ -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* |