Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/holotz-castle: holotz-castle-1.3.10.ebuild ChangeLog
Date: Mon, 02 Feb 2009 09:43:13
Message-Id: E1LTvKg-00014D-Kd@stork.gentoo.org
1 tupone 09/02/02 09:43:10
2
3 Modified: holotz-castle-1.3.10.ebuild ChangeLog
4 Log:
5 Fix --as-needed bug #247301
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 x86_64)
7
8 Revision Changes Path
9 1.4 games-arcade/holotz-castle/holotz-castle-1.3.10.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/holotz-castle/holotz-castle-1.3.10.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/holotz-castle/holotz-castle-1.3.10.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/holotz-castle/holotz-castle-1.3.10.ebuild?r1=1.3&r2=1.4
14
15 Index: holotz-castle-1.3.10.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-arcade/holotz-castle/holotz-castle-1.3.10.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- holotz-castle-1.3.10.ebuild 24 Jun 2008 10:08:11 -0000 1.3
22 +++ holotz-castle-1.3.10.ebuild 2 Feb 2009 09:43:10 -0000 1.4
23 @@ -1,7 +1,8 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/holotz-castle/holotz-castle-1.3.10.ebuild,v 1.3 2008/06/24 10:08:11 opfer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/holotz-castle/holotz-castle-1.3.10.ebuild,v 1.4 2009/02/02 09:43:10 tupone Exp $
29
30 +EAPI=2
31 inherit eutils games
32
33 DESCRIPTION="2d platform jump'n'run game"
34 @@ -21,9 +22,7 @@
35
36 S=${WORKDIR}/${P}-src
37
38 -src_unpack() {
39 - unpack ${A}
40 - cd "${S}"
41 +src_prepare() {
42 epatch "${FILESDIR}"/${P}-build.patch
43 }
44
45
46
47
48 1.9 games-arcade/holotz-castle/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/holotz-castle/ChangeLog?rev=1.9&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/holotz-castle/ChangeLog?rev=1.9&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/holotz-castle/ChangeLog?r1=1.8&r2=1.9
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/games-arcade/holotz-castle/ChangeLog,v
57 retrieving revision 1.8
58 retrieving revision 1.9
59 diff -u -r1.8 -r1.9
60 --- ChangeLog 24 Jun 2008 10:08:11 -0000 1.8
61 +++ ChangeLog 2 Feb 2009 09:43:10 -0000 1.9
62 @@ -1,6 +1,10 @@
63 # ChangeLog for games-arcade/holotz-castle
64 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/holotz-castle/ChangeLog,v 1.8 2008/06/24 10:08:11 opfer Exp $
66 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
67 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/holotz-castle/ChangeLog,v 1.9 2009/02/02 09:43:10 tupone Exp $
68 +
69 + 02 Feb 2009; Alfredo Tupone <tupone@g.o>
70 + files/holotz-castle-1.3.10-build.patch, holotz-castle-1.3.10.ebuild:
71 + Fix --as-needed bug #247301 by flameeyes@g.o
72
73 24 Jun 2008; Christian Faulhammer <opfer@g.o>
74 holotz-castle-1.3.10.ebuild: