commit: 42cde9974e2cfc3b33c31f01ccd498c90e64d97e Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Fri Nov 19 17:54:30 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Fri Nov 19 17:54:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42cde997
x11-misc/3dfb: treeclean Closes: https://bugs.gentoo.org/694762 Closes: https://bugs.gentoo.org/819165 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> profiles/package.mask | 5 ---- x11-misc/3dfb/3dfb-0.6.1-r1.ebuild | 29 ---------------------- x11-misc/3dfb/Manifest | 1 - x11-misc/3dfb/files/0.6.1-gcc41.patch | 12 --------- .../3dfb/files/3dfb-0.6.1-freeglut-compat.patch | 10 -------- x11-misc/3dfb/metadata.xml | 8 ------ 6 files changed, 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ć <[email protected]> (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 <[email protected]> (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>
