Gentoo Archives: gentoo-commits

From: "Jesus Rivero (neurogeek)" <neurogeek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-docs: ChangeLog python-docs-2.6.1.ebuild
Date: Wed, 24 Dec 2008 20:28:58
Message-Id: E1LFaLg-0003Dp-KK@stork.gentoo.org
1 neurogeek 08/12/24 20:28:56
2
3 Modified: ChangeLog
4 Added: python-docs-2.6.1.ebuild
5 Log:
6 Version bump wrt bug #251599
7 (Portage version: 2.2_rc16/cvs/Linux 2.6.18-gentoo-r3 i686)
8
9 Revision Changes Path
10 1.106 dev-python/python-docs/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-docs/ChangeLog?rev=1.106&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-docs/ChangeLog?rev=1.106&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-docs/ChangeLog?r1=1.105&r2=1.106
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v
19 retrieving revision 1.105
20 retrieving revision 1.106
21 diff -u -r1.105 -r1.106
22 --- ChangeLog 7 Aug 2008 00:23:39 -0000 1.105
23 +++ ChangeLog 24 Dec 2008 20:28:56 -0000 1.106
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-python/python-docs
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.105 2008/08/07 00:23:39 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/ChangeLog,v 1.106 2008/12/24 20:28:56 neurogeek Exp $
29 +
30 +*python-docs-2.6.1 (24 Dec 2008)
31 +
32 + 24 Dec 2008; Jesus Rivero <neurogeek@g.o>
33 + +python-docs-2.6.1.ebuild:
34 + Version bump wrt bug #251599
35
36 *python-docs-2.5.2 (07 Aug 2008)
37
38
39
40
41 1.1 dev-python/python-docs/python-docs-2.6.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-docs/python-docs-2.6.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-docs/python-docs-2.6.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: python-docs-2.6.1.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.6.1.ebuild,v 1.1 2008/12/24 20:28:56 neurogeek Exp $
51
52 EAPI="2"
53
54 DESCRIPTION="HTML documentation for Python"
55 HOMEPAGE="http://www.python.org/doc/"
56 SRC_URI="http://www.python.org/ftp/python/doc/${PV}/python-${PV}-docs-html.tar.bz2"
57
58 LICENSE="PSF-2.2"
59 SLOT="2.6"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
61 IUSE=""
62
63 DEPEND=""
64 RDEPEND=""
65
66 S="${WORKDIR}/python-docs-html"
67
68 src_install() {
69 docinto html
70 cp -R [a-z]* _static "${D}/usr/share/doc/${PF}/html"
71 }
72
73 pkg_preinst() {
74 dodir /etc/env.d
75 echo "PYTHONDOCS=/usr/share/doc/${PF}/html/library" > "${D}/etc/env.d/50python-docs"
76 }