commit:     29f8de6dd4197d6c0ec4287487ef233af55eb8a0
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 12 12:12:06 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 12 12:12:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29f8de6d

games-emulation/gcube: treeclean

Bug: https://bugs.gentoo.org/739140
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 games-emulation/gcube/Manifest                     |  1 -
 games-emulation/gcube/files/gcube-0.4-gcc47.patch  | 10 -----
 .../gcube/files/gcube-0.4-ldflags.patch            | 30 -------------
 .../gcube/files/gcube-0.4-underlink.patch          | 10 -----
 games-emulation/gcube/gcube-0.4-r2.ebuild          | 50 ----------------------
 games-emulation/gcube/metadata.xml                 |  8 ----
 profiles/package.mask                              |  5 ---
 7 files changed, 114 deletions(-)

diff --git a/games-emulation/gcube/Manifest b/games-emulation/gcube/Manifest
deleted file mode 100644
index c989bd9103df..000000000000
--- a/games-emulation/gcube/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gcube-0.4-src.tar.bz2 803503 BLAKE2B 
a9f5db1b824d5319e89a5e865c1ca539a2f11458f4c542d34168c06b79f9f589ea928768ca26275f31aad51b01f51efe8453a1121ba947aaf067beb2f9dea13f
 SHA512 
f73665386d547322f20ed5e358f4f394b07d74fd90bddbfe1158a7a5d896bff36dabc9833f2d820a7af7673b8c8af62490f7fa07b06a2bbca4df6356a1e3c91a

diff --git a/games-emulation/gcube/files/gcube-0.4-gcc47.patch 
b/games-emulation/gcube/files/gcube-0.4-gcc47.patch
deleted file mode 100644
index 48ac167a1f0d..000000000000
--- a/games-emulation/gcube/files/gcube-0.4-gcc47.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/Makefile.rules.old       2012-10-23 14:06:54.417782365 +0200
-+++ b/Makefile.rules   2012-10-23 14:07:11.516377033 +0200
-@@ -1,6 +1,6 @@
- 
- SDL_CONFIG=sdl-config
--LIBS=`$(SDL_CONFIG) --libs` -mno-windows -mcygwin -lz -l$(OPENGL) -lm
-+LIBS=`$(SDL_CONFIG) --libs` -lz -l$(OPENGL) -lm
- 
- PROFLAGS=-g -Wall -pg -fprofile-arcs -ftest-coverage
- OPTFLAGS=-O3 -fno-strict-aliasing -fomit-frame-pointer -ffast-math 
-march=$(CPU) $(OPTIMIZE)

diff --git a/games-emulation/gcube/files/gcube-0.4-ldflags.patch 
b/games-emulation/gcube/files/gcube-0.4-ldflags.patch
deleted file mode 100644
index b4a64f16aede..000000000000
--- a/games-emulation/gcube/files/gcube-0.4-ldflags.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- a/Makefile.rules.old       2010-10-01 07:16:16.000000000 +0200
-+++ b/Makefile.rules   2010-10-01 07:18:04.000000000 +0200
-@@ -88,22 +88,22 @@
- profiler:     default
- 
- gcube:  $(OBJECTS) gcube.o
--      $(CC) $(CFLAGS) $^ -o $@ $(LIBS)
-+      $(CC) $(LDFLAGS) $(CFLAGS) $^ -o $@ $(LIBS)
- 
- gcubedbg:  $(OBJECTS) gcubedbg.o cpu_dbg.o
-       $(CC) $(CFLAGS) $^ -o $@ $(LIBS)
- 
- bin2dol:      bin2dol.c general.o
--      $(CC) $(CFLAGS) $^ -o $@
-+      $(CC) $(LDFLAGS) $(CFLAGS) $^ -o $@
- 
- tplx: tplx.o general.o
--      $(CC) $(CFLAGS) $^ -o $@
-+      $(CC) $(LDFLAGS) $(CFLAGS) $^ -o $@
- 
- thpview: thpview.o general.o jpeg_tools.o
--      $(CC) $(CFLAGS) `$(SDL_CONFIG) --cflags` $^ -o $@ -ljpeg `$(SDL_CONFIG) 
--libs`
-+      $(CC) $(LDFLAGS) $(CFLAGS) `$(SDL_CONFIG) --cflags` $^ -o $@ -ljpeg 
`$(SDL_CONFIG) --libs`
- 
- isopack: isopack.o general.o
--      $(CC) $(CFLAGS) $^ -o $@ -lz
-+      $(CC) $(LDFLAGS) $(CFLAGS) $^ -o $@ -lz
- 
- ppc_disasm.o: ppc_disasm.c
-       $(CC) -g -c -o $@ $<

