Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/liquid_feedback_frontend/
Date: Mon, 27 Jun 2016 16:26:09
Message-Id: 1467044714.d190e0af58a13805f309931f7008933ca7f7f876.ulm@gentoo
1 commit: d190e0af58a13805f309931f7008933ca7f7f876
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 27 15:45:23 2016 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 27 16:25:14 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d190e0af
7
8 www-apps/liquid_feedback_frontend: Migrate from LINGUAS to L10N.
9
10 Package-Manager: portage-2.3.0
11
12 .../liquid_feedback_frontend-2.2.2.ebuild | 8 ++++----
13 .../liquid_feedback_frontend-2.2.7.ebuild | 8 ++++----
14 2 files changed, 8 insertions(+), 8 deletions(-)
15
16 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
17 index d60f761..a5e977c 100644
18 --- a/www-apps/liquid_feedback_frontend/liquid_feedback_frontend-2.2.2.ebuild
19 +++ b/www-apps/liquid_feedback_frontend/liquid_feedback_frontend-2.2.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -13,12 +13,12 @@ MY_P=${PN}-v${PV}
27 DESCRIPTION="Internet platforms for proposition development and decision making"
28 HOMEPAGE="http://www.public-software-group.org/liquid_feedback"
29 SRC_URI="http://www.public-software-group.org/pub/projects/liquid_feedback/frontend/v${PV}/${MY_P}.tar.gz
30 -linguas_it? ( mirror://gentoo/${PN}-italian-${PV}.tar.gz )"
31 +l10n_it? ( mirror://gentoo/${PN}-italian-${PV}.tar.gz )"
32
33 LICENSE="HPND CC-BY-2.5"
34 SLOT="0"
35 KEYWORDS="~amd64"
36 -IUSE="linguas_de linguas_el linguas_en linguas_eo linguas_it"
37 +IUSE="l10n_de l10n_el l10n_en l10n_eo l10n_it"
38
39 RDEPEND=""
40 DEPEND="www-apps/rocketwiki-lqfb
41 @@ -32,7 +32,7 @@ src_prepare () {
42 rm -f locale/help/*.${lang}.txt
43 done
44 for lang in de el en eo it ; do
45 - if ! use linguas_${lang}; then
46 + if ! use l10n_${lang}; then
47 rm -f locale/help/*.${lang}.txt
48 fi
49 done
50
51 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
52 index a4977ea..069c665 100644
53 --- a/www-apps/liquid_feedback_frontend/liquid_feedback_frontend-2.2.7.ebuild
54 +++ b/www-apps/liquid_feedback_frontend/liquid_feedback_frontend-2.2.7.ebuild
55 @@ -1,4 +1,4 @@
56 -# Copyright 1999-2014 Gentoo Foundation
57 +# Copyright 1999-2016 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 # $Id$
60
61 @@ -13,12 +13,12 @@ MY_P=${PN}-v${PV}
62 DESCRIPTION="Internet platforms for proposition development and decision making"
63 HOMEPAGE="http://www.public-software-group.org/liquid_feedback"
64 SRC_URI="http://www.public-software-group.org/pub/projects/liquid_feedback/frontend/v${PV}/${MY_P}.tar.gz
65 -linguas_it? ( mirror://gentoo/${PN}-italian-${PV}.tar.gz )"
66 +l10n_it? ( mirror://gentoo/${PN}-italian-${PV}.tar.gz )"
67
68 LICENSE="HPND CC-BY-2.5"
69 SLOT="0"
70 KEYWORDS="~amd64"
71 -IUSE="linguas_de linguas_el linguas_en linguas_eo linguas_it"
72 +IUSE="l10n_de l10n_el l10n_en l10n_eo l10n_it"
73
74 RDEPEND=">=www-apps/liquid_feedback_core-2.2.6"
75 DEPEND="www-apps/rocketwiki-lqfb
76 @@ -32,7 +32,7 @@ src_prepare () {
77 rm -f locale/help/*.${lang}.txt
78 done
79 for lang in de el en eo it ; do
80 - if ! use linguas_${lang}; then
81 + if ! use l10n_${lang}; then
82 rm -f locale/help/*.${lang}.txt
83 fi
84 done