summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-11-19 18:54:30 +0100
committerJakov Smolić <jsmolic@gentoo.org>2021-11-19 18:54:30 +0100
commit42cde9974e2cfc3b33c31f01ccd498c90e64d97e (patch)
tree6fa75ceb912b160fc44bbd5652e20ed122ac8994
parentx11-themes/redhat-artwork: treeclean (diff)
downloadgentoo-42cde9974e2cfc3b33c31f01ccd498c90e64d97e.tar.gz
gentoo-42cde9974e2cfc3b33c31f01ccd498c90e64d97e.tar.bz2
gentoo-42cde9974e2cfc3b33c31f01ccd498c90e64d97e.zip
x11-misc/3dfb: treeclean
Closes: https://bugs.gentoo.org/694762 Closes: https://bugs.gentoo.org/819165 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r--profiles/package.mask5
-rw-r--r--x11-misc/3dfb/3dfb-0.6.1-r1.ebuild29
-rw-r--r--x11-misc/3dfb/Manifest1
-rw-r--r--x11-misc/3dfb/files/0.6.1-gcc41.patch12
-rw-r--r--x11-misc/3dfb/files/3dfb-0.6.1-freeglut-compat.patch10
-rw-r--r--x11-misc/3dfb/metadata.xml8
6 files changed, 0 insertions, 65 deletions
diff --git a/profiles/package.mask b/profiles/package.mask
index c323e3cd28ea..d05dc5b70096 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -530,11 +530,6 @@ sys-auth/ykneo-ccid-tools
# Removal on 2021-11-20.
x11-apps/xwarppointer
-# Jakov Smolić <jsmolic@gentoo.org> (2021-10-21)
-# No maintainer, EAPI 5, no other distro is packaging this.
-# Removal on 2021-11-20. Bug #819165
-x11-misc/3dfb
-
# Sam James <sam@gentoo.org> (2021-10-10)
# Needs upstream build system fixes (currently in progress).
# Python toggles don't work correctly right now.
diff --git a/x11-misc/3dfb/3dfb-0.6.1-r1.ebuild b/x11-misc/3dfb/3dfb-0.6.1-r1.ebuild
deleted file mode 100644
index 86fa73404b93..000000000000
--- a/x11-misc/3dfb/3dfb-0.6.1-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit epatch
-
-DESCRIPTION="3D File Browser"
-HOMEPAGE="https://sourceforge.net/projects/dz3d/"
-SRC_URI="mirror://sourceforge/dz3d/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-RDEPEND="dev-libs/glib:2
- media-libs/freeglut
- virtual/opengl
- x11-libs/libXmu"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog NEWS README WISHLIST )
-
-src_prepare() {
- epatch "${FILESDIR}/${PV}-gcc41.patch" \
- "${FILESDIR}/${P}-freeglut-compat.patch"
- epatch_user
-}
diff --git a/x11-misc/3dfb/Manifest b/x11-misc/3dfb/Manifest
deleted file mode 100644
index 2ea586f222a7..000000000000
--- a/x11-misc/3dfb/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST 3dfb-0.6.1.tar.gz 102343 BLAKE2B 220a9fc355f47e1b28a882be7dcfceac2b50be6ca89f5f5e1d6a2df5fe93141b09b7bf4c93e7af9fbbb24e58bc29e42a8cdd881a75154291eb2ca12461433410 SHA512 3eb43dd80d5ffaea8845e84e2cf21599ee36739ac99d558c4c11592363970795e60b30f444229c987f527a0765fa657111d7a54eef84b5d3d9375c7a812588f1
diff --git a/x11-misc/3dfb/files/0.6.1-gcc41.patch b/x11-misc/3dfb/files/0.6.1-gcc41.patch
deleted file mode 100644
index 2a964f66c21d..000000000000
--- a/x11-misc/3dfb/files/0.6.1-gcc41.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur 3dfb-0.6.1.orig/src/gui.cpp 3dfb-0.6.1/src/gui.cpp
---- 3dfb-0.6.1.orig/src/gui.cpp 2004-07-28 22:32:21.000000000 +0000
-+++ 3dfb-0.6.1/src/gui.cpp 2006-09-18 21:35:01.271923722 +0000
-@@ -70,7 +70,7 @@
-
-
- static fileMap fileMap;
--static levelLocation levels[fileMap.maxLevels];
-+static levelLocation levels[1024];
-
-
-
diff --git a/x11-misc/3dfb/files/3dfb-0.6.1-freeglut-compat.patch b/x11-misc/3dfb/files/3dfb-0.6.1-freeglut-compat.patch
deleted file mode 100644
index f05e3538120d..000000000000
--- a/x11-misc/3dfb/files/3dfb-0.6.1-freeglut-compat.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/main.cpp.bak 2014-03-13 12:24:32.155889466 +0400
-+++ src/main.cpp 2014-03-13 12:24:42.482890090 +0400
-@@ -7,6 +7,7 @@
-
- int main(int argc, char **argv)
- {
-+ glutInit(&argc, argv);
- gui_init();
- glutMainLoop();
- return(0);
diff --git a/x11-misc/3dfb/metadata.xml b/x11-misc/3dfb/metadata.xml
deleted file mode 100644
index 804d13a15518..000000000000
--- a/x11-misc/3dfb/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="sourceforge">dz3d</remote-id>
- </upstream>
-</pkgmetadata>