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-action/openastromenace: openastromenace-1.2.0.ebuild ChangeLog
Date: Fri, 20 Mar 2009 07:05:03
Message-Id: E1LkYmr-0006j6-7T@stork.gentoo.org
1 mr_bones_ 09/03/20 07:05:01
2
3 Modified: openastromenace-1.2.0.ebuild ChangeLog
4 Log:
5 EAPI=2; add joystick use flag for bug #262974
6 (Portage version: 2.1.6.7/cvs/Linux i686)
7
8 Revision Changes Path
9 1.3 games-action/openastromenace/openastromenace-1.2.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/openastromenace/openastromenace-1.2.0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/openastromenace/openastromenace-1.2.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/openastromenace/openastromenace-1.2.0.ebuild?r1=1.2&r2=1.3
14
15 Index: openastromenace-1.2.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-action/openastromenace/openastromenace-1.2.0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- openastromenace-1.2.0.ebuild 3 Jun 2008 14:19:32 -0000 1.2
22 +++ openastromenace-1.2.0.ebuild 20 Mar 2009 07:05:01 -0000 1.3
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-action/openastromenace/openastromenace-1.2.0.ebuild,v 1.2 2008/06/03 14:19:32 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/openastromenace/openastromenace-1.2.0.ebuild,v 1.3 2009/03/20 07:05:01 mr_bones_ Exp $
29
30 +EAPI=2
31 inherit eutils games
32
33 DESCRIPTION="Modern 3D space shooter with spaceship upgrade possibilities"
34 @@ -20,7 +21,7 @@
35
36 RDEPEND="virtual/opengl
37 virtual/glu
38 - media-libs/libsdl
39 + media-libs/libsdl[joystick]
40 media-libs/openal
41 media-libs/freealut
42 media-libs/libogg
43 @@ -31,9 +32,7 @@
44
45 S=${WORKDIR}/OpenAstroMenaceSVN
46
47 -src_unpack() {
48 - unpack ${A}
49 - cd "${S}"
50 +src_prepare() {
51 epatch "${FILESDIR}"/${P}-cmake.patch
52 }
53
54
55
56
57 1.3 games-action/openastromenace/ChangeLog
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/openastromenace/ChangeLog?rev=1.3&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/openastromenace/ChangeLog?rev=1.3&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/openastromenace/ChangeLog?r1=1.2&r2=1.3
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/games-action/openastromenace/ChangeLog,v
66 retrieving revision 1.2
67 retrieving revision 1.3
68 diff -u -r1.2 -r1.3
69 --- ChangeLog 3 Jun 2008 14:19:32 -0000 1.2
70 +++ ChangeLog 20 Mar 2009 07:05:01 -0000 1.3
71 @@ -1,6 +1,10 @@
72 # ChangeLog for games-action/openastromenace
73 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/games-action/openastromenace/ChangeLog,v 1.2 2008/06/03 14:19:32 nyhm Exp $
75 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
76 +# $Header: /var/cvsroot/gentoo-x86/games-action/openastromenace/ChangeLog,v 1.3 2009/03/20 07:05:01 mr_bones_ Exp $
77 +
78 + 20 Mar 2009; Michael Sterrett <mr_bones_@g.o>
79 + openastromenace-1.2.0.ebuild:
80 + EAPI=2; add joystick use flag for bug #262974
81
82 03 Jun 2008; Tristan Heaven <nyhm@g.o>
83 +files/openastromenace-1.2.0-cmake.patch, openastromenace-1.2.0.ebuild: