Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/3ddesktop/, x11-misc/3ddesktop/files/, profiles/
Date: Tue, 01 Feb 2022 21:28:50
Message-Id: 1643750721.64992489cf571a4d866dc37f123f6529d44137f3.jsmolic@gentoo
1 commit: 64992489cf571a4d866dc37f123f6529d44137f3
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 1 21:20:41 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 1 21:25:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64992489
7
8 x11-misc/3ddesktop: treeclean
9
10 Closes: https://bugs.gentoo.org/828875
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 profiles/package.mask | 5 --
14 x11-misc/3ddesktop/3ddesktop-0.2.9-r2.ebuild | 58 ----------------------
15 x11-misc/3ddesktop/Manifest | 1 -
16 .../files/3ddesktop-0.2.9-Options_Options.patch | 11 ----
17 .../3ddesktop/files/3ddesktop-0.2.9-asneeded.patch | 13 -----
18 .../3ddesktop/files/3ddesktop-0.2.9-gcc4.patch | 14 ------
19 .../3ddesktop/files/3ddesktop-0.2.9-gl_init.patch | 23 ---------
20 .../files/3ddesktop-0.2.9-missing-include.patch | 12 -----
21 x11-misc/3ddesktop/metadata.xml | 16 ------
22 9 files changed, 153 deletions(-)
23
24 diff --git a/profiles/package.mask b/profiles/package.mask
25 index 0133bd6ea3c0..aa4ada432405 100644
26 --- a/profiles/package.mask
27 +++ b/profiles/package.mask
28 @@ -390,11 +390,6 @@ x11-plugins/purple-facebook
29 <dev-util/nvidia-cuda-sdk-11
30 <dev-util/nvidia-cuda-toolkit-11
31
32 -# Jonas Stein <jstein@g.o> (2021-12-20)
33 -# Package is broken and obsolete.
34 -# Removal on 2022-02-01. Bug #828875.
35 -x11-misc/3ddesktop
36 -
37 # Mart Raudsepp <leio@g.o> (2021-12-18)
38 # GNOME 42 mask
39 >=gui-libs/libhandy-1.5.0
40
41 diff --git a/x11-misc/3ddesktop/3ddesktop-0.2.9-r2.ebuild b/x11-misc/3ddesktop/3ddesktop-0.2.9-r2.ebuild
42 deleted file mode 100644
43 index 3db14eaad530..000000000000
44 --- a/x11-misc/3ddesktop/3ddesktop-0.2.9-r2.ebuild
45 +++ /dev/null
46 @@ -1,58 +0,0 @@
47 -# Copyright 1999-2021 Gentoo Authors
48 -# Distributed under the terms of the GNU General Public License v2
49 -
50 -EAPI=7
51 -inherit autotools
52 -
53 -DESCRIPTION="OpenGL virtual desktop switching"
54 -HOMEPAGE="https://sourceforge.net/projects/desk3d/"
55 -SRC_URI="mirror://sourceforge/desk3d/${P}.tar.gz"
56 -
57 -LICENSE="GPL-2"
58 -SLOT="0"
59 -KEYWORDS="amd64 ppc x86"
60 -
61 -RDEPEND="
62 - >=media-libs/freetype-2
63 - media-libs/freeglut
64 - media-libs/imlib2[X]
65 - x11-libs/libX11
66 - x11-libs/libXext
67 - x11-libs/libXi
68 - x11-libs/libXmu
69 - x11-libs/libXt
70 - x11-libs/libXxf86vm
71 -"
72 -DEPEND="
73 - ${RDEPEND}
74 - x11-base/xorg-proto
75 -"
76 -DOCS=( AUTHORS TODO ChangeLog README README.windowmanagers )
77 -PATCHES=(
78 - "${FILESDIR}"/${P}-gcc4.patch
79 - "${FILESDIR}"/${P}-asneeded.patch
80 - "${FILESDIR}"/${P}-missing-include.patch
81 - "${FILESDIR}"/${P}-gl_init.patch
82 - "${FILESDIR}"/${P}-Options_Options.patch
83 -)
84 -
85 -src_prepare() {
86 - default
87 -
88 - eautoreconf
89 -}
90 -
91 -pkg_postinst() {
92 - echo
93 - elog "This ebuild installed a configuration file called /etc/3ddesktop.conf"
94 - elog "The default configuration makes a screenshot of the virtual desktops"
95 - elog "every X seconds. This is non-optimal behavior."
96 - elog
97 - elog "To enable a more intelligent way of updating the virtual desktops,"
98 - elog "execute the following:"
99 - elog
100 - elog " echo \"AutoAcquire 0\" >> /etc/3ddesktop.conf"
101 - elog
102 - elog "This will cause 3ddesktop to update the virtual desktop snapshots"
103 - elog "only when a 3d desktop switch is required."
104 -}
105
106 diff --git a/x11-misc/3ddesktop/Manifest b/x11-misc/3ddesktop/Manifest
107 deleted file mode 100644
108 index 07e15f9410f5..000000000000
109 --- a/x11-misc/3ddesktop/Manifest
110 +++ /dev/null
111 @@ -1 +0,0 @@
112 -DIST 3ddesktop-0.2.9.tar.gz 182278 BLAKE2B fb963a8bbfcea97da13cbc28890d74ac9d29655e298d76a485ceed5b67ac3557a8e731988e30d5a3009b774d66f8bfb270b0464ed6ffdf27070797ca8440d3d9 SHA512 87de83561bc1614e4dde623197b04e482e04ad363ba88adf4e4e9950a942a5725d2a7199406949981c1a4aeba5d71fb9a1693f99aefa21ed7b83e083bb902686
113
114 diff --git a/x11-misc/3ddesktop/files/3ddesktop-0.2.9-Options_Options.patch b/x11-misc/3ddesktop/files/3ddesktop-0.2.9-Options_Options.patch
115 deleted file mode 100644
116 index 00e8b8c1ee53..000000000000
117 --- a/x11-misc/3ddesktop/files/3ddesktop-0.2.9-Options_Options.patch
118 +++ /dev/null
119 @@ -1,11 +0,0 @@
120 ---- a/config.cpp
121 -+++ b/config.cpp
122 -@@ -64,7 +64,7 @@
123 - }
124 -
125 -
126 --Options::Options(char *n = NULL)
127 -+Options::Options(char *n)
128 - {
129 -
130 - if (n)
131
132 diff --git a/x11-misc/3ddesktop/files/3ddesktop-0.2.9-asneeded.patch b/x11-misc/3ddesktop/files/3ddesktop-0.2.9-asneeded.patch
133 deleted file mode 100644
134 index 2534535dee1f..000000000000
135 --- a/x11-misc/3ddesktop/files/3ddesktop-0.2.9-asneeded.patch
136 +++ /dev/null
137 @@ -1,13 +0,0 @@
138 -http://bugs.gentoo.org/206817
139 -
140 ---- a/Makefile.am
141 -+++ b/Makefile.am
142 -@@ -37,7 +37,7 @@
143 - camera.cpp \
144 - config.cpp
145 -
146 --3ddeskd_LDFLAGS = $(imlib2_libs) @GL_LIBS@
147 -+3ddeskd_LDADD = $(imlib2_libs) @GL_LIBS@
148 -
149 - noinst_HEADERS = 3ddesk.h \
150 - arrange.hpp \
151
152 diff --git a/x11-misc/3ddesktop/files/3ddesktop-0.2.9-gcc4.patch b/x11-misc/3ddesktop/files/3ddesktop-0.2.9-gcc4.patch
153 deleted file mode 100644
154 index a67753fcee39..000000000000
155 --- a/x11-misc/3ddesktop/files/3ddesktop-0.2.9-gcc4.patch
156 +++ /dev/null
157 @@ -1,14 +0,0 @@
158 -http://bugs.gentoo.org/118458
159 -
160 ---- a/event.hpp
161 -+++ b/event.hpp
162 -@@ -74,7 +74,7 @@
163 - list<Event *>::iterator k;
164 - for (k = events.begin(); k != events.end(); ++k) {
165 - Event *e = *k;
166 -- printf(":: Event %d 0x%x\n", e->type, (unsigned int)(e->function));
167 -+ printf(":: Event %d %p\n", e->type, e->function);
168 - }
169 - }
170 -
171 -
172
173 diff --git a/x11-misc/3ddesktop/files/3ddesktop-0.2.9-gl_init.patch b/x11-misc/3ddesktop/files/3ddesktop-0.2.9-gl_init.patch
174 deleted file mode 100644
175 index d817cea54ece..000000000000
176 --- a/x11-misc/3ddesktop/files/3ddesktop-0.2.9-gl_init.patch
177 +++ /dev/null
178 @@ -1,23 +0,0 @@
179 -http://bugs.gentoo.org/123762
180 -
181 ---- a/3ddeskd.cpp
182 -+++ b/3ddeskd.cpp
183 -@@ -2411,15 +2411,15 @@
184 -
185 - // initialize opengl
186 -
187 -- // our own init function.
188 -- gl_init();
189 --
190 - GLWin.open_display();
191 -
192 -
193 - GLWin.create_GL_window("Enhanced 3-dimensional workspace visualization magic machine",
194 - cfg->options->do_fullscreen);
195 -
196 -+ // our own init function.
197 -+ gl_init();
198 -+
199 - cfg->texture_size = GLWin.get_best_texture_size(cfg->texture_size);
200 -
201 - // Loads up the correct perspective matrix
202
203 diff --git a/x11-misc/3ddesktop/files/3ddesktop-0.2.9-missing-include.patch b/x11-misc/3ddesktop/files/3ddesktop-0.2.9-missing-include.patch
204 deleted file mode 100644
205 index 328cbcad6d29..000000000000
206 --- a/x11-misc/3ddesktop/files/3ddesktop-0.2.9-missing-include.patch
207 +++ /dev/null
208 @@ -1,12 +0,0 @@
209 -http://bugs.gentoo.org/228217
210 -
211 ---- a/config.hpp
212 -+++ b/config.hpp
213 -@@ -24,6 +24,7 @@
214 -
215 - #include <stdio.h>
216 - #include <stdlib.h>
217 -+#include <cstring>
218 -
219 - #include <errno.h>
220 - #include <unistd.h>
221
222 diff --git a/x11-misc/3ddesktop/metadata.xml b/x11-misc/3ddesktop/metadata.xml
223 deleted file mode 100644
224 index 17de21010819..000000000000
225 --- a/x11-misc/3ddesktop/metadata.xml
226 +++ /dev/null
227 @@ -1,16 +0,0 @@
228 -<?xml version="1.0" encoding="UTF-8"?>
229 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
230 -<pkgmetadata>
231 - <maintainer type="project">
232 - <email>desktop-misc@g.o</email>
233 - <name>Gentoo Desktop Miscellaneous Project</name>
234 - </maintainer>
235 - <longdescription>
236 -3d Destkop is an OpenGL program for switching virtual desktops in a seamless
237 -3-dimensional manner. The current desktop is mapped into a 3D space where you
238 -may choose other screens. Several different visualization modes are available.
239 -</longdescription>
240 - <upstream>
241 - <remote-id type="sourceforge">desk3d</remote-id>
242 - </upstream>
243 -</pkgmetadata>