Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/x11vnc/, x11-misc/x11vnc/files/
Date: Sun, 28 May 2017 07:18:51
Message-Id: 1495955919.487377a532ca955416a2dfea5b30344fd7dd554e.mgorny@gentoo
1 commit: 487377a532ca955416a2dfea5b30344fd7dd554e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 28 07:18:39 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 28 07:18:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=487377a5
7
8 x11-misc/x11vnc: Clean old up, #619894
9
10 .../x11vnc-0.9.13-fix-compiler-detection.patch | 6 ---
11 x11-misc/x11vnc/x11vnc-0.9.13_p20150111.ebuild | 56 ----------------------
12 2 files changed, 62 deletions(-)
13
14 diff --git a/x11-misc/x11vnc/files/x11vnc-0.9.13-fix-compiler-detection.patch b/x11-misc/x11vnc/files/x11vnc-0.9.13-fix-compiler-detection.patch
15 deleted file mode 100644
16 index 0828b0154e6..00000000000
17 --- a/x11-misc/x11vnc/files/x11vnc-0.9.13-fix-compiler-detection.patch
18 +++ /dev/null
19 @@ -1,6 +0,0 @@
20 ---- a/configure.ac 2015-11-14 18:49:21.000000000 +0100
21 -+++ b/configure.ac 2016-10-13 09:30:37.530000000 +0200
22 -@@ -6,2 +6,3 @@
23 - AC_CONFIG_MACRO_DIR([m4])
24 -+AC_PROG_CC
25 -
26
27 diff --git a/x11-misc/x11vnc/x11vnc-0.9.13_p20150111.ebuild b/x11-misc/x11vnc/x11vnc-0.9.13_p20150111.ebuild
28 deleted file mode 100644
29 index 4fac03cbeaa..00000000000
30 --- a/x11-misc/x11vnc/x11vnc-0.9.13_p20150111.ebuild
31 +++ /dev/null
32 @@ -1,56 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -inherit autotools eutils
39 -
40 -DESCRIPTION="A VNC server for real X displays"
41 -HOMEPAGE="http://www.karlrunge.com/x11vnc/"
42 -SRC_URI="https://github.com/LibVNC/x11vnc/archive/82eb9752485db87c9c6d3d6bb4aa1ae7ac81174a.zip"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
47 -IUSE="avahi crypt fbcon ssl xinerama"
48 -
49 -RDEPEND="
50 - x11-libs/libX11
51 - x11-libs/libXdamage
52 - x11-libs/libXext
53 - x11-libs/libXfixes
54 - x11-libs/libXrandr
55 - >=x11-libs/libXtst-1.1.0
56 - avahi? ( >=net-dns/avahi-0.6.4 )
57 - ssl? ( dev-libs/openssl:= )
58 - >=net-libs/libvncserver-0.9.8
59 - xinerama? ( x11-libs/libXinerama )"
60 -DEPEND="${RDEPEND}
61 - x11-libs/libXt
62 - x11-proto/inputproto
63 - x11-proto/trapproto
64 - x11-proto/recordproto
65 - x11-proto/xproto
66 - x11-proto/xextproto
67 - xinerama? ( x11-proto/xineramaproto )"
68 -
69 -S="${WORKDIR}/x11vnc-82eb9752485db87c9c6d3d6bb4aa1ae7ac81174a"
70 -
71 -DOCS=(ChangeLog README)
72 -
73 -src_prepare() {
74 - epatch "${FILESDIR}"/${PN}-0.9.13-fix-compiler-detection.patch
75 - eautoreconf
76 -}
77 -
78 -src_configure() {
79 - # --without-v4l because of missing video4linux 2.x support wrt #389079
80 - econf \
81 - $(use_with avahi) \
82 - $(use_with crypt) \
83 - $(use_with fbcon fbdev) \
84 - $(use_with ssl) \
85 - $(use_with ssl crypto) \
86 - --without-v4l \
87 - $(use_with xinerama)
88 -}