commit: f5d60519c276378f90e70ea6abcefa78f1de68ca Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Oct 26 07:32:05 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Oct 26 07:38:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d60519
games-emulation/gambatte: Remove last-rited pkg Closes: https://bugs.gentoo.org/735536 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> games-emulation/gambatte/Manifest | 1 - .../gambatte/gambatte-0.5.0_p20131102-r2.ebuild | 74 ---------------------- games-emulation/gambatte/metadata.xml | 11 ---- profiles/package.mask | 1 - 4 files changed, 87 deletions(-) diff --git a/games-emulation/gambatte/Manifest b/games-emulation/gambatte/Manifest deleted file mode 100644 index a2ba4bd8405..00000000000 --- 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 57ce854affa..00000000000 --- 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 a2f679865ca..00000000000 --- 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>[email protected]</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 c1905a14a00..e9683f4ab7a 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 <[email protected]> (2020-09-25) # PyPy3.7 alpha. Known to break a few packages. Masked until it
