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/qpid-python: qpid-python-0.20.ebuild ChangeLog
Date: Fri, 06 Dec 2013 12:40:31
Message-Id: 20131206124022.6EE162004B@flycatcher.gentoo.org
1 idella4 13/12/06 12:40:22
2
3 Modified: qpid-python-0.20.ebuild ChangeLog
4 Log:
5 add required dep for doc build, improve doc install
6
7 (Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 dev-python/qpid-python/qpid-python-0.20.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/qpid-python/qpid-python-0.20.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/qpid-python/qpid-python-0.20.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/qpid-python/qpid-python-0.20.ebuild?r1=1.1&r2=1.2
15
16 Index: qpid-python-0.20.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/qpid-python/qpid-python-0.20.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- qpid-python-0.20.ebuild 14 Nov 2013 00:44:19 -0000 1.1
23 +++ qpid-python-0.20.ebuild 6 Dec 2013 12:40:22 -0000 1.2
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/qpid-python/qpid-python-0.20.ebuild,v 1.1 2013/11/14 00:44:19 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/qpid-python/qpid-python-0.20.ebuild,v 1.2 2013/12/06 12:40:22 idella4 Exp $
29
30 EAPI=5
31 PYTHON_COMPAT=( python2_7 )
32 @@ -17,7 +17,8 @@
33 SLOT="0"
34
35 RDEPEND=""
36 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
37 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
38 + doc? ( dev-python/epydoc[${PYTHON_USEDEP}] )"
39
40 python_compile_all() {
41 use doc && "${PYTHON}" setup.py doc_option
42 @@ -38,7 +39,7 @@
43 }
44
45 python_install_all() {
46 - local HTML_DOCS=( ../"${P}"-python2_7/doc/. )
47 + use doc && local HTML_DOCS=( ../"${P}"-python2_7/doc/. )
48 use examples && local EXAMPLES=( examples/. )
49 distutils-r1_python_install_all
50 }
51
52
53
54 1.2 dev-python/qpid-python/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/qpid-python/ChangeLog?rev=1.2&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/qpid-python/ChangeLog?rev=1.2&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/qpid-python/ChangeLog?r1=1.1&r2=1.2
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/dev-python/qpid-python/ChangeLog,v
63 retrieving revision 1.1
64 retrieving revision 1.2
65 diff -u -r1.1 -r1.2
66 --- ChangeLog 14 Nov 2013 00:44:19 -0000 1.1
67 +++ ChangeLog 6 Dec 2013 12:40:22 -0000 1.2
68 @@ -1,6 +1,9 @@
69 # ChangeLog for dev-python/qpid-python
70 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/dev-python/qpid-python/ChangeLog,v 1.1 2013/11/14 00:44:19 idella4 Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/dev-python/qpid-python/ChangeLog,v 1.2 2013/12/06 12:40:22 idella4 Exp $
73 +
74 + 06 Dec 2013; Ian Delaney <idella4@g.o> qpid-python-0.20.ebuild:
75 + add required dep for doc build, improve doc install
76
77 *qpid-python-0.20 (14 Nov 2013)