Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/icaclient: icaclient-10.6-r4.ebuild ChangeLog
Date: Mon, 24 Nov 2008 11:08:18
Message-Id: E1L4ZId-0008G9-Vl@stork.gentoo.org
1 opfer 08/11/24 11:08:15
2
3 Modified: icaclient-10.6-r4.ebuild ChangeLog
4 Log:
5 pkg_nofetch() not needed anymore and correct SRC_URI to correct location, see bug 243090 again
6 (Portage version: 2.1.4.5)
7
8 Revision Changes Path
9 1.5 net-misc/icaclient/icaclient-10.6-r4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/icaclient/icaclient-10.6-r4.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/icaclient/icaclient-10.6-r4.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/icaclient/icaclient-10.6-r4.ebuild?r1=1.4&r2=1.5
14
15 Index: icaclient-10.6-r4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-10.6-r4.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- icaclient-10.6-r4.ebuild 21 Oct 2008 19:27:54 -0000 1.4
22 +++ icaclient-10.6-r4.ebuild 24 Nov 2008 11:08:15 -0000 1.5
23 @@ -1,12 +1,12 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-10.6-r4.ebuild,v 1.4 2008/10/21 19:27:54 opfer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-10.6-r4.ebuild,v 1.5 2008/11/24 11:08:15 opfer Exp $
28
29 inherit eutils multilib rpm
30
31 DESCRIPTION="ICA Client for Citrix Presentation servers"
32 HOMEPAGE="http://www.citrix.com/"
33 -SRC_URI="http://download2.citrix.com/FILES/en/products/Linux10/ICAClient-${PV}-1.i386.rpm"
34 +SRC_URI="ftp://download2.citrix.com/FILES/en/products/Linux10/ICAClient-${PV}-1.i386.rpm"
35
36 LICENSE="as-is"
37 SLOT="0"
38 @@ -43,15 +43,7 @@
39 has_multilib_profile && ABI="x86"
40 }
41
42 -pkg_nofetch() {
43 - einfo "Please download ${A} yourself from www.citrix.com"
44 - einfo "ftp://www.citrix.co.uk/English/SS/downloads/details.asp?dID=2755&downloadID=3323&pID=186"
45 - einfo "and place it in ${DISTDIR}"
46 -}
47 -
48 src_unpack() {
49 - # You must download ICAClient-10.0-2.i386.rpm
50 - # from www.citrix.com and put it in ${DISTDIR}
51 einfo "Unpacking"
52 rpm_src_unpack
53 }
54
55
56
57 1.59 net-misc/icaclient/ChangeLog
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/icaclient/ChangeLog?rev=1.59&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/icaclient/ChangeLog?rev=1.59&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/icaclient/ChangeLog?r1=1.58&r2=1.59
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v
66 retrieving revision 1.58
67 retrieving revision 1.59
68 diff -u -r1.58 -r1.59
69 --- ChangeLog 21 Oct 2008 19:27:54 -0000 1.58
70 +++ ChangeLog 24 Nov 2008 11:08:15 -0000 1.59
71 @@ -1,6 +1,11 @@
72 # ChangeLog for net-misc/icaclient
73 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v 1.58 2008/10/21 19:27:54 opfer Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v 1.59 2008/11/24 11:08:15 opfer Exp $
76 +
77 + 24 Nov 2008; Christian Faulhammer <opfer@g.o>
78 + icaclient-10.6-r4.ebuild:
79 + pkg_nofetch() not needed anymore and correct SRC_URI to correct location,
80 + see bug 243090 again
81
82 21 Oct 2008; Christian Faulhammer <opfer@g.o>
83 icaclient-10.6-r4.ebuild: