diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-05-14 13:02:53 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-05-14 13:02:53 +0000 |
commit | 6212074878848ffd47dbf2ecaa332e421d67f8d9 (patch) | |
tree | ebbb737d047afef664c6b5770d3e183cf0fb636d /net-misc | |
parent | Sparc stable, Bug #269797. (diff) | |
download | gentoo-2-6212074878848ffd47dbf2ecaa332e421d67f8d9.tar.gz gentoo-2-6212074878848ffd47dbf2ecaa332e421d67f8d9.tar.bz2 gentoo-2-6212074878848ffd47dbf2ecaa332e421d67f8d9.zip |
be more verbose in pkg_nofetch() and fix ICAROOT path for wfica.sh, reported by Adam Nielsen <a DOT nielsen AT shikadi DOT net> in bug 269768
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/icaclient/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/icaclient/icaclient-11.0-r2.ebuild (renamed from net-misc/icaclient/icaclient-11.0-r1.ebuild) | 5 |
2 files changed, 11 insertions, 3 deletions
diff --git a/net-misc/icaclient/ChangeLog b/net-misc/icaclient/ChangeLog index cbc358c5fed4..379c5025cbc4 100644 --- a/net-misc/icaclient/ChangeLog +++ b/net-misc/icaclient/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-misc/icaclient # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v 1.65 2009/04/19 14:51:59 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v 1.66 2009/05/14 13:02:52 fauli Exp $ + +*icaclient-11.0-r2 (14 May 2009) + + 14 May 2009; Christian Faulhammer <fauli@gentoo.org> + -icaclient-11.0-r1.ebuild, +icaclient-11.0-r2.ebuild: + be more verbose in pkg_nofetch() and fix ICAROOT path for wfica.sh, reported + by Adam Nielsen <a DOT nielsen AT shikadi DOT net> in bug 269768 *icaclient-11.0-r1 (19 Apr 2009) diff --git a/net-misc/icaclient/icaclient-11.0-r1.ebuild b/net-misc/icaclient/icaclient-11.0-r2.ebuild index 2c082acb75ec..746514e67f82 100644 --- a/net-misc/icaclient/icaclient-11.0-r1.ebuild +++ b/net-misc/icaclient/icaclient-11.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-11.0-r1.ebuild,v 1.1 2009/04/19 14:51:59 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-11.0-r2.ebuild,v 1.1 2009/05/14 13:02:53 fauli Exp $ inherit eutils multilib rpm @@ -50,7 +50,7 @@ pkg_setup() { } pkg_nofetch() { - elog "Download the client RPM file from http://www.citrix.com/English/SS/downloads/details.asp?downloadID=3323" + elog "Download the client RPM file ${SRC_URI} from http://www.citrix.com/English/SS/downloads/details.asp?downloadID=3323" elog "and place it in ${DISTDIR:-/usr/portage/distfiles}." } @@ -109,6 +109,7 @@ src_install() { # wfica has libxcb locking bugs, so provide a wrapper. It needs to be in # /opt/ICAClient to ensure it gets called, so rename wfica to wfica.bin. + sed -e "/^ICAROOT.*$/d" -i wfica.sh || die exeinto /opt/ICAClient doexe wfcmgr.bin wfica_assoc.sh wfica.sh util/wfcmgr newexe wfica wfica.bin |