Skip to content

Commit

Permalink
www-apps/liquid_feedback_frontend: Migrate from LINGUAS to L10N.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
ulm committed Jun 27, 2016
1 parent 025df4c commit d190e0a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -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$

Expand All @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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$

Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d190e0a

Please sign in to comment.