summaryrefslogtreecommitdiff
path: root/games-emulation/gcube
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-emulation/gcube
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-emulation/gcube')
-rw-r--r--games-emulation/gcube/Manifest6
-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, 114 deletions
diff --git a/games-emulation/gcube/Manifest b/games-emulation/gcube/Manifest
deleted file mode 100644
index 9f1dd254f3bf..000000000000
--- a/games-emulation/gcube/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-AUX gcube-0.4-gcc47.patch 429 BLAKE2B 2da4477aa5fc8b33bae0404a5347e6a0bac493ed2c2ff54d743d1d1920a7055c89f2c3b4e9ebe29a42f88991cd45ad9702916070a91895bca2c465fb1c14d505 SHA512 e6cf8d03734d26b5051c50f9fbb3ae3d62f34ea2dc6a29177cac72426c9a5e5887acf88cff437c0b830eff5648ac30f477a9fea4e945cc53b9606788cff80889
-AUX gcube-0.4-ldflags.patch 915 BLAKE2B 7bc5425df1dd9a7afdc2844c7e4044f634c824c4b857c49162e73cad98f888049beda2963c353c7e9c412c680e5c49ebe91d57f94b4158338a322f542414f513 SHA512 62343ae3871a406e21c219a779e568b5a053cc474893b5ad690f8995b01c86cabecf5e1e9c55d91f0adab046f652f2f6d9b3c298edc92872d62976d6de2733f4
-AUX gcube-0.4-underlink.patch 447 BLAKE2B 05fea68713edaf3d38656fb5911a64d48b8ae7bda74c50153ddf63beabad8cdf36eb311dc40233728b5900d4797858f89d0b3ba0b3d57212603ae391b1dac4c3 SHA512 e916f3b3f901857f6c7af1bdbdf06ec9ae649d42ed9a166f146c4a319c67644312614550c17a7c4269dd116b6a5a03cf87a62acd5db8b29fc4fa4413b68ed36d
-DIST gcube-0.4-src.tar.bz2 803503 BLAKE2B a9f5db1b824d5319e89a5e865c1ca539a2f11458f4c542d34168c06b79f9f589ea928768ca26275f31aad51b01f51efe8453a1121ba947aaf067beb2f9dea13f SHA512 f73665386d547322f20ed5e358f4f394b07d74fd90bddbfe1158a7a5d896bff36dabc9833f2d820a7af7673b8c8af62490f7fa07b06a2bbca4df6356a1e3c91a
-EBUILD gcube-0.4-r2.ebuild 922 BLAKE2B fc74e6ce689ed888c61d254c1daa5102e0ed205a0609794ef5993914e7396e55bf88574817850daa8d9223cd3c17e8696044121054e80a603d5b4103e1de63d5 SHA512 e3515c29982ed53c204d7d8c09e081c3fd81adc085914249cf02b818055f8374a44d6884a5cf8335444ecb29875d9e0abf717337723013c903d69dfee34f3ccb
-MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118
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 78274e0fa550..000000000000
--- a/games-emulation/gcube/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>games@gentoo.org</email>
- <name>Gentoo Games Project</name>
-</maintainer>
-</pkgmetadata>