games-arcade/blobwars: Drop old
authorPacho Ramos <pacho@gentoo.org>
Sat, 4 Feb 2017 15:30:02 +0000 (16:30 +0100)
committerPacho Ramos <pacho@gentoo.org>
Sat, 4 Feb 2017 15:39:31 +0000 (16:39 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

games-arcade/blobwars/Manifest
games-arcade/blobwars/blobwars-1.19.ebuild [deleted file]
games-arcade/blobwars/files/blobwars-1.19-ldflags.patch [deleted file]
games-arcade/blobwars/files/blobwars-1.19-linking-order.patch [deleted file]
games-arcade/blobwars/files/blobwars-1.19-zlib-1.2.5.2.patch [deleted file]

index eebf809dacdf8cb557c5e148163b6368380b92c7..cd2954a78778ed2aad2f063ab475991cb253f1ba 100644 (file)
@@ -1,2 +1 @@
-DIST blobwars-1.19.tar.gz 67019647 SHA256 f9bafe59ead9e370ceaba4aae3d280241bf05fa06c8ae006eec0322c2fe9e2ed SHA512 d31dcf5aae13bed849f701923cef7e829a43f199b8cde8dc9c28b283c8f7da6c5c8052387fae9add9f1bfb0c857c5be339b6049b6b19ff4c6c5ccbb6233e2643 WHIRLPOOL 4f4a31e80648696ee564be7b4aafddea666dd9cd7239e6310c03f873cb284a59beb40abaa4e8edd3da9e2dbb4dbf9f88cc1db3232b22aeadfda3cad5f473eea4
 DIST blobwars-2.00.tar.gz 66982603 SHA256 c406279f6cdf2aed3c6edb8d8be16efeda0217494acd525f39ee2bd3e77e4a99 SHA512 412afd029554e59e7947466f36b51ef863faf1712898397498d5497e9a38dced92777b7684c1fb231998d893a6ce2c435b8f4278429df41168385de8fa18725b WHIRLPOOL 602a996bb661d8c7f3573220ad2e83e48ef0add898c39a395a2ad8f769fce173f04cb1370fae33e5673485f15d146e7a6b616c3753113b46178e7580b058b0e5
diff --git a/games-arcade/blobwars/blobwars-1.19.ebuild b/games-arcade/blobwars/blobwars-1.19.ebuild
deleted file mode 100644 (file)
index 3f07d4e..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit eutils gnome2-utils games
-
-DESCRIPTION="Platform game about a blob and his quest to rescue MIAs from an alien invader"
-HOMEPAGE="https://sourceforge.net/projects/blobwars/ https://sourceforge.net/apps/mediawiki/blobwars/index.php?title=Main_Page"
-SRC_URI="mirror://sourceforge/blobwars/${P}.tar.gz"
-
-LICENSE="BSD CC-BY-SA-3.0 CC-BY-3.0 GPL-2 LGPL-2.1 fairuse public-domain"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="media-libs/libsdl
-       media-libs/sdl-mixer
-       media-libs/sdl-ttf
-       media-libs/sdl-image
-       media-libs/sdl-net
-       sys-libs/zlib
-       virtual/libintl"
-DEPEND="${RDEPEND}
-       sys-devel/gettext"
-
-src_prepare() {
-       epatch \
-               "${FILESDIR}"/${PN}-1.19-linking-order.patch \
-               "${FILESDIR}"/${PN}-1.19-ldflags.patch \
-               "${FILESDIR}"/${PN}-1.19-zlib-1.2.5.2.patch
-
-       sed -i -e "/-Werror/d" makefile || die
-}
-
-src_compile() {
-       emake \
-               USEPAK="1" \
-               DATADIR="${GAMES_DATADIR}/${PN}/" \
-               DOCDIR="/usr/share/doc/${PF}/html/" \
-               LOCALEDIR="/usr/share/locale/"
-}
-
-src_install() {
-       emake \
-               USEPAK="1" \
-               DESTDIR="${D}" \
-               BINDIR="${GAMES_BINDIR}/" \
-               DATADIR="${GAMES_DATADIR}/${PN}/" \
-               DOCDIR="/usr/share/doc/${PF}/html/" \
-               ICONDIR="/usr/share/icons/hicolor/" \
-               DESKTOPDIR="/usr/share/applications/" \
-               LOCALEDIR="/usr/share/locale/" \
-               install
-
-       mv -vf \
-               "${D}"/usr/share/doc/${PF}/html/{changes,hacking,porting,readme} \
-               "${D}"/usr/share/doc/${PF}/
-
-       prepgamesdirs
-}
-
-pkg_preinst() {
-       games_pkg_preinst
-       gnome2_icon_savelist
-}
-
-pkg_postinst() {
-       games_pkg_postinst
-       gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-       gnome2_icon_cache_update
-}
diff --git a/games-arcade/blobwars/files/blobwars-1.19-ldflags.patch b/games-arcade/blobwars/files/blobwars-1.19-ldflags.patch
deleted file mode 100644 (file)
index 8b006f1..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
---- makefile~  2011-08-29 20:32:22.000000000 +0200
-+++ makefile   2011-08-29 20:33:27.052159159 +0200
-@@ -82,16 +82,16 @@
- # linking the program.
- $(PROG): $(GAMEOBJS)
--      $(CXX) $(GAMEOBJS) -o $(PROG) $(LIBS)
-+      $(CXX) $(LDFLAGS) $(GAMEOBJS) -o $(PROG) $(LIBS)
-       
- pak: $(PAKOBJS)
--      $(CXX) $(PAKOBJS) -o pak $(LIBS)
-+      $(CXX) $(LDFLAGS) $(PAKOBJS) -o pak $(LIBS)
- %.mo: %.po
-       msgfmt -c -o $@ $<
- mapeditor: $(MAPOBJS)
--      $(CXX) $(MAPOBJS) -o mapeditor $(LIBS)
-+      $(CXX) $(LDFLAGS) $(MAPOBJS) -o mapeditor $(LIBS)
- # cleaning everything that can be automatically recreated with "make".
- clean:
diff --git a/games-arcade/blobwars/files/blobwars-1.19-linking-order.patch b/games-arcade/blobwars/files/blobwars-1.19-linking-order.patch
deleted file mode 100644 (file)
index 6b00101..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-From 896cde549eeb254cc4960f20f54cab845e95b061 Mon Sep 17 00:00:00 2001
-From: Andreas Moog <amoog@ubuntu.com>
-Date: Sun, 19 Jun 2011 22:03:10 +0200
-Subject: [PATCH] LIBS go after objects to allow linking with ld --as-needed
-
----
- makefile |    6 +++---
- 1 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/makefile b/makefile
-index 0a9cc94..509c2ff 100755
---- a/makefile
-+++ b/makefile
-@@ -82,16 +82,16 @@ all: $(ALL)
- # linking the program.
- $(PROG): $(GAMEOBJS)
--      $(CXX) $(LIBS) $(GAMEOBJS) -o $(PROG)
-+      $(CXX) $(GAMEOBJS) -o $(PROG) $(LIBS)
-       
- pak: $(PAKOBJS)
--      $(CXX) $(LIBS) $(PAKOBJS) -o pak
-+      $(CXX) $(PAKOBJS) -o pak $(LIBS)
- %.mo: %.po
-       msgfmt -c -o $@ $<
- mapeditor: $(MAPOBJS)
--      $(CXX) $(LIBS) $(MAPOBJS) -o mapeditor
-+      $(CXX) $(MAPOBJS) -o mapeditor $(LIBS)
- # cleaning everything that can be automatically recreated with "make".
- clean:
--- 
-1.7.5.4
-
diff --git a/games-arcade/blobwars/files/blobwars-1.19-zlib-1.2.5.2.patch b/games-arcade/blobwars/files/blobwars-1.19-zlib-1.2.5.2.patch
deleted file mode 100644 (file)
index cf10117..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-http://bugs.gentoo.org/408459
-
---- src/pak.cpp
-+++ src/pak.cpp
-@@ -119,7 +119,7 @@
-                       {
-                               printf("Couldn't open %s for reading!\n", filename);
-                               closedir(dirp);
--                              gzclose(pak);
-+                              gzclose((gzFile)pak);
-                               exit(1);
-                       }
-                       
-@@ -141,7 +141,7 @@
-                       {
-                               printf("Couldn't open %s for reading!\n", filename);
-                               closedir(dirp);
--                              gzclose(pak);
-+                              gzclose((gzFile)pak);
-                               exit(1);
-                       }
-                       else