Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/anyvc: anyvc-0.3.7.1.ebuild ChangeLog
Date: Sun, 04 Nov 2012 04:13:36
Message-Id: 20121104041317.61FE1215F3@flycatcher.gentoo.org
1 idella4 12/11/04 04:13:17
2
3 Modified: anyvc-0.3.7.1.ebuild ChangeLog
4 Log:
5 Fix to use of unsupported themes in building docs applied wrt Bug #423963, patch thanks to Arfrever
6
7 (Portage version: 2.1.11.30/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.3 dev-python/anyvc/anyvc-0.3.7.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/anyvc/anyvc-0.3.7.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/anyvc/anyvc-0.3.7.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/anyvc/anyvc-0.3.7.1.ebuild?r1=1.2&r2=1.3
15
16 Index: anyvc-0.3.7.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/anyvc/anyvc-0.3.7.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- anyvc-0.3.7.1.ebuild 7 Aug 2012 09:31:52 -0000 1.2
23 +++ anyvc-0.3.7.1.ebuild 4 Nov 2012 04:13:17 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/anyvc/anyvc-0.3.7.1.ebuild,v 1.2 2012/08/07 09:31:52 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/anyvc/anyvc-0.3.7.1.ebuild,v 1.3 2012/11/04 04:13:17 idella4 Exp $
29
30 EAPI="3"
31 PYTHON_DEPEND="2:2.5"
32 @@ -28,6 +28,16 @@
33 DEPEND="${RDEPEND}
34 dev-python/setuptools
35 doc? ( dev-python/sphinx )"
36 +# dev-python/hgdistver )"
37 +
38 +src_prepare() {
39 + distutils_src_prepare
40 +
41 + # Do not use unsupported theme options.
42 + sed -e "/'tagline':/d" \
43 + -e "/'bitbucket_project':/d" \
44 + -i docs/conf.py
45 +}
46
47 src_compile() {
48 distutils_src_compile
49
50
51
52 1.8 dev-python/anyvc/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/anyvc/ChangeLog?rev=1.8&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/anyvc/ChangeLog?rev=1.8&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/anyvc/ChangeLog?r1=1.7&r2=1.8
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-python/anyvc/ChangeLog,v
61 retrieving revision 1.7
62 retrieving revision 1.8
63 diff -u -r1.7 -r1.8
64 --- ChangeLog 7 Aug 2012 09:31:52 -0000 1.7
65 +++ ChangeLog 4 Nov 2012 04:13:17 -0000 1.8
66 @@ -1,6 +1,10 @@
67 # ChangeLog for dev-python/anyvc
68 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-python/anyvc/ChangeLog,v 1.7 2012/08/07 09:31:52 patrick Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/dev-python/anyvc/ChangeLog,v 1.8 2012/11/04 04:13:17 idella4 Exp $
71 +
72 + 04 Nov 2012; Ian Delaney <idella4@g.o> anyvc-0.3.7.1.ebuild:
73 + Fix to use of unsupported themes in building docs applied wrt Bug #423963,
74 + patch thanks to Arfrever
75
76 07 Aug 2012; Patrick Lauer <patrick@g.o> anyvc-0.3.7.1.ebuild:
77 Restricting py-2.5 and jython