commit: 64992489cf571a4d866dc37f123f6529d44137f3 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Tue Feb 1 21:20:41 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Tue Feb 1 21:25:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64992489
x11-misc/3ddesktop: treeclean Closes: https://bugs.gentoo.org/828875 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> profiles/package.mask | 5 -- x11-misc/3ddesktop/3ddesktop-0.2.9-r2.ebuild | 58 ---------------------- x11-misc/3ddesktop/Manifest | 1 - .../files/3ddesktop-0.2.9-Options_Options.patch | 11 ---- .../3ddesktop/files/3ddesktop-0.2.9-asneeded.patch | 13 ----- .../3ddesktop/files/3ddesktop-0.2.9-gcc4.patch | 14 ------ .../3ddesktop/files/3ddesktop-0.2.9-gl_init.patch | 23 --------- .../files/3ddesktop-0.2.9-missing-include.patch | 12 ----- x11-misc/3ddesktop/metadata.xml | 16 ------ 9 files changed, 153 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 0133bd6ea3c0..aa4ada432405 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -390,11 +390,6 @@ x11-plugins/purple-facebook <dev-util/nvidia-cuda-sdk-11 <dev-util/nvidia-cuda-toolkit-11 -# Jonas Stein <[email protected]> (2021-12-20) -# Package is broken and obsolete. -# Removal on 2022-02-01. Bug #828875. -x11-misc/3ddesktop - # Mart Raudsepp <[email protected]> (2021-12-18) # GNOME 42 mask >=gui-libs/libhandy-1.5.0 diff --git a/x11-misc/3ddesktop/3ddesktop-0.2.9-r2.ebuild b/x11-misc/3ddesktop/3ddesktop-0.2.9-r2.ebuild deleted file mode 100644 index 3db14eaad530..000000000000 --- a/x11-misc/3ddesktop/3ddesktop-0.2.9-r2.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit autotools - -DESCRIPTION="OpenGL virtual desktop switching" -HOMEPAGE="https://sourceforge.net/projects/desk3d/" -SRC_URI="mirror://sourceforge/desk3d/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" - -RDEPEND=" - >=media-libs/freetype-2 - media-libs/freeglut - media-libs/imlib2[X] - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXi - x11-libs/libXmu - x11-libs/libXt - x11-libs/libXxf86vm -" -DEPEND=" - ${RDEPEND} - x11-base/xorg-proto -" -DOCS=( AUTHORS TODO ChangeLog README README.windowmanagers ) -PATCHES=( - "${FILESDIR}"/${P}-gcc4.patch - "${FILESDIR}"/${P}-asneeded.patch - "${FILESDIR}"/${P}-missing-include.patch - "${FILESDIR}"/${P}-gl_init.patch - "${FILESDIR}"/${P}-Options_Options.patch -) - -src_prepare() { - default - - eautoreconf -} - -pkg_postinst() { - echo - elog "This ebuild installed a configuration file called /etc/3ddesktop.conf" - elog "The default configuration makes a screenshot of the virtual desktops" - elog "every X seconds. This is non-optimal behavior." - elog - elog "To enable a more intelligent way of updating the virtual desktops," - elog "execute the following:" - elog - elog " echo \"AutoAcquire 0\" >> /etc/3ddesktop.conf" - elog - elog "This will cause 3ddesktop to update the virtual desktop snapshots" - elog "only when a 3d desktop switch is required." -} diff --git a/x11-misc/3ddesktop/Manifest b/x11-misc/3ddesktop/Manifest deleted file mode 100644 index 07e15f9410f5..000000000000 --- a/x11-misc/3ddesktop/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST 3ddesktop-0.2.9.tar.gz 182278 BLAKE2B fb963a8bbfcea97da13cbc28890d74ac9d29655e298d76a485ceed5b67ac3557a8e731988e30d5a3009b774d66f8bfb270b0464ed6ffdf27070797ca8440d3d9 SHA512 87de83561bc1614e4dde623197b04e482e04ad363ba88adf4e4e9950a942a5725d2a7199406949981c1a4aeba5d71fb9a1693f99aefa21ed7b83e083bb902686 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 deleted file mode 100644 index 00e8b8c1ee53..000000000000 --- a/x11-misc/3ddesktop/files/3ddesktop-0.2.9-Options_Options.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/config.cpp -+++ b/config.cpp -@@ -64,7 +64,7 @@ - } - - --Options::Options(char *n = NULL) -+Options::Options(char *n) - { - - if (n) diff --git a/x11-misc/3ddesktop/files/3ddesktop-0.2.9-asneeded.patch b/x11-misc/3ddesktop/files/3ddesktop-0.2.9-asneeded.patch deleted file mode 100644 index 2534535dee1f..000000000000 --- a/x11-misc/3ddesktop/files/3ddesktop-0.2.9-asneeded.patch +++ /dev/null @@ -1,13 +0,0 @@ -http://bugs.gentoo.org/206817 - ---- a/Makefile.am -+++ b/Makefile.am -@@ -37,7 +37,7 @@ - camera.cpp \ - config.cpp - --3ddeskd_LDFLAGS = $(imlib2_libs) @GL_LIBS@ -+3ddeskd_LDADD = $(imlib2_libs) @GL_LIBS@ - - noinst_HEADERS = 3ddesk.h \ - arrange.hpp \ diff --git a/x11-misc/3ddesktop/files/3ddesktop-0.2.9-gcc4.patch b/x11-misc/3ddesktop/files/3ddesktop-0.2.9-gcc4.patch deleted file mode 100644 index a67753fcee39..000000000000 --- a/x11-misc/3ddesktop/files/3ddesktop-0.2.9-gcc4.patch +++ /dev/null @@ -1,14 +0,0 @@ -http://bugs.gentoo.org/118458 - ---- a/event.hpp -+++ b/event.hpp -@@ -74,7 +74,7 @@ - list<Event *>::iterator k; - for (k = events.begin(); k != events.end(); ++k) { - Event *e = *k; -- printf(":: Event %d 0x%x\n", e->type, (unsigned int)(e->function)); -+ printf(":: Event %d %p\n", e->type, e->function); - } - } - - 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 deleted file mode 100644 index d817cea54ece..000000000000 --- a/x11-misc/3ddesktop/files/3ddesktop-0.2.9-gl_init.patch +++ /dev/null @@ -1,23 +0,0 @@ -http://bugs.gentoo.org/123762 - ---- a/3ddeskd.cpp -+++ b/3ddeskd.cpp -@@ -2411,15 +2411,15 @@ - - // initialize opengl - -- // our own init function. -- gl_init(); -- - GLWin.open_display(); - - - GLWin.create_GL_window("Enhanced 3-dimensional workspace visualization magic machine", - cfg->options->do_fullscreen); - -+ // our own init function. -+ gl_init(); -+ - cfg->texture_size = GLWin.get_best_texture_size(cfg->texture_size); - - // Loads up the correct perspective matrix 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 deleted file mode 100644 index 328cbcad6d29..000000000000 --- a/x11-misc/3ddesktop/files/3ddesktop-0.2.9-missing-include.patch +++ /dev/null @@ -1,12 +0,0 @@ -http://bugs.gentoo.org/228217 - ---- a/config.hpp -+++ b/config.hpp -@@ -24,6 +24,7 @@ - - #include <stdio.h> - #include <stdlib.h> -+#include <cstring> - - #include <errno.h> - #include <unistd.h> diff --git a/x11-misc/3ddesktop/metadata.xml b/x11-misc/3ddesktop/metadata.xml deleted file mode 100644 index 17de21010819..000000000000 --- a/x11-misc/3ddesktop/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Desktop Miscellaneous Project</name> - </maintainer> - <longdescription> -3d Destkop is an OpenGL program for switching virtual desktops in a seamless -3-dimensional manner. The current desktop is mapped into a 3D space where you -may choose other screens. Several different visualization modes are available. -</longdescription> - <upstream> - <remote-id type="sourceforge">desk3d</remote-id> - </upstream> -</pkgmetadata>