diff --git a/games-emulation/gcube/files/gcube-0.4-underlink.patch 
b/games-emulation/gcube/files/gcube-0.4-underlink.patch
deleted file mode 100644
index f4b3d5b6969d..000000000000
--- a/games-emulation/gcube/files/gcube-0.4-underlink.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/Makefile.rules.old       2011-06-10 14:14:08.372105234 +0200
-+++ b/Makefile.rules   2011-06-10 14:14:18.504746649 +0200
-@@ -1,6 +1,6 @@
- 
- SDL_CONFIG=sdl-config
--LIBS=`$(SDL_CONFIG) --libs` -mno-windows -mcygwin -lz -l$(OPENGL)
-+LIBS=`$(SDL_CONFIG) --libs` -mno-windows -mcygwin -lz -l$(OPENGL) -lm
- 
- PROFLAGS=-g -Wall -pg -fprofile-arcs -ftest-coverage
- OPTFLAGS=-O3 -fno-strict-aliasing -fomit-frame-pointer -ffast-math 
-march=$(CPU) $(OPTIMIZE)

diff --git a/games-emulation/gcube/gcube-0.4-r2.ebuild 
b/games-emulation/gcube/gcube-0.4-r2.ebuild
deleted file mode 100644
index 6194fc6a2103..000000000000
--- a/games-emulation/gcube/gcube-0.4-r2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit flag-o-matic
-
-DESCRIPTION="Gamecube emulator"
-HOMEPAGE="http://gcube.exemu.net/";
-SRC_URI="http://gcube.exemu.net/downloads/${P}-src.tar.bz2";
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-       virtual/opengl
-       media-libs/libsdl[joystick,opengl,sound,video]
-       virtual/jpeg:0
-       sys-libs/ncurses:0=
-       sys-libs/zlib
-"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${PV}"
-
-src_prepare() {
-       default
-
-       sed -i -e '/^CFLAGS=-g/d' Makefile.rules || die
-
-       eapply "${FILESDIR}"/${P}-ldflags.patch \
-               "${FILESDIR}"/${P}-underlink.patch \
-               "${FILESDIR}"/${P}-gcc47.patch
-
-       sed -i -e '/^CC=/d' Makefile || die
-
-       append-cflags -std=gnu89 # build with gcc5 (bug #570504)
-}
-
-src_install() {
-       local x
-
-       dobin gcmap gcube
-       for x in bin2dol isopack thpview tplx ; do
-               newbin ${x} ${PN}-${x}
-       done
-
-       einstalldocs
-}

diff --git a/games-emulation/gcube/metadata.xml 
b/games-emulation/gcube/metadata.xml
deleted file mode 100644
index 1c3ba213c494..000000000000
--- a/games-emulation/gcube/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 type="project">
-       <email>[email protected]</email>
-       <name>Gentoo Games Project</name>
-</maintainer>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index dd4ecb868a15..44e1f4bb8c42 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -307,11 +307,6 @@ dev-php/PEAR-Mail_mimeDecode
 # Removal on 2024-07-10.  Bug #934002.
 dev-python/rapidfuzz-capi
 
-# James Le Cuirot <[email protected]> (2024-06-09)
-# Long dead upstream. Probably broken. Use games-emulation/dolphin instead.
-# Removal on 2024-07-09.  Bug #739140.
-games-emulation/gcube
-
 # Alfredo Tupone <[email protected]> (2024-06-09)
 # Not ready for testing
 >=dev-lang/ocaml-5

Reply via email to