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 Dec 2018 13:08:33
Message-Id: 1544188103.2e171abb89291e69641c9f5b14d24032f74f10a2.polynomial-c@gentoo
1 commit: 2e171abb89291e69641c9f5b14d24032f74f10a2
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 7 13:08:09 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 7 13:08:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e171abb
7
8 net-misc/icaclient: Minor ebuild improvements
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 net-misc/icaclient/icaclient-18.10.0.11.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/net-misc/icaclient/icaclient-18.10.0.11.ebuild b/net-misc/icaclient/icaclient-18.10.0.11.ebuild
17 index 8217b458a55..b8118d5f9b1 100644
18 --- a/net-misc/icaclient/icaclient-18.10.0.11.ebuild
19 +++ b/net-misc/icaclient/icaclient-18.10.0.11.ebuild
20 @@ -118,7 +118,7 @@ src_install() {
21 for tmpl in {appsrv,wfclient}.template ; do
22 newins nls/en/${tmpl} ${tmpl/template/ini}
23 done
24 - touch "${ED%/}/${ICAROOT}"/config/.server || die
25 + touch "${ED}/${ICAROOT}"/config/.server || die
26
27 insinto "${ICAROOT}"/gtk
28 doins gtk/*
29 @@ -155,8 +155,8 @@ src_install() {
30 dosym UTF-8 "${ICAROOT}"/nls/${lang}/utf8
31
32 for tmpl in {appsrv,wfclient}.template ; do
33 - cp "${ED%/}/${ICAROOT}"/nls/${lang}/${tmpl} \
34 - "${ED%/}/${ICAROOT}"/nls/${lang}/${tmpl/template/ini} \
35 + cp "${ED}/${ICAROOT}"/nls/${lang}/${tmpl} \
36 + "${ED}/${ICAROOT}"/nls/${lang}/${tmpl/template/ini} \
37 || die
38 done
39 done
40 @@ -188,7 +188,7 @@ src_install() {
41
42 dodir /etc/revdep-rebuild/
43 echo "SEARCH_DIRS_MASK=\"${ICAROOT}\"" \
44 - > "${ED%/}"/etc/revdep-rebuild/70icaclient
45 + > "${ED}"/etc/revdep-rebuild/70icaclient
46
47 # 651926
48 domenu "${FILESDIR}"/wfica.desktop