summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2010-10-12 10:23:24 +0000
committerChristian Faulhammer <fauli@gentoo.org>2010-10-12 10:23:24 +0000
commitf65deccde8d2bb49be84fb20703b41e8d155bb8d (patch)
tree7f3df651656ad1b000ae46830d0b66f8732b6c81 /net-misc/icaclient
parentClean up old revision. (diff)
downloadgentoo-2-f65deccde8d2bb49be84fb20703b41e8d155bb8d.tar.gz
gentoo-2-f65deccde8d2bb49be84fb20703b41e8d155bb8d.tar.bz2
gentoo-2-f65deccde8d2bb49be84fb20703b41e8d155bb8d.zip
clean up
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'net-misc/icaclient')
-rw-r--r--net-misc/icaclient/ChangeLog6
-rw-r--r--net-misc/icaclient/icaclient-11.100.ebuild136
2 files changed, 5 insertions, 137 deletions
diff --git a/net-misc/icaclient/ChangeLog b/net-misc/icaclient/ChangeLog
index 7f706ef843e0..e03b0dadc89b 100644
--- a/net-misc/icaclient/ChangeLog
+++ b/net-misc/icaclient/ChangeLog
@@ -1,6 +1,10 @@
# 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.75 2010/10/10 18:02:16 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v 1.76 2010/10/12 10:23:24 fauli Exp $
+
+ 12 Oct 2010; Christian Faulhammer <fauli@gentoo.org>
+ -icaclient-11.100.ebuild:
+ clean up
10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> icaclient-11.100.ebuild,
icaclient-11.100-r1.ebuild:
diff --git a/net-misc/icaclient/icaclient-11.100.ebuild b/net-misc/icaclient/icaclient-11.100.ebuild
deleted file mode 100644
index 346e0688df84..000000000000
--- a/net-misc/icaclient/icaclient-11.100.ebuild
+++ /dev/null
@@ -1,136 +0,0 @@
-# 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.ebuild,v 1.2 2010/10/10 18:02:16 ulm Exp $
-
-EAPI=1
-
-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="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:0
- )
- amd64? (
- >=app-emulation/emul-linux-x86-xlibs-20080316
- 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
- doins *.DLL npica.so 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
-
- dosym /opt/ICAClient/npica.so /usr/$(get_libdir)/nsbrowser/plugins/npica.so
-
- # 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
-}