Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyclimate: ChangeLog pyclimate-1.2.2-r1.ebuild
Date: Fri, 23 Dec 2011 18:08:48
Message-Id: 20111223180839.7AE8A2004B@flycatcher.gentoo.org
1 jlec 11/12/23 18:08:39
2
3 Modified: ChangeLog pyclimate-1.2.2-r1.ebuild
4 Log:
5 Don't run dodoc on directories, #367665
6
7 (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.25 dev-python/pyclimate/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/ChangeLog?rev=1.25&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/ChangeLog?rev=1.25&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/ChangeLog?r1=1.24&r2=1.25
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v
19 retrieving revision 1.24
20 retrieving revision 1.25
21 diff -u -r1.24 -r1.25
22 --- ChangeLog 16 Apr 2011 18:37:33 -0000 1.24
23 +++ ChangeLog 23 Dec 2011 18:08:39 -0000 1.25
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-python/pyclimate
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.24 2011/04/16 18:37:33 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.25 2011/12/23 18:08:39 jlec Exp $
29 +
30 + 23 Dec 2011; Justin Lecher <jlec@g.o> pyclimate-1.2.2-r1.ebuild:
31 + Don't run dodoc on directories, #367665
32
33 16 Apr 2011; Raúl Porcel <armin76@g.o> pyclimate-1.2.2-r1.ebuild:
34 Drop alpha/ia64/sparc
35
36
37
38 1.9 dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild?rev=1.9&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild?rev=1.9&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild?r1=1.8&r2=1.9
43
44 Index: pyclimate-1.2.2-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild,v
47 retrieving revision 1.8
48 retrieving revision 1.9
49 diff -u -r1.8 -r1.9
50 --- pyclimate-1.2.2-r1.ebuild 16 Apr 2011 18:37:33 -0000 1.8
51 +++ pyclimate-1.2.2-r1.ebuild 23 Dec 2011 18:08:39 -0000 1.9
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild,v 1.8 2011/04/16 18:37:33 armin76 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.2-r1.ebuild,v 1.9 2011/12/23 18:08:39 jlec Exp $
57
58 EAPI="3"
59 PYTHON_DEPEND="2"
60 @@ -31,7 +31,7 @@
61 src_install() {
62 distutils_src_install
63
64 - dodoc doc/* doc/dcdflib_doc/dcdflib* || die
65 + dodoc doc/manual.ps doc/dcdflib_doc/dcdflib* || die
66
67 if use examples; then
68 insinto /usr/share/${PF}