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 738191382CD for ; Sat, 25 Jun 2016 12:10:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEE43E0AAA; Sat, 25 Jun 2016 12:10:35 +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 53675E0AAA for ; Sat, 25 Jun 2016 12:10:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BC0B6340B7F 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 2338B241D 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.5b694de11c4ec00bfc8b2240dca9d40c2f51eca4.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: 5b694de11c4ec00bfc8b2240dca9d40c2f51eca4 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: d6c2084d-d902-48bd-a4ac-512ec62deefa X-Archives-Hash: 32ca7452d6f369ed17d127804cff9f3a commit: 5b694de11c4ec00bfc8b2240dca9d40c2f51eca4 Author: Ulrich Müller gentoo org> AuthorDate: Sat Jun 25 12:09:53 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=5b694de1 x11-misc/treeline: Migrate from LINGUAS to L10N. 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 39f3bb5..722f2b4 100644 --- a/x11-misc/treeline/treeline-1.4.1-r1.ebuild +++ b/x11-misc/treeline/treeline-1.4.1-r1.ebuild @@ -18,9 +18,9 @@ SLOT="0" KEYWORDS="amd64 ppc x86" TLLINGUAS=( de fr ) -IUSE+=" ${TLLINGUAS[@]/#/linguas_}" +IUSE+=" ${TLLINGUAS[@]/#/l10n_}" for lingua in ${TLLINGUAS[@]}; do - SRC_URI+=" linguas_${lingua}? ( mirror://sourceforge/${PN}/${PN}-i18n-${PV}a.tar.gz )" + SRC_URI+=" l10n_${lingua}? ( mirror://sourceforge/${PN}/${PN}-i18n-${PV}a.tar.gz )" done unset lingua @@ -38,7 +38,7 @@ src_unpack() { unpack ${P}.tar.gz local lingua for lingua in "${TLLINGUAS[@]}"; do - if use linguas_${lingua}; then + if use l10n_${lingua}; then tar xozf "${DISTDIR}"/${PN}-i18n-${PV}a.tar.gz \ TreeLine/doc/{readme_${lingua}.trl,README_${lingua}.html} \ TreeLine/translations/{treeline_${lingua}.{qm,ts},qt_${lingua}.{qm,ts}} || die