Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-games/wfmath: ChangeLog wfmath-0.3.9.ebuild
Date: Thu, 31 Dec 2009 13:39:30
Message-Id: E1NQLFK-0003Pc-PI@stork.gentoo.org
1 tupone 09/12/31 13:39:22
2
3 Modified: ChangeLog wfmath-0.3.9.ebuild
4 Log:
5 Fixing build with USE=doc. Bug #297122
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.9 dev-games/wfmath/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/wfmath/ChangeLog?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/wfmath/ChangeLog?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/wfmath/ChangeLog?r1=1.8&r2=1.9
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-games/wfmath/ChangeLog,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- ChangeLog 5 Jun 2009 12:49:29 -0000 1.8
22 +++ ChangeLog 31 Dec 2009 13:39:22 -0000 1.9
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-games/wfmath
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-games/wfmath/ChangeLog,v 1.8 2009/06/05 12:49:29 tupone Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-games/wfmath/ChangeLog,v 1.9 2009/12/31 13:39:22 tupone Exp $
28 +
29 + 31 Dec 2009; Tupone Alfredo <tupone@g.o> wfmath-0.3.9.ebuild:
30 + Fixing build with USE=doc. Bug #297122
31
32 *wfmath-0.3.9 (05 Jun 2009)
33
34
35
36
37 1.3 dev-games/wfmath/wfmath-0.3.9.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/wfmath/wfmath-0.3.9.ebuild?rev=1.3&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/wfmath/wfmath-0.3.9.ebuild?rev=1.3&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-games/wfmath/wfmath-0.3.9.ebuild?r1=1.2&r2=1.3
42
43 Index: wfmath-0.3.9.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-games/wfmath/wfmath-0.3.9.ebuild,v
46 retrieving revision 1.2
47 retrieving revision 1.3
48 diff -u -r1.2 -r1.3
49 --- wfmath-0.3.9.ebuild 14 Oct 2009 04:46:40 -0000 1.2
50 +++ wfmath-0.3.9.ebuild 31 Dec 2009 13:39:22 -0000 1.3
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-games/wfmath/wfmath-0.3.9.ebuild,v 1.2 2009/10/14 04:46:40 mr_bones_ Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-games/wfmath/wfmath-0.3.9.ebuild,v 1.3 2009/12/31 13:39:22 tupone Exp $
56
57 EAPI=2
58 DESCRIPTION="Worldforge math library"
59 @@ -19,7 +19,7 @@
60 src_compile() {
61 emake || die "emake failed"
62 if use doc; then
63 - emake -C doc doc || die "emake doc failed"
64 + emake -C doc docs || die "emake doc failed"
65 fi
66 }