Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/qwtplot3d/files/, profiles/, x11-libs/qwtplot3d/
Date: Tue, 13 Feb 2018 21:19:26
Message-Id: 1518556665.3b7c44cdd1e605ed5e35ae26e9f898306f431b87.asturm@gentoo
1 commit: 3b7c44cdd1e605ed5e35ae26e9f898306f431b87
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 13 21:17:45 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 13 21:17:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b7c44cd
7
8 profiles: Drop last-rited x11-libs/qwtplot3d
9
10 Closes: https://bugs.gentoo.org/630550
11
12 profiles/package.mask | 4 -
13 x11-libs/qwtplot3d/Manifest | 1 -
14 x11-libs/qwtplot3d/files/qwtplot3d-doxygen.patch | 28 -----
15 x11-libs/qwtplot3d/files/qwtplot3d-examples.patch | 125 ---------------------
16 x11-libs/qwtplot3d/files/qwtplot3d-gcc44.patch | 12 --
17 x11-libs/qwtplot3d/files/qwtplot3d-profile.patch | 27 -----
18 x11-libs/qwtplot3d/files/qwtplot3d-qt48.patch | 19 ----
19 x11-libs/qwtplot3d/files/qwtplot3d-sys-gl2ps.patch | 31 -----
20 x11-libs/qwtplot3d/metadata.xml | 15 ---
21 x11-libs/qwtplot3d/qwtplot3d-0.2.7-r2.ebuild | 59 ----------
22 10 files changed, 321 deletions(-)
23
24 diff --git a/profiles/package.mask b/profiles/package.mask
25 index 54829889788..28fda3a3953 100644
26 --- a/profiles/package.mask
27 +++ b/profiles/package.mask
28 @@ -338,10 +338,6 @@ net-im/mu-conference
29 # in a month.
30 dev-libs/libmcs
31
32 -# Pacho Ramos <pacho@g.o> (04 Jan 2018)
33 -# Upstream dead, QT4 consumer (#630550). Removal in a month.
34 -x11-libs/qwtplot3d
35 -
36 # Pacho Ramos <pacho@g.o> (04 Jan 2018)
37 # No reverse deps, fails to build (#630866). Removal in a month.
38 dev-libs/libmowgli-glib
39
40 diff --git a/x11-libs/qwtplot3d/Manifest b/x11-libs/qwtplot3d/Manifest
41 deleted file mode 100644
42 index c241a80abc7..00000000000
43 --- a/x11-libs/qwtplot3d/Manifest
44 +++ /dev/null
45 @@ -1 +0,0 @@
46 -DIST qwtplot3d-0.2.7.tgz 183836 BLAKE2B f34fafdea591b2a1440321756872eb8f5580ccf8d5785eeeb6b32e1a4ee515b48ce2cf6e97462f69c2c82b83eebd90226b73d160e1e7027695024f590c4c1c6f SHA512 88e6d270695931775f3c1c0e718118e31118dbfe9f5f582834de09ab515fdf9e8a0f90d424f276653fdf1cf0b39e2060282385701a4ab48843420fe55a1dcf0c
47
48 diff --git a/x11-libs/qwtplot3d/files/qwtplot3d-doxygen.patch b/x11-libs/qwtplot3d/files/qwtplot3d-doxygen.patch
49 deleted file mode 100644
50 index b0632a380a2..00000000000
51 --- a/x11-libs/qwtplot3d/files/qwtplot3d-doxygen.patch
52 +++ /dev/null
53 @@ -1,28 +0,0 @@
54 ---- qwtplot3d/doc/Doxyfile.doxygen.orig 2007-11-26 22:30:57.000000000 +0000
55 -+++ qwtplot3d/doc/Doxyfile.doxygen 2007-11-26 22:30:03.000000000 +0000
56 -@@ -116,7 +116,7 @@
57 - HTML_ALIGN_MEMBERS = YES
58 - GENERATE_HTMLHELP = NO
59 - CHM_FILE = qwtplot3d.chm
60 --HHC_LOCATION = "c:\Programme\HTML Help Workshop\hhc.exe"
61 -+#HHC_LOCATION = "c:\Programme\HTML Help Workshop\hhc.exe"
62 - GENERATE_CHI = NO
63 - BINARY_TOC = YES
64 - TOC_EXPAND = YES
65 -@@ -181,7 +181,7 @@
66 - MACRO_EXPANSION = NO
67 - EXPAND_ONLY_PREDEF = NO
68 - SEARCH_INCLUDES = YES
69 --INCLUDE_PATH = V:/cvs/qwtplot3d/include/
70 -+INCLUDE_PATH = ../include
71 - INCLUDE_FILE_PATTERNS = *.h
72 - PREDEFINED = QWT3D_NOT_FOR_DOXYGEN \
73 - QT_VERSION=0x040000
74 -@@ -212,7 +212,6 @@
75 - GRAPHICAL_HIERARCHY = YES
76 - DIRECTORY_GRAPH = YES
77 - DOT_IMAGE_FORMAT = png
78 --DOT_PATH = V:/graphviz/Graphviz/bin/
79 - DOTFILE_DIRS =
80 - MAX_DOT_GRAPH_WIDTH = 974
81 - MAX_DOT_GRAPH_HEIGHT = 10000
82
83 diff --git a/x11-libs/qwtplot3d/files/qwtplot3d-examples.patch b/x11-libs/qwtplot3d/files/qwtplot3d-examples.patch
84 deleted file mode 100644
85 index f142c337927..00000000000
86 --- a/x11-libs/qwtplot3d/files/qwtplot3d-examples.patch
87 +++ /dev/null
88 @@ -1,125 +0,0 @@
89 -diff -Nur qwtplot3d.orig/examples/axes/src/axesmainwindow.cpp qwtplot3d/examples/axes/src/axesmainwindow.cpp
90 ---- qwtplot3d.orig/examples/axes/src/axesmainwindow.cpp 2007-11-26 22:16:54.000000000 +0000
91 -+++ qwtplot3d/examples/axes/src/axesmainwindow.cpp 2007-11-26 22:21:56.000000000 +0000
92 -@@ -9,7 +9,7 @@
93 -
94 - #include "axes.h"
95 - #include "axesmainwindow.h"
96 --#include "../../../include/qwt3d_function.h"
97 -+#include <qwt3d_function.h>
98 -
99 - using namespace std;
100 - using namespace Qwt3D;
101 -diff -Nur qwtplot3d.orig/examples/common.pro qwtplot3d/examples/common.pro
102 ---- qwtplot3d.orig/examples/common.pro 2007-11-26 22:16:54.000000000 +0000
103 -+++ qwtplot3d/examples/common.pro 2007-11-26 23:43:33.000000000 +0000
104 -@@ -1,13 +1,13 @@
105 - TEMPLATE = app
106 --CONFIG += qt warn_on thread debug
107 -+CONFIG += qt warn_on thread
108 - UI_DIR = tmp
109 - MOC_DIR = tmp
110 - OBJECTS_DIR = tmp
111 --INCLUDEPATH += ../../include
112 -+INCLUDEPATH += /usr/include/qwtplot3d
113 - DEPENDPATH = $$INCLUDEPATH
114 - DESTDIR = ../bin
115 -
116 --unix:LIBS += -lqwtplot3d -L../../lib
117 -+unix:LIBS += -lqwtplot3d
118 - linux-g++:QMAKE_CXXFLAGS += -fno-exceptions
119 -
120 - win32{
121 -@@ -25,7 +25,7 @@
122 - ISQT4 = $$find(MYVERSION, ^[2-9])
123 -
124 - !isEmpty( ISQT4 ) {
125 --RESOURCES = ../images.qrc
126 -+#RESOURCES = ../images.qrc
127 - QT += opengl
128 - }
129 -
130 -diff -Nur qwtplot3d.orig/examples/enrichments/src/enrichmentmainwindow.cpp qwtplot3d/examples/enrichments/src/enrichmentmainwindow.cpp
131 ---- qwtplot3d.orig/examples/enrichments/src/enrichmentmainwindow.cpp 2007-11-26 22:16:54.000000000 +0000
132 -+++ qwtplot3d/examples/enrichments/src/enrichmentmainwindow.cpp 2007-11-26 22:22:48.000000000 +0000
133 -@@ -6,7 +6,7 @@
134 -
135 - #include "enrichmentmainwindow.h"
136 - #include "enrichments.h"
137 --#include "../../../include/qwt3d_function.h"
138 -+#include <qwt3d_function.h>
139 -
140 - using namespace Qwt3D;
141 -
142 -diff -Nur qwtplot3d.orig/examples/mesh2/src/colormapreader.h qwtplot3d/examples/mesh2/src/colormapreader.h
143 ---- qwtplot3d.orig/examples/mesh2/src/colormapreader.h 2007-11-26 22:16:54.000000000 +0000
144 -+++ qwtplot3d/examples/mesh2/src/colormapreader.h 2007-11-26 22:23:19.000000000 +0000
145 -@@ -5,7 +5,7 @@
146 - #include <qframe.h>
147 - #include <qpixmap.h>
148 -
149 --#include "../../../include/qwt3d_types.h"
150 -+#include <qwt3d_types.h>
151 -
152 - #if QT_VERSION < 0x040000
153 -
154 -diff -Nur qwtplot3d.orig/examples/mesh2/src/functions.h qwtplot3d/examples/mesh2/src/functions.h
155 ---- qwtplot3d.orig/examples/mesh2/src/functions.h 2007-11-26 22:16:54.000000000 +0000
156 -+++ qwtplot3d/examples/mesh2/src/functions.h 2007-11-26 22:23:47.000000000 +0000
157 -@@ -2,8 +2,8 @@
158 - #define __EXAMPLE_H__
159 -
160 - #include <math.h>
161 --#include "../../../include/qwt3d_parametricsurface.h"
162 --#include "../../../include/qwt3d_function.h"
163 -+#include <qwt3d_parametricsurface.h>
164 -+#include <qwt3d_function.h>
165 -
166 - using namespace Qwt3D;
167 -
168 -diff -Nur qwtplot3d.orig/examples/mesh2/src/lightingdlg.h qwtplot3d/examples/mesh2/src/lightingdlg.h
169 ---- qwtplot3d.orig/examples/mesh2/src/lightingdlg.h 2007-11-26 22:16:54.000000000 +0000
170 -+++ qwtplot3d/examples/mesh2/src/lightingdlg.h 2007-11-26 22:24:41.000000000 +0000
171 -@@ -3,10 +3,10 @@
172 -
173 - #include <math.h>
174 - #include <qapplication.h>
175 --#include "../../../include/qwt3d_parametricsurface.h"
176 --#include "../../../include/qwt3d_surfaceplot.h"
177 --#include "../../../include/qwt3d_enrichment.h"
178 --#include "../../../include/qwt3d_color.h"
179 -+#include <qwt3d_parametricsurface.h>
180 -+#include <qwt3d_surfaceplot.h>
181 -+#include <qwt3d_enrichment.h>
182 -+#include <qwt3d_color.h>
183 -
184 - #if QT_VERSION < 0x040000
185 - #include "lightingdlgbase.h"
186 -diff -Nur qwtplot3d.orig/examples/mesh2/src/mesh2mainwindow.cpp qwtplot3d/examples/mesh2/src/mesh2mainwindow.cpp
187 ---- qwtplot3d.orig/examples/mesh2/src/mesh2mainwindow.cpp 2007-11-26 22:16:54.000000000 +0000
188 -+++ qwtplot3d/examples/mesh2/src/mesh2mainwindow.cpp 2007-11-26 22:25:33.000000000 +0000
189 -@@ -33,9 +33,9 @@
190 - #include "colormapreader.h"
191 - #include "lightingdlg.h"
192 - #include "femreader.h"
193 --#include "../../../include/qwt3d_io.h"
194 --#include "../../../include/qwt3d_io_gl2ps.h"
195 --#include "../../../include/qwt3d_io_reader.h"
196 -+#include <qwt3d_io.h>
197 -+#include <qwt3d_io_gl2ps.h>
198 -+#include <qwt3d_io_reader.h>
199 -
200 - using namespace Qwt3D;
201 - using namespace std;
202 -diff -Nur qwtplot3d.orig/examples/mesh2/src/mesh2mainwindow.h qwtplot3d/examples/mesh2/src/mesh2mainwindow.h
203 ---- qwtplot3d.orig/examples/mesh2/src/mesh2mainwindow.h 2007-11-26 22:16:54.000000000 +0000
204 -+++ qwtplot3d/examples/mesh2/src/mesh2mainwindow.h 2007-11-26 22:26:09.000000000 +0000
205 -@@ -1,7 +1,7 @@
206 - #ifndef mesh2mainwindow_h__2004_03_07_13_38_begin_guarded_code
207 - #define mesh2mainwindow_h__2004_03_07_13_38_begin_guarded_code
208 -
209 --#include "../../../include/qwt3d_surfaceplot.h"
210 -+#include <qwt3d_surfaceplot.h>
211 -
212 -
213 - #if QT_VERSION < 0x040000
214
215 diff --git a/x11-libs/qwtplot3d/files/qwtplot3d-gcc44.patch b/x11-libs/qwtplot3d/files/qwtplot3d-gcc44.patch
216 deleted file mode 100644
217 index a76fe831ab9..00000000000
218 --- a/x11-libs/qwtplot3d/files/qwtplot3d-gcc44.patch
219 +++ /dev/null
220 @@ -1,12 +0,0 @@
221 -diff -ur qwtplot3d-orig/include/qwt3d_function.h qwtplot3d/include/qwt3d_function.h
222 ---- qwtplot3d-orig/include/qwt3d_function.h 2009-07-25 18:18:58.000000000 -0400
223 -+++ qwtplot3d/include/qwt3d_function.h 2009-07-25 18:19:19.000000000 -0400
224 -@@ -2,6 +2,7 @@
225 - #define qwt3d_function_h__2004_03_05_13_51_begin_guarded_code
226 -
227 - #include "qwt3d_gridmapping.h"
228 -+#include <cstdio>
229 -
230 - namespace Qwt3D
231 - {
232 -Only in qwtplot3d/tmp: qwt3d_function.o
233
234 diff --git a/x11-libs/qwtplot3d/files/qwtplot3d-profile.patch b/x11-libs/qwtplot3d/files/qwtplot3d-profile.patch
235 deleted file mode 100644
236 index 831ad558d2f..00000000000
237 --- a/x11-libs/qwtplot3d/files/qwtplot3d-profile.patch
238 +++ /dev/null
239 @@ -1,27 +0,0 @@
240 ---- qwtplot3d.orig/qwtplot3d.pro 2007-11-26 22:16:54.000000000 +0000
241 -+++ qwtplot3d/qwtplot3d.pro 2007-11-26 23:45:18.000000000 +0000
242 -@@ -3,7 +3,7 @@
243 -
244 - TARGET = qwtplot3d
245 - TEMPLATE = lib
246 --CONFIG += qt warn_on opengl thread zlib debug
247 -+CONFIG += qt warn_on opengl thread zlib
248 - MOC_DIR = tmp
249 - OBJECTS_DIR = tmp
250 - INCLUDEPATH = include
251 -@@ -21,7 +21,7 @@
252 - win32:CONFIG -= zlib
253 -
254 - linux-g++:TMAKE_CXXFLAGS += -fno-exceptions
255 --unix:VERSION = 0.2.6
256 -+unix:VERSION = 0.2.7
257 -
258 - # Input
259 - SOURCES += src/qwt3d_axis.cpp \
260 -@@ -92,4 +92,4 @@
261 - DEFINES += GL2PS_HAVE_ZLIB
262 - win32:LIBS += zlib.lib
263 - unix:LIBS += -lz
264 --}
265 -\ No newline at end of file
266 -+}
267
268 diff --git a/x11-libs/qwtplot3d/files/qwtplot3d-qt48.patch b/x11-libs/qwtplot3d/files/qwtplot3d-qt48.patch
269 deleted file mode 100644
270 index 4e558eda7c9..00000000000
271 --- a/x11-libs/qwtplot3d/files/qwtplot3d-qt48.patch
272 +++ /dev/null
273 @@ -1,19 +0,0 @@
274 - include/qwt3d_openglhelper.h | 5 +++++
275 - 1 files changed, 5 insertions(+), 0 deletions(-)
276 -
277 -diff --git a/include/qwt3d_openglhelper.h b/include/qwt3d_openglhelper.h
278 -index e5499c2..a7ecddc 100644
279 ---- a/include/qwt3d_openglhelper.h
280 -+++ b/include/qwt3d_openglhelper.h
281 -@@ -8,6 +8,11 @@
282 - #include <QtOpenGL/qgl.h>
283 - #endif
284 -
285 -+#if QT_VERSION < 0x047999
286 -+#include <GL/glu.h>
287 -+#endif
288 -+
289 -+
290 - namespace Qwt3D
291 - {
292 -
293
294 diff --git a/x11-libs/qwtplot3d/files/qwtplot3d-sys-gl2ps.patch b/x11-libs/qwtplot3d/files/qwtplot3d-sys-gl2ps.patch
295 deleted file mode 100644
296 index 81a77e13249..00000000000
297 --- a/x11-libs/qwtplot3d/files/qwtplot3d-sys-gl2ps.patch
298 +++ /dev/null
299 @@ -1,31 +0,0 @@
300 ---- qwtplot3d.pro.orig 2009-04-07 19:45:29.985645378 +0100
301 -+++ qwtplot3d.pro 2009-04-07 19:46:50.095747068 +0100
302 -@@ -80,13 +80,11 @@
303 - include/qwt3d_graphplot.h \
304 - include/qwt3d_multiplot.h
305 -
306 --# gl2ps support
307 --HEADERS+=3rdparty/gl2ps/gl2ps.h \
308 -- include/qwt3d_io_gl2ps.h
309 -+# gl2ps support taken from system libs
310 -+HEADERS+=include/qwt3d_io_gl2ps.h
311 -
312 --SOURCES+=src/qwt3d_io_gl2ps.cpp \
313 -- 3rdparty/gl2ps/gl2ps.c
314 --
315 -+SOURCES+=src/qwt3d_io_gl2ps.cpp
316 -+unix:LIBS += -lgl2ps
317 - # zlib support for gl2ps
318 - zlib {
319 - DEFINES += GL2PS_HAVE_ZLIB
320 ---- src/qwt3d_io_gl2ps.cpp.orig 2009-04-07 19:44:38.536418391 +0100
321 -+++ src/qwt3d_io_gl2ps.cpp 2009-04-07 19:45:03.685133854 +0100
322 -@@ -4,7 +4,7 @@
323 -
324 - #include <time.h>
325 - #include "qwt3d_openglhelper.h"
326 --#include "../3rdparty/gl2ps/gl2ps.h"
327 -+#include <gl2ps.h>
328 - #include "qwt3d_io_gl2ps.h"
329 - #include "qwt3d_plot.h"
330 -
331
332 diff --git a/x11-libs/qwtplot3d/metadata.xml b/x11-libs/qwtplot3d/metadata.xml
333 deleted file mode 100644
334 index a63bd8a60d8..00000000000
335 --- a/x11-libs/qwtplot3d/metadata.xml
336 +++ /dev/null
337 @@ -1,15 +0,0 @@
338 -<?xml version="1.0" encoding="UTF-8"?>
339 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
340 -<pkgmetadata>
341 - <maintainer type="project">
342 - <email>sci@g.o</email>
343 - <name>Gentoo Science Project</name>
344 - </maintainer>
345 - <longdescription>
346 - QwtPlot3D isa feature-rich Qt/OpenGL-based C++ programming library,
347 - providing essentially a bunch of 3D-widgets for programmers.
348 - </longdescription>
349 - <upstream>
350 - <remote-id type="sourceforge">qwtplot3d</remote-id>
351 - </upstream>
352 -</pkgmetadata>
353
354 diff --git a/x11-libs/qwtplot3d/qwtplot3d-0.2.7-r2.ebuild b/x11-libs/qwtplot3d/qwtplot3d-0.2.7-r2.ebuild
355 deleted file mode 100644
356 index 917693ee34c..00000000000
357 --- a/x11-libs/qwtplot3d/qwtplot3d-0.2.7-r2.ebuild
358 +++ /dev/null
359 @@ -1,59 +0,0 @@
360 -# Copyright 1999-2013 Gentoo Foundation
361 -# Distributed under the terms of the GNU General Public License v2
362 -
363 -EAPI=4
364 -
365 -inherit qt4-r2
366 -
367 -DESCRIPTION="Qt4/OpenGL-based 3D widget library for C++"
368 -HOMEPAGE="http://qwtplot3d.sourceforge.net/"
369 -SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
370 -
371 -LICENSE="ZLIB"
372 -SLOT="0"
373 -IUSE="doc examples"
374 -KEYWORDS="amd64 ~ppc ~ppc64 x86"
375 -
376 -RDEPEND="dev-qt/qtgui:4
377 - dev-qt/qtopengl:4
378 - x11-libs/gl2ps"
379 -DEPEND="${RDEPEND}
380 - doc? ( app-doc/doxygen )"
381 -
382 -S=${WORKDIR}/${PN}
383 -
384 -PATCHES=(
385 - "${FILESDIR}"/${PN}-profile.patch
386 - "${FILESDIR}"/${PN}-examples.patch
387 - "${FILESDIR}"/${PN}-doxygen.patch
388 - "${FILESDIR}"/${PN}-sys-gl2ps.patch
389 - "${FILESDIR}"/${PN}-gcc44.patch
390 - "${FILESDIR}"/${PN}-qt48.patch
391 - )
392 -
393 -src_prepare() {
394 - qt4-r2_src_prepare
395 - cat >> ${PN}.pro <<-EOF
396 - target.path = /usr/$(get_libdir)
397 - headers.path = /usr/include/${PN}
398 - headers.files = \$\$HEADERS
399 - INSTALLS = target headers
400 - EOF
401 -}
402 -
403 -src_compile() {
404 - qt4-r2_src_compile
405 - if use doc ; then
406 - cd doc
407 - doxygen Doxyfile.doxygen || die "doxygen failed"
408 - fi
409 -}
410 -
411 -src_install () {
412 - qt4-r2_src_install
413 - if use examples; then
414 - insinto /usr/share/${PN}
415 - doins -r examples
416 - fi
417 - use doc && dohtml -r doc/web/doxygen/*
418 -}