-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
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
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
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
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
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