games-arcade/afternoonstalker: drop old

Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger 2024-08-06 20:02:30 +02:00 committed by James Le Cuirot
parent b7c1c7a69c
commit e634fd24d7
No known key found for this signature in database
GPG Key ID: 1226415D00DD3137
3 changed files with 0 additions and 67 deletions

View File

@ -1,2 +1 @@
DIST afternoonstalker-1.1.6.tar.gz 186724 BLAKE2B 2915e1ff11f0cdf392a94d515541c25082afbe62547c90a49cdc39ab01bc234ac8098394905a0d1ce3d3a550b5c5096fd64f76db2d8d62b510822a0a59ae8cf6 SHA512 4d823abc5f939bc6322729548abb0adc43b56b5d5e035578f15084f4e8f6ce80bd7b7dc3ffbe71530975b7c02962ea93405e2ad13de8a50303ccfdde543cd6c7
DIST afternoonstalker-1.2.0.tar.gz 189534 BLAKE2B 8a126d7dc9c224346d1944734512a9edbe4032ef1aa0adc9cb5b28a172dc9c9d8b5eb060829b698ba519cca3a52f0cf49d682bc546f976cab2ae28440f901c89 SHA512 9137bd6a6d2bd0a58b40952d149a8e742d575f61393c2e20b6a18f6a9ed74331cbea7a94280d2fa31e9162e7d9a1d1618e38e81f91e618ee074fd6b846fb74a4

View File

@ -1,25 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools
DESCRIPTION="Clone of the 1981 Night Stalker video game by Mattel Electronics"
HOMEPAGE="http://perso.b2b2c.ca/~sarrazip/dev/afternoonstalker.html"
SRC_URI="http://perso.b2b2c.ca/~sarrazip/dev/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND=">=dev-games/flatzebra-0.1.6"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
PATCHES=( "${FILESDIR}"/${PN}-1.1.6-autotools.patch )
src_prepare() {
default
eautoreconf
}

View File

@ -1,41 +0,0 @@
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,17 +2,16 @@
SUBDIRS = src
-man_MANS = doc/$(PACKAGE).6
+man_MANS = doc/afternoonstalker.6
-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
doc_DATA = \
AUTHORS \
- COPYING \
NEWS \
README \
THANKS
EXTRA_DIST = \
+ COPYING \
bootstrap \
autogen.sh \
$(PACKAGE).spec \
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -114,13 +114,13 @@
images/digit8.xpm \
images/digit9.xpm
-desktopentrydir = $(datadir)/applications
+desktopentrydir = $(datarootdir)/applications
desktopentry_DATA = $(PACKAGE).desktop
-pixmapdir = $(datadir)/pixmaps
+pixmapdir = $(datarootdir)/pixmaps
pixmap_DATA = images/$(PACKAGE).png
-pkgsounddir = $(datadir)/sounds/$(PACKAGE)
+pkgsounddir = $(pkgdatadir)/sounds
pkgsound_DATA = \
sounds/gun-pickup.wav \
sounds/bat-killed.wav \