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: Fri, 07 Oct 2016 19:59:44
Message-Id: 1475870313.a5849b0e468c1f80a33d1dec8a4f8ffcaa2d6b61.polynomial-c@gentoo
1 commit: a5849b0e468c1f80a33d1dec8a4f8ffcaa2d6b61
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 7 18:59:12 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 7 19:58:33 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5849b0e
7
8 net-misc/icaclient: Revbump to add a couple of fixes.
9
10 Package-Manager: portage-2.3.1
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 ...0109380.ebuild => icaclient-13.4.0.10109380-r1.ebuild} | 15 ++++++++++++++-
14 1 file changed, 14 insertions(+), 1 deletion(-)
15
16 diff --git a/net-misc/icaclient/icaclient-13.4.0.10109380.ebuild b/net-misc/icaclient/icaclient-13.4.0.10109380-r1.ebuild
17 similarity index 91%
18 rename from net-misc/icaclient/icaclient-13.4.0.10109380.ebuild
19 rename to net-misc/icaclient/icaclient-13.4.0.10109380-r1.ebuild
20 index ffbfc59..c76f497 100644
21 --- a/net-misc/icaclient/icaclient-13.4.0.10109380.ebuild
22 +++ b/net-misc/icaclient/icaclient-13.4.0.10109380-r1.ebuild
23 @@ -15,7 +15,7 @@ LICENSE="icaclient"
24 SLOT="0"
25 KEYWORDS="-* ~amd64 ~x86"
26 IUSE="nsplugin linguas_de linguas_es linguas_fr linguas_ja linguas_zh_CN"
27 -RESTRICT="mirror strip fetch"
28 +RESTRICT="mirror strip userpriv fetch"
29
30 ICAROOT="/opt/Citrix/ICAClient"
31
32 @@ -83,6 +83,8 @@ src_unpack() {
33 }
34
35 src_install() {
36 + local tmpl
37 +
38 dodir "${ICAROOT}"
39
40 exeinto "${ICAROOT}"
41 @@ -99,12 +101,17 @@ src_install() {
42
43 insinto "${ICAROOT}"
44 doins nls/en.UTF-8/eula.txt
45 + doins -r usb
46
47 insinto "${ICAROOT}"/nls/en
48 doins nls/en.UTF-8/eula.txt
49
50 insinto "${ICAROOT}"/config
51 doins config/* config/.* nls/en/*.ini
52 + for tmpl in {appsrv,wfclient}.template ; do
53 + newins nls/en/${tmpl} ${tmpl/template/ini}
54 + done
55 + touch "${ED}/${ICAROOT}"/config/.server || die
56
57 insinto "${ICAROOT}"/gtk
58 doins gtk/*
59 @@ -139,6 +146,12 @@ src_install() {
60
61 insinto "${ICAROOT}"/nls/${lang}
62 dosym UTF-8 "${ICAROOT}"/nls/${lang}/utf8
63 +
64 + for tmpl in {appsrv,wfclient}.template ; do
65 + cp "${ED}/${ICAROOT}"/nls/${lang}/${tmpl} \
66 + "${ED}/${ICAROOT}"/nls/${lang}/${tmpl/template/ini} \
67 + || die
68 + done
69 done
70
71 insinto "${ICAROOT}"/nls