1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
# ChangeLog for dev-python/mod_python
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/mod_python/ChangeLog,v 1.21 2004/05/24 13:21:21 kloeri Exp $
24 May 2004; Bryan �stergaard <kloeri@gentoo.org> mod_python-3.1.3.ebuild:
Keyworded ~alpha, requested in bug #51550.
24 May 2004; Chuck Short <zul@gentoo.org> mod_python-3.1.3.ebuild:
Marked stable as requested by #51420.
04 May 2004; Bryan �stergaard <kloeri@gentoo.org> mod_python-2.7.10.ebuild,
mod_python-3.0.4-r1.ebuild, mod_python-3.0.4-r2.ebuild,
mod_python-3.1.3.ebuild:
Change SRC_URI to mirror://..
25 Apr 2004; Aron Griffis <agriffis@gentoo.org> mod_python-2.7.10.ebuild:
Add die following econf for bug 48950
01 Apr 2004; Bryan �stergaard <kloeri@gentoo.org> mod_python-2.7.10.ebuild,
mod_python-3.0.4-r2.ebuild, mod_python-3.0.4.ebuild:
Stable on x86.
*mod_python-3.1.3 (29 Feb 2004)
29 Feb 2004; <kloeri@gentoo.org> mod_python-3.1.3.ebuild:
Version bump.
*mod_python-3.0.4-r2 (29 Jan 2004)
29 Jan 2004; Bryan �stergaard,,, <kloeri@gentoo.org>
mod_python-3.0.4-r2.ebuild:
Fix installation paths, closing bug #39757 and #39758.
*mod_python-3.0.4-r1 (28 Jan 2004)
28 Jan 2004; Alastair Tse <liquidx@gentoo.org> mod_python-3.0.4-r1.ebuild:
fix missing mod_python.so, add python postinst pyc/pyo generation (#39627)
*mod_python-2.7.10 (24 Jan 2004)
24 Jan 2004; Alastair Tse <liquidx@gentoo.org> mod_python-2.7.8.ebuild,
mod_python-2.7.9.ebuild, mod_python-3.0.3.ebuild,
files/mod_python-3.0.3-dest1.diff, files/mod_python-3.0.3-dest2.diff,
files/patch-2.7.8.diff:
cleanup vunerable versions, bump 2.7 series due to security update (#39154)
13 Dec 2003; Bryan �stergaard,,, <kloeri@gentoo.org>
mod_python-3.0.3.ebuild, mod_python-3.0.4.ebuild:
Install icons needed for html documentation, closing bug #29271
*mod_python-2.7.9 (12 Dec 2003)
*mod_python-3.0.4 (12 Dec 2003)
12 Dec 2003; Bryan �stergaard,,, <kloeri@gentoo.org>
mod_python-2.7.9.ebuild, mod_python-3.0.0_beta4.ebuild,
mod_python-3.0.1.ebuild, mod_python-3.0.4.ebuild,
files/mod_python-3.0.0_beta4-destdir.diff:
Bump versions and remove some old versions.
28 Oct 2003; Bryan �stergaard <kloeri@gentoo.org>
mod_python-3.0.3.ebuild:
Fix bug when using Python-2.3 closing bug #32018.
05 Oct 2003; Rob Cakebread <pythonhead@gentoo.org>
mod_python-3.0.0_beta4.ebuild, mod_python-3.0.1.ebuild:
Added pkg_postinst to tell users to add -D PYTHON to /etc/conf.d/apache2
*mod_python-3.0.3 (05 Oct 2003)
05 Oct 2003; Rob Cakebread <pythonhead@gentoo.org> mod_python-3.0.3.ebuild:
Version bump. Thanks Bryan �stergaard <kloeri@mailme.dk>
09 Jul 2003; Donny Davies <woodchip@gentoo.org> mod_python-2.7.8.ebuild:
Description clarify.
*mod_python-3.0.1 (2 Feb 2003)
2 Feb 2003; Grant Goodyear <g2boojum@gentoo.org> : Beyond the beta!
*mod_python-3.0.0_beta4 (29 Nov 2002)
29 Nov 2002; Donny Davies <woodchip@gentoo.org> : Updated for Apache2.
*mod_python-2.7.8 (21 Oct 2002)
27 Nov 2002; phoen][x <phoenix@gentoo.org> ChangeLog, files/mod_python.conf:
Fixed a typo in files/mod_python.conf.
21 Oct 2002; phoen][x <phoenix@gentoo.org> ChangeLog, mod_python-2.7.8.ebuild,
files/digest-mod_python-2.7.8, files/mod_python.conf, files/patch-2.7.8.diff :
Initial import. Use this ebuild to add python support to your apache webserver.
|