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 320391381F1 for ; Fri, 7 Oct 2016 19:59:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF23821C07E; Fri, 7 Oct 2016 19:59:41 +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 9517921C07E for ; Fri, 7 Oct 2016 19:59:41 +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 A2AFC341432 for ; Fri, 7 Oct 2016 19:59:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7CD37D2 for ; Fri, 7 Oct 2016 19:59:35 +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: <1475870313.a5849b0e468c1f80a33d1dec8a4f8ffcaa2d6b61.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-13.4.0.10109380-r1.ebuild net-misc/icaclient/icaclient-13.4.0.10109380.ebuild X-VCS-Directories: net-misc/icaclient/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: a5849b0e468c1f80a33d1dec8a4f8ffcaa2d6b61 X-VCS-Branch: master Date: Fri, 7 Oct 2016 19:59:35 +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: c67b28b6-2cca-47ff-851f-1f1129481584 X-Archives-Hash: a4857720a414f1631ea59e1b51109aec commit: a5849b0e468c1f80a33d1dec8a4f8ffcaa2d6b61 Author: Lars Wendler gentoo org> AuthorDate: Fri Oct 7 18:59:12 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Oct 7 19:58:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5849b0e net-misc/icaclient: Revbump to add a couple of fixes. Package-Manager: portage-2.3.1 Signed-off-by: Lars Wendler gentoo.org> ...0109380.ebuild => icaclient-13.4.0.10109380-r1.ebuild} | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/net-misc/icaclient/icaclient-13.4.0.10109380.ebuild b/net-misc/icaclient/icaclient-13.4.0.10109380-r1.ebuild similarity index 91% rename from net-misc/icaclient/icaclient-13.4.0.10109380.ebuild rename to net-misc/icaclient/icaclient-13.4.0.10109380-r1.ebuild index ffbfc59..c76f497 100644 --- a/net-misc/icaclient/icaclient-13.4.0.10109380.ebuild +++ b/net-misc/icaclient/icaclient-13.4.0.10109380-r1.ebuild @@ -15,7 +15,7 @@ LICENSE="icaclient" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="nsplugin linguas_de linguas_es linguas_fr linguas_ja linguas_zh_CN" -RESTRICT="mirror strip fetch" +RESTRICT="mirror strip userpriv fetch" ICAROOT="/opt/Citrix/ICAClient" @@ -83,6 +83,8 @@ src_unpack() { } src_install() { + local tmpl + dodir "${ICAROOT}" exeinto "${ICAROOT}" @@ -99,12 +101,17 @@ src_install() { insinto "${ICAROOT}" doins nls/en.UTF-8/eula.txt + doins -r usb insinto "${ICAROOT}"/nls/en doins nls/en.UTF-8/eula.txt insinto "${ICAROOT}"/config doins config/* config/.* nls/en/*.ini + for tmpl in {appsrv,wfclient}.template ; do + newins nls/en/${tmpl} ${tmpl/template/ini} + done + touch "${ED}/${ICAROOT}"/config/.server || die insinto "${ICAROOT}"/gtk doins gtk/* @@ -139,6 +146,12 @@ src_install() { insinto "${ICAROOT}"/nls/${lang} dosym UTF-8 "${ICAROOT}"/nls/${lang}/utf8 + + for tmpl in {appsrv,wfclient}.template ; do + cp "${ED}/${ICAROOT}"/nls/${lang}/${tmpl} \ + "${ED}/${ICAROOT}"/nls/${lang}/${tmpl/template/ini} \ + || die + done done insinto "${ICAROOT}"/nls