From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B40A71382CD for ; Sat, 25 Jun 2016 12:10:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04AE614209; Sat, 25 Jun 2016 12:10:36 +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 70940E0ABC for ; Sat, 25 Jun 2016 12:10:35 +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 9FB9A340B66 for ; Sat, 25 Jun 2016 12:10:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10F7D2407 for ; Sat, 25 Jun 2016 12:10:32 +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: <1466856625.ef7700943ea4e06ee164a169fb8b407be8799e4e.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/treeline/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/treeline/treeline-1.4.1-r1.ebuild X-VCS-Directories: x11-misc/treeline/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: ef7700943ea4e06ee164a169fb8b407be8799e4e X-VCS-Branch: master Date: Sat, 25 Jun 2016 12:10:32 +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: a03ea6d7-4c79-46ef-8588-5c145582bfd8 X-Archives-Hash: c6eff9c9fa07e7823f8ea7ca6ec8af04 commit: ef7700943ea4e06ee164a169fb8b407be8799e4e Author: Ulrich Müller gentoo org> AuthorDate: Sat Jun 25 12:08:05 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Jun 25 12:10:25 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef770094 x11-misc/treeline: [QA] Fix loop over TLLINGUAS in src_unpack. Also specify LICENSE more precisely. Package-Manager: portage-2.3.0 x11-misc/treeline/treeline-1.4.1-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-misc/treeline/treeline-1.4.1-r1.ebuild b/x11-misc/treeline/treeline-1.4.1-r1.ebuild index cdc989f..39f3bb5 100644 --- a/x11-misc/treeline/treeline-1.4.1-r1.ebuild +++ b/x11-misc/treeline/treeline-1.4.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ DESCRIPTION="TreeLine is a structured information storage program" HOMEPAGE="http://treeline.bellz.org/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ppc x86" @@ -37,7 +37,7 @@ S="${WORKDIR}/TreeLine" src_unpack() { unpack ${P}.tar.gz local lingua - for lingua in ${TLLINGUAS}; do + for lingua in "${TLLINGUAS[@]}"; do if use linguas_${lingua}; then tar xozf "${DISTDIR}"/${PN}-i18n-${PV}a.tar.gz \ TreeLine/doc/{readme_${lingua}.trl,README_${lingua}.html} \