Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/burgerspace: burgerspace-1.8.3.ebuild ChangeLog
Date: Mon, 02 Mar 2009 06:58:47
Message-Id: E1Le26v-0001HS-RV@stork.gentoo.org
1 mr_bones_ 09/03/02 06:58:45
2
3 Modified: ChangeLog
4 Added: burgerspace-1.8.3.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.6.7/cvs/Linux i686)
8
9 Revision Changes Path
10 1.16 games-arcade/burgerspace/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/burgerspace/ChangeLog?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/burgerspace/ChangeLog?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/burgerspace/ChangeLog?r1=1.15&r2=1.16
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-arcade/burgerspace/ChangeLog,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- ChangeLog 22 Jun 2008 15:39:22 -0000 1.15
23 +++ ChangeLog 2 Mar 2009 06:58:45 -0000 1.16
24 @@ -1,6 +1,13 @@
25 # ChangeLog for games-arcade/burgerspace
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/burgerspace/ChangeLog,v 1.15 2008/06/22 15:39:22 maekke Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/burgerspace/ChangeLog,v 1.16 2009/03/02 06:58:45 mr_bones_ Exp $
30 +
31 +*burgerspace-1.8.3 (02 Mar 2009)
32 +
33 + 02 Mar 2009; Michael Sterrett <mr_bones_@g.o>
34 + files/burgerspace-1.8.2-gcc43.patch, +files/burgerspace-1.8.3-build.patch,
35 + +files/burgerspace-1.8.3-gcc43.patch, +burgerspace-1.8.3.ebuild:
36 + version bump
37
38 22 Jun 2008; Markus Meier <maekke@g.o> burgerspace-1.8.2.ebuild:
39 x86 stable, bug #227657
40
41
42
43 1.1 games-arcade/burgerspace/burgerspace-1.8.3.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/burgerspace/burgerspace-1.8.3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/burgerspace/burgerspace-1.8.3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: burgerspace-1.8.3.ebuild
49 ===================================================================
50 # Copyright 1999-2009 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/games-arcade/burgerspace/burgerspace-1.8.3.ebuild,v 1.1 2009/03/02 06:58:45 mr_bones_ Exp $
53
54 EAPI=2
55 inherit autotools eutils games
56
57 DESCRIPTION="Clone of the 1982 BurgerTime video game by Data East"
58 HOMEPAGE="http://perso.b2b2c.ca/sarrazip/dev/burgerspace.html"
59 SRC_URI="http://perso.b2b2c.ca/sarrazip/dev/${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
64 IUSE=""
65
66 RDEPEND=">=dev-games/flatzebra-0.1.2"
67 DEPEND="${RDEPEND}
68 dev-util/pkgconfig"
69
70 src_prepare() {
71 epatch \
72 "${FILESDIR}"/${P}-build.patch \
73 "${FILESDIR}"/${P}-gcc43.patch
74 AT_M4DIR=macros eautoreconf
75 }
76
77 src_install() {
78 emake DESTDIR="${D}" install || die "emake install failed"
79 dodoc AUTHORS NEWS README THANKS
80 prepgamesdirs
81 }