diff options
author | Azamat H. Hackimov <azamat.hackimov@gmail.com> | 2020-09-25 18:01:49 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-05 18:01:04 +0000 |
commit | a77f334c0526cf9dbf23d1c5d303892ca3054831 (patch) | |
tree | 7170b1f696d02d0bf46cc3d3248973f63faf2bcd /games-arcade | |
parent | games-arcade/tecnoballz: update to 0.93.1 (diff) | |
download | gentoo-a77f334c0526cf9dbf23d1c5d303892ca3054831.tar.gz gentoo-a77f334c0526cf9dbf23d1c5d303892ca3054831.tar.bz2 gentoo-a77f334c0526cf9dbf23d1c5d303892ca3054831.zip |
games-arcade/tecnoballz: remove old version
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17663
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/tecnoballz/Manifest | 1 | ||||
-rw-r--r-- | games-arcade/tecnoballz/files/tecnoballz-0.92-automake.patch | 116 | ||||
-rw-r--r-- | games-arcade/tecnoballz/files/tecnoballz-0.92-gcc43.patch | 11 | ||||
-rw-r--r-- | games-arcade/tecnoballz/files/tecnoballz-0.92-gcc6.patch | 45 | ||||
-rw-r--r-- | games-arcade/tecnoballz/tecnoballz-0.92.ebuild | 44 |
5 files changed, 0 insertions, 217 deletions
diff --git a/games-arcade/tecnoballz/Manifest b/games-arcade/tecnoballz/Manifest index 48baeab51108..e9c8c838757a 100644 --- a/games-arcade/tecnoballz/Manifest +++ b/games-arcade/tecnoballz/Manifest @@ -1,2 +1 @@ -DIST tecnoballz-0.92.tgz 2763879 BLAKE2B a9414c402781e9d65da5e3c0cfe4815fd80978ff874fa245237baca960278c85ba33ff2a59debf0cd6547d75e20f39afc058bd1204405ecef27d62bb8bdfdbb7 SHA512 e3868e846cdebaed6ee78050560be86557c6d01ee6512375a09eccbcf70f0cd12e419c6997a348794a41dfb75f0f3cb70321f1bb9a9bf1156a90976b0e401e13 DIST tecnoballz-0.93.1.tar.gz 1989092 BLAKE2B b623a11b9cbb599af85cd8a8cae712dc6403cc0e406f0ecee00f92e571a94db9ea3b8446d3abf9e6992fcb680775ea5e83cb5c58b563c71ddf83c6a969ac4e69 SHA512 5ccbff786398b191f56809180e7309a1e183852f69f51c1797e9e5db5e7ef04d8daa37940c31c2d5ab6911974d140da5d88d81d668122a0ffc37938ef856702b diff --git a/games-arcade/tecnoballz/files/tecnoballz-0.92-automake.patch b/games-arcade/tecnoballz/files/tecnoballz-0.92-automake.patch deleted file mode 100644 index b2f0379e4899..000000000000 --- a/games-arcade/tecnoballz/files/tecnoballz-0.92-automake.patch +++ /dev/null @@ -1,116 +0,0 @@ ---- Makefile.am.old 2008-10-07 10:42:11.000000000 +0200 -+++ Makefile.am 2008-10-07 10:49:35.000000000 +0200 -@@ -1,18 +1,6 @@ - --gamesdir = $(prefix)/games --scoredir = /var/games/tecnoballz --score = tecnoballz.hi -+localstate_DATA = tecnoballz.hi - --SUBDIRS = src -+SUBDIRS = src man - --pkgdatadir = $(mandir)/man6 --dist_pkgdata_DATA = man/tecnoballz.6 -- --install-data-hook: -- -chown root:games "$(DESTDIR)/$(gamesdir)/tecnoballz" -- -chmod 2755 "$(DESTDIR)/$(gamesdir)/tecnoballz" -- $(INSTALL) -d $(DESTDIR)/$(scoredir) -- $(INSTALL) $(score) $(DESTDIR)/$(scoredir) -- -chown root:games "$(DESTDIR)/$(scoredir)/$(score)" -- -chmod 664 "$(DESTDIR)/$(scoredir)/$(score)" - ---- src/Makefile.am.old 2008-10-07 11:16:44.000000000 +0200 -+++ src/Makefile.am 2008-10-07 11:18:32.000000000 +0200 -@@ -1,14 +1,12 @@ - - NULL = --gamesdir = $(prefix)/games --scoredir = /var/games/tecnoballz - score = tecnoballz.hi - - SUBDIRS = TecnoballZ - --games_PROGRAMS = tecnoballz -+bin_PROGRAMS = tecnoballz - tecnoballz_SOURCES = $(SOURCES_MAIN) --tecnoballz_CXXFLAGS = -DDATADIR=\"$(datadir)/tecnoballz\" -DSCOREFILE=\"$(scoredir)/$(score)\" @XLIB_CFLAGS@ @SDL_CFLAGS@ @MIKMOD_FLAGS@ -+tecnoballz_CXXFLAGS = -DDATADIR=\"$(datadir)/tecnoballz\" -DSCOREFILE=\"$(localstatedir)/$(score)\" @XLIB_CFLAGS@ @SDL_CFLAGS@ @MIKMOD_FLAGS@ - tecnoballz_LDADD = @XLIB_LIBS@ @SDL_LIBS@ @MM_LIBS@ @MIKMOD_LIBS@ -L. - - SOURCES_MAIN = \ ---- src/TecnoballZ/Makefile.am.old 2008-10-07 17:17:47.000000000 +0200 -+++ src/TecnoballZ/Makefile.am 2008-10-07 17:20:03.000000000 +0200 -@@ -1,6 +1,6 @@ - NULL = - --SUBDIRS = lores hires textures sounds musics -+SUBDIRS = lores hires textures sounds musics texts - - pkgdatadir = $(datadir)/tecnoballz - dist_pkgdata_DATA = \ -@@ -14,4 +14,5 @@ - tilemap-guardians_40.data \ - tilemap-menu_20.data \ - tilemap-menu_40.data \ -+ levels-data.xml \ - $(NULL) ---- /dev/null 2008-09-26 15:07:13.448004290 +0200 -+++ src/TecnoballZ/texts/Makefile.am 2008-10-07 17:30:18.000000000 +0200 -@@ -0,0 +1,11 @@ -+textsdir = $(pkgdatadir)/texts -+texts_DATA = main_menu_en.txt \ -+ main_menu_fr.txt \ -+ popup_menu_en.txt \ -+ popup_menu_fr.txt \ -+ scrolltext_en.txt \ -+ scrolltext_fr.txt \ -+ shop_en.txt \ -+ shop_fr.txt \ -+ short_info_messages_en.txt \ -+ short_info_messages_fr.txt ---- configure.ac.old 2008-10-08 23:10:26.000000000 +0200 -+++ configure.ac 2008-10-08 23:11:08.000000000 +0200 -@@ -50,21 +50,6 @@ - - LDFLAGS_="${LDFLAGS_save}" - --AC_CHECK_LIB(vorbisfile, ov_raw_seek, [ -- MM_LIBS="${MM_LIBS} -lvorbisfile" --],[ -- AC_MSG_ERROR(Could not find the vorbisfile lib : -lvorbisfile) --]) --AC_CHECK_LIB(ogg, ogg_stream_packetin, [ -- MM_LIBS="${MM_LIBS} -logg" --],[ -- AC_MSG_ERROR(Could not find the ogg lib : -logg) --]) --AC_CHECK_LIB(smpeg, SMPEG_play, [ -- MM_LIBS="${MM_LIBS} -lsmpeg" --],[ -- AC_MSG_ERROR(Could not find the smpeg lib : -lsmpeg) --]) - AC_SUBST(MM_LIBS) - - AC_CHECK_LIB(mikmod, Player_Stop, [ -@@ -81,5 +81,8 @@ - - - dnl Output makefiles --AC_OUTPUT(Makefile src/Makefile src/TecnoballZ/Makefile src/TecnoballZ/hires/Makefile src/TecnoballZ/lores/Makefile src/TecnoballZ/textures/Makefile src/TecnoballZ/musics/Makefile src/TecnoballZ/sounds/Makefile) -+AC_OUTPUT(Makefile src/Makefile src/TecnoballZ/Makefile src/TecnoballZ/hires/Makefile src/TecnoballZ/lores/Makefile src/TecnoballZ/textures/Makefile src/TecnoballZ/musics/Makefile src/TecnoballZ/sounds/Makefile -+ src/TecnoballZ/texts/Makefile -+ man/Makefile -+ man/fr/Makefile) - ---- /dev/null 2008-09-26 15:07:13.448004290 +0200 -+++ man/Makefile.am 2008-10-08 10:36:15.000000000 +0200 -@@ -0,0 +1,2 @@ -+SUBDIRS = fr -+man_MANS = tecnoballz.6 ---- /dev/null 2008-09-26 15:07:13.448004290 +0200 -+++ man/fr/Makefile.am 2008-10-08 10:36:15.000000000 +0200 -@@ -0,0 +1,2 @@ -+mandir = @mandir@/fr -+man_MANS = tecnoballz.6 diff --git a/games-arcade/tecnoballz/files/tecnoballz-0.92-gcc43.patch b/games-arcade/tecnoballz/files/tecnoballz-0.92-gcc43.patch deleted file mode 100644 index ae190abd64c6..000000000000 --- a/games-arcade/tecnoballz/files/tecnoballz-0.92-gcc43.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- include/surface_sdl.h.old 2008-10-07 10:16:25.000000000 +0200 -+++ include/surface_sdl.h 2008-10-07 10:16:38.000000000 +0200 -@@ -46,7 +46,7 @@ - ~surface_sdl (); - SDL_Surface* get_surface (); - char* get_pixel_data (); -- char* get_pixel_data (Uint32 coord_x, Uint32 coord_x); -+ char* get_pixel_data (Uint32 coord_x, Uint32 coord_y); - Uint32 get_row_size (); - Uint32 get_offset (Uint32 xcoord, Uint32 ycoord); - void clear (Uint32 color = 0); diff --git a/games-arcade/tecnoballz/files/tecnoballz-0.92-gcc6.patch b/games-arcade/tecnoballz/files/tecnoballz-0.92-gcc6.patch deleted file mode 100644 index f06a2ac2a0db..000000000000 --- a/games-arcade/tecnoballz/files/tecnoballz-0.92-gcc6.patch +++ /dev/null @@ -1,45 +0,0 @@ -Bug: https://bugs.gentoo.org/show_bug.cgi?id=610974 -Commit: https://github.com/brunonymous/tecnoballz/commit/29c5f137555897c8fb73b4780295524b214b24a2 - ---- a/include/tiles_background.h -+++ b/include/tiles_background.h -@@ -47,7 +47,7 @@ - static tiles_background* tiles_background_singleton; - static Sint32 table_pos1[16]; - static Sint32 table_pos2[16]; -- static char couleurs[448]; -+ static unsigned char couleurs[448]; - static const Sint32 TILES_32_WIDTH = 32; - static const Sint32 TILES_32_HEIGHT = 32; - static const Sint32 TILES_64_WIDTH = 64; -@@ -63,7 +63,7 @@ - * or TILES_32x32_WITH_4_COLORS */ - Uint32 type_of_tiles; - /** 4 color palette index */ -- Uint32 palette_index; -+ Sint32 palette_index; - - bitmap_data *current_tiles; - Uint32 *map_tiles; ---- a/src/tiles_background.cc -+++ b/src/tiles_background.cc -@@ -663,8 +663,8 @@ - - } - palette_index = pal_index; -- char *color = &couleurs[0]; -- unsigned char *colPT = (unsigned char *) (color) + pal_index; -+ unsigned char *color = &couleurs[0]; -+ unsigned char *colPT = (color) + pal_index; - SDL_Color *pal = display->get_palette (); - SDL_Color *lighted = pal + 1; - SDL_Color *dark = lighted + 128; -@@ -702,7 +702,7 @@ - * 4 * 4 : 16 composantes by palette - * 112 * 4 : 448 composantes - */ --char -+unsigned char - tiles_background::couleurs[448] = { - 0x00, 0x40, 0x20, 0x40, 0x00, 0x60, 0x40, 0x60, 0x00, 0x80, 0x60, 0x80, - 0x00, 0xA0, 0x80, 0xA0, 0x00, 0x00, 0x20, 0x40, 0x00, 0x20, diff --git a/games-arcade/tecnoballz/tecnoballz-0.92.ebuild b/games-arcade/tecnoballz/tecnoballz-0.92.ebuild deleted file mode 100644 index 272be1639d8f..000000000000 --- a/games-arcade/tecnoballz/tecnoballz-0.92.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils autotools games - -DESCRIPTION="An exciting Brick Breaker" -HOMEPAGE="http://linux.tlk.fr/games/TecnoballZ/" -SRC_URI="http://linux.tlk.fr/games/TecnoballZ/download/${P}.tgz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="media-libs/libsdl - media-libs/sdl-mixer - media-libs/sdl-image[png] - media-libs/libmikmod:0" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gcc43.patch \ - "${FILESDIR}"/${P}-gcc6.patch \ - "${FILESDIR}"/${P}-automake.patch - mv man/${PN}.fr.6 man/fr/${PN}.6 || die - # don't combine explicit and implicit rules for make 3.82 (bug #334629) - sed -i -e '/supervisor.c /s/.c /.cc /' src/Makefile.am || die - sed -i -e '/^CXXFLAGS=/d' configure.ac || die - eautoreconf -} - -src_install() { - default - fperms g+w "${GAMES_STATEDIR}"/${PN}.hi - make_desktop_entry ${PN} Tecnoballz - prepgamesdirs -} - -pkg_postinst() { - has_version "media-libs/sdl-mixer[mikmod]" \ - || ewarn "To have background music, emerge sdl-mixer with USE=mikmod" - games_pkg_postinst -} |