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-strategy/ufo-ai: ChangeLog ufo-ai-2.3.1-r1.ebuild
Date: Sat, 02 Apr 2011 17:45:59
Message-Id: 20110402174550.1F9A520054@flycatcher.gentoo.org
1 tupone 11/04/02 17:45:50
2
3 Modified: ChangeLog ufo-ai-2.3.1-r1.ebuild
4 Log:
5 Fix build with media-libs/libpng-1.5 Bug #356843
6
7 (Portage version: 2.1.9.42/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.34 games-strategy/ufo-ai/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ufo-ai/ChangeLog?rev=1.34&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ufo-ai/ChangeLog?rev=1.34&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ufo-ai/ChangeLog?r1=1.33&r2=1.34
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v
19 retrieving revision 1.33
20 retrieving revision 1.34
21 diff -u -r1.33 -r1.34
22 --- ChangeLog 23 Mar 2011 16:48:32 -0000 1.33
23 +++ ChangeLog 2 Apr 2011 17:45:50 -0000 1.34
24 @@ -1,6 +1,10 @@
25 # ChangeLog for games-strategy/ufo-ai
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.33 2011/03/23 16:48:32 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.34 2011/04/02 17:45:50 tupone Exp $
29 +
30 + 02 Apr 2011; Alfredo Tupone <tupone@g.o> ufo-ai-2.3.1-r1.ebuild,
31 + +files/ufo-ai-2.3.1-libpng15.patch:
32 + Fix build with media-libs/libpng-1.5 Bug #356843 by Alexis Ballier
33
34 23 Mar 2011; Gilles Dartiguelongue <eva@g.o> ufo-ai-2.3.ebuild,
35 ufo-ai-2.3.1-r1.ebuild:
36
37
38
39 1.5 games-strategy/ufo-ai/ufo-ai-2.3.1-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.3.1-r1.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.3.1-r1.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.3.1-r1.ebuild?r1=1.4&r2=1.5
44
45 Index: ufo-ai-2.3.1-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.3.1-r1.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- ufo-ai-2.3.1-r1.ebuild 23 Mar 2011 16:48:32 -0000 1.4
52 +++ ufo-ai-2.3.1-r1.ebuild 2 Apr 2011 17:45:50 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.3.1-r1.ebuild,v 1.4 2011/03/23 16:48:32 eva Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.3.1-r1.ebuild,v 1.5 2011/04/02 17:45:50 tupone Exp $
58
59 EAPI=2
60 inherit eutils flag-o-matic games
61 @@ -54,6 +54,7 @@
62 S=${WORKDIR}/${MY_P}-source
63
64 src_prepare() {
65 + epatch "${FILESDIR}"/${P}-libpng15.patch
66 cp "${DISTDIR}"/1maps.pk3 "${WORKDIR}"/base/ || die
67 mv "${WORKDIR}"/base/ "${S}"/ || die "Moving data failed"
68 }