commit:     983c9f35155bfbcd52e58850a473605543539e18
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Tue Aug  6 18:03:17 2024 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Aug 26 22:11:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=983c9f35

games-arcade/burgerspace: drop old

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-arcade/burgerspace/Manifest                  |  1 -
 .../burgerspace/burgerspace-1.9.3-r1.ebuild        | 34 ------------
 .../files/burgerspace-1.9.3-autotools.patch        | 62 ----------------------
 3 files changed, 97 deletions(-)

diff --git a/games-arcade/burgerspace/Manifest 
b/games-arcade/burgerspace/Manifest
index 44576aaaec87..aac70471d4ed 100644
--- a/games-arcade/burgerspace/Manifest
+++ b/games-arcade/burgerspace/Manifest
@@ -1,2 +1 @@
 DIST burgerspace-1.10.0.tar.gz 251038 BLAKE2B 
7dd6f0e18c3ff7229b64ad5a833dc9064486e8f5337f4bd37189a8b6a911c5cf062d4cc0ac80b203677d813fca648390f296f92ddfa60762bc964f12f4a11a37
 SHA512 
7ce6fa48829414ff7a48cb038b87842112c18829769105f34a842bffcfe99072ed6201ba3772f98efd115b8ffd9de0d1d15dc9f8b80a5f978f5763b72a358d8c
-DIST burgerspace-1.9.3.tar.gz 517492 BLAKE2B 
6d3cf554580a1a370720f349ae71edab7228c18426d4ae39a8f5bb9177071204715e527beea52aa6b11b9112db5a168951d92b0de60189cfdb1882c85c79d1f2
 SHA512 
59629ca497a0a379858ba69bb444182f935b58be6554109fb9b309713bd6bde0d771e63858802f9153a4e46bbfe63b5edf58f857bb94ca337dbba89ff3c610cb

diff --git a/games-arcade/burgerspace/burgerspace-1.9.3-r1.ebuild 
b/games-arcade/burgerspace/burgerspace-1.9.3-r1.ebuild
deleted file mode 100644
index 20885e388a68..000000000000
--- a/games-arcade/burgerspace/burgerspace-1.9.3-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools xdg
-
-DESCRIPTION="Clone of the 1982 BurgerTime video game by Data East"
-HOMEPAGE="http://perso.b2b2c.ca/~sarrazip/dev/burgerspace.html";
-SRC_URI="http://perso.b2b2c.ca/~sarrazip/dev/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="network"
-RESTRICT="test" # doesn't really test anything
-
-RDEPEND=">=dev-games/flatzebra-0.1.7
-       media-libs/libsdl[joystick]
-       media-libs/sdl-image
-       media-libs/sdl-mixer"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.9.3-autotools.patch )
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       econf $(use_with network)
-}

diff --git a/games-arcade/burgerspace/files/burgerspace-1.9.3-autotools.patch 
b/games-arcade/burgerspace/files/burgerspace-1.9.3-autotools.patch
deleted file mode 100644
index cd7db7a1d73a..000000000000
--- a/games-arcade/burgerspace/files/burgerspace-1.9.3-autotools.patch
+++ /dev/null
@@ -1,62 +0,0 @@
-* Install "doc/burgerspace-server.6" only when installing the server
-* Use "$datarootdir" for FDO specified paths
-  This is recommended by Debian, as $datadir could be specified to lie
-  on a different file system, whereas icons/desktop/pixmaps are specified
-  by freedesktop.org and are based on $datarootdir
-  -> https://blogs.gnome.org/hughsie/2014/06/16/datarootdir-v-s-datadir/
-* Do not install LICENSE
-  The fact that the source is licensed under the GPL doesn't require installing
-  the COPYING file along.
-* Nested sound files in "$pkgdatadir", i.e., $(datadir)/$(PACKAGE)
-
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -2,12 +2,13 @@
- 
- SUBDIRS = src
- 
--man_MANS = doc/burgerspace.6 doc/burgerspace-server.6
-+man_MANS = doc/burgerspace.6
-+if BUILD_NETWORK
-+man_MANS += doc/burgerspace-server.6
-+endif
- 
--docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
- doc_DATA = \
-       AUTHORS \
--      COPYING \
-       NEWS \
-       README \
-       THANKS
-@@ -17,6 +18,7 @@
-       $(RPMBUILD) -ta $(distdir).tar.gz
- 
- EXTRA_DIST = \
-+      COPYING \
-       bootstrap \
-       autogen.sh \
-       $(PACKAGE).spec \
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -74,10 +74,10 @@
-       PKGSOUNDDIR=$(srcdir)/sounds ./$(PACKAGE)
- 
- 
--desktopentrydir = $(datadir)/applications
-+desktopentrydir = $(datarootdir)/applications
- desktopentry_DATA = $(PACKAGE).desktop
- 
--pixmapdir = $(datadir)/pixmaps
-+pixmapdir = $(datarootdir)/pixmaps
- pixmap_DATA = images/$(PACKAGE).png
- 
- 
-@@ -193,7 +193,7 @@
-       images/digit8.xpm \
-       images/digit9.xpm
- 
--pkgsounddir = $(datadir)/sounds/$(PACKAGE)
-+pkgsounddir = $(pkgdatadir)/sounds
- pkgsound_DATA = \
-       sounds/ingredient-bounces.wav \
-       sounds/ingredient-in-plate.wav \

Reply via email to