From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 076EA138334 for ; Sat, 13 Jul 2019 17:58:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FBD7E0849; Sat, 13 Jul 2019 17:58:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06F09E0849 for ; Sat, 13 Jul 2019 17:58:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2CC73479AB for ; Sat, 13 Jul 2019 17:58:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C157B66B for ; Sat, 13 Jul 2019 17:58:38 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1563040709.dfea9e4e835851119bbf1c8d33418c67cd287060.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/icaclient/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/icaclient/icaclient-19.6.0.60-r1.ebuild X-VCS-Directories: net-misc/icaclient/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: dfea9e4e835851119bbf1c8d33418c67cd287060 X-VCS-Branch: master Date: Sat, 13 Jul 2019 17:58:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 557df1f7-5774-41e0-81d6-144bd75f9dff X-Archives-Hash: 9bd66717e3f95c14d7160da71b88780d commit: dfea9e4e835851119bbf1c8d33418c67cd287060 Author: Lars Wendler gentoo org> AuthorDate: Sat Jul 13 17:54:37 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Jul 13 17:58:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfea9e4e net-misc/icaclient: Removed "nsplugin" USE flag. Closes: https://bugs.gentoo.org/689782 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Lars Wendler gentoo.org> net-misc/icaclient/icaclient-19.6.0.60-r1.ebuild | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/net-misc/icaclient/icaclient-19.6.0.60-r1.ebuild b/net-misc/icaclient/icaclient-19.6.0.60-r1.ebuild index e41add9f57e..48ba5a0aff0 100644 --- a/net-misc/icaclient/icaclient-19.6.0.60-r1.ebuild +++ b/net-misc/icaclient/icaclient-19.6.0.60-r1.ebuild @@ -14,7 +14,7 @@ SRC_URI="amd64? ( linuxx64-${PV}.tar.gz ) LICENSE="icaclient" SLOT="0" KEYWORDS="-* ~amd64 ~x86" -IUSE="nsplugin l10n_de l10n_es l10n_fr l10n_ja l10n_zh_CN" +IUSE="l10n_de l10n_es l10n_fr l10n_ja l10n_zh_CN" RESTRICT="mirror strip userpriv fetch" ICAROOT="/opt/Citrix/ICAClient" @@ -99,12 +99,6 @@ src_install() { exeinto "${ICAROOT}"/lib doexe lib/*.so - if use nsplugin ; then - exeinto "${ICAROOT}" - doexe npica.so - dosym "${ICAROOT}"/npica.so /usr/$(get_libdir)/nsbrowser/plugins/npica.so - fi - for dest in "${ICAROOT}"{,/nls/en{,.UTF-8}} ; do insinto "${dest}" doins nls/en.UTF-8/eula.txt @@ -200,17 +194,6 @@ src_install() { domenu "${FILESDIR}"/*.desktop } -pkg_preinst() { - local old_plugin="/usr/lib64/nsbrowser/plugins/npwrapper.npica.so" - if use amd64 && [[ -f ${old_plugin} ]] ; then - local wrapper="/usr/bin/nspluginwrapper" - if [[ -x ${wrapper} ]] ; then - einfo "Removing npica.so from wrapper." - ${wrapper} -r ${old_plugin} - fi - fi -} - pkg_postinst() { xdg_desktop_database_update }