From 0cf2f20608308acdf3cb922c3736446bbd8f3388 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:58:29 +0100 Subject: gentoo resync : 14.07.2018 --- games-arcade/blockrage/Manifest | 4 --- games-arcade/blockrage/blockrage-0.2.3.ebuild | 29 --------------------- .../blockrage/files/blockrage-0.2.3-config.patch | 30 ---------------------- games-arcade/blockrage/metadata.xml | 14 ---------- 4 files changed, 77 deletions(-) delete mode 100644 games-arcade/blockrage/Manifest delete mode 100644 games-arcade/blockrage/blockrage-0.2.3.ebuild delete mode 100644 games-arcade/blockrage/files/blockrage-0.2.3-config.patch delete mode 100644 games-arcade/blockrage/metadata.xml (limited to 'games-arcade/blockrage') diff --git a/games-arcade/blockrage/Manifest b/games-arcade/blockrage/Manifest deleted file mode 100644 index 1dd46bccc691..000000000000 --- a/games-arcade/blockrage/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX blockrage-0.2.3-config.patch 949 BLAKE2B c45af2acebc7e4c1f0bed710cec317f88e7a40fdcba1420f4349c1bf20aec95bc1f72b8d95411129bb05c51ffae373e87449ca974bca922b906915ac3bc0e4d1 SHA512 41b9446bbd0f1a5f0c9c740a3208ed01ec0f6b80bbce0c68e4e24b05b6e5c3bd22a308bc2ef72969dab95faffe20a9456a07e62e110378b4ad2034f9f7676f16 -DIST blockrage-0.2.3.tar.gz 75620 BLAKE2B f54e0f2e30e36b9c9692c28a4cb894305cb9e0eaae31873073899aeafaa1a032c56533840c5094ff60e3e9eb09587fc9cc83b8469f39952ce483369243f5fcc1 SHA512 20ad63cb75f6f3afe482b54c5dc0487615ed9ac9a43fa3819b1da43f343c8dde6c3eb817b46b586bbfdca6ad9c9e9cb3c220f5ab536397e407250daf9fd61aa2 -EBUILD blockrage-0.2.3.ebuild 618 BLAKE2B 805c5fc2794b9f6d6534422f8978425341ea8c250ce6b44779e091de79790bbec6629a10b2380c097f1356579318e02c1351610a4caca8123e28c85ea961ed42 SHA512 66e66aea0193e31aaa72eaf85d647370057c657960370a2181330349a69eec1e83c37a4737b0d9fccf85d8f442c2d44ce97b0a93a1f6d5ba0feb6163c2fd2b6e -MISC metadata.xml 448 BLAKE2B 6a4517bcb8f863902cc85d8ca2fa678035b1dce32f554593428107258c41c39f21612859e48688e82ecd65bd463be00f5619af2ac144ed2e2622d66423e502c8 SHA512 803f6a13513f89d982db1995fc96d8a9f430b2fd23fedc7dd63da2a2b864326108ce2156ae0a7432afb1fbffe8588db9b3b3b81f8ede2e3c62eb8675e2356101 diff --git a/games-arcade/blockrage/blockrage-0.2.3.ebuild b/games-arcade/blockrage/blockrage-0.2.3.ebuild deleted file mode 100644 index 62aa1d3692a6..000000000000 --- a/games-arcade/blockrage/blockrage-0.2.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="Falling-blocks arcade game with a 2-player hotseat mode" -HOMEPAGE="http://blockrage.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="media-libs/libsdl[video]" -RDEPEND=${DEPEND} - -# Removing error due to wrong detection of cross-compile mode -DOCS=( ChangeLog KNOWN_BUGS README TODO ) - -src_prepare() { - epatch "${FILESDIR}/${P}"-config.patch -} - -src_install() { - default - prepgamesdirs -} diff --git a/games-arcade/blockrage/files/blockrage-0.2.3-config.patch b/games-arcade/blockrage/files/blockrage-0.2.3-config.patch deleted file mode 100644 index dc1875fc28e8..000000000000 --- a/games-arcade/blockrage/files/blockrage-0.2.3-config.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- configure -+++ configure -@@ -40,7 +40,7 @@ - SOUND_OPT= - - MYCC=gcc --MYCFLAGS='-s -O2 -Wall `sdl-config --cflags`'" $SOUND_OPT -DSYSCONFDIR=\\\"\${sysconfdir}/\${progname}\\\"" -+MYCFLAGS='-Wall `sdl-config --cflags`'" $SOUND_OPT -DSYSCONFDIR=\\\"\${sysconfdir}/\${progname}\\\"" - - if test -z "$CC" ; then - CC="$MYCC"; -@@ -75,7 +75,6 @@ - --build=*) build_alias="$cfg_optarg";; - --host=*) if test ."$build_alias" != ."$cfg_optarg" ; then - printf "configure: cross-compiling not supported\n" >&2 -- exit 1 - fi;; - - --bindir=*) bindir="$cfg_optarg";; ---- src/Makefile.in -+++ src/Makefile.in -@@ -1,7 +1,7 @@ - OBJS = main.o gfxout.o gfxlib.o menus.o keyboard.o bg.o sound.o global.o timer.o - - $(progname)$(XSUF): $(OBJS) -- gcc -s -o $(progname)$(XSUF) $(OBJS) $(LIBS) -+ $(CC) $(CFLAGS) -o $(progname)$(XSUF) $(OBJS) $(LIBS) $(LDFLAGS) - - bg.o: bg.c bg.h global.h main.h - gfxlib.o: gfxlib.c gfxlib.h global.h gfxout.h diff --git a/games-arcade/blockrage/metadata.xml b/games-arcade/blockrage/metadata.xml deleted file mode 100644 index 13e8bd0d6026..000000000000 --- a/games-arcade/blockrage/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - games@gentoo.org - Gentoo Games Project - - -An arcade game with addictive gameplay and a 2-player hotseat mode. - - - blockrage - - -- cgit v1.2.3