diff options
author | Ulrich Müller <ulm@gentoo.org> | 2016-06-27 17:45:23 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2016-06-27 18:25:14 +0200 |
commit | d190e0af58a13805f309931f7008933ca7f7f876 (patch) | |
tree | 5e78f22d3c85f22167ef11f95a30521f0cae60ac /www-apps/liquid_feedback_frontend | |
parent | profiles/prefix: mask USE=seccomp for app-misc/pax-utils, bug #585756 (diff) | |
download | gentoo-d190e0af58a13805f309931f7008933ca7f7f876.tar.gz gentoo-d190e0af58a13805f309931f7008933ca7f7f876.tar.bz2 gentoo-d190e0af58a13805f309931f7008933ca7f7f876.zip |
www-apps/liquid_feedback_frontend: Migrate from LINGUAS to L10N.
Package-Manager: portage-2.3.0
Diffstat (limited to 'www-apps/liquid_feedback_frontend')
-rw-r--r-- | www-apps/liquid_feedback_frontend/liquid_feedback_frontend-2.2.2.ebuild | 8 | ||||
-rw-r--r-- | www-apps/liquid_feedback_frontend/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 d60f7612b69a..a5e977cd6b95 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 a4977ead427c..069c665ccc83 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 |