Gentoo Archives: gentoo-commits

From: "Santiago M. Mola (coldwind)" <coldwind@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/liquidwar: liquidwar-5.6.4.ebuild ChangeLog
Date: Tue, 05 Feb 2008 15:59:34
Message-Id: E1JMQCp-0001d6-0u@stork.gentoo.org
1 coldwind 08/02/05 15:59:31
2
3 Modified: liquidwar-5.6.4.ebuild ChangeLog
4 Log:
5 Disable asm on non-x86, #196519
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.2 games-strategy/liquidwar/liquidwar-5.6.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/liquidwar/liquidwar-5.6.4.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/liquidwar/liquidwar-5.6.4.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/liquidwar/liquidwar-5.6.4.ebuild?r1=1.1&r2=1.2
14
15 Index: liquidwar-5.6.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-strategy/liquidwar/liquidwar-5.6.4.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- liquidwar-5.6.4.ebuild 18 Oct 2007 22:31:39 -0000 1.1
22 +++ liquidwar-5.6.4.ebuild 5 Feb 2008 15:59:30 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/liquidwar/liquidwar-5.6.4.ebuild,v 1.1 2007/10/18 22:31:39 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/liquidwar/liquidwar-5.6.4.ebuild,v 1.2 2008/02/05 15:59:30 coldwind Exp $
29
30 inherit eutils games
31
32 @@ -43,6 +43,7 @@
33 --disable-doc-ps \
34 --disable-doc-pdf \
35 --disable-target-opt \
36 + $(use_enable x86 asm) \
37 || die
38 emake || die "emake failed"
39 }
40
41
42
43 1.20 games-strategy/liquidwar/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/liquidwar/ChangeLog?rev=1.20&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/liquidwar/ChangeLog?rev=1.20&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/liquidwar/ChangeLog?r1=1.19&r2=1.20
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/games-strategy/liquidwar/ChangeLog,v
52 retrieving revision 1.19
53 retrieving revision 1.20
54 diff -u -r1.19 -r1.20
55 --- ChangeLog 18 Oct 2007 22:31:39 -0000 1.19
56 +++ ChangeLog 5 Feb 2008 15:59:30 -0000 1.20
57 @@ -1,6 +1,10 @@
58 # ChangeLog for games-strategy/liquidwar
59 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/liquidwar/ChangeLog,v 1.19 2007/10/18 22:31:39 mr_bones_ Exp $
61 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
62 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/liquidwar/ChangeLog,v 1.20 2008/02/05 15:59:30 coldwind Exp $
63 +
64 + 05 Feb 2008; Santiago M. Mola <coldwind@g.o>
65 + liquidwar-5.6.4.ebuild:
66 + Disable asm on non-x86, #196519
67
68 *liquidwar-5.6.4 (18 Oct 2007)
69
70
71
72
73 --
74 gentoo-commits@l.g.o mailing list