summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-07-12 15:12:06 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-07-12 15:12:06 +0300
commit29f8de6dd4197d6c0ec4287487ef233af55eb8a0 (patch)
tree3cc1867c19b94288156f4b86e2cb005ca60e0786 /games-emulation
parentgames-strategy/darwinia-demo: treeclean (diff)
downloadgentoo-29f8de6dd4197d6c0ec4287487ef233af55eb8a0.tar.gz
gentoo-29f8de6dd4197d6c0ec4287487ef233af55eb8a0.tar.bz2
gentoo-29f8de6dd4197d6c0ec4287487ef233af55eb8a0.zip
games-emulation/gcube: treeclean
Bug: https://bugs.gentoo.org/739140 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/gcube/Manifest1
-rw-r--r--games-emulation/gcube/files/gcube-0.4-gcc47.patch10
-rw-r--r--games-emulation/gcube/files/gcube-0.4-ldflags.patch30
-rw-r--r--games-emulation/gcube/files/gcube-0.4-underlink.patch10
-rw-r--r--games-emulation/gcube/gcube-0.4-r2.ebuild50
-rw-r--r--games-emulation/gcube/metadata.xml8
6 files changed, 0 insertions, 109 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>games@gentoo.org</email>
- <name>Gentoo Games Project</name>
-</maintainer>
-</pkgmetadata>