Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/epydoc: epydoc-3.0.1-r1.ebuild epydoc-2.1-r2.ebuild
Date: Sun, 02 May 2010 19:00:29
Message-Id: 20100502190024.B52C02C25D@corvid.gentoo.org
1 arfrever 10/05/02 19:00:24
2
3 Modified: epydoc-3.0.1-r1.ebuild epydoc-2.1-r2.ebuild
4 Log:
5 Fix dependencies.
6 (Portage version: HEAD/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 dev-python/epydoc/epydoc-3.0.1-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/epydoc/epydoc-3.0.1-r1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/epydoc/epydoc-3.0.1-r1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/epydoc/epydoc-3.0.1-r1.ebuild?r1=1.2&r2=1.3
14
15 Index: epydoc-3.0.1-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/epydoc/epydoc-3.0.1-r1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- epydoc-3.0.1-r1.ebuild 8 Feb 2010 08:50:03 -0000 1.2
22 +++ epydoc-3.0.1-r1.ebuild 2 May 2010 19:00:24 -0000 1.3
23 @@ -1,11 +1,14 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/epydoc/epydoc-3.0.1-r1.ebuild,v 1.2 2010/02/08 08:50:03 pva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/epydoc/epydoc-3.0.1-r1.ebuild,v 1.3 2010/05/02 19:00:24 arfrever Exp $
28
29 -EAPI="2"
30 +EAPI="3"
31 +PYTHON_DEPEND="2"
32 +PYTHON_USE_WITH="tk"
33 +PYTHON_USE_WITH_OPT="X"
34 SUPPORT_PYTHON_ABIS="1"
35
36 -inherit eutils distutils
37 +inherit distutils eutils
38
39 DESCRIPTION="Tool for generating API documentation for Python modules, based on their docstrings"
40 HOMEPAGE="http://epydoc.sourceforge.net/"
41 @@ -20,21 +23,16 @@
42 RDEPEND="dev-python/docutils
43 latex? ( virtual/latex-base
44 || ( dev-texlive/texlive-latexextra app-text/ptex )
45 - )
46 - X? ( dev-lang/python[tk] )"
47 + )"
48 RESTRICT_PYTHON_ABIS="3.*"
49
50 src_prepare() {
51 - # bug #287546, thanks to Engelbert Gruber <grubert@×××××××××××××××××.net>
52 - # and Martin von Gagern <Martin.vGagern@×××.net>
53 - epatch "${FILESDIR}"/${PN}-docutils-0.6.patch
54 -
55 - # bug #288273, thanks to Andre Malo <nd@××××××.de>
56 - epatch "${FILESDIR}"/${PN}-python-2.6.patch
57 + distutils_src_prepare
58 + epatch "${FILESDIR}/${PN}-docutils-0.6.patch"
59 + epatch "${FILESDIR}/${PN}-python-2.6.patch"
60 }
61
62 src_install() {
63 - [[ -z ${ED} ]] && local ED=${D}
64 distutils_src_install
65
66 doman man/*
67
68
69
70 1.21 dev-python/epydoc/epydoc-2.1-r2.ebuild
71
72 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/epydoc/epydoc-2.1-r2.ebuild?rev=1.21&view=markup
73 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/epydoc/epydoc-2.1-r2.ebuild?rev=1.21&content-type=text/plain
74 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/epydoc/epydoc-2.1-r2.ebuild?r1=1.20&r2=1.21
75
76 Index: epydoc-2.1-r2.ebuild
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/dev-python/epydoc/epydoc-2.1-r2.ebuild,v
79 retrieving revision 1.20
80 retrieving revision 1.21
81 diff -u -r1.20 -r1.21
82 --- epydoc-2.1-r2.ebuild 3 Oct 2009 05:33:08 -0000 1.20
83 +++ epydoc-2.1-r2.ebuild 2 May 2010 19:00:24 -0000 1.21
84 @@ -1,15 +1,16 @@
85 -# Copyright 1999-2009 Gentoo Foundation
86 +# Copyright 1999-2010 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 -# $Header: /var/cvsroot/gentoo-x86/dev-python/epydoc/epydoc-2.1-r2.ebuild,v 1.20 2009/10/03 05:33:08 arfrever Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/dev-python/epydoc/epydoc-2.1-r2.ebuild,v 1.21 2010/05/02 19:00:24 arfrever Exp $
90
91 -EAPI="2"
92 +EAPI="3"
93 +PYTHON_DEPEND="2"
94 SUPPORT_PYTHON_ABIS="1"
95
96 inherit distutils
97
98 DESCRIPTION="Tool for generating API documentation for Python modules, based on their docstrings"
99 HOMEPAGE="http://epydoc.sourceforge.net/"
100 -SRC_URI="mirror://sourceforge/epydoc/${P}.tar.gz"
101 +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
102
103 LICENSE="MIT"
104 SLOT="0"