From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E61C11382DE for ; Mon, 27 Jun 2016 16:26:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D62614011; Mon, 27 Jun 2016 16:26:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1B8D14011 for ; Mon, 27 Jun 2016 16:26:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B8FF340B77 for ; Mon, 27 Jun 2016 16:26:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8F242417 for ; Mon, 27 Jun 2016 16:26:00 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1467044714.d190e0af58a13805f309931f7008933ca7f7f876.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/liquid_feedback_frontend/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/liquid_feedback_frontend/liquid_feedback_frontend-2.2.2.ebuild www-apps/liquid_feedback_frontend/liquid_feedback_frontend-2.2.7.ebuild X-VCS-Directories: www-apps/liquid_feedback_frontend/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d190e0af58a13805f309931f7008933ca7f7f876 X-VCS-Branch: master Date: Mon, 27 Jun 2016 16:26:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0cd2e13f-94d9-44f4-ae77-7241abfc849d X-Archives-Hash: 9e42867d156b225b85bece3db6b337af commit: d190e0af58a13805f309931f7008933ca7f7f876 Author: Ulrich Müller gentoo org> AuthorDate: Mon Jun 27 15:45:23 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Jun 27 16:25:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d190e0af www-apps/liquid_feedback_frontend: Migrate from LINGUAS to L10N. Package-Manager: portage-2.3.0 .../liquid_feedback_frontend-2.2.2.ebuild | 8 ++++---- .../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 d60f761..a5e977c 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 a4977ea..069c665 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