www-apps/liquid_feedback_frontend: Migrate from LINGUAS to L10N.
authorUlrich Müller <ulm@gentoo.org>
Mon, 27 Jun 2016 15:45:23 +0000 (17:45 +0200)
committerUlrich Müller <ulm@gentoo.org>
Mon, 27 Jun 2016 16:25:14 +0000 (18:25 +0200)
Package-Manager: portage-2.3.0

www-apps/liquid_feedback_frontend/liquid_feedback_frontend-2.2.2.ebuild
www-apps/liquid_feedback_frontend/liquid_feedback_frontend-2.2.7.ebuild

index d60f7612b69a083386d3efdbe2f2ccbc350fe67c..a5e977cd6b95d6b2f45417ec908683e3a554a79f 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,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
index a4977ead427c595a23db4e970c5218f83b9e16fa..069c665ccc833d6e60035ce8ac8f61e350edc36b 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,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