Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/x11vnc/
Date: Fri, 30 Apr 2021 16:58:10
Message-Id: 1619801885.14ff796614ca5380c85e54e591ddc8c900d34dfa.zlogene@gentoo
1 commit: 14ff796614ca5380c85e54e591ddc8c900d34dfa
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 16:57:31 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 16:58:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14ff7966
7
8 x11-misc/x11vnc: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 x11-misc/x11vnc/x11vnc-0.9.16-r4.ebuild | 9 +++------
14 x11-misc/x11vnc/x11vnc-0.9.16-r5.ebuild | 7 ++-----
15 2 files changed, 5 insertions(+), 11 deletions(-)
16
17 diff --git a/x11-misc/x11vnc/x11vnc-0.9.16-r4.ebuild b/x11-misc/x11vnc/x11vnc-0.9.16-r4.ebuild
18 index 85403ad5c8b..9d0ae573e93 100644
19 --- a/x11-misc/x11vnc/x11vnc-0.9.16-r4.ebuild
20 +++ b/x11-misc/x11vnc/x11vnc-0.9.16-r4.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/LibVNC/x11vnc/archive/${PV}.tar.gz -> ${P}.tar.gz"
28 LICENSE="GPL-2+-with-openssl-exception"
29 SLOT="0"
30 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
31 -IUSE="crypt fbcon libressl ssl +xcomposite +xdamage +xfixes xinerama +xrandr zeroconf"
32 +IUSE="crypt fbcon ssl +xcomposite +xdamage +xfixes xinerama +xrandr zeroconf"
33
34 COMMON_DEPEND="
35 >=net-libs/libvncserver-0.9.8[ssl=]
36 @@ -20,10 +20,7 @@ COMMON_DEPEND="
37 x11-libs/libXcursor
38 x11-libs/libXext
39 >=x11-libs/libXtst-1.1.0
40 - ssl? (
41 - !libressl? ( dev-libs/openssl:0= )
42 - libressl? ( dev-libs/libressl:= )
43 - )
44 + ssl? ( dev-libs/openssl:0= )
45 xcomposite? ( x11-libs/libXcomposite )
46 xdamage? ( x11-libs/libXdamage )
47 xfixes? ( x11-libs/libXfixes )
48
49 diff --git a/x11-misc/x11vnc/x11vnc-0.9.16-r5.ebuild b/x11-misc/x11vnc/x11vnc-0.9.16-r5.ebuild
50 index cf172b51fea..67620fb825d 100644
51 --- a/x11-misc/x11vnc/x11vnc-0.9.16-r5.ebuild
52 +++ b/x11-misc/x11vnc/x11vnc-0.9.16-r5.ebuild
53 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/LibVNC/x11vnc/archive/${PV}.tar.gz -> ${P}.tar.gz"
54 LICENSE="GPL-2+-with-openssl-exception"
55 SLOT="0"
56 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
57 -IUSE="crypt fbcon libressl ssl +xcomposite +xdamage +xfixes xinerama +xrandr zeroconf"
58 +IUSE="crypt fbcon ssl +xcomposite +xdamage +xfixes xinerama +xrandr zeroconf"
59
60 COMMON_DEPEND="
61 >=net-libs/libvncserver-0.9.8[ssl=]
62 @@ -20,10 +20,7 @@ COMMON_DEPEND="
63 x11-libs/libXcursor
64 x11-libs/libXext
65 >=x11-libs/libXtst-1.1.0
66 - ssl? (
67 - !libressl? ( dev-libs/openssl:0= )
68 - libressl? ( dev-libs/libressl:= )
69 - )
70 + ssl? ( dev-libs/openssl:0= )
71 xcomposite? ( x11-libs/libXcomposite )
72 xdamage? ( x11-libs/libXdamage )
73 xfixes? ( x11-libs/libXfixes )