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/python-docs: python-docs-2.7.6.ebuild python-docs-3.4.0.ebuild python-docs-3.3.5.ebuild ChangeLog
Date: Tue, 02 Sep 2014 06:44:24
Message-Id: 20140902064419.3960947EA@oystercatcher.gentoo.org
1 idella4 14/09/02 06:44:19
2
3 Modified: python-docs-2.7.6.ebuild python-docs-3.4.0.ebuild
4 python-docs-3.3.5.ebuild ChangeLog
5 Log:
6 add install of objects.inv for most recent py2.7,3.3,3.4 wrt to Bug #521768
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
9
10 Revision Changes Path
11 1.2 dev-python/python-docs/python-docs-2.7.6.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-2.7.6.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-2.7.6.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-2.7.6.ebuild?r1=1.1&r2=1.2
16
17 Index: python-docs-2.7.6.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.7.6.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- python-docs-2.7.6.ebuild 17 Feb 2014 06:03:46 -0000 1.1
24 +++ python-docs-2.7.6.ebuild 2 Sep 2014 06:44:19 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.7.6.ebuild,v 1.1 2014/02/17 06:03:46 idella4 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.7.6.ebuild,v 1.2 2014/09/02 06:44:19 idella4 Exp $
30
31 EAPI="5"
32
33 @@ -19,7 +19,7 @@
34 S="${WORKDIR}/python-${PV}-docs-html"
35
36 src_install() {
37 - dohtml -A xml -r ./
38 + dohtml -A xml -A inv -r ./
39 echo "PYTHONDOCS_${SLOT//./_}=\"${EPREFIX}/usr/share/doc/${PF}/html/library\"" > "60python-docs-${SLOT}"
40 doenvd "60python-docs-${SLOT}"
41 }
42
43
44
45 1.2 dev-python/python-docs/python-docs-3.4.0.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-3.4.0.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-3.4.0.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-3.4.0.ebuild?r1=1.1&r2=1.2
50
51 Index: python-docs-3.4.0.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.4.0.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- python-docs-3.4.0.ebuild 23 Mar 2014 15:54:48 -0000 1.1
58 +++ python-docs-3.4.0.ebuild 2 Sep 2014 06:44:19 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2014 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.4.0.ebuild,v 1.1 2014/03/23 15:54:48 idella4 Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.4.0.ebuild,v 1.2 2014/09/02 06:44:19 idella4 Exp $
64
65 EAPI="5"
66
67 @@ -27,7 +27,7 @@
68 }
69
70 src_install() {
71 - dohtml -A xml -r ./
72 + dohtml -A xml -A inv -r ./
73 echo "PYTHONDOCS_${SLOT//./_}=\"${EPREFIX}/usr/share/doc/${PF}/html/library\"" > "60python-docs-${SLOT}"
74 doenvd "60python-docs-${SLOT}"
75 }
76
77
78
79 1.2 dev-python/python-docs/python-docs-3.3.5.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-3.3.5.ebuild?rev=1.2&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-3.3.5.ebuild?rev=1.2&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/python-docs-3.3.5.ebuild?r1=1.1&r2=1.2
84
85 Index: python-docs-3.3.5.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.3.5.ebuild,v
88 retrieving revision 1.1
89 retrieving revision 1.2
90 diff -u -r1.1 -r1.2
91 --- python-docs-3.3.5.ebuild 23 Mar 2014 15:54:48 -0000 1.1
92 +++ python-docs-3.3.5.ebuild 2 Sep 2014 06:44:19 -0000 1.2
93 @@ -1,6 +1,6 @@
94 # Copyright 1999-2014 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.3.5.ebuild,v 1.1 2014/03/23 15:54:48 idella4 Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-3.3.5.ebuild,v 1.2 2014/09/02 06:44:19 idella4 Exp $
98
99 EAPI="5"
100
101 @@ -19,7 +19,7 @@
102 S="${WORKDIR}/python-${PV}-docs-html"
103
104 src_install() {
105 - dohtml -A xml -r ./
106 + dohtml -A xml -A inv -r ./
107 echo "PYTHONDOCS_${SLOT//./_}=\"${EPREFIX}/usr/share/doc/${PF}/html/library\"" > "60python-docs-${SLOT}"
108 doenvd "60python-docs-${SLOT}"
109 }
110
111
112
113 1.193 dev-python/python-docs/ChangeLog
114
115 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/ChangeLog?rev=1.193&view=markup
116 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/ChangeLog?rev=1.193&content-type=text/plain
117 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-docs/ChangeLog?r1=1.192&r2=1.193
118
119 Index: ChangeLog
120 ===================================================================
121 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v
122 retrieving revision 1.192
123 retrieving revision 1.193
124 diff -u -r1.192 -r1.193
125 --- ChangeLog 23 Mar 2014 15:54:48 -0000 1.192
126 +++ ChangeLog 2 Sep 2014 06:44:19 -0000 1.193
127 @@ -1,6 +1,10 @@
128 # ChangeLog for dev-python/python-docs
129 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
130 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.192 2014/03/23 15:54:48 idella4 Exp $
131 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.193 2014/09/02 06:44:19 idella4 Exp $
132 +
133 + 02 Sep 2014; Ian Delaney <idella4@g.o> python-docs-2.7.6.ebuild,
134 + python-docs-3.3.5.ebuild, python-docs-3.4.0.ebuild:
135 + add install of objects.inv for most recent py2.7,3.3,3.4 wrt to Bug #521768
136
137 *python-docs-3.3.5 (23 Mar 2014)
138 *python-docs-3.4.0 (23 Mar 2014)