Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/liquidwar6/files/, profiles/, games-strategy/liquidwar6/
Date: Tue, 01 Oct 2019 20:42:28
Message-Id: 1569961993.54ec28c7293877bfa9780e2e6a4645d67b9724f9.mattst88@gentoo
1 commit: 54ec28c7293877bfa9780e2e6a4645d67b9724f9
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 1 20:32:19 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 1 20:33:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54ec28c7
7
8 games-strategy/liquidwar6: Remove
9
10 Closes: https://bugs.gentoo.org/654654
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 games-strategy/liquidwar6/Manifest | 2 -
14 .../files/liquidwar6-0.4.3681-check-headers.patch | 70 -------------
15 .../files/liquidwar6-0.4.3681-ldconfig.patch | 16 ---
16 .../files/liquidwar6-0.4.3681-paths.patch | 27 -----
17 .../liquidwar6/liquidwar6-0.4.3681-r1.ebuild | 112 ---------------------
18 games-strategy/liquidwar6/metadata.xml | 28 ------
19 profiles/package.mask | 5 -
20 7 files changed, 260 deletions(-)
21
22 diff --git a/games-strategy/liquidwar6/Manifest b/games-strategy/liquidwar6/Manifest
23 deleted file mode 100644
24 index 73731cde7c9..00000000000
25 --- a/games-strategy/liquidwar6/Manifest
26 +++ /dev/null
27 @@ -1,2 +0,0 @@
28 -DIST liquidwar6-0.4.3681.tar.gz 26531646 BLAKE2B c6043931f634dd9769c822b18d243fd32cf0457e6974ec3fee5a8098f4864a7de09d343fd729b2cd9b8c966f92279d972636bb82bc40065f1635b4f5d41ce36f SHA512 4154c8d3c2ceb128cf2d27a4682c89a30d3610f695b2e05f8d4e33c13fb54aaab3bb4a2b5c6dbcc43ff5d24991ea57a521716c94e15d8dd05dc384c22a37f52a
29 -DIST liquidwar6-extra-maps-0.4.3681.tar.gz 16191302 BLAKE2B 178d9ca86b0ede86d2dec61b92033ea86c01b18d1bbded79d7ffa1643e6fa6e4665a989bc6295923aed55f4e663090e907852581be23c86c9f5220bdc3ca557d SHA512 e767adc4402f803824145fd12f79eb2cbf9b34aea12065123a558dfb6704bd7ab1861b453e794f7a612d4fa75d0f6024ef410b2700eea08a279d6857b9dc2ba7
30
31 diff --git a/games-strategy/liquidwar6/files/liquidwar6-0.4.3681-check-headers.patch b/games-strategy/liquidwar6/files/liquidwar6-0.4.3681-check-headers.patch
32 deleted file mode 100644
33 index 34dd76b48ea..00000000000
34 --- a/games-strategy/liquidwar6/files/liquidwar6-0.4.3681-check-headers.patch
35 +++ /dev/null
36 @@ -1,70 +0,0 @@
37 -From: Julian Ospald <hasufell@g.o>
38 -Date: Wed Jun 4 16:01:18 UTC 2014
39 -Subject: fix header checks
40 -
41 - our multilib wrapped headers are broken shit
42 -
43 ---- a/configure.ac
44 -+++ b/configure.ac
45 -@@ -55,7 +55,7 @@
46 - AC_SUBST(LW6_VERSION_MINOR)
47 -
48 - dnl Headers, some are optional
49 --AC_CHECK_HEADERS(arpa/inet.h caca.h ctype.h CUnit/CUnit.h CUnit/Automated.h CUnit/CUCurses.h dirent.h errno.h execinfo.h expat.h fcntl.h gc/gc.h gmp.h GL/gl.h GL/glu.h GLES2/gl2.h iconv.h ifaddrs.h jpeglib.h langinfo.h libintl.h libpng12/png.h libpng13/png.h libpng14/png.h libpng15/png.h libpng16/png.h lmcons.h limits.h locale.h ltdl.h mach/vm_statistics.h mach/mach_types.h mach/mach_init.h mach/mach_host.h math.h netdb.h netinet/in.h omp.h pthread.h readline/history.h readline/readline.h SDL/SDL.h SDL/SDL_image.h SDL/SDL_mixer.h SDL/SDL_ttf.h signal.h stdarg.h stdio.h stdlib.h string.h syslog.h sys/select.h sys/signal.h sys/socket.h sys/stat.h sys/sysinfo.h sys/time.h sys/types.h sys/utsname.h time.h unistd.h winbase.h windows.h winsock2.h)
50 -+AC_CHECK_HEADERS(arpa/inet.h caca.h ctype.h CUnit/CUnit.h CUnit/Automated.h CUnit/CUCurses.h dirent.h errno.h execinfo.h expat.h fcntl.h gc/gc.h gmp.h GL/gl.h GL/glu.h GLES2/gl2.h iconv.h ifaddrs.h jpeglib.h langinfo.h libintl.h libpng12/png.h libpng13/png.h libpng14/png.h libpng15/png.h libpng16/png.h lmcons.h limits.h locale.h ltdl.h mach/vm_statistics.h mach/mach_types.h mach/mach_init.h mach/mach_host.h math.h netdb.h netinet/in.h omp.h pthread.h readline/history.h readline/readline.h signal.h stdarg.h stdio.h stdlib.h string.h syslog.h sys/select.h sys/signal.h sys/socket.h sys/stat.h sys/sysinfo.h sys/time.h sys/types.h sys/utsname.h time.h unistd.h winbase.h windows.h winsock2.h)
51 -
52 - dnl GNULIB stuff, http://www.gnu.org/software/gnulib/
53 - gl_00GNULIB
54 -@@ -477,40 +477,42 @@
55 - fi
56 - SDL_EXTRA="${SDL_EXTRA_CFLAGS} ${SDL_EXTRA_LIBS}"
57 -
58 -+CFLAGS="$CFLAGS $SDL_EXTRA_CFLAGS"
59 -+
60 - AC_CHECK_HEADER(SDL/SDL.h, HAVE_SDL_H=1, AC_MSG_WARN([
61 - *** Liquid War 6 needs SDL (http://www.libsdl.org/)
62 --]),[${SDL_EXTRA}])
63 -+]),[])
64 - AC_CHECK_LIB(SDL, SDL_Init, HAVE_LIBSDL=1, AC_MSG_WARN([
65 - *** Liquid War 6 needs SDL (http://www.libsdl.org/)
66 --]),[${SDL_EXTRA}])
67 -+]),[])
68 -
69 - AC_CHECK_HEADER(GL/gl.h, HAVE_GL_GL_H=1,AC_MSG_WARN([
70 - *** Liquid War 6 needs Mesa (http://www.mesa3d.org/)
71 --]),[${SDL_EXTRA}])
72 -+]),[])
73 - AC_CHECK_LIB(GL, glBegin, HAVE_LIBGL=1, AC_MSG_WARN([
74 - *** Liquid War 6 needs Mesa (http://www.mesa3d.org/)
75 --]),[${SDL_EXTRA}])
76 -+]),[])
77 -
78 - AC_CHECK_HEADER(GL/glu.h, HAVE_GL_GLU_H=1,AC_MSG_WARN([
79 - *** Liquid War 6 needs GLU (http://www.mesa3d.org/)
80 --]),[${SDL_EXTRA}])
81 -+]),[])
82 - AC_CHECK_LIB(GLU, gluBeginCurve, HAVE_LIBGLU=1, AC_MSG_WARN([
83 - *** Liquid War 6 needs GLU (http://www.mesa3d.org/)
84 --]),[${SDL_EXTRA}])
85 -+]),[])
86 -
87 - AC_CHECK_HEADER(SDL/SDL_image.h, HAVE_SDL_IMAGE_H=1, AC_MSG_WARN([
88 - *** Liquid War 6 needs SDL_image (http://www.libsdl.org/projects/SDL_image/)
89 --]),[${SDL_EXTRA}])
90 -+]),[])
91 - AC_CHECK_LIB(SDL_image, IMG_Load, HAVE_LIBSDL_IMAGE=1, AC_MSG_WARN([
92 - *** Liquid War 6 needs SDL_image (http://www.libsdl.org/projects/SDL_image/)
93 --]),[${SDL_EXTRA}])
94 -+]),[])
95 -
96 - AC_CHECK_HEADER(SDL/SDL_ttf.h, HAVE_SDL_TTF_H=1, AC_MSG_WARN([
97 - *** Liquid War 6 needs SDL_ttf (http://www.libsdl.org/projects/SDL_ttf/)
98 --]),[${SDL_EXTRA}])
99 -+]),[])
100 - AC_CHECK_LIB(SDL_ttf, TTF_Init, HAVE_LIBSDL_TTF=1, AC_MSG_WARN([
101 - *** Liquid War 6 needs SDL_ttf (http://www.libsdl.org/projects/SDL_ttf/)
102 --]),[${SDL_EXTRA}])
103 -+]),[])
104 -
105 - AC_ARG_ENABLE([mod-gl1], AS_HELP_STRING([--enable-mod-gl1],[compile mod-gl1 default=yes]), [enable_mod_gl1=$enableval], [enable_mod_gl1=yes])
106 -
107
108 diff --git a/games-strategy/liquidwar6/files/liquidwar6-0.4.3681-ldconfig.patch b/games-strategy/liquidwar6/files/liquidwar6-0.4.3681-ldconfig.patch
109 deleted file mode 100644
110 index dd5e702b614..00000000000
111 --- a/games-strategy/liquidwar6/files/liquidwar6-0.4.3681-ldconfig.patch
112 +++ /dev/null
113 @@ -1,16 +0,0 @@
114 -commit 1bd3596545912f2e47b8848df3fb5d99195d299a
115 -Author: hasufell <hasufell@g.o>
116 -Date: Wed Jan 8 17:21:09 2014 +0100
117 -
118 - don't run ldconfig
119 -
120 ---- a/src/Makefile.am
121 -+++ b/src/Makefile.am
122 -@@ -65,7 +65,6 @@ EXTRA_DIST = scriptpo.c indent.sh scriptpo-update.sh stamp.sh clean.sh dtou.sh u
123 - SUBDIRS = lib
124 -
125 - install-exec-local:
126 -- if which id && which ldconfig && test `id -u` -eq 0 && test "$(prefix)" != "/usr"; then ldconfig; fi # Run ldconfig automatically if we're root
127 - if test -x $(DESTDIR)$(bindir)/liquidwar6; then mv $(DESTDIR)$(bindir)/liquidwar6 $(DESTDIR)$(bindir)/@PACKAGE_TARNAME@-@LW6_VERSION_BASE@; ln -s @PACKAGE_TARNAME@-@LW6_VERSION_BASE@ $(DESTDIR)$(bindir)/liquidwar6; fi
128 -
129 - uninstall-local:
130
131 diff --git a/games-strategy/liquidwar6/files/liquidwar6-0.4.3681-paths.patch b/games-strategy/liquidwar6/files/liquidwar6-0.4.3681-paths.patch
132 deleted file mode 100644
133 index 3ac69032471..00000000000
134 --- a/games-strategy/liquidwar6/files/liquidwar6-0.4.3681-paths.patch
135 +++ /dev/null
136 @@ -1,27 +0,0 @@
137 -commit b121fe3d9fb7e5fc52f592482e02b6a28430435f
138 -Author: hasufell <hasufell@g.o>
139 -Date: Wed Jan 8 17:23:56 2014 +0100
140 -
141 - respect datarootdir
142 -
143 ---- a/data/icon/Makefile.am
144 -+++ b/data/icon/Makefile.am
145 -@@ -19,6 +19,6 @@
146 - # Contact author : ufoot@×××××.org
147 -
148 - pkgdata_DATA = liquidwar6.png liquidwar6.xpm
149 --pkgdatadir = $(datadir)/pixmaps
150 -+pkgdatadir = $(datarootdir)/pixmaps
151 - EXTRA_DIST = $(pkgdata_DATA) liquidwar6.ico liquidwar6.icns
152 -
153 ---- a/pkg/Makefile.am
154 -+++ b/pkg/Makefile.am
155 -@@ -19,7 +19,7 @@
156 - # Contact author : ufoot@×××××.org
157 -
158 - pkgdata_DATA = liquidwar6.desktop
159 --pkgdatadir = $(datadir)/applications
160 -+pkgdatadir = $(datarootdir)/applications
161 - EXTRA_DIST = $(pkgdata_DATA) liquidwar6.spec liquidwar6d 406FFCAB.gnupg.txt FD409E94.gnupg.txt
162 -
163 - distclean-local:
164
165 diff --git a/games-strategy/liquidwar6/liquidwar6-0.4.3681-r1.ebuild b/games-strategy/liquidwar6/liquidwar6-0.4.3681-r1.ebuild
166 deleted file mode 100644
167 index cd8f2f0621e..00000000000
168 --- a/games-strategy/liquidwar6/liquidwar6-0.4.3681-r1.ebuild
169 +++ /dev/null
170 @@ -1,112 +0,0 @@
171 -# Copyright 1999-2018 Gentoo Foundation
172 -# Distributed under the terms of the GNU General Public License v2
173 -
174 -EAPI=5
175 -
176 -inherit autotools eutils toolchain-funcs games
177 -
178 -MY_PV=${PV/_beta/beta}
179 -MY_P=${PN}-${MY_PV}
180 -
181 -DESCRIPTION="Unique multiplayer wargame between liquids"
182 -HOMEPAGE="https://www.gnu.org/software/liquidwar6/"
183 -SRC_URI="http://www.ufoot.org/download/liquidwar/v6/${MY_PV}/${MY_P}.tar.gz
184 - maps? ( http://www.ufoot.org/download/liquidwar/v6/${MY_PV}/${PN}-extra-maps-${MY_PV}.tar.gz )"
185 -
186 -LICENSE="GPL-3+"
187 -SLOT="0"
188 -KEYWORDS="~amd64 ~x86"
189 -IUSE="doc gles2 gtk libcaca +maps nls +ogg openmp readline test"
190 -
191 -# yes, cunit is rdep
192 -RDEPEND="dev-db/sqlite:3
193 - dev-libs/expat
194 - dev-scheme/guile:12
195 - dev-util/cunit
196 - media-libs/freetype:2
197 - media-libs/libpng:0
198 - media-libs/libsdl[X,opengl,video]
199 - media-libs/sdl-image[jpeg,png]
200 - media-libs/sdl-ttf
201 - net-misc/curl
202 - dev-libs/libltdl:0
203 - sys-libs/zlib
204 - virtual/glu
205 - virtual/jpeg:0
206 - virtual/opengl
207 - libcaca? ( media-libs/libcaca )
208 - gles2? ( media-libs/mesa[gles2] )
209 - gtk? ( x11-libs/gtk+:2 )
210 - nls? ( virtual/libintl
211 - virtual/libiconv )
212 - ogg? (
213 - media-libs/libsdl[X,sound,opengl,video]
214 - media-libs/sdl-mixer[vorbis]
215 - )
216 - readline? ( sys-libs/ncurses:0
217 - sys-libs/readline:0 )"
218 -DEPEND="${RDEPEND}
219 - dev-lang/perl
220 - nls? ( sys-devel/gettext )"
221 -
222 -S=${WORKDIR}/${MY_P}
223 -S_MAPS=${WORKDIR}/${PN}-extra-maps-${MY_PV}
224 -
225 -pkg_setup() {
226 - if use openmp; then
227 - if [[ $(tc-getCC) == *gcc ]] && ! tc-has-openmp ; then
228 - ewarn "OpenMP is not available in your current selected gcc"
229 - die "need openmp capable gcc"
230 - fi
231 - fi
232 - games_pkg_setup
233 -}
234 -
235 -src_prepare() {
236 - epatch \
237 - "${FILESDIR}"/${P}-{ldconfig,paths}.patch \
238 - "${FILESDIR}"/${P}-check-headers.patch
239 -
240 - sed -i \
241 - -e 's/-Werror//' \
242 - configure.ac || die
243 - eautoreconf
244 -}
245 -
246 -src_configure() {
247 - # configure fails with cunit disabled
248 - egamesconf \
249 - $(use_enable nls) \
250 - --enable-cunit \
251 - $(use_enable gtk) \
252 - --enable-mod-gl1 \
253 - $(use_enable gles2 mod-gles2) \
254 - $(use_enable libcaca mod-caca) \
255 - $(use_enable openmp) \
256 - $(use_enable ogg mod-ogg) \
257 - $(use_enable !ogg silent) \
258 - $(use_enable readline console) \
259 - --disable-static \
260 - --datarootdir=/usr/share \
261 - --mandir=/usr/share/man \
262 - --docdir=/usr/share/doc/${PF} \
263 - --htmldir=/usr/share/doc/${PF}/html
264 -
265 - if use maps; then
266 - cd "${S_MAPS}" || die
267 - egamesconf
268 - fi
269 -}
270 -
271 -src_compile() {
272 - default
273 - use doc && emake html
274 - use maps && emake -C "${S_MAPS}"
275 -}
276 -
277 -src_install() {
278 - emake DESTDIR="${D}" install
279 - use maps && emake -C "${S_MAPS}" DESTDIR="${D}" install
280 - prune_libtool_files --all
281 - prepgamesdirs
282 -}
283
284 diff --git a/games-strategy/liquidwar6/metadata.xml b/games-strategy/liquidwar6/metadata.xml
285 deleted file mode 100644
286 index 5f504d57eb1..00000000000
287 --- a/games-strategy/liquidwar6/metadata.xml
288 +++ /dev/null
289 @@ -1,28 +0,0 @@
290 -<?xml version="1.0" encoding="UTF-8"?>
291 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
292 -<pkgmetadata>
293 - <maintainer type="project">
294 - <email>games@g.o</email>
295 - <name>Gentoo Games Project</name>
296 - </maintainer>
297 - <use>
298 - <flag name="doc">Convert the info pages to html</flag>
299 - <flag name="gles2">Enable OpenGL ES 2.0 support</flag>
300 - <flag name="gtk">Used to display error/critical messages</flag>
301 - <flag name="maps">Install extra maps</flag>
302 - <flag name="ogg">Enable mod-ogg via <pkg>media-libs/sdl-mixer</pkg> (currently the only sound provider)</flag>
303 - <flag name="readline">Enable interactive script shell for hacking</flag>
304 - </use>
305 - <longdescription lang="en">
306 - FEATURES:
307 - * Fast-paced tactical action. Control the movement of all your forces at the same time
308 - * Simple yet original game mechanics, discovered by Thomas Colcombet
309 - * 10 different teams, each with their own charactaristics and special attacks
310 - * 13 levels, each one twisting the gameplay in a new direction
311 - * 100+ more levels if you download the bonus pack
312 - * Levels can be created using simple image files
313 - * Lots of level design options: walls, edge wraparound, bridges, different speed, special areas such as glue or danger and varied army size and fighter behavior
314 - * Internationalization support, interface translated in French, Norwegian and Russian
315 - * Free Software, part of the GNU project (licence: GNU GPL v3+)
316 - </longdescription>
317 -</pkgmetadata>
318
319 diff --git a/profiles/package.mask b/profiles/package.mask
320 index 99e8e93950c..5f69512ea25 100644
321 --- a/profiles/package.mask
322 +++ b/profiles/package.mask
323 @@ -1120,11 +1120,6 @@ dev-scheme/guile-lib
324 sci-chemistry/burrow-owl
325 sci-libs/starparse
326
327 -# Matt Turner <mattst88@g.o> (2019-09-01)
328 -# Unmaintained, unpackaged versions from 2015. Incompatible with guile-2.2.
329 -# Removal in 30 days. # Bug #654654.
330 -games-strategy/liquidwar6
331 -
332 # Matt Turner <mattst88@g.o> (2019-09-01)
333 # TeXmacs is the only remaining package in tree that requires guile-1.8, which
334 # is unsupported upstream. A TeXmacs port to Guile-2 has been in progress for a