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: ChangeLog openttd-1.0.2.ebuild
Date: Wed, 30 Jun 2010 17:10:34
Message-Id: 20100630170959.6A4AD2C621@corvid.gentoo.org
1 mr_bones_ 10/06/30 17:09:59
2
3 Modified: ChangeLog openttd-1.0.2.ebuild
4 Log:
5 turn tests back on with patch from Locke Shinseiko via bug #324873
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.93 games-simulation/openttd/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/ChangeLog?rev=1.93&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/ChangeLog?rev=1.93&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/ChangeLog?r1=1.92&r2=1.93
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v
18 retrieving revision 1.92
19 retrieving revision 1.93
20 diff -u -r1.92 -r1.93
21 --- ChangeLog 29 Jun 2010 20:46:57 -0000 1.92
22 +++ ChangeLog 30 Jun 2010 17:09:59 -0000 1.93
23 @@ -1,6 +1,9 @@
24 # ChangeLog for games-simulation/openttd
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.92 2010/06/29 20:46:57 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/ChangeLog,v 1.93 2010/06/30 17:09:59 mr_bones_ Exp $
28 +
29 + 30 Jun 2010; Michael Sterrett <mr_bones_@g.o> openttd-1.0.2.ebuild:
30 + turn tests back on with patch from Locke Shinseiko via bug #324873
31
32 *openttd-1.0.2 (29 Jun 2010)
33
34
35
36
37 1.2 games-simulation/openttd/openttd-1.0.2.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/openttd-1.0.2.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/openttd-1.0.2.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-simulation/openttd/openttd-1.0.2.ebuild?r1=1.1&r2=1.2
42
43 Index: openttd-1.0.2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.0.2.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- openttd-1.0.2.ebuild 29 Jun 2010 20:46:57 -0000 1.1
50 +++ openttd-1.0.2.ebuild 30 Jun 2010 17:09:59 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.0.2.ebuild,v 1.1 2010/06/29 20:46:57 mr_bones_ Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/openttd/openttd-1.0.2.ebuild,v 1.2 2010/06/30 17:09:59 mr_bones_ Exp $
56
57 EAPI=2
58 inherit eutils games
59 @@ -17,7 +17,6 @@
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
62 IUSE="aplaymidi debug dedicated iconv icu lzo +openmedia +png +timidity +truetype zlib"
63 -RESTRICT="test"
64
65 DEPEND="
66 !dedicated? (
67 @@ -98,6 +97,11 @@
68 emake VERBOSE=1 || die
69 }
70
71 +src_test() {
72 + vecho ">>> Test phase [test]: ${CATEGORY}/${PF}"
73 + emake -j1 test || die "Make test failed. See above for details."
74 +}
75 +
76 src_install() {
77 emake DESTDIR="${D}" install || die "emake install failed"
78 if use dedicated ; then