Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/gambatte/, profiles/
Date: Mon, 26 Oct 2020 07:39:48
Message-Id: 1603697939.f5d60519c276378f90e70ea6abcefa78f1de68ca.mgorny@gentoo
1 commit: f5d60519c276378f90e70ea6abcefa78f1de68ca
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 26 07:32:05 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 26 07:38:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d60519
7
8 games-emulation/gambatte: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/735536
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 games-emulation/gambatte/Manifest | 1 -
14 .../gambatte/gambatte-0.5.0_p20131102-r2.ebuild | 74 ----------------------
15 games-emulation/gambatte/metadata.xml | 11 ----
16 profiles/package.mask | 1 -
17 4 files changed, 87 deletions(-)
18
19 diff --git a/games-emulation/gambatte/Manifest b/games-emulation/gambatte/Manifest
20 deleted file mode 100644
21 index a2ba4bd8405..00000000000
22 --- a/games-emulation/gambatte/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST gambatte-0.5.0_p20131102.tar.xz 353212 BLAKE2B ad17289f29a00230d7ccec2825d6487ed994a6148a931254a9d5c941c5dbb643c5eb4dbd9f43decfcb86fb693f82358e795a4912c4d40258b27b0d8611961ec1 SHA512 9f27af85d2fceb128231eb3e5bf2806a1773c575990296f37eb3c0a14bca5c72f7f161cdf77f710f4ff85b2b3266db9ba098e5ef6772bc5bf7b2c97b8281999b
26
27 diff --git a/games-emulation/gambatte/gambatte-0.5.0_p20131102-r2.ebuild b/games-emulation/gambatte/gambatte-0.5.0_p20131102-r2.ebuild
28 deleted file mode 100644
29 index 57ce854affa..00000000000
30 --- a/games-emulation/gambatte/gambatte-0.5.0_p20131102-r2.ebuild
31 +++ /dev/null
32 @@ -1,74 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -inherit scons-utils
38 -
39 -DESCRIPTION="An accuracy-focused Gameboy / Gameboy Color emulator"
40 -HOMEPAGE="https://sourceforge.net/projects/gambatte"
41 -SRC_URI="https://dev.gentoo.org/~hasufell/distfiles/${P}.tar.xz"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE=""
47 -
48 -RDEPEND="
49 - media-libs/libsdl[X,sound,joystick,video]
50 - sys-libs/zlib
51 -"
52 -DEPEND="${RDEPEND}"
53 -
54 -fix_scons() {
55 - local i
56 - for i; do
57 - cat >> $i << END
58 -import os
59 -import SCons.Util
60 -
61 -if os.environ.has_key('AR'):
62 - env['AR'] = os.environ['AR']
63 -if os.environ.has_key('RANLIB'):
64 - env['RANLIB'] = os.environ['RANLIB']
65 -if os.environ.has_key('CC'):
66 - env['CC'] = os.environ['CC']
67 -if os.environ.has_key('CFLAGS'):
68 - env['CCFLAGS'] += SCons.Util.CLVar(os.environ['CFLAGS'])
69 -if os.environ.has_key('CXX'):
70 - env['CXX'] = os.environ['CXX']
71 -if os.environ.has_key('CXXFLAGS'):
72 - env['CXXFLAGS'] += SCons.Util.CLVar(os.environ['CXXFLAGS'])
73 -if os.environ.has_key('CPPFLAGS'):
74 - env['CCFLAGS'] += SCons.Util.CLVar(os.environ['CPPFLAGS'])
75 -if os.environ.has_key('LDFLAGS'):
76 - env['LINKFLAGS'] += SCons.Util.CLVar(os.environ['LDFLAGS'])
77 -END
78 - done
79 -}
80 -
81 -src_prepare() {
82 - default
83 -
84 - # Fix zlib/minizip build error
85 - sed -i \
86 - -e '1i#define OF(x) x' \
87 - libgambatte/src/file/unzip/{unzip,ioapi}.h \
88 - || die "sed iompi.h failed"
89 -
90 - fix_scons {gambatte_sdl,libgambatte}/SConstruct
91 -}
92 -
93 -src_compile() {
94 - # build core library
95 - cd "${S}"/libgambatte || die
96 - escons
97 -
98 - # build sdl frontend
99 - cd "${S}"/gambatte_sdl || die
100 - escons
101 -}
102 -
103 -src_install() {
104 - dobin gambatte_sdl/gambatte_sdl
105 - einstalldocs
106 -}
107
108 diff --git a/games-emulation/gambatte/metadata.xml b/games-emulation/gambatte/metadata.xml
109 deleted file mode 100644
110 index a2f679865ca..00000000000
111 --- a/games-emulation/gambatte/metadata.xml
112 +++ /dev/null
113 @@ -1,11 +0,0 @@
114 -<?xml version="1.0" encoding="UTF-8"?>
115 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
116 -<pkgmetadata>
117 - <maintainer type="project">
118 - <email>games@g.o</email>
119 - <name>Gentoo Games Project</name>
120 - </maintainer>
121 - <upstream>
122 - <remote-id type="sourceforge">gambatte</remote-id>
123 - </upstream>
124 -</pkgmetadata>
125
126 diff --git a/profiles/package.mask b/profiles/package.mask
127 index c1905a14a00..e9683f4ab7a 100644
128 --- a/profiles/package.mask
129 +++ b/profiles/package.mask
130 @@ -261,7 +261,6 @@ dev-python/singledispatch
131 # Removal in 30 days. Please find relevant bugs on tracker bug #635934.
132 dev-libs/mongo-cxx-driver
133 games-action/btanks
134 -games-emulation/gambatte
135
136 # Michał Górny <mgorny@g.o> (2020-09-25)
137 # PyPy3.7 alpha. Known to break a few packages. Masked until it