summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-12-31 17:48:35 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-12-31 17:48:35 +0000
commit7613fc46d4d5b8cab88cc4df5a02fbdc14a885ed (patch)
tree3a01210aaa2c1008e3bef7efcccd2c74133219d1 /games-arcade
parentUpdate ChangeLog.. (diff)
downloadgentoo-2-7613fc46d4d5b8cab88cc4df5a02fbdc14a885ed.tar.gz
gentoo-2-7613fc46d4d5b8cab88cc4df5a02fbdc14a885ed.tar.bz2
gentoo-2-7613fc46d4d5b8cab88cc4df5a02fbdc14a885ed.zip
version bump
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/burgerspace/ChangeLog8
-rw-r--r--games-arcade/burgerspace/burgerspace-1.8.2.ebuild32
-rw-r--r--games-arcade/burgerspace/files/burgerspace-1.8.2-build.patch42
-rw-r--r--games-arcade/burgerspace/files/digest-burgerspace-1.8.23
4 files changed, 84 insertions, 1 deletions
diff --git a/games-arcade/burgerspace/ChangeLog b/games-arcade/burgerspace/ChangeLog
index 41f788710017..a79b335622a4 100644
--- a/games-arcade/burgerspace/ChangeLog
+++ b/games-arcade/burgerspace/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for games-arcade/burgerspace
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/burgerspace/ChangeLog,v 1.8 2007/04/09 21:52:31 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/burgerspace/ChangeLog,v 1.9 2007/12/31 17:48:34 mr_bones_ Exp $
+
+*burgerspace-1.8.2 (31 Dec 2007)
+
+ 31 Dec 2007; Michael Sterrett <mr_bones_@gentoo.org>
+ +files/burgerspace-1.8.2-build.patch, +burgerspace-1.8.2.ebuild:
+ version bump
09 Apr 2007; Peter Weller <welp@gentoo.org> burgerspace-1.8.1.ebuild:
Keyworded ~x86-fbsd wrt bug 173405
diff --git a/games-arcade/burgerspace/burgerspace-1.8.2.ebuild b/games-arcade/burgerspace/burgerspace-1.8.2.ebuild
new file mode 100644
index 000000000000..bb10a0297de3
--- /dev/null
+++ b/games-arcade/burgerspace/burgerspace-1.8.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/burgerspace/burgerspace-1.8.2.ebuild,v 1.1 2007/12/31 17:48:34 mr_bones_ Exp $
+
+inherit autotools eutils games
+
+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 ~ppc ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND="media-libs/libsdl
+ media-libs/sdl-image
+ media-libs/sdl-mixer
+ dev-games/flatzebra"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}-build.patch
+ AT_M4DIR=macros eautoreconf
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS HACKING NEWS README THANKS TODO
+ prepgamesdirs
+}
diff --git a/games-arcade/burgerspace/files/burgerspace-1.8.2-build.patch b/games-arcade/burgerspace/files/burgerspace-1.8.2-build.patch
new file mode 100644
index 000000000000..a432a04eb60f
--- /dev/null
+++ b/games-arcade/burgerspace/files/burgerspace-1.8.2-build.patch
@@ -0,0 +1,42 @@
+--- Makefile.am
++++ Makefile.am
+@@ -4,15 +4,6 @@
+
+ man_MANS = doc/burgerspace.6
+
+-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
+-doc_DATA = \
+- AUTHORS \
+- COPYING \
+- INSTALL \
+- NEWS \
+- README \
+- THANKS \
+- TODO
+
+ RPMBUILD = rpmbuild
+ rpm: dist
+--- src/Makefile.am
++++ src/Makefile.am
+@@ -33,10 +33,10 @@
+ PKGSOUNDDIR=$(srcdir)/sounds ./$(PACKAGE)
+
+
+-desktopentrydir = $(datadir)/applications
++desktopentrydir = /usr/share/applications
+ desktopentry_DATA = $(PACKAGE).desktop
+
+-pixmapdir = $(datadir)/pixmaps
++pixmapdir = /usr/share/pixmaps
+ pixmap_DATA = images/$(PACKAGE).png
+
+
+@@ -152,7 +152,7 @@
+ images/digit8.xpm \
+ images/digit9.xpm
+
+-pkgsounddir = $(datadir)/sounds/$(PACKAGE)
++pkgsounddir = $(pkgdatadir)
+ pkgsound_DATA = \
+ sounds/ingredient-bounces.wav \
+ sounds/ingredient-in-plate.wav \
diff --git a/games-arcade/burgerspace/files/digest-burgerspace-1.8.2 b/games-arcade/burgerspace/files/digest-burgerspace-1.8.2
new file mode 100644
index 000000000000..4fa58baa906f
--- /dev/null
+++ b/games-arcade/burgerspace/files/digest-burgerspace-1.8.2
@@ -0,0 +1,3 @@
+MD5 84ac8bc5256b5a0798d6d3e6924156e1 burgerspace-1.8.2.tar.gz 237756
+RMD160 583f8f62777badfbbbd34728e87e63a3b4384505 burgerspace-1.8.2.tar.gz 237756
+SHA256 17ddac3caaf7be53845ef90de4f86d185f0d2953c753e618ec1273bef1630dcd burgerspace-1.8.2.tar.gz 237756