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-simulation/openttd: openttd-0.6.3.ebuild ChangeLog
Date: Fri, 30 Jan 2009 14:54:01
Message-Id: E1LSukp-0000O0-Ey@stork.gentoo.org
1 mr_bones_ 09/01/30 14:53:59
2
3 Modified: openttd-0.6.3.ebuild ChangeLog
4 Log:
5 added restrict for test
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
7
8 Revision Changes Path
9 1.3 games-simulation/openttd/openttd-0.6.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/openttd/openttd-0.6.3.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/openttd/openttd-0.6.3.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/openttd/openttd-0.6.3.ebuild?r1=1.2&r2=1.3
14
15 Index: openttd-0.6.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.6.3.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- openttd-0.6.3.ebuild 6 Dec 2008 15:08:15 -0000 1.2
22 +++ openttd-0.6.3.ebuild 30 Jan 2009 14:53:59 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.6.3.ebuild,v 1.2 2008/12/06 15:08:15 nyhm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-0.6.3.ebuild,v 1.3 2009/01/30 14:53:59 mr_bones_ Exp $
29
30 EAPI="2"
31
32 @@ -21,6 +21,7 @@
33 SLOT="0"
34 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
35 IUSE="alsa debug dedicated iconv +png scenarios timidity +truetype +zlib"
36 +RESTRICT="test"
37
38 DEPEND="!dedicated? (
39 media-libs/libsdl[X]
40
41
42
43 1.64 games-simulation/openttd/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/openttd/ChangeLog?rev=1.64&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/openttd/ChangeLog?rev=1.64&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-simulation/openttd/ChangeLog?r1=1.63&r2=1.64
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v
52 retrieving revision 1.63
53 retrieving revision 1.64
54 diff -u -r1.63 -r1.64
55 --- ChangeLog 23 Oct 2008 04:31:08 -0000 1.63
56 +++ ChangeLog 30 Jan 2009 14:53:59 -0000 1.64
57 @@ -1,6 +1,9 @@
58 # ChangeLog for games-simulation/openttd
59 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.63 2008/10/23 04:31:08 robbat2 Exp $
61 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
62 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.64 2009/01/30 14:53:59 mr_bones_ Exp $
63 +
64 + 30 Jan 2009; Michael Sterrett <mr_bones_@g.o> openttd-0.6.3.ebuild:
65 + added restrict for test
66
67 *openttd-0.6.3 (23 Oct 2008)