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: ufo-ai-2.1.1-r1.ebuild ChangeLog
Date: Sun, 24 Aug 2008 14:56:38
Message-Id: E1KXH19-0007NB-Sd@stork.gentoo.org
1 tupone 08/08/24 14:56:35
2
3 Modified: ufo-ai-2.1.1-r1.ebuild ChangeLog
4 Log:
5 Fix for dprintf redefine. Bug #232694
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.4 games-strategy/ufo-ai/ufo-ai-2.1.1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.1.1-r1.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.1.1-r1.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.1.1-r1.ebuild?r1=1.3&r2=1.4
14
15 Index: ufo-ai-2.1.1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.1.1-r1.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- ufo-ai-2.1.1-r1.ebuild 29 Feb 2008 19:49:07 -0000 1.3
22 +++ ufo-ai-2.1.1-r1.ebuild 24 Aug 2008 14:56:35 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.1.1-r1.ebuild,v 1.3 2008/02/29 19:49:07 carlo Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-2.1.1-r1.ebuild,v 1.4 2008/08/24 14:56:35 tupone Exp $
28
29 inherit eutils autotools games
30
31 @@ -73,6 +73,8 @@
32 -e "s:FS_GetCwd():\"${dir}\":" \
33 src/qcommon/common.c || die "sed common.c failed"
34
35 + epatch "${FILESDIR}"/${P}-dprintf.patch
36 +
37 eautoreconf
38 }
39
40
41
42
43 1.19 games-strategy/ufo-ai/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ChangeLog?rev=1.19&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ChangeLog?rev=1.19&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/ufo-ai/ChangeLog?r1=1.18&r2=1.19
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v
52 retrieving revision 1.18
53 retrieving revision 1.19
54 diff -u -r1.18 -r1.19
55 --- ChangeLog 29 Feb 2008 19:49:07 -0000 1.18
56 +++ ChangeLog 24 Aug 2008 14:56:35 -0000 1.19
57 @@ -1,6 +1,10 @@
58 # ChangeLog for games-strategy/ufo-ai
59 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.18 2008/02/29 19:49:07 carlo Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.19 2008/08/24 14:56:35 tupone Exp $
62 +
63 + 24 Aug 2008; Tupone Alfredo <tupone@g.o>
64 + +files/ufo-ai-2.1.1-dprintf.patch, ufo-ai-2.1.1-r1.ebuild:
65 + Fix for dprintf redefined. Bug #232694 by Konstantin Sobolev
66
67 29 Feb 2008; Carsten Lohrke <carlo@g.o> ufo-ai-2.1.1-r1.ebuild:
68 Remove icon extension from desktop entry to match Icon Theme Specification.