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: x11-misc/treeline/
Date: Sat, 25 Jun 2016 12:10:38
Message-Id: 1466856625.ef7700943ea4e06ee164a169fb8b407be8799e4e.ulm@gentoo
1 commit: ef7700943ea4e06ee164a169fb8b407be8799e4e
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 12:08:05 2016 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 12:10:25 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef770094
7
8 x11-misc/treeline: [QA] Fix loop over TLLINGUAS in src_unpack.
9
10 Also specify LICENSE more precisely.
11
12 Package-Manager: portage-2.3.0
13
14 x11-misc/treeline/treeline-1.4.1-r1.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/x11-misc/treeline/treeline-1.4.1-r1.ebuild b/x11-misc/treeline/treeline-1.4.1-r1.ebuild
18 index cdc989f..39f3bb5 100644
19 --- a/x11-misc/treeline/treeline-1.4.1-r1.ebuild
20 +++ b/x11-misc/treeline/treeline-1.4.1-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2016 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -13,7 +13,7 @@ DESCRIPTION="TreeLine is a structured information storage program"
28 HOMEPAGE="http://treeline.bellz.org/"
29 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
30
31 -LICENSE="GPL-2"
32 +LICENSE="GPL-2+"
33 SLOT="0"
34 KEYWORDS="amd64 ppc x86"
35
36 @@ -37,7 +37,7 @@ S="${WORKDIR}/TreeLine"
37 src_unpack() {
38 unpack ${P}.tar.gz
39 local lingua
40 - for lingua in ${TLLINGUAS}; do
41 + for lingua in "${TLLINGUAS[@]}"; do
42 if use linguas_${lingua}; then
43 tar xozf "${DISTDIR}"/${PN}-i18n-${PV}a.tar.gz \
44 TreeLine/doc/{readme_${lingua}.trl,README_${lingua}.html} \