Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-2.5.1-r5.ebuild ChangeLog python-2.4.4-r9.ebuild
Date: Sat, 01 Mar 2008 13:38:55
Message-Id: E1JVRvQ-0000Vg-DR@stork.gentoo.org
1 dev-zero 08/03/01 13:38:52
2
3 Modified: python-2.5.1-r5.ebuild ChangeLog
4 python-2.4.4-r9.ebuild
5 Log:
6 Added init.d/conf.d scripts for the integrated pydoc webserver (bug #59903, thanks to compnerd).
7 (Portage version: 2.1.4.4, RepoMan options: --force)
8
9 Revision Changes Path
10 1.2 dev-lang/python/python-2.5.1-r5.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.1-r5.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.1-r5.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.1-r5.ebuild?r1=1.1&r2=1.2
15
16 Index: python-2.5.1-r5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.1-r5.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- python-2.5.1-r5.ebuild 7 Jan 2008 17:40:51 -0000 1.1
23 +++ python-2.5.1-r5.ebuild 1 Mar 2008 13:38:51 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.1-r5.ebuild,v 1.1 2008/01/07 17:40:51 hawking Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.1-r5.ebuild,v 1.2 2008/03/01 13:38:51 dev-zero Exp $
29
30 # NOTE about python-portage interactions :
31 # - Do not add a pkg_setup() check for a certain version of portage
32 @@ -222,6 +222,9 @@
33 mkdir -p "${D}"/usr/share/doc/${P}/examples
34 cp -r "${S}"/Tools "${D}"/usr/share/doc/${P}/examples
35 fi
36 +
37 + newinitd "${FILESDIR}/pydoc.init" pydoc
38 + newconfd "${FILESDIR}/pydoc.conf" pydoc
39 }
40
41 pkg_postrm() {
42
43
44
45 1.301 dev-lang/python/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?rev=1.301&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?rev=1.301&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/ChangeLog?r1=1.300&r2=1.301
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
54 retrieving revision 1.300
55 retrieving revision 1.301
56 diff -u -r1.300 -r1.301
57 --- ChangeLog 16 Feb 2008 16:27:22 -0000 1.300
58 +++ ChangeLog 1 Mar 2008 13:38:51 -0000 1.301
59 @@ -1,6 +1,11 @@
60 # ChangeLog for dev-lang/python
61 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.300 2008/02/16 16:27:22 opfer Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.301 2008/03/01 13:38:51 dev-zero Exp $
64 +
65 + 01 Mar 2008; Tiziano Müller <dev-zero@g.o> +files/pydoc.conf,
66 + +files/pydoc.init, python-2.4.4-r9.ebuild, python-2.5.1-r5.ebuild:
67 + Added init.d/conf.d scripts for the integrated pydoc webserver (bug #59903,
68 + thanks to compnerd).
69
70 *python-2.4.4-r9 (16 Feb 2008)
71
72
73
74
75 1.2 dev-lang/python/python-2.4.4-r9.ebuild
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.4-r9.ebuild?rev=1.2&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.4-r9.ebuild?rev=1.2&content-type=text/plain
79 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.4-r9.ebuild?r1=1.1&r2=1.2
80
81 Index: python-2.4.4-r9.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r9.ebuild,v
84 retrieving revision 1.1
85 retrieving revision 1.2
86 diff -u -r1.1 -r1.2
87 --- python-2.4.4-r9.ebuild 16 Feb 2008 16:27:22 -0000 1.1
88 +++ python-2.4.4-r9.ebuild 1 Mar 2008 13:38:51 -0000 1.2
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2008 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r9.ebuild,v 1.1 2008/02/16 16:27:22 opfer Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r9.ebuild,v 1.2 2008/03/01 13:38:51 dev-zero Exp $
94
95 # NOTE about python-portage interactions :
96 # - Do not add a pkg_setup() check for a certain version of portage
97 @@ -225,6 +225,9 @@
98 mkdir -p "${D}"/usr/share/doc/${P}/examples
99 cp -r "${S}"/Tools "${D}"/usr/share/doc/${P}/examples
100 fi
101 +
102 + newinitd "${FILESDIR}/pydoc.init" pydoc
103 + newconfd "${FILESDIR}/pydoc.conf" pydoc
104 }
105
106 pkg_postrm() {
107
108
109
110 --
111 gentoo-commits@l.g.o mailing list