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/oslotest: oslotest-1.1.0.ebuild ChangeLog
Date: Sat, 27 Sep 2014 08:40:34
Message-Id: 20140927084028.974576664@oystercatcher.gentoo.org
1 idella4 14/09/27 08:40:28
2
3 Modified: oslotest-1.1.0.ebuild ChangeLog
4 Log:
5 fix to doc install
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.3 dev-python/oslotest/oslotest-1.1.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/oslotest-1.1.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/oslotest-1.1.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/oslotest-1.1.0.ebuild?r1=1.2&r2=1.3
15
16 Index: oslotest-1.1.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/oslotest/oslotest-1.1.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- oslotest-1.1.0.ebuild 27 Sep 2014 04:51:37 -0000 1.2
23 +++ oslotest-1.1.0.ebuild 27 Sep 2014 08:40:28 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/oslotest-1.1.0.ebuild,v 1.2 2014/09/27 04:51:37 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/oslotest-1.1.0.ebuild,v 1.3 2014/09/27 08:40:28 idella4 Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python{2_7,3_3} )
32 @@ -47,9 +47,9 @@
33 nosetests tests/ || die "test failed under ${EPYTHON}"
34 }
35
36 -src_install() {
37 - local HTML_DOCS=( doc/pyasn1-tutorial.html )
38 +python_install_all() {
39 use doc && HTML_DOCS=( doc/build/html/. )
40 + doman doc/build/man/oslotest.1
41
42 - distutils-r1_src_install
43 + distutils-r1_python_install_all
44 }
45
46
47
48 1.4 dev-python/oslotest/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/ChangeLog?rev=1.4&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/ChangeLog?rev=1.4&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/ChangeLog?r1=1.3&r2=1.4
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/dev-python/oslotest/ChangeLog,v
57 retrieving revision 1.3
58 retrieving revision 1.4
59 diff -u -r1.3 -r1.4
60 --- ChangeLog 27 Sep 2014 04:51:37 -0000 1.3
61 +++ ChangeLog 27 Sep 2014 08:40:28 -0000 1.4
62 @@ -1,6 +1,9 @@
63 # ChangeLog for dev-python/oslotest
64 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/ChangeLog,v 1.3 2014/09/27 04:51:37 idella4 Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/ChangeLog,v 1.4 2014/09/27 08:40:28 idella4 Exp $
67 +
68 + 27 Sep 2014; Ian Delaney <idella4@g.o> oslotest-1.1.0.ebuild:
69 + fix to doc install
70
71 27 Sep 2014; Ian Delaney <idella4@g.o> oslotest-1.1.0.ebuild:
72 add py3.3 support to support same for oslo-config, add IUSE doc and doc build