Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-fps/alephone/, games-board/phalanx/, profiles/, games-board/gnugo/, ...
Date: Sun, 29 Apr 2018 16:27:56
Message-Id: 1525019263.5d355f6f7d68603edb957fd2b1a94f6e63ca6411.pacho@gentoo
1 commit: 5d355f6f7d68603edb957fd2b1a94f6e63ca6411
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 29 16:24:05 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 16:27:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d355f6f
7
8 Remove masked for removal package
9
10 games-arcade/sdlsasteroids/debug | 0
11 games-board/gnugo/learn.phalanx | Bin 0 -> 262144 bytes
12 games-board/phalanx/bug.lrn | 0
13 games-board/phalanx/losers.lrn | 0
14 games-board/phalanx/standard.lrn | 0
15 games-board/phalanx/suicide.lrn | 0
16 games-fps/alephone-infinity/Manifest | 2 -
17 .../alephone-infinity-20080622.ebuild | 40 ----------
18 games-fps/alephone-infinity/metadata.xml | 8 --
19 games-fps/alephone/Manifest | 1 -
20 games-fps/alephone/alephone-20150620-r1.ebuild | 88 ---------------------
21 games-fps/alephone/files/alephone.sh | 28 -------
22 games-fps/alephone/metadata.xml | 12 ---
23 profiles/package.mask | 5 --
24 14 files changed, 184 deletions(-)
25
26 diff --git a/games-arcade/sdlsasteroids/debug b/games-arcade/sdlsasteroids/debug
27 new file mode 100644
28 index 00000000000..e69de29bb2d
29
30 diff --git a/games-board/gnugo/learn.phalanx b/games-board/gnugo/learn.phalanx
31 new file mode 100644
32 index 00000000000..6d23118f0d0
33 Binary files /dev/null and b/games-board/gnugo/learn.phalanx differ
34
35 diff --git a/games-board/phalanx/bug.lrn b/games-board/phalanx/bug.lrn
36 new file mode 100644
37 index 00000000000..e69de29bb2d
38
39 diff --git a/games-board/phalanx/losers.lrn b/games-board/phalanx/losers.lrn
40 new file mode 100644
41 index 00000000000..e69de29bb2d
42
43 diff --git a/games-board/phalanx/standard.lrn b/games-board/phalanx/standard.lrn
44 new file mode 100644
45 index 00000000000..e69de29bb2d
46
47 diff --git a/games-board/phalanx/suicide.lrn b/games-board/phalanx/suicide.lrn
48 new file mode 100644
49 index 00000000000..e69de29bb2d
50
51 diff --git a/games-fps/alephone-infinity/Manifest b/games-fps/alephone-infinity/Manifest
52 deleted file mode 100644
53 index ffd3f5204e5..00000000000
54 --- a/games-fps/alephone-infinity/Manifest
55 +++ /dev/null
56 @@ -1,2 +0,0 @@
57 -DIST MarathonInfinity.zip 30109883 BLAKE2B 5412c172e3f3066250912d9e818b172c9b036c4a71d090d36c3ef7e078d7e37ca7d676282176bd79d3e87b212d40245e7d16d0f8016a3094de24c4434570fdbd SHA512 1f347615b96d2c07914cda78bdc6971311f3933af78debfcd9fa87a0a3048220726a082602b7a76f516f7b3dd3240d1ea843794ab34e4e9e7733342d9d9fe5b1
58 -DIST alephone-infinity.png 19193 BLAKE2B c4e6eeb74d56798ebf3f96f2ee509fb6ac7d695e2c51e4f34599be507deb6354a0e034e0441ced4b5ad5688ec87a2129fdbded28b036e074737cc8dd0974683b SHA512 ad5c683aae4ee0afa306aaf33c9ad93a2eee59a4283166aada58a48a8dbbe8de62c8af0b04b143366448ef101ba8b2530cbc8bc5b3e1de62c5177775fae6bfd3
59
60 diff --git a/games-fps/alephone-infinity/alephone-infinity-20080622.ebuild b/games-fps/alephone-infinity/alephone-infinity-20080622.ebuild
61 deleted file mode 100644
62 index 46cd7a3b526..00000000000
63 --- a/games-fps/alephone-infinity/alephone-infinity-20080622.ebuild
64 +++ /dev/null
65 @@ -1,40 +0,0 @@
66 -# Copyright 1999-2015 Gentoo Foundation
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI=5
70 -inherit eutils games
71 -
72 -DESCRIPTION="Aleph One - Marathon Infinity"
73 -HOMEPAGE="http://trilogyrelease.bungie.org/"
74 -SRC_URI="http://files3.bungie.org/trilogy/MarathonInfinity.zip
75 - mirror://gentoo/${PN}.png"
76 -
77 -LICENSE="bungie-marathon"
78 -SLOT="0"
79 -KEYWORDS="~amd64 ~ppc64 ~x86"
80 -IUSE=""
81 -RESTRICT="mirror"
82 -
83 -RDEPEND="games-fps/alephone"
84 -DEPEND="app-arch/unzip"
85 -
86 -S=${WORKDIR}/Marathon\ Infinity
87 -
88 -src_install() {
89 - insinto "${GAMES_DATADIR}"/${PN}
90 - doins -r *
91 -
92 - doicon "${DISTDIR}"/${PN}.png
93 - make_desktop_entry "alephone.sh infinity" "Aleph One - Marathon Infinity"
94 -
95 - # Make sure the extra dirs exist in case the user wants to add some data
96 - keepdir "${GAMES_DATADIR}"/${PN}/{Scripts,"Physics Models",Textures,Themes}
97 -
98 - prepgamesdirs
99 -}
100 -
101 -pkg_postinst() {
102 - games_pkg_postinst
103 - elog "To play this scenario, run:"
104 - elog "alephone.sh infinity"
105 -}
106
107 diff --git a/games-fps/alephone-infinity/metadata.xml b/games-fps/alephone-infinity/metadata.xml
108 deleted file mode 100644
109 index 78274e0fa55..00000000000
110 --- a/games-fps/alephone-infinity/metadata.xml
111 +++ /dev/null
112 @@ -1,8 +0,0 @@
113 -<?xml version="1.0" encoding="UTF-8"?>
114 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
115 -<pkgmetadata>
116 -<maintainer type="project">
117 - <email>games@g.o</email>
118 - <name>Gentoo Games Project</name>
119 -</maintainer>
120 -</pkgmetadata>
121
122 diff --git a/games-fps/alephone/Manifest b/games-fps/alephone/Manifest
123 deleted file mode 100644
124 index 63f1b15b4ac..00000000000
125 --- a/games-fps/alephone/Manifest
126 +++ /dev/null
127 @@ -1 +0,0 @@
128 -DIST AlephOne-20150620.tar.bz2 5031898 BLAKE2B 7f319c1b1ae2930e5ebfdf7baa1947d35e3f606e936fe86393cf26e1b9b7803283897811bf17cdb2f88931db606b3a13ed1f83bf9a8e9fed3b197135da0cbf46 SHA512 fb47969137b791f83b111171d7b92b3708597db294ce19fb682ce28c49edcd4cb84a6ce4dcceb6630812a8c676dfe7f39f3fb4642f40ef7086a0d6c6fdeba8df
129
130 diff --git a/games-fps/alephone/alephone-20150620-r1.ebuild b/games-fps/alephone/alephone-20150620-r1.ebuild
131 deleted file mode 100644
132 index 4672cf9d674..00000000000
133 --- a/games-fps/alephone/alephone-20150620-r1.ebuild
134 +++ /dev/null
135 @@ -1,88 +0,0 @@
136 -# Copyright 1999-2017 Gentoo Foundation
137 -# Distributed under the terms of the GNU General Public License v2
138 -
139 -EAPI=6
140 -inherit autotools eutils
141 -
142 -MY_P=AlephOne-${PV}
143 -DESCRIPTION="An enhanced version of the game engine from the classic Mac game, Marathon"
144 -HOMEPAGE="http://source.bungie.org/"
145 -SRC_URI="https://github.com/Aleph-One-Marathon/alephone/releases/download/release-${PV}/AlephOne-${PV}.tar.bz2"
146 -
147 -LICENSE="GPL-3+ BitstreamVera OFL-1.1"
148 -SLOT="0"
149 -KEYWORDS="~amd64 ~ppc64 ~x86"
150 -IUSE="alsa curl ffmpeg mad mpeg sndfile speex vorbis"
151 -
152 -RDEPEND="
153 - dev-libs/boost
154 - dev-libs/expat
155 - dev-libs/zziplib
156 - media-libs/libpng:0
157 - media-libs/libsdl[joystick,opengl,video]
158 - media-libs/sdl-image[png]
159 - media-libs/sdl-net
160 - media-libs/sdl-ttf
161 - virtual/opengl
162 - virtual/glu
163 - alsa? ( media-libs/alsa-lib )
164 - curl? ( net-misc/curl )
165 - ffmpeg? ( virtual/ffmpeg )
166 - mad? ( media-libs/libmad )
167 - mpeg? ( media-libs/smpeg )
168 - sndfile? ( media-libs/libsndfile )
169 - speex? ( media-libs/speex )
170 - vorbis? ( media-libs/libvorbis )"
171 -DEPEND="${RDEPEND}
172 - virtual/pkgconfig"
173 -
174 -S=${WORKDIR}/${MY_P}
175 -
176 -src_prepare() {
177 - default
178 -
179 - sed "s:GAMES_DATADIR:/usr/share:g" \
180 - "${FILESDIR}"/${PN}.sh > "${T}"/${PN}.sh \
181 - || die
182 -
183 - # try using the system expat - bug #251108
184 - sed -i \
185 - -e '/SUBDIRS/ s/Expat//' \
186 - -e 's/Expat\/libexpat.a/-lexpat/' \
187 - Source_Files/Makefile.am || die
188 - sed -i -e '/Expat/d' configure.ac || die
189 - rm -r Source_Files/Expat || die
190 -
191 - eautoreconf
192 -}
193 -
194 -src_configure() {
195 - econf \
196 - --enable-lua \
197 - --enable-opengl \
198 - $(use_with alsa) \
199 - $(use_with ffmpeg) \
200 - $(use_with mad) \
201 - $(use_with mpeg smpeg) \
202 - $(use_with sndfile) \
203 - $(use_with speex) \
204 - $(use_with vorbis)
205 -}
206 -
207 -src_install() {
208 - default
209 - dobin "${T}"/${PN}.sh
210 - doman docs/${PN}.6
211 - dodoc docs/*.html
212 -}
213 -
214 -pkg_postinst() {
215 - echo
216 - elog "Read the docs and install the data files accordingly to play."
217 - echo
218 - elog "If you only want to install one scenario, read"
219 - elog "http://traxus.bungie.org/index.php/Aleph_One_install_guide#Single_scenario_3"
220 - elog "If you want to install multiple scenarios, read"
221 - elog "http://traxus.bungie.org/index.php/Aleph_One_install_guide#Multiple_scenarios_3"
222 - echo
223 -}
224
225 diff --git a/games-fps/alephone/files/alephone.sh b/games-fps/alephone/files/alephone.sh
226 deleted file mode 100644
227 index 62ac98f8577..00000000000
228 --- a/games-fps/alephone/files/alephone.sh
229 +++ /dev/null
230 @@ -1,28 +0,0 @@
231 -#!/bin/sh
232 -
233 -DIR=$(dirname "${0}")
234 -CMD=$(basename "${0}")
235 -ALEPHONE=${CMD%%.sh}
236 -
237 -if [[ -z "${1}" ]]
238 -then
239 - echo "Usage: ${0} SCENARIO FLAGS"
240 - echo "Where SCENARIO is one of:"
241 - for d in "GAMES_DATADIR"/alephone-*
242 - do
243 - echo " ${d##*/alephone-}"
244 - done
245 - exit 2
246 -fi
247 -
248 -export ALEPHONE_DATA="GAMES_DATADIR/alephone-${1}"
249 -
250 -shift
251 -
252 -# kill ARTS, because we're just that nice
253 -if artsshell terminate 2> /dev/null
254 -then
255 - sleep 2
256 -fi
257 -
258 -"${DIR}"/"${ALEPHONE}" "$@"
259
260 diff --git a/games-fps/alephone/metadata.xml b/games-fps/alephone/metadata.xml
261 deleted file mode 100644
262 index f7a55faa021..00000000000
263 --- a/games-fps/alephone/metadata.xml
264 +++ /dev/null
265 @@ -1,12 +0,0 @@
266 -<?xml version='1.0' encoding='UTF-8'?>
267 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
268 -<pkgmetadata>
269 - <maintainer type="project">
270 - <email>games@g.o</email>
271 - <name>Gentoo Games Project</name>
272 - </maintainer>
273 - <upstream>
274 - <remote-id type="sourceforge">marathon</remote-id>
275 - <remote-id type="github">Aleph-One-Marathon/alephone</remote-id>
276 - </upstream>
277 -</pkgmetadata>
278
279 diff --git a/profiles/package.mask b/profiles/package.mask
280 index 625096ab773..869836bbec2 100644
281 --- a/profiles/package.mask
282 +++ b/profiles/package.mask
283 @@ -476,11 +476,6 @@ x11-themes/icewm-themes
284 # month.
285 sys-freebsd/virtio-kmod
286
287 -# Pacho Ramos <pacho@g.o> (17 Mar 2018)
288 -# Doesn't build (#591918, #587392). Removal in a month.
289 -games-fps/alephone
290 -games-fps/alephone-infinity
291 -
292 # Pacho Ramos <pacho@g.o> (17 Mar 2018)
293 # Broken for a long time (#587806). Removal in a month.
294 app-text/zemberek-server