public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/icaclient: ChangeLog icaclient-11.100-r1.ebuild
@ 2010-04-08  8:18 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-04-08  8:18 UTC (permalink / raw
  To: gentoo-commits

fauli       10/04/08 08:18:58

  Modified:             ChangeLog
  Added:                icaclient-11.100-r1.ebuild
  Log:
  Introduce nsplugin USE flag as suggested (with patch) by Peter Gantner <gentoo AT nephros DOT org> in bug 309141
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.73                 net-misc/icaclient/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/icaclient/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/icaclient/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/icaclient/ChangeLog?r1=1.72&r2=1.73

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	8 Mar 2010 07:55:53 -0000	1.72
+++ ChangeLog	8 Apr 2010 08:18:58 -0000	1.73
@@ -1,6 +1,13 @@
 # ChangeLog for net-misc/icaclient
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v 1.72 2010/03/08 07:55:53 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v 1.73 2010/04/08 08:18:58 fauli Exp $
+
+*icaclient-11.100-r1 (08 Apr 2010)
+
+  08 Apr 2010; Christian Faulhammer <fauli@gentoo.org>
+  +icaclient-11.100-r1.ebuild:
+  Introduce nsplugin USE flag as suggested (with patch) by Peter Gantner
+  <gentoo AT nephros DOT org> in bug 309141
 
 *icaclient-11.100 (08 Mar 2010)
 



1.1                  net-misc/icaclient/icaclient-11.100-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/icaclient/icaclient-11.100-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/icaclient/icaclient-11.100-r1.ebuild?rev=1.1&content-type=text/plain

Index: icaclient-11.100-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-11.100-r1.ebuild,v 1.1 2010/04/08 08:18:58 fauli Exp $

inherit eutils multilib rpm

DESCRIPTION="ICA Client for Citrix Presentation servers"
HOMEPAGE="http://www.citrix.com/"
# There is no direct download link from upstream, see pkg_nofetch()
SRC_URI="ICAClient-11.100-1.i386.rpm"

LICENSE="icaclient"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
IUSE="nsplugin linguas_de linguas_ja"
RESTRICT="mirror strip userpriv fetch"

QA_TEXTRELS="opt/ICAClient/VDSCARD.DLL
	opt/ICAClient/TW1.DLL
	opt/ICAClient/NDS.DLL
	opt/ICAClient/CHARICONV.DLL
	opt/ICAClient/PDCRYPT1.DLL
	opt/ICAClient/VDCM.DLL
	opt/ICAClient/libctxssl.so
	opt/ICAClient/PDCRYPT2.DLL
	opt/ICAClient/npica.so
	opt/ICAClient/VDSPMIKE.DLL"
QA_EXECSTACK="opt/ICAClient/wfica.bin
	opt/ICAClient/libctxssl.so"

RDEPEND="x11-terms/xterm
	media-fonts/font-adobe-100dpi
	media-fonts/font-misc-misc
	media-fonts/font-cursor-misc
	media-fonts/font-xfree86-type1
	media-fonts/font-misc-ethiopic
	x86? (
		x11-libs/libXp
		x11-libs/libXaw
		x11-libs/libX11
		x11-libs/libSM
		x11-libs/libICE
		>=x11-libs/openmotif-2.3.1
	)
	amd64? (
		>=app-emulation/emul-linux-x86-xlibs-20080316
		nsplugin? (
			www-plugins/nspluginwrapper
		)
	)"
DEPEND=""
S="${WORKDIR}/usr/lib/ICAClient"

pkg_setup() {
	# Binary x86 package
	has_multilib_profile && ABI="x86"
}

pkg_nofetch() {
	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}."
}

src_install() {
	dodir /opt/ICAClient

	insinto /opt/ICAClient
	if use nsplugin
	then
		doins npica.so
	fi
	doins *.DLL libctxssl.so libproxy.so nls/en/eula.txt

	insinto /opt/ICAClient/config
	doins config/* config/.* nls/en/*.ini

	insinto /opt/ICAClient/config/usertemplate
	doins config/usertemplate/*

	insinto /opt/ICAClient/nls
	dosym en /opt/ICAClient/nls/C

	insinto /opt/ICAClient/nls/en
	doins nls/en/*

	insinto /opt/ICAClient/nls/en/UTF-8
	doins nls/en/UTF-8/*

	if use linguas_de; then
		insinto /opt/ICAClient/nls/de
		doins nls/de/*

		insinto /opt/ICAClient/nls/de/UTF-8
		doins nls/de/UTF-8/*
	fi
	if use linguas_ja; then
		insinto /opt/ICAClient/nls/ja
		doins nls/ja/*

		insinto /opt/ICAClient/nls/ja/UTF-8
		doins nls/ja/UTF-8/*
	fi

	insinto /opt/ICAClient/icons
	doins icons/*

	insinto /opt/ICAClient/keyboard
	doins keyboard/*

	insinto /opt/ICAClient/keystore/cacerts
	doins keystore/cacerts/*

	insinto /opt/ICAClient/util
	doins util/{echo_cmd,gst_play,icalicense.sh,integrate.sh,libgstflatstm.so,nslaunch,pacexec,pac.js,sunraymac.sh,what,xcapture}
	dosym /opt/ICAClient/util/integrate.sh /opt/ICAClient/util/disintegrate.sh

	doenvd "${FILESDIR}"/10ICAClient

	if use nsplugin
	then
		dosym /opt/ICAClient/npica.so /usr/$(get_libdir)/nsbrowser/plugins/npica.so
	fi

	# 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
	make_wrapper wfica 'env LC_ALL="" LANG="" LIBXCB_ALLOW_SLOPPY_LOCK=1 /opt/ICAClient/wfica.bin' . /opt/ICAClient /opt/ICAClient

	# The .desktop file included in the rpm links to /usr/lib, so we
	# make a new one.  The program gives errors and has slowdowns if
	# the locale is not English, so strip it since it has no
	# translations anyway
	doicon icons/*
	make_wrapper wfcmgr /opt/ICAClient/wfcmgr . /opt/ICAClient
	sed -e  's:^\# Configuration items.*:. /opt/ICAClient/nls/en/wfcmgr.msg:g' -i "${D}"/opt/ICAClient/wfcmgr
	make_desktop_entry wfcmgr 'Citrix ICA Client' manager

	dodir /etc/revdep-rebuild/
	echo "SEARCH_DIRS_MASK=/opt/ICAClient" > "${D}"/etc/revdep-rebuild/70icaclient
}






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/icaclient: ChangeLog icaclient-11.100-r1.ebuild
@ 2010-10-12 10:25 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-10-12 10:25 UTC (permalink / raw
  To: gentoo-commits

fauli       10/10/12 10:25:30

  Modified:             ChangeLog icaclient-11.100-r1.ebuild
  Log:
  add dependency on x11-libs/libXinerama for x86 as reported in bug 338401 by Ryan Harris <rh1 AT comcast DOT net>
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.77                 net-misc/icaclient/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/icaclient/ChangeLog?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/icaclient/ChangeLog?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/icaclient/ChangeLog?r1=1.76&r2=1.77

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	12 Oct 2010 10:23:24 -0000	1.76
+++ ChangeLog	12 Oct 2010 10:25:30 -0000	1.77
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/icaclient
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v 1.76 2010/10/12 10:23:24 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v 1.77 2010/10/12 10:25:30 fauli Exp $
+
+  12 Oct 2010; Christian Faulhammer <fauli@gentoo.org>
+  icaclient-11.100-r1.ebuild:
+  add dependency on x11-libs/libXinerama for x86 as reported in bug 338401
+  by Ryan Harris <rh1 AT comcast DOT net>
 
   12 Oct 2010; Christian Faulhammer <fauli@gentoo.org>
   -icaclient-11.100.ebuild:



1.3                  net-misc/icaclient/icaclient-11.100-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/icaclient/icaclient-11.100-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/icaclient/icaclient-11.100-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/icaclient/icaclient-11.100-r1.ebuild?r1=1.2&r2=1.3

Index: icaclient-11.100-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-11.100-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- icaclient-11.100-r1.ebuild	10 Oct 2010 18:02:16 -0000	1.2
+++ icaclient-11.100-r1.ebuild	12 Oct 2010 10:25:30 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-11.100-r1.ebuild,v 1.2 2010/10/10 18:02:16 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-11.100-r1.ebuild,v 1.3 2010/10/12 10:25:30 fauli Exp $
 
 EAPI=1
 
@@ -42,6 +42,7 @@
 		x11-libs/libX11
 		x11-libs/libSM
 		x11-libs/libICE
+		x11-libs/libXinerama
 		>=x11-libs/openmotif-2.3.1:0
 	)
 	amd64? (






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/icaclient: ChangeLog icaclient-11.100-r1.ebuild
@ 2011-02-02 20:34 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 4+ messages in thread
From: Christian Faulhammer (fauli) @ 2011-02-02 20:34 UTC (permalink / raw
  To: gentoo-commits

fauli       11/02/02 20:34:42

  Modified:             ChangeLog icaclient-11.100-r1.ebuild
  Log:
  Adjust depdendency for amd64 emul libs as described in bug 353347 by Arnaud Lech <arnaud AT bdefracte DOT org>
  
  (Portage version: 2.1.9.35/cvs/Linux i686)

Revision  Changes    Path
1.78                 net-misc/icaclient/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/icaclient/ChangeLog?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/icaclient/ChangeLog?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/icaclient/ChangeLog?r1=1.77&r2=1.78

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog	12 Oct 2010 10:25:30 -0000	1.77
+++ ChangeLog	2 Feb 2011 20:34:42 -0000	1.78
@@ -1,6 +1,11 @@
 # ChangeLog for net-misc/icaclient
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v 1.77 2010/10/12 10:25:30 fauli Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v 1.78 2011/02/02 20:34:42 fauli Exp $
+
+  02 Feb 2011; Christian Faulhammer <fauli@gentoo.org>
+  icaclient-11.100-r1.ebuild:
+  Adjust depdendency for amd64 emul libs as described in bug 353347 by
+  Arnaud Lech <arnaud AT bdefracte DOT org>
 
   12 Oct 2010; Christian Faulhammer <fauli@gentoo.org>
   icaclient-11.100-r1.ebuild:



1.4                  net-misc/icaclient/icaclient-11.100-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/icaclient/icaclient-11.100-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/icaclient/icaclient-11.100-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/icaclient/icaclient-11.100-r1.ebuild?r1=1.3&r2=1.4

Index: icaclient-11.100-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-11.100-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- icaclient-11.100-r1.ebuild	12 Oct 2010 10:25:30 -0000	1.3
+++ icaclient-11.100-r1.ebuild	2 Feb 2011 20:34:42 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-11.100-r1.ebuild,v 1.3 2010/10/12 10:25:30 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-11.100-r1.ebuild,v 1.4 2011/02/02 20:34:42 fauli Exp $
 
 EAPI=1
 
@@ -46,7 +46,10 @@
 		>=x11-libs/openmotif-2.3.1:0
 	)
 	amd64? (
-		>=app-emulation/emul-linux-x86-xlibs-20080316
+		|| (
+		   ( >=app-emulation/emul-linux-x86-xlibs-20110129 >=app-emulation/emul-linux-x86-motif-20110129  )
+		   <=app-emulation/emul-linux-x86-xlibs-20110129
+		)
 		nsplugin? (
 			www-plugins/nspluginwrapper
 		)






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-misc/icaclient: ChangeLog icaclient-11.100-r1.ebuild
@ 2011-02-05 20:08 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-02-05 20:08 UTC (permalink / raw
  To: gentoo-commits

ulm         11/02/05 20:08:33

  Modified:             ChangeLog icaclient-11.100-r1.ebuild
  Log:
  Fix a typo in RDEPEND.
  
  (Portage version: 2.1.9.36/cvs/Linux x86_64)

Revision  Changes    Path
1.79                 net-misc/icaclient/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/icaclient/ChangeLog?rev=1.79&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/icaclient/ChangeLog?rev=1.79&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/icaclient/ChangeLog?r1=1.78&r2=1.79

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog	2 Feb 2011 20:34:42 -0000	1.78
+++ ChangeLog	5 Feb 2011 20:08:33 -0000	1.79
@@ -1,6 +1,9 @@
 # ChangeLog for net-misc/icaclient
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v 1.78 2011/02/02 20:34:42 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v 1.79 2011/02/05 20:08:33 ulm Exp $
+
+  05 Feb 2011; Ulrich Mueller <ulm@gentoo.org> icaclient-11.100-r1.ebuild:
+  Fix a typo in RDEPEND.
 
   02 Feb 2011; Christian Faulhammer <fauli@gentoo.org>
   icaclient-11.100-r1.ebuild:



1.5                  net-misc/icaclient/icaclient-11.100-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/icaclient/icaclient-11.100-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/icaclient/icaclient-11.100-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/icaclient/icaclient-11.100-r1.ebuild?r1=1.4&r2=1.5

Index: icaclient-11.100-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-11.100-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- icaclient-11.100-r1.ebuild	2 Feb 2011 20:34:42 -0000	1.4
+++ icaclient-11.100-r1.ebuild	5 Feb 2011 20:08:33 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-11.100-r1.ebuild,v 1.4 2011/02/02 20:34:42 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-11.100-r1.ebuild,v 1.5 2011/02/05 20:08:33 ulm Exp $
 
 EAPI=1
 
@@ -47,8 +47,8 @@
 	)
 	amd64? (
 		|| (
-		   ( >=app-emulation/emul-linux-x86-xlibs-20110129 >=app-emulation/emul-linux-x86-motif-20110129  )
-		   <=app-emulation/emul-linux-x86-xlibs-20110129
+			( >=app-emulation/emul-linux-x86-xlibs-20110129 >=app-emulation/emul-linux-x86-motif-20110129 )
+			<app-emulation/emul-linux-x86-xlibs-20110129
 		)
 		nsplugin? (
 			www-plugins/nspluginwrapper






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-02-05 20:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-05 20:08 [gentoo-commits] gentoo-x86 commit in net-misc/icaclient: ChangeLog icaclient-11.100-r1.ebuild Ulrich Mueller (ulm)
  -- strict thread matches above, loose matches on Subject: below --
2011-02-02 20:34 Christian Faulhammer (fauli)
2010-10-12 10:25 Christian Faulhammer (fauli)
2010-04-08  8:18 Christian Faulhammer (fauli)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox