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: net-misc/directvnc/files/, profiles/, net-misc/directvnc/
Date: Mon, 11 Sep 2017 18:57:31
Message-Id: 1505156166.bae2403f35afc9b02f786baf9eb95645dbc52ee7.mgorny@gentoo
1 commit: bae2403f35afc9b02f786baf9eb95645dbc52ee7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 11 18:40:13 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 11 18:56:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae2403f
7
8 net-misc/directvnc: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/625612
11
12 net-misc/directvnc/Manifest | 2 -
13 net-misc/directvnc/directvnc-0.7.6-r1.ebuild | 42 ------------------
14 net-misc/directvnc/directvnc-0.7.8.ebuild | 51 ----------------------
15 .../directvnc/files/directvnc-0.7.6-mouse.patch | 30 -------------
16 .../directvnc/files/directvnc-0.7.8-mouse.patch | 29 ------------
17 net-misc/directvnc/metadata.xml | 15 -------
18 profiles/package.mask | 5 ---
19 7 files changed, 174 deletions(-)
20
21 diff --git a/net-misc/directvnc/Manifest b/net-misc/directvnc/Manifest
22 deleted file mode 100644
23 index 3f7fe1c9030..00000000000
24 --- a/net-misc/directvnc/Manifest
25 +++ /dev/null
26 @@ -1,2 +0,0 @@
27 -DIST directvnc-0.7.6.tar.gz 380677 SHA256 9e170e7e25a5cacd4f8ca9b808a62940ef24ccc33c7cef521b6e64a0be5e7134 SHA512 dd64fdc6bee5fc1aeb7ed7ccf18f0962db0f6b2733e20f7647065fb58907dbb499a048a12ef7d3ec84f5a45b1acccd6f4c2db39078fb2c2a224605f91d648a51 WHIRLPOOL 569dec31c543f98223d635402d35ca92fe2790f5d9a2dd3f52ef809c002df1ac6d33856553113e039875b69e6dc0a81f2f9c3c91be7b1ac13635754db18551cc
28 -DIST directvnc-0.7.8.tar.gz 374455 SHA256 07d6109aef5bba2df86f0dd658be7ed9d828801be0878eba3d32f041189d3330 SHA512 15c2cbca3c5ada18bf68f8cf8e4123504fc887a97b0aceb0e2c8d9db769414653b0e62c5896d041cba5daf2e911a83db9c70a2d2a509f309ae62e49d75c91271 WHIRLPOOL fdcc16e4209283ddce2975b2068fe77d19b7d136cb1316d6fcc95dad7875a26806c0858f1814f67214420004f00e300c7543a6672b372391f543a14b25886f54
29
30 diff --git a/net-misc/directvnc/directvnc-0.7.6-r1.ebuild b/net-misc/directvnc/directvnc-0.7.6-r1.ebuild
31 deleted file mode 100644
32 index cdab96c9956..00000000000
33 --- a/net-misc/directvnc/directvnc-0.7.6-r1.ebuild
34 +++ /dev/null
35 @@ -1,42 +0,0 @@
36 -# Copyright 1999-2013 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=5
40 -
41 -AUTOTOOLS_IN_SOURCE_BUILD=1
42 -AUTOTOOLS_AUTORECONF=1
43 -
44 -inherit eutils autotools-utils
45 -
46 -DESCRIPTION="Very thin VNC client for unix framebuffer systems"
47 -HOMEPAGE="https://drinkmilk.github.com/directvnc/"
48 -SRC_URI="https://github.com/downloads/drinkmilk/${PN}/${P}.tar.gz"
49 -
50 -LICENSE="GPL-2"
51 -SLOT="0"
52 -KEYWORDS="~x86 ~ppc ~amd64"
53 -IUSE="+mouse dmalloc"
54 -
55 -RDEPEND="dev-libs/DirectFB[fbcon,dynload]
56 - virtual/jpeg"
57 -
58 -DEPEND="${RDEPEND}
59 - dmalloc? ( dev-libs/dmalloc )
60 - x11-proto/xproto"
61 -
62 -DOCS=( NEWS THANKS )
63 -
64 -src_prepare() {
65 - # Make mouse support optional
66 - use mouse || epatch "${FILESDIR}/${P}-mouse.patch"
67 - sed -i -e 's|$(prefix)/share/doc/@PACKAGE@|@docdir@|g' Makefile.am || die
68 - autotools-utils_src_prepare
69 -}
70 -
71 -src_configure() {
72 - myeconfargs=(
73 - $(use_with dmalloc)
74 - )
75 -
76 - autotools-utils_src_configure
77 -}
78
79 diff --git a/net-misc/directvnc/directvnc-0.7.8.ebuild b/net-misc/directvnc/directvnc-0.7.8.ebuild
80 deleted file mode 100644
81 index da4fed45eb9..00000000000
82 --- a/net-misc/directvnc/directvnc-0.7.8.ebuild
83 +++ /dev/null
84 @@ -1,51 +0,0 @@
85 -# Copyright 1999-2013 Gentoo Foundation
86 -# Distributed under the terms of the GNU General Public License v2
87 -
88 -EAPI=5
89 -
90 -AUTOTOOLS_IN_SOURCE_BUILD=1
91 -AUTOTOOLS_AUTORECONF=1
92 -
93 -inherit eutils autotools-utils
94 -
95 -DESCRIPTION="Very thin VNC client for unix framebuffer systems"
96 -HOMEPAGE="https://drinkmilk.github.com/directvnc/"
97 -SRC_URI="https://github.com/downloads/drinkmilk/${PN}/${P}.tar.gz"
98 -
99 -LICENSE="GPL-2"
100 -SLOT="0"
101 -KEYWORDS="~amd64 ~ppc ~x86"
102 -IUSE="+mouse dmalloc"
103 -
104 -RDEPEND="dev-libs/DirectFB[fbcon,dynload]
105 - virtual/jpeg"
106 -
107 -DEPEND="${RDEPEND}
108 - dmalloc? ( dev-libs/dmalloc )
109 - x11-proto/xproto"
110 -
111 -DOCS=( NEWS THANKS )
112 -
113 -src_prepare() {
114 - use mouse || epatch "${FILESDIR}"/${P}-mouse.patch
115 -
116 - # fix package version
117 - sed -i -e '/^AM_INIT_AUTOMAKE/s/0.7.7/0.7.8/g' configure.in || die
118 - # fix build system don't respect --docdir option
119 - sed -i -e 's|$(prefix)/share/doc/@PACKAGE@|@docdir@|g' Makefile.am || die
120 -
121 - autotools-utils_src_prepare
122 -}
123 -
124 -src_configure() {
125 - myeconfargs=(
126 - $(use_with dmalloc)
127 - )
128 -
129 - autotools-utils_src_configure
130 -}
131 -
132 -pkg_postinst() {
133 - einfo "To customize your keyboard mapping, please consult the manual"
134 - einfo " commmand: man 7 directvnc-kbmapping"
135 -}
136
137 diff --git a/net-misc/directvnc/files/directvnc-0.7.6-mouse.patch b/net-misc/directvnc/files/directvnc-0.7.6-mouse.patch
138 deleted file mode 100644
139 index 71d90166177..00000000000
140 --- a/net-misc/directvnc/files/directvnc-0.7.6-mouse.patch
141 +++ /dev/null
142 @@ -1,30 +0,0 @@
143 -diff --git a/src/dfb.c b/src/dfb.c
144 -old mode 100755
145 -new mode 100644
146 -index 8de0f0a..0241c82
147 ---- a/src/dfb.c
148 -+++ b/src/dfb.c
149 -@@ -28,7 +28,6 @@ IDirectFB *dfb = NULL;
150 - IDirectFBSurface *primary;
151 - IDirectFBDisplayLayer *layer;
152 - IDirectFBInputDevice *keyboard;
153 --IDirectFBInputDevice *mouse;
154 - IDirectFBEventBuffer *input_buffer;
155 - DFBResult err;
156 - DFBSurfaceDescription dsc;
157 -@@ -70,7 +69,6 @@ dfb_init(int argc, char *argv[])
158 - primary->GetSize (primary, &opt.client.width, &opt.client.height);
159 -
160 - DFBCHECK(dfb->GetInputDevice( dfb, DIDID_KEYBOARD, &keyboard ));
161 -- DFBCHECK(dfb->GetInputDevice( dfb, DIDID_MOUSE, &mouse ));
162 - DFBCHECK (dfb->CreateInputEventBuffer (dfb, DICAPS_ALL, DFB_TRUE, &input_buffer));
163 - }
164 -
165 -@@ -84,7 +82,6 @@ dfb_deinit()
166 - primary->Release( primary );
167 - input_buffer->Release(input_buffer);
168 - keyboard->Release( keyboard );
169 -- mouse->Release( mouse );
170 - layer->Release( layer );
171 - dfb->Release( dfb );
172 - }
173
174 diff --git a/net-misc/directvnc/files/directvnc-0.7.8-mouse.patch b/net-misc/directvnc/files/directvnc-0.7.8-mouse.patch
175 deleted file mode 100644
176 index b37b381ae23..00000000000
177 --- a/net-misc/directvnc/files/directvnc-0.7.8-mouse.patch
178 +++ /dev/null
179 @@ -1,29 +0,0 @@
180 -diff --git a/src/dfb.c b/src/dfb.c
181 -index 5335ea2..8f3adbc 100644
182 ---- a/src/dfb.c
183 -+++ b/src/dfb.c
184 -@@ -28,7 +28,6 @@ IDirectFB *dfb = NULL;
185 - IDirectFBSurface *primary = NULL;
186 - IDirectFBDisplayLayer *layer = NULL;
187 - IDirectFBInputDevice *keyboard = NULL;
188 --IDirectFBInputDevice *mouse = NULL;
189 - IDirectFBEventBuffer *input_buffer = NULL;
190 - DFBResult err;
191 - DFBSurfaceDescription dsc;
192 -@@ -70,7 +69,6 @@ dfb_init(int argc, char *argv[])
193 - primary->GetSize (primary, &opt.client.width, &opt.client.height);
194 -
195 - DFBCHECK(dfb->GetInputDevice( dfb, DIDID_KEYBOARD, &keyboard ));
196 -- DFBCHECK(dfb->GetInputDevice( dfb, DIDID_MOUSE, &mouse ));
197 - DFBCHECK (dfb->CreateInputEventBuffer (dfb, DICAPS_ALL, DFB_TRUE, &input_buffer));
198 - }
199 -
200 -@@ -87,8 +85,6 @@ dfb_deinit()
201 - input_buffer->Release( input_buffer );
202 - if ( keyboard )
203 - keyboard->Release( keyboard );
204 -- if ( mouse )
205 -- mouse->Release( mouse );
206 - if ( layer )
207 - layer->Release( layer );
208 - if ( dfb )
209
210 diff --git a/net-misc/directvnc/metadata.xml b/net-misc/directvnc/metadata.xml
211 deleted file mode 100644
212 index 59570dd884e..00000000000
213 --- a/net-misc/directvnc/metadata.xml
214 +++ /dev/null
215 @@ -1,15 +0,0 @@
216 -<?xml version="1.0" encoding="UTF-8"?>
217 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
218 -<pkgmetadata>
219 - <maintainer type="person">
220 - <email>dlan@g.o</email>
221 - <name>Yixun Lan</name>
222 - </maintainer>
223 - <use>
224 - <flag name="mouse">Adds mouse support</flag>
225 - <flag name="dmalloc">Enable debugging with the dmalloc library</flag>
226 - </use>
227 - <upstream>
228 - <remote-id type="github">downloads/drinkmilk</remote-id>
229 - </upstream>
230 -</pkgmetadata>
231
232 diff --git a/profiles/package.mask b/profiles/package.mask
233 index 6f6458ae668..486e29b6eec 100644
234 --- a/profiles/package.mask
235 +++ b/profiles/package.mask
236 @@ -439,11 +439,6 @@ media-gfx/DFBPoint
237 # month.
238 media-video/dfbsee
239
240 -# Pacho Ramos <pacho@g.o> (26 Jul 2017)
241 -# Upstream dead, relies on also dead DirectFB lib (#625612). Removal in a
242 -# month.
243 -net-misc/directvnc
244 -
245 # Kent Fredric <kentnl@g.o> (21 Jul 2017)
246 # Masked due to serious regression that introduces widespread data
247 # corruption when storing data in blobs. Masked, because any code