summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2008-10-21 19:27:54 +0000
committerChristian Faulhammer <opfer@gentoo.org>2008-10-21 19:27:54 +0000
commitbea706554108449f9edbc86e107cb5a619d0021b (patch)
tree3f020a9bc0ae0ae21388e34fd557eca2806afbae
parentalpha/ia64/sparc stable wrt #242766 (diff)
downloadgentoo-2-bea706554108449f9edbc86e107cb5a619d0021b.tar.gz
gentoo-2-bea706554108449f9edbc86e107cb5a619d0021b.tar.bz2
gentoo-2-bea706554108449f9edbc86e107cb5a619d0021b.zip
fix fetch URL as reported by gareth DOT pullen AT gmail DOT com in bug 243090
(Portage version: 2.1.4.5)
-rw-r--r--net-misc/icaclient/ChangeLog7
-rw-r--r--net-misc/icaclient/icaclient-10.6-r4.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/net-misc/icaclient/ChangeLog b/net-misc/icaclient/ChangeLog
index 887ed0d9c1ce..4572ceeda875 100644
--- a/net-misc/icaclient/ChangeLog
+++ b/net-misc/icaclient/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/icaclient
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v 1.57 2008/06/14 11:58:35 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v 1.58 2008/10/21 19:27:54 opfer Exp $
+
+ 21 Oct 2008; Christian Faulhammer <opfer@gentoo.org>
+ icaclient-10.6-r4.ebuild:
+ fix fetch URL as reported by gareth DOT pullen AT gmail DOT com in bug
+ 243090
14 Jun 2008; Christian Faulhammer <opfer@gentoo.org>
-icaclient-10.6-r3.ebuild:
diff --git a/net-misc/icaclient/icaclient-10.6-r4.ebuild b/net-misc/icaclient/icaclient-10.6-r4.ebuild
index 7e8edaa2a98b..35778ec70a6a 100644
--- a/net-misc/icaclient/icaclient-10.6-r4.ebuild
+++ b/net-misc/icaclient/icaclient-10.6-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-10.6-r4.ebuild,v 1.3 2008/06/14 10:17:56 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-10.6-r4.ebuild,v 1.4 2008/10/21 19:27:54 opfer Exp $
inherit eutils multilib rpm
@@ -45,7 +45,7 @@ pkg_setup() {
pkg_nofetch() {
einfo "Please download ${A} yourself from www.citrix.com"
- einfo "http://www.citrix.co.uk/English/SS/downloads/details.asp?dID=2755&downloadID=3323&pID=186"
+ einfo "ftp://www.citrix.co.uk/English/SS/downloads/details.asp?dID=2755&downloadID=3323&pID=186"
einfo "and place it in ${DISTDIR}"
}