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 5D50F138334 for ; Thu, 16 May 2019 16:38:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07ACEE07A7; Thu, 16 May 2019 16:38:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 95395E07A7 for ; Thu, 16 May 2019 16:38:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C4B09344796 for ; Thu, 16 May 2019 16:38:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0BC957E for ; Thu, 16 May 2019 16:38:01 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1558024657.adebe3d43faf1e31a99955f13bd1090569bcacc3.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/x11vnc/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/x11vnc/metadata.xml x11-misc/x11vnc/x11vnc-0.9.16-r1.ebuild X-VCS-Directories: x11-misc/x11vnc/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: adebe3d43faf1e31a99955f13bd1090569bcacc3 X-VCS-Branch: master Date: Thu, 16 May 2019 16:38:01 +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: ab2a2ad0-5a4c-4be6-9844-aece7ae9ad13 X-Archives-Hash: 3caaae35fbc1c64b2ba0aba2f4bbb190 commit: adebe3d43faf1e31a99955f13bd1090569bcacc3 Author: Matt Turner gentoo org> AuthorDate: Thu May 16 16:03:04 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu May 16 16:37:37 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adebe3d4 x11-misc/x11vnc: Drop xtrap support XTrap hasn't been supported by the Xserver since 2008. libXTrap is masked for removal. Signed-off-by: Matt Turner gentoo.org> x11-misc/x11vnc/metadata.xml | 1 - x11-misc/x11vnc/x11vnc-0.9.16-r1.ebuild | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/x11-misc/x11vnc/metadata.xml b/x11-misc/x11vnc/metadata.xml index 4ad5dbb6d54..ff953913614 100644 --- a/x11-misc/x11vnc/metadata.xml +++ b/x11-misc/x11vnc/metadata.xml @@ -11,7 +11,6 @@ Enable support for the Xdamage library Enable support for the Xfixes library Enable support for the X xrandr extension - Enable support for the XTrap library libvncserver diff --git a/x11-misc/x11vnc/x11vnc-0.9.16-r1.ebuild b/x11-misc/x11vnc/x11vnc-0.9.16-r1.ebuild index b34c657ccd3..b4e3e583f68 100644 --- a/x11-misc/x11vnc/x11vnc-0.9.16-r1.ebuild +++ b/x11-misc/x11vnc/x11vnc-0.9.16-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/LibVNC/x11vnc/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="crypt fbcon libressl ssl +xcomposite +xdamage +xfixes xinerama +xrandr xtrap zeroconf" +IUSE="crypt fbcon libressl ssl +xcomposite +xdamage +xfixes xinerama +xrandr zeroconf" COMMON_DEPEND=" >=net-libs/libvncserver-0.9.8[ssl?] @@ -28,7 +28,6 @@ COMMON_DEPEND=" xfixes? ( x11-libs/libXfixes ) xinerama? ( x11-libs/libXinerama ) xrandr? ( x11-libs/libXrandr ) - xtrap? ( x11-libs/libXTrap ) zeroconf? ( >=net-dns/avahi-0.6.4 ) " DEPEND="${COMMON_DEPEND} @@ -64,7 +63,6 @@ src_configure() { $(use_with xfixes) \ $(use_with xinerama) \ $(use_with xrandr) \ - $(use_with xtrap) \ $(use_with zeroconf avahi) }