Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/x11vnc: x11vnc-0.9.13-r1.ebuild ChangeLog
Date: Wed, 22 Jan 2014 20:03:12
Message-Id: 20140122200307.615F92004C@flycatcher.gentoo.org
1 hasufell 14/01/22 20:03:07
2
3 Modified: x11vnc-0.9.13-r1.ebuild ChangeLog
4 Log:
5 EAPI bump, cosmetic stuff
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
8
9 Revision Changes Path
10 1.4 x11-misc/x11vnc/x11vnc-0.9.13-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.13-r1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.13-r1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.13-r1.ebuild?r1=1.3&r2=1.4
15
16 Index: x11vnc-0.9.13-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.13-r1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- x11vnc-0.9.13-r1.ebuild 22 Feb 2013 19:39:11 -0000 1.3
23 +++ x11vnc-0.9.13-r1.ebuild 22 Jan 2014 20:03:07 -0000 1.4
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.13-r1.ebuild,v 1.3 2013/02/22 19:39:11 zmedico Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/x11vnc-0.9.13-r1.ebuild,v 1.4 2014/01/22 20:03:07 hasufell Exp $
30
31 -EAPI="4"
32 +EAPI=5
33
34 inherit eutils
35
36 @@ -15,29 +15,30 @@
37 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
38 IUSE="avahi crypt fbcon +jpeg ssl system-libvncserver threads tk xinerama +zlib"
39
40 -RDEPEND="system-libvncserver? ( >=net-libs/libvncserver-0.9.7[threads=,jpeg=,zlib=] )
41 - !system-libvncserver? (
42 - zlib? ( sys-libs/zlib )
43 - jpeg? ( virtual/jpeg:0 )
44 - )
45 - ssl? ( dev-libs/openssl )
46 - tk? ( dev-lang/tk )
47 - avahi? ( >=net-dns/avahi-0.6.4 )
48 - xinerama? ( x11-libs/libXinerama )
49 +RDEPEND="
50 x11-libs/libXfixes
51 x11-libs/libXrandr
52 x11-libs/libX11
53 >=x11-libs/libXtst-1.1.0
54 x11-libs/libXdamage
55 - x11-libs/libXext"
56 + x11-libs/libXext
57 + avahi? ( >=net-dns/avahi-0.6.4 )
58 + ssl? ( dev-libs/openssl )
59 + system-libvncserver? ( >=net-libs/libvncserver-0.9.7[threads=,jpeg=,zlib=] )
60 + !system-libvncserver? (
61 + zlib? ( sys-libs/zlib )
62 + jpeg? ( virtual/jpeg:0 )
63 + )
64 + tk? ( dev-lang/tk )
65 + xinerama? ( x11-libs/libXinerama )"
66 DEPEND="${RDEPEND}
67 x11-libs/libXt
68 - xinerama? ( x11-proto/xineramaproto )
69 x11-proto/inputproto
70 x11-proto/trapproto
71 x11-proto/recordproto
72 x11-proto/xproto
73 - x11-proto/xextproto"
74 + x11-proto/xextproto
75 + xinerama? ( x11-proto/xineramaproto )"
76
77 pkg_setup() {
78 if use avahi && ! use threads ; then
79 @@ -47,29 +48,29 @@
80 }
81
82 src_prepare() {
83 - epatch "${FILESDIR}"/${P}-warnings.patch
84 - epatch "${FILESDIR}"/${P}-shm-cleanup.patch
85 + epatch "${FILESDIR}"/${P}-warnings.patch \
86 + "${FILESDIR}"/${P}-shm-cleanup.patch
87 }
88
89 src_configure() {
90 # --without-v4l because of missing video4linux 2.x support wrt #389079
91 econf \
92 $(use_with system-libvncserver) \
93 - $(use_with avahi) \
94 $(use_with xinerama) \
95 - $(use_with ssl) \
96 - $(use_with ssl crypto) \
97 - $(use_with crypt) \
98 --without-v4l \
99 + $(use_with fbcon fbdev) \
100 + $(use_with crypt) \
101 + $(use_with ssl crypto) \
102 + $(use_with ssl) \
103 + $(use_with avahi) \
104 $(use_with jpeg) \
105 $(use_with zlib) \
106 - $(use_with threads pthread) \
107 - $(use_with fbcon fbdev)
108 + $(use_with threads pthread)
109 }
110
111 src_install() {
112 - emake DESTDIR="${D}" install
113 + default
114 dodoc x11vnc/{ChangeLog,README}
115 # Remove include files, which conflict with net-libs/libvncserver
116 - rm -rf "${D}"/usr/include
117 + rm -rf "${ED%/}"/usr/include
118 }
119
120
121
122 1.111 x11-misc/x11vnc/ChangeLog
123
124 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/x11vnc/ChangeLog?rev=1.111&view=markup
125 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/x11vnc/ChangeLog?rev=1.111&content-type=text/plain
126 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/x11vnc/ChangeLog?r1=1.110&r2=1.111
127
128 Index: ChangeLog
129 ===================================================================
130 RCS file: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/ChangeLog,v
131 retrieving revision 1.110
132 retrieving revision 1.111
133 diff -u -r1.110 -r1.111
134 --- ChangeLog 22 Jan 2014 15:11:02 -0000 1.110
135 +++ ChangeLog 22 Jan 2014 20:03:07 -0000 1.111
136 @@ -1,6 +1,9 @@
137 # ChangeLog for x11-misc/x11vnc
138 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
139 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/ChangeLog,v 1.110 2014/01/22 15:11:02 hasufell Exp $
140 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/x11vnc/ChangeLog,v 1.111 2014/01/22 20:03:07 hasufell Exp $
141 +
142 + 22 Jan 2014; Julian Ospald <hasufell@g.o> x11vnc-0.9.13-r1.ebuild:
143 + EAPI bump, cosmetic stuff
144
145 22 Jan 2014; Julian Ospald <hasufell@g.o> metadata.xml:
146 take over maintainership with Alex Xu as proxy