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 D2E2E13835B for ; Tue, 3 Nov 2020 12:37:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96710E0A97; Tue, 3 Nov 2020 12:37:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7D8ABE0A97 for ; Tue, 3 Nov 2020 12:37:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3070B340DB0 for ; Tue, 3 Nov 2020 12:37:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7060042B for ; Tue, 3 Nov 2020 12:37:33 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1604407033.3960ea3f8783a22c40258ed64e13c2ff3b52e3b0.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/icaclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/icaclient/icaclient-20.9.0.15-r1.ebuild X-VCS-Directories: net-misc/icaclient/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 3960ea3f8783a22c40258ed64e13c2ff3b52e3b0 X-VCS-Branch: master Date: Tue, 3 Nov 2020 12:37:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 23010915-66ec-4404-9d3f-4836d47b66fe X-Archives-Hash: b190f57321e379312b3a5339728654a0 commit: 3960ea3f8783a22c40258ed64e13c2ff3b52e3b0 Author: Lars Wendler gentoo org> AuthorDate: Tue Nov 3 11:22:40 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Nov 3 12:37:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3960ea3f net-misc/icaclient: Use array for files in util folder Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Lars Wendler gentoo.org> net-misc/icaclient/icaclient-20.9.0.15-r1.ebuild | 27 ++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/net-misc/icaclient/icaclient-20.9.0.15-r1.ebuild b/net-misc/icaclient/icaclient-20.9.0.15-r1.ebuild index 00b8f64b936..844f39b2948 100644 --- a/net-misc/icaclient/icaclient-20.9.0.15-r1.ebuild +++ b/net-misc/icaclient/icaclient-20.9.0.15-r1.ebuild @@ -175,9 +175,32 @@ src_install() { rm -r "${S}"/keystore/cacerts || die dosym ../../../../etc/ssl/certs "${ICAROOT}"/keystore/cacerts + local util_files=( + configmgr + conncenter + ctx_app_bind + ctx_rehash + ctxwebhelper + gst_play1.0 + gst_read1.0 + hdxcheck.sh + icalicense.sh + libgstflatstm1.0.so + lurdump + new_store + nslaunch + pnabrowse + storebrowse + sunraymac.sh + webcontainer + what + xcapture + ) + exeinto "${ICAROOT}"/util - doexe util/{configmgr,conncenter,gst_play1.0,gst_read1.0,hdxcheck.sh,icalicense.sh,libgstflatstm1.0.so,webcontainer,ctxwebhelper,ctx_rehash,ctx_app_bind} - doexe util/{lurdump,new_store,nslaunch,pnabrowse,storebrowse,sunraymac.sh,what,xcapture} + for bin in ${util_files[@]} ; do + doexe util/${bin} + done # https://bugs.gentoo.org/655922 dosym gst_play1.0 "${ICAROOT}"/util/gst_play