diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-09-22 17:41:24 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-09-22 18:25:34 -0400 |
commit | 729baebfd6c349644e41539c3d9990533a2189f7 (patch) | |
tree | 87e99aa87d6c3b952bc5464d98b671c25796cf63 /games-action | |
parent | dev-cpp/rttr: Drop kde proj from maintainers (diff) | |
download | gentoo-729baebfd6c349644e41539c3d9990533a2189f7.tar.gz gentoo-729baebfd6c349644e41539c3d9990533a2189f7.tar.bz2 gentoo-729baebfd6c349644e41539c3d9990533a2189f7.zip |
games-action/nighthawk: drop 2.2-r1
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/nighthawk/Manifest | 1 | ||||
-rw-r--r-- | games-action/nighthawk/files/nighthawk-2.2-gcc42.patch | 24 | ||||
-rw-r--r-- | games-action/nighthawk/files/nighthawk.patch | 46 | ||||
-rw-r--r-- | games-action/nighthawk/nighthawk-2.2-r1.ebuild | 28 |
4 files changed, 0 insertions, 99 deletions
diff --git a/games-action/nighthawk/Manifest b/games-action/nighthawk/Manifest index cc8ef8758c78..22fd1e1c9ceb 100644 --- a/games-action/nighthawk/Manifest +++ b/games-action/nighthawk/Manifest @@ -1,2 +1 @@ -DIST nighthawk-2.2-1.tar.gz 1079706 BLAKE2B 38b9e2fe6f9fe4b373ddae05f0277eea1dd65f921f99e0f728ca47630378ad865117846945ba5c708cef7120dbda8c5c1ac5a032738d974f2687be34fe561556 SHA512 dca5d0c01ed651dee0c29b939c832ae343ca70ff0eb7779e7c13007881cf75d96cadafbbac6b431cd473ce9b9e1347dd4ba90502627059439b5a9a557cbc3fcf DIST nighthawk-4.0.tar.xz 3212124 BLAKE2B ccd8d97ac03e6d984bdb56cad49ceabb7e6f61dd182d359e1410ff081e3fc456d2a844bc513238d6b10ba8c479661fb890a6c1e41815b7ac6f8f7f761209feb2 SHA512 f1d10026df3a2ab274b81c4e8f28c79c2ba21d6ccab59b217308b076fc7ed3ef4fa5f2b895b72902f72a652c950faa15e43f2e7c91bfc0e2c988ef1aee6859a6 diff --git a/games-action/nighthawk/files/nighthawk-2.2-gcc42.patch b/games-action/nighthawk/files/nighthawk-2.2-gcc42.patch deleted file mode 100644 index a9ad8c98484a..000000000000 --- a/games-action/nighthawk/files/nighthawk-2.2-gcc42.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- a/src_sound/dsp_mixxer.c -+++ b/src_sound/dsp_mixxer.c -@@ -302,10 +302,8 @@ - for(sample_no = 0;sample_no < mix_buffer_size;sample_no++) - { - if(chmix[chan_no].funkctrl & 0x2) --#pragma pack(1) - sam = *((sDB *)chmix[chan_no].sample_addr + - (unsigned long)chmix[chan_no].sample_ptr); --#pragma pack() - else - sam = 0; - -@@ -364,10 +362,8 @@ - for(sample_no = 0;sample_no < mix_buffer_size;sample_no++) - { - if(chmix[chan_no].funkctrl & 0x2) --#pragma pack(1) - sam = *((sDW *)chmix[chan_no].sample_addr + - (unsigned long)chmix[chan_no].sample_ptr); --#pragma pack() - else - sam = 0; - #ifdef DIGITAL_ECHOING diff --git a/games-action/nighthawk/files/nighthawk.patch b/games-action/nighthawk/files/nighthawk.patch deleted file mode 100644 index accef759e682..000000000000 --- a/games-action/nighthawk/files/nighthawk.patch +++ /dev/null @@ -1,46 +0,0 @@ -diff -c -3 -r nighthawk-2.2/src/nighthawk.cc nighthawk.orig/src/nighthawk.cc -*** nighthawk-2.2/src/nighthawk.cc Sun May 23 01:10:59 1999 ---- nighthawk.orig/src/nighthawk.cc Fri Jul 12 04:18:38 2002 -*************** -*** 20,25 **** ---- 20,26 ---- - #include <string.h> - #include <signal.h> - #include <pwd.h> -+ #include <time.h> - #include <sys/types.h> - #include <sys/file.h> - #include <sys/stat.h> -diff -c -3 -r nighthawk-2.2/src_sound/Make.common nighthawk.orig/src_sound/Make.common -*** nighthawk-2.2/src_sound/Make.common Sat May 1 18:04:08 1999 ---- nighthawk.orig/src_sound/Make.common Fri Jul 12 04:23:51 2002 -*************** -*** 10,16 **** - endif - endif - -! HOST_SAFE = 0 - - ifeq ($(HOSTTYPE),i386) - HOST_SAFE = 1 ---- 10,16 ---- - endif - endif - -! HOST_SAFE = 1 - - ifeq ($(HOSTTYPE),i386) - HOST_SAFE = 1 -*** nighthawk-2.2/src/object.cc Mon Sep 30 21:54:56 2002 ---- nighthawk-orig/src/object.cc Mon Sep 30 21:55:05 2002 -*************** -*** 32,37 **** ---- 32,39 ---- - #include "tdroid_8xx.h" - #include "tdroid_9xx.h" - -+ #include <string.h> -+ - /*************************************************************************** - * - ***************************************************************************/ diff --git a/games-action/nighthawk/nighthawk-2.2-r1.ebuild b/games-action/nighthawk/nighthawk-2.2-r1.ebuild deleted file mode 100644 index bba6757c9e18..000000000000 --- a/games-action/nighthawk/nighthawk-2.2-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="A tribute to Paradroid by Andrew Braybrook" -HOMEPAGE="http://night-hawk.sourceforge.net/nighthawk.html" -SRC_URI="ftp://metalab.unc.edu/pub/Linux/games/arcade/${P}-1.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="x11-libs/libXpm" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}"/nighthawk.patch - "${FILESDIR}"/${P}-gcc42.patch -) - -src_prepare() { - default - - sed -i -e 's:AC_FD_MSG:6:g' configure || die #218936 - sed -i -e '/LDFLAGS = /d' src/Makefile.in || die -} |