public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/treeline/
Date: Sat, 25 Jun 2016 12:10:32 +0000 (UTC)	[thread overview]
Message-ID: <1466856625.ef7700943ea4e06ee164a169fb8b407be8799e4e.ulm@gentoo> (raw)

commit:     ef7700943ea4e06ee164a169fb8b407be8799e4e
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 12:08:05 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> 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} \


             reply	other threads:[~2016-06-25 12:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-25 12:10 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-04-29 15:02 [gentoo-commits] repo/gentoo:master commit in: x11-misc/treeline/ Agostino Sarubbo
2017-04-23 12:40 Agostino Sarubbo
2017-04-22 13:46 Jeroen Roovers
2017-04-22 12:24 Pacho Ramos
2017-04-21  7:33 David Seifert
2017-03-18 13:42 Jeroen Roovers
2016-06-25 12:10 Ulrich Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1466856625.ef7700943ea4e06ee164a169fb8b407be8799e4e.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox