Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/icaclient/
Date: Tue, 03 Nov 2020 12:37:37
Message-Id: 1604407033.3960ea3f8783a22c40258ed64e13c2ff3b52e3b0.polynomial-c@gentoo
1 commit: 3960ea3f8783a22c40258ed64e13c2ff3b52e3b0
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 3 11:22:40 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 3 12:37:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3960ea3f
7
8 net-misc/icaclient: Use array for files in util folder
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 net-misc/icaclient/icaclient-20.9.0.15-r1.ebuild | 27 ++++++++++++++++++++++--
14 1 file changed, 25 insertions(+), 2 deletions(-)
15
16 diff --git a/net-misc/icaclient/icaclient-20.9.0.15-r1.ebuild b/net-misc/icaclient/icaclient-20.9.0.15-r1.ebuild
17 index 00b8f64b936..844f39b2948 100644
18 --- a/net-misc/icaclient/icaclient-20.9.0.15-r1.ebuild
19 +++ b/net-misc/icaclient/icaclient-20.9.0.15-r1.ebuild
20 @@ -175,9 +175,32 @@ src_install() {
21 rm -r "${S}"/keystore/cacerts || die
22 dosym ../../../../etc/ssl/certs "${ICAROOT}"/keystore/cacerts
23
24 + local util_files=(
25 + configmgr
26 + conncenter
27 + ctx_app_bind
28 + ctx_rehash
29 + ctxwebhelper
30 + gst_play1.0
31 + gst_read1.0
32 + hdxcheck.sh
33 + icalicense.sh
34 + libgstflatstm1.0.so
35 + lurdump
36 + new_store
37 + nslaunch
38 + pnabrowse
39 + storebrowse
40 + sunraymac.sh
41 + webcontainer
42 + what
43 + xcapture
44 + )
45 +
46 exeinto "${ICAROOT}"/util
47 - doexe util/{configmgr,conncenter,gst_play1.0,gst_read1.0,hdxcheck.sh,icalicense.sh,libgstflatstm1.0.so,webcontainer,ctxwebhelper,ctx_rehash,ctx_app_bind}
48 - doexe util/{lurdump,new_store,nslaunch,pnabrowse,storebrowse,sunraymac.sh,what,xcapture}
49 + for bin in ${util_files[@]} ; do
50 + doexe util/${bin}
51 + done
52
53 # https://bugs.gentoo.org/655922
54 dosym gst_play1.0 "${ICAROOT}"/util/gst_play