diff options
author | Henning Schild <henning@hennsch.de> | 2018-11-06 21:48:15 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-11-20 11:46:22 +0100 |
commit | 5b53606d6f85788dde83829d3013ec720bfca150 (patch) | |
tree | c04e5822a6b33336089d75f51429d9e6ee015c5a /net-misc/icaclient | |
parent | profiles/profiles.desc: add macOS 10.14 Mojave profiles (diff) | |
download | gentoo-5b53606d6f85788dde83829d3013ec720bfca150.tar.gz gentoo-5b53606d6f85788dde83829d3013ec720bfca150.tar.bz2 gentoo-5b53606d6f85788dde83829d3013ec720bfca150.zip |
net-misc/icaclient: drop PATH from env.d we have a wrapper
The wrapper makes sure that the application gets launched from the right
place, no need to mess up the PATH.
Signed-off-by: Henning Schild <henning@hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/10350
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-misc/icaclient')
-rw-r--r-- | net-misc/icaclient/files/10ICAClient | 1 | ||||
-rw-r--r-- | net-misc/icaclient/icaclient-13.10.0.20-r1.ebuild (renamed from net-misc/icaclient/icaclient-13.10.0.20.ebuild) | 2 | ||||
-rw-r--r-- | net-misc/icaclient/icaclient-13.8.0.10299729-r2.ebuild (renamed from net-misc/icaclient/icaclient-13.8.0.10299729-r1.ebuild) | 2 | ||||
-rw-r--r-- | net-misc/icaclient/icaclient-13.9.1.6-r1.ebuild (renamed from net-misc/icaclient/icaclient-13.9.1.6.ebuild) | 2 |
4 files changed, 3 insertions, 4 deletions
diff --git a/net-misc/icaclient/files/10ICAClient b/net-misc/icaclient/files/10ICAClient index 31be24e3380a..e5c2c73d62f3 100644 --- a/net-misc/icaclient/files/10ICAClient +++ b/net-misc/icaclient/files/10ICAClient @@ -1,3 +1,2 @@ -PATH=/opt/Citrix/ICAClient ROOTPATH=/opt/Citrix/ICAClient ICAROOT=/opt/Citrix/ICAClient diff --git a/net-misc/icaclient/icaclient-13.10.0.20.ebuild b/net-misc/icaclient/icaclient-13.10.0.20-r1.ebuild index 09f7c5ef1a86..61cc8640bf36 100644 --- a/net-misc/icaclient/icaclient-13.10.0.20.ebuild +++ b/net-misc/icaclient/icaclient-13.10.0.20-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 diff --git a/net-misc/icaclient/icaclient-13.8.0.10299729-r1.ebuild b/net-misc/icaclient/icaclient-13.8.0.10299729-r2.ebuild index 6de1b07173b3..62b8aea1e8db 100644 --- a/net-misc/icaclient/icaclient-13.8.0.10299729-r1.ebuild +++ b/net-misc/icaclient/icaclient-13.8.0.10299729-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 diff --git a/net-misc/icaclient/icaclient-13.9.1.6.ebuild b/net-misc/icaclient/icaclient-13.9.1.6-r1.ebuild index adccfce74fe8..40ff3a9ec715 100644 --- a/net-misc/icaclient/icaclient-13.9.1.6.ebuild +++ b/net-misc/icaclient/icaclient-13.9.1.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 |