commit:     d190e0af58a13805f309931f7008933ca7f7f876
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 27 15:45:23 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 27 16:25:14 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d190e0af

www-apps/liquid_feedback_frontend: Migrate from LINGUAS to L10N.

Package-Manager: portage-2.3.0

 .../liquid_feedback_frontend-2.2.2.ebuild                         | 8 ++++----
 .../liquid_feedback_frontend-2.2.7.ebuild                         | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git 
a/www-apps/liquid_feedback_frontend/liquid_feedback_frontend-2.2.2.ebuild 
b/www-apps/liquid_feedback_frontend/liquid_feedback_frontend-2.2.2.ebuild
index d60f761..a5e977c 100644
--- a/www-apps/liquid_feedback_frontend/liquid_feedback_frontend-2.2.2.ebuild
+++ b/www-apps/liquid_feedback_frontend/liquid_feedback_frontend-2.2.2.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,12 +13,12 @@ MY_P=${PN}-v${PV}
 DESCRIPTION="Internet platforms for proposition development and decision 
making"
 HOMEPAGE="http://www.public-software-group.org/liquid_feedback";
 
SRC_URI="http://www.public-software-group.org/pub/projects/liquid_feedback/frontend/v${PV}/${MY_P}.tar.gz
-linguas_it? ( mirror://gentoo/${PN}-italian-${PV}.tar.gz )"
+l10n_it? ( mirror://gentoo/${PN}-italian-${PV}.tar.gz )"
 
 LICENSE="HPND CC-BY-2.5"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="linguas_de linguas_el linguas_en linguas_eo linguas_it"
+IUSE="l10n_de l10n_el l10n_en l10n_eo l10n_it"
 
 RDEPEND=""
 DEPEND="www-apps/rocketwiki-lqfb
@@ -32,7 +32,7 @@ src_prepare () {
                rm -f locale/help/*.${lang}.txt
        done
        for lang in de el en eo it ; do
-               if ! use linguas_${lang}; then
+               if ! use l10n_${lang}; then
                        rm -f locale/help/*.${lang}.txt
                fi
        done

diff --git 
a/www-apps/liquid_feedback_frontend/liquid_feedback_frontend-2.2.7.ebuild 
b/www-apps/liquid_feedback_frontend/liquid_feedback_frontend-2.2.7.ebuild
index a4977ea..069c665 100644
--- a/www-apps/liquid_feedback_frontend/liquid_feedback_frontend-2.2.7.ebuild
+++ b/www-apps/liquid_feedback_frontend/liquid_feedback_frontend-2.2.7.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,12 +13,12 @@ MY_P=${PN}-v${PV}
 DESCRIPTION="Internet platforms for proposition development and decision 
making"
 HOMEPAGE="http://www.public-software-group.org/liquid_feedback";
 
SRC_URI="http://www.public-software-group.org/pub/projects/liquid_feedback/frontend/v${PV}/${MY_P}.tar.gz
-linguas_it? ( mirror://gentoo/${PN}-italian-${PV}.tar.gz )"
+l10n_it? ( mirror://gentoo/${PN}-italian-${PV}.tar.gz )"
 
 LICENSE="HPND CC-BY-2.5"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="linguas_de linguas_el linguas_en linguas_eo linguas_it"
+IUSE="l10n_de l10n_el l10n_en l10n_eo l10n_it"
 
 RDEPEND=">=www-apps/liquid_feedback_core-2.2.6"
 DEPEND="www-apps/rocketwiki-lqfb
@@ -32,7 +32,7 @@ src_prepare () {
                rm -f locale/help/*.${lang}.txt
        done
        for lang in de el en eo it ; do
-               if ! use linguas_${lang}; then
+               if ! use l10n_${lang}; then
                        rm -f locale/help/*.${lang}.txt
                fi
        done

Reply via email to