summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-10-26 08:32:05 +0100
committerMichał Górny <mgorny@gentoo.org>2020-10-26 08:38:59 +0100
commitf5d60519c276378f90e70ea6abcefa78f1de68ca (patch)
tree4557ca2fdf3844c6bc0746f43b46abdd262f29be
parentgames-sports/vdrift: Remove last-rited pkg (diff)
downloadgentoo-f5d60519c276378f90e70ea6abcefa78f1de68ca.tar.gz
gentoo-f5d60519c276378f90e70ea6abcefa78f1de68ca.tar.bz2
gentoo-f5d60519c276378f90e70ea6abcefa78f1de68ca.zip
games-emulation/gambatte: Remove last-rited pkg
Closes: https://bugs.gentoo.org/735536 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--games-emulation/gambatte/Manifest1
-rw-r--r--games-emulation/gambatte/gambatte-0.5.0_p20131102-r2.ebuild74
-rw-r--r--games-emulation/gambatte/metadata.xml11
-rw-r--r--profiles/package.mask1
4 files changed, 0 insertions, 87 deletions
diff --git a/games-emulation/gambatte/Manifest b/games-emulation/gambatte/Manifest
deleted file mode 100644
index a2ba4bd8405c..000000000000
--- a/games-emulation/gambatte/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gambatte-0.5.0_p20131102.tar.xz 353212 BLAKE2B ad17289f29a00230d7ccec2825d6487ed994a6148a931254a9d5c941c5dbb643c5eb4dbd9f43decfcb86fb693f82358e795a4912c4d40258b27b0d8611961ec1 SHA512 9f27af85d2fceb128231eb3e5bf2806a1773c575990296f37eb3c0a14bca5c72f7f161cdf77f710f4ff85b2b3266db9ba098e5ef6772bc5bf7b2c97b8281999b
diff --git a/games-emulation/gambatte/gambatte-0.5.0_p20131102-r2.ebuild b/games-emulation/gambatte/gambatte-0.5.0_p20131102-r2.ebuild
deleted file mode 100644
index 57ce854affa0..000000000000
--- a/games-emulation/gambatte/gambatte-0.5.0_p20131102-r2.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit scons-utils
-
-DESCRIPTION="An accuracy-focused Gameboy / Gameboy Color emulator"
-HOMEPAGE="https://sourceforge.net/projects/gambatte"
-SRC_URI="https://dev.gentoo.org/~hasufell/distfiles/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- media-libs/libsdl[X,sound,joystick,video]
- sys-libs/zlib
-"
-DEPEND="${RDEPEND}"
-
-fix_scons() {
- local i
- for i; do
- cat >> $i << END
-import os
-import SCons.Util
-
-if os.environ.has_key('AR'):
- env['AR'] = os.environ['AR']
-if os.environ.has_key('RANLIB'):
- env['RANLIB'] = os.environ['RANLIB']
-if os.environ.has_key('CC'):
- env['CC'] = os.environ['CC']
-if os.environ.has_key('CFLAGS'):
- env['CCFLAGS'] += SCons.Util.CLVar(os.environ['CFLAGS'])
-if os.environ.has_key('CXX'):
- env['CXX'] = os.environ['CXX']
-if os.environ.has_key('CXXFLAGS'):
- env['CXXFLAGS'] += SCons.Util.CLVar(os.environ['CXXFLAGS'])
-if os.environ.has_key('CPPFLAGS'):
- env['CCFLAGS'] += SCons.Util.CLVar(os.environ['CPPFLAGS'])
-if os.environ.has_key('LDFLAGS'):
- env['LINKFLAGS'] += SCons.Util.CLVar(os.environ['LDFLAGS'])
-END
- done
-}
-
-src_prepare() {
- default
-
- # Fix zlib/minizip build error
- sed -i \
- -e '1i#define OF(x) x' \
- libgambatte/src/file/unzip/{unzip,ioapi}.h \
- || die "sed iompi.h failed"
-
- fix_scons {gambatte_sdl,libgambatte}/SConstruct
-}
-
-src_compile() {
- # build core library
- cd "${S}"/libgambatte || die
- escons
-
- # build sdl frontend
- cd "${S}"/gambatte_sdl || die
- escons
-}
-
-src_install() {
- dobin gambatte_sdl/gambatte_sdl
- einstalldocs
-}
diff --git a/games-emulation/gambatte/metadata.xml b/games-emulation/gambatte/metadata.xml
deleted file mode 100644
index a2f679865cad..000000000000
--- a/games-emulation/gambatte/metadata.xml
+++ /dev/null
@@ -1,11 +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>
- <upstream>
- <remote-id type="sourceforge">gambatte</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index c1905a14a002..e9683f4ab7a2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -261,7 +261,6 @@ dev-python/singledispatch
# Removal in 30 days. Please find relevant bugs on tracker bug #635934.
dev-libs/mongo-cxx-driver
games-action/btanks
-games-emulation/gambatte
# Michał Górny <mgorny@gentoo.org> (2020-09-25)
# PyPy3.7 alpha. Known to break a few packages. Masked until it