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: Sun, 04 Nov 2012 06:02:31
Message-Id: 20121104060213.8CF08215F3@flycatcher.gentoo.org
1 mr_bones_ 12/11/04 06:02:13
2
3 Modified: ufo-ai-2.4.ebuild ChangeLog
4 Log:
5 don't try to use the system mini-xml (bug #440026)
6
7 (Portage version: 2.1.11.9/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 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.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.4.ebuild?rev=1.4&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.3&r2=1.4
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.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ufo-ai-2.4.ebuild 8 Jun 2012 11:48:07 -0000 1.3
23 +++ ufo-ai-2.4.ebuild 4 Nov 2012 06:02:12 -0000 1.4
24 @@ -1,6 +1,6 @@
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.3 2012/06/08 11:48:07 phajdan.jr Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.4.ebuild,v 1.4 2012/11/04 06:02:12 mr_bones_ Exp $
29
30 EAPI=3
31 inherit eutils flag-o-matic games
32 @@ -47,8 +47,12 @@
33 S=${WORKDIR}/${MY_P}-source
34
35 src_prepare() {
36 - has_version '>=sys-libs/zlib-1.2.5.1-r1' && sed -i \
37 - -e '1i#define OF(x) x' src/common/ioapi.h
38 + if has_version '>=sys-libs/zlib-1.2.5.1-r1' ; then
39 + sed -i -e '1i#define OF(x) x' src/common/ioapi.h || die
40 + fi
41 +
42 + # don't try to use the system mini-xml
43 + sed -i -e '/mxml/d' configure || die
44
45 epatch "${FILESDIR}"/${P}-locale.patch
46
47
48
49
50 1.41 games-strategy/ufo-ai/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ufo-ai/ChangeLog?rev=1.41&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ufo-ai/ChangeLog?rev=1.41&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ufo-ai/ChangeLog?r1=1.40&r2=1.41
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v
59 retrieving revision 1.40
60 retrieving revision 1.41
61 diff -u -r1.40 -r1.41
62 --- ChangeLog 16 Jul 2012 19:05:07 -0000 1.40
63 +++ ChangeLog 4 Nov 2012 06:02:12 -0000 1.41
64 @@ -1,6 +1,9 @@
65 # ChangeLog for games-strategy/ufo-ai
66 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.40 2012/07/16 19:05:07 mr_bones_ Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.41 2012/11/04 06:02:12 mr_bones_ Exp $
69 +
70 + 04 Nov 2012; Michael Sterrett <mr_bones_@g.o> ufo-ai-2.4.ebuild:
71 + don't try to use the system mini-xml (bug #440026)
72
73 16 Jul 2012; Michael Sterrett <mr_bones_@g.o>
74 -files/ufo-ai-2.3.1-libpng15.patch, -ufo-ai-2.3.1-r1.ebuild:
75 @@ -160,4 +163,3 @@
76 ufo-ai-0.10.040218.ebuild, files/0.10.040218-Makefile.patch:
77 Initial import. Ebuild submitted by Pol <blenderman@×××××××.be>. Closing bug
78 #42418.
79 -