Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/jinja: jinja-2.7.ebuild ChangeLog
Date: Thu, 23 May 2013 13:26:46
Message-Id: 20130523132643.5172F2171D@flycatcher.gentoo.org
1 floppym 13/05/23 13:26:43
2
3 Modified: jinja-2.7.ebuild ChangeLog
4 Log:
5 Only build docs if USE=doc is set.
6
7 (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.4 dev-python/jinja/jinja-2.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jinja/jinja-2.7.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jinja/jinja-2.7.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jinja/jinja-2.7.ebuild?r1=1.3&r2=1.4
15
16 Index: jinja-2.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/jinja/jinja-2.7.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- jinja-2.7.ebuild 23 May 2013 01:44:48 -0000 1.3
23 +++ jinja-2.7.ebuild 23 May 2013 13:26:43 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jinja/jinja-2.7.ebuild,v 1.3 2013/05/23 01:44:48 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/jinja/jinja-2.7.ebuild,v 1.4 2013/05/23 13:26:43 floppym Exp $
29
30 EAPI=5
31
32 @@ -45,7 +45,7 @@
33 }
34
35 python_compile_all() {
36 - emake -C docs html
37 + use doc && emake -C docs html
38 }
39
40 python_test() {
41
42
43
44 1.72 dev-python/jinja/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jinja/ChangeLog?rev=1.72&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jinja/ChangeLog?rev=1.72&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jinja/ChangeLog?r1=1.71&r2=1.72
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/jinja/ChangeLog,v
53 retrieving revision 1.71
54 retrieving revision 1.72
55 diff -u -r1.71 -r1.72
56 --- ChangeLog 23 May 2013 01:44:48 -0000 1.71
57 +++ ChangeLog 23 May 2013 13:26:43 -0000 1.72
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-python/jinja
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jinja/ChangeLog,v 1.71 2013/05/23 01:44:48 floppym Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/jinja/ChangeLog,v 1.72 2013/05/23 13:26:43 floppym Exp $
63 +
64 + 23 May 2013; Mike Gilbert <floppym@g.o> jinja-2.7.ebuild:
65 + Only build docs if USE=doc is set.
66
67 23 May 2013; Mike Gilbert <floppym@g.o> +files/jinja-2.7-docs.patch,
68 jinja-2.7.ebuild: