]> Pileus Git - ~andy/sunrise/commitdiff
games-arcade/retrobattle imported into main tree
authorhasufell <julian.ospald@googlemail.com>
Mon, 6 Aug 2012 16:40:24 +0000 (18:40 +0200)
committerhasufell <julian.ospald@googlemail.com>
Mon, 6 Aug 2012 16:40:24 +0000 (18:40 +0200)
games-arcade/retrobattle/ChangeLog [deleted file]
games-arcade/retrobattle/Manifest [deleted file]
games-arcade/retrobattle/files/retrobattle-1.0.0-build.patch [deleted file]
games-arcade/retrobattle/metadata.xml [deleted file]
games-arcade/retrobattle/retrobattle-1.0.0.ebuild [deleted file]

diff --git a/games-arcade/retrobattle/ChangeLog b/games-arcade/retrobattle/ChangeLog
deleted file mode 100644 (file)
index 91cd471..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-# ChangeLog for games-arcade/retrobattle
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  04 Aug 2012; Alexander Berntsen (alexander__b) <alexanderberntsen@linux.com>
-  retrobattle-1.0.0.ebuild, +files/retrobattle-1.0.0-build.patch:
-  Fix issues with games-arcade/retrobattle
-
-*retrobattle-1.0.0 (02 Aug 2012)
-
-  02 Aug 2012; Alexander Berntsen (alexander__b) <alexanderberntsen@linux.com>
-  +retrobattle-1.0.0.ebuild, +metadata.xml:
-  New ebuild games-arcade/retrobattle for bug 424273
-
diff --git a/games-arcade/retrobattle/Manifest b/games-arcade/retrobattle/Manifest
deleted file mode 100644 (file)
index 9e1b0ae..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX retrobattle-1.0.0-build.patch 707 SHA256 4ff9bd674694b0d8d0f66b785401ab05cd1145d0c84fc78dc1dc9e7615f5a04c SHA512 49bfb4618c1f1b6c6e526e190b7306a047fe4ac346953bdcb640450ff1f2f081f7e3c729cd2c6e71bf91cefb231dfd1ee55fff49df63e289ae66923b820bbd4a WHIRLPOOL 71851eb05564e5f77f4db48aa8a1cd9403c900c9fb9ffdef873a4962c35ca247952113fbf9be79f98a63f47be4b59aeaafe163630a6e1e8b8261a00a12f2fe80
-DIST retrobattle-src-1.0.0.tar.bz2 4007959 SHA256 0d184c6d7afc2865687fb9323754268692db165799f617422aafd57096540d68 SHA512 2d006fc9a62e57d7fb3c0f0e535a5c702204b6341566064d7683526923839e8a43e14b308e76a8a1f6794f7c682f6344975956877f80bbcbc33ee61cd640ff9e WHIRLPOOL 0af965622d322a65ff3521ab816d208e4f8875a1620b9da51ddb1a4b39c97cbf7e305cf51ac3d27773b1bea43f254648dd846964fc9cec9eb3716f766e1f44cc
-EBUILD retrobattle-1.0.0.ebuild 853 SHA256 0debdb916b74cfd85ac2062c5f903ba5b5220de5e5cec99ff7b7a0dd306fa64e SHA512 79e21cc81b7a7863df602b12b6fee7186b387825766590ce4ce2e3165345b28439a31a71bc6bf5f3fcb490e395a7ed4b5f4e150751d729aeb6833d0e47cda887 WHIRLPOOL 2e8249adaa3cd13f1505647d7f0653bcb8c4b8a6516eb0ed341eac5ee7bc21b2b9908703f23d6b9ecd7a24997545d2a4ac7e21c8d6eaf5b0b0436caddf339472
-MISC ChangeLog 525 SHA256 103dda11b7f25d7aadbe74267449a49119cdc952faf6307aa32353397c1bca6d SHA512 39d313a65a263c7ae4ebe2232cde3972e94b000cf3396a72ab670603f1a385cce16acfcc9df3b29fcd9a3ed160dd61a0bf4d65053fd7c36b28e875d5fb6e597e WHIRLPOOL 646e2b91d554098060be5e698806c9bb7c312202644f939f05dbede56180371f9d912653de509f824d1dcd2fa2143432fab1be938d23c71e004d3ccd79fbe278
-MISC metadata.xml 214 SHA256 c1f09dc7d5313cd2da7b82259c7846ed23144d62b15e59680ada90e2b6b4d154 SHA512 aeb2fb354a9ddf41c45a071091a58b91eaf8b25d6d2c49e3e3daa547b591a54530144de4533573160b48dc356289c909612c4e3c80e387f081f88cb39263e130 WHIRLPOOL 54d8861daedd18ca38e4ada0fb71026c612b63946d47a9b34de90d1d6d85c8ce05c0a4b97730f554ea637d73ccce8ed207d33e707c2b8c1dd28af24cf44dd186
diff --git a/games-arcade/retrobattle/files/retrobattle-1.0.0-build.patch b/games-arcade/retrobattle/files/retrobattle-1.0.0-build.patch
deleted file mode 100644 (file)
index 8ffa83a..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-Author: hasufell <hasufell@gentoo.org>
-Date:   Sat Aug 4 12:15:53 2012 +0200
-
-    respect CXX, CFLAGS and LDFLAGS
-
---- src/Makefile
-+++ src/Makefile
-@@ -1,10 +1,9 @@
--CFLAGS =      `sdl-config --cflags` -g -Wall -I. -DENABLE_BINRELOC
--CPPFLAGS =    $(CFLAGS)
-+CXXFLAGS +=   $(shell sdl-config --cflags) -I. -DENABLE_BINRELOC
- # Uncomment the first LIBS line and comment out the other LIBS line to
- # compile without SDL_Mixer
- #LIBS =               `sdl-config --libs`
--LIBS =                `sdl-config --libs` -lSDL_mixer
-+LIBS =                $(shell sdl-config --libs) -lSDL_mixer
- RETROINSTALLDIR ?= /opt
-@@ -25,7 +24,7 @@
- retrobattle:  $(RETRO)
--              g++ -o $@ $^ $(LIBS)
-+              $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
-               mv $@ ..
- clean:
diff --git a/games-arcade/retrobattle/metadata.xml b/games-arcade/retrobattle/metadata.xml
deleted file mode 100644 (file)
index cc3fe24..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer>
-               <email>maintainer-wanted@gentoo.org</email>
-       </maintainer>
-</pkgmetadata>
diff --git a/games-arcade/retrobattle/retrobattle-1.0.0.ebuild b/games-arcade/retrobattle/retrobattle-1.0.0.ebuild
deleted file mode 100644 (file)
index 98863ee..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit games
-
-DESCRIPTION="A NES-like platform arcade game"
-HOMEPAGE="http://remar.se/andreas/retrobattle/"
-SRC_URI="${HOMEPAGE}files/${PN}-src-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="test"
-
-RDEPEND="
-       media-libs/libsdl[X,audio,video]
-       media-libs/sdl-mixer
-       "
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${PN}-src-${PV}/src/
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-build.patch
-}
-
-src_install() {
-       insinto "${GAMES_DATADIR}"/${PN}
-       doins -r "${WORKDIR}"/${PN}-src-${PV}/data
-
-       newgamesbin "${WORKDIR}"/${PN}-src-${PV}/${PN} ${PN}.bin
-       games_make_wrapper ${PN} "${PN}.bin \"${GAMES_DATADIR}/${PN}\""
-       make_desktop_entry ${PN} &{PN} ""
-
-       dodoc "../manual.txt" "../README"
-
-       prepgamesdirs
-}