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-strategy/ufo-ai: ufo-ai-2.4.ebuild ChangeLog
Date: Thu, 31 May 2012 19:31:15
Message-Id: 20120531193105.849422004B@flycatcher.gentoo.org
1 mr_bones_ 12/05/31 19:31:05
2
3 Modified: ufo-ai-2.4.ebuild ChangeLog
4 Log:
5 tidy
6
7 (Portage version: 2.1.10.49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 games-strategy/ufo-ai/ufo-ai-2.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.4.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.4.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.4.ebuild?r1=1.1&r2=1.2
15
16 Index: ufo-ai-2.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.4.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ufo-ai-2.4.ebuild 1 May 2012 09:10:28 -0000 1.1
23 +++ ufo-ai-2.4.ebuild 31 May 2012 19:31:05 -0000 1.2
24 @@ -1,9 +1,8 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.4.ebuild,v 1.1 2012/05/01 09:10:28 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.4.ebuild,v 1.2 2012/05/31 19:31:05 mr_bones_ Exp $
29
30 EAPI=3
31 -
32 inherit eutils flag-o-matic games
33
34 MY_P=${P/o-a/oa}
35 @@ -21,7 +20,7 @@
36
37 # Dependencies and more instructions can be found here:
38 # http://ufoai.ninex.info/wiki/index.php/Compile_for_Linux
39 -RDEPEND="!dedicated? (
40 +DEPEND="!dedicated? (
41 virtual/opengl
42 virtual/glu
43 media-libs/libsdl
44 @@ -45,8 +44,6 @@
45 x11-libs/gtksourceview:2.0
46 )"
47
48 -DEPEND="${RDEPEND}"
49 -
50 S=${WORKDIR}/${MY_P}-source
51
52 src_prepare() {
53 @@ -60,9 +57,8 @@
54 }
55
56 src_configure() {
57 - local myconf
58 # they are special and provide hand batched configure file
59 - myconf="
60 + local myconf="
61 --disable-dependency-tracking
62 $(use_enable !debug release)
63 $(use_enable editor ufo2map)
64
65
66
67 1.38 games-strategy/ufo-ai/ChangeLog
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ufo-ai/ChangeLog?rev=1.38&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ufo-ai/ChangeLog?rev=1.38&content-type=text/plain
71 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ufo-ai/ChangeLog?r1=1.37&r2=1.38
72
73 Index: ChangeLog
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v
76 retrieving revision 1.37
77 retrieving revision 1.38
78 diff -u -r1.37 -r1.38
79 --- ChangeLog 1 May 2012 09:10:28 -0000 1.37
80 +++ ChangeLog 31 May 2012 19:31:05 -0000 1.38
81 @@ -1,6 +1,9 @@
82 # ChangeLog for games-strategy/ufo-ai
83 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
84 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.37 2012/05/01 09:10:28 scarabeus Exp $
85 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.38 2012/05/31 19:31:05 mr_bones_ Exp $
86 +
87 + 31 May 2012; Michael Sterrett <mr_bones_@g.o> ufo-ai-2.4.ebuild:
88 + tidy
89
90 *ufo-ai-2.4 (01 May 2012)