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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
|
# ChangeLog for dev-perl/mod_perl
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/mod_perl/ChangeLog,v 1.27 2003/12/23 20:45:08 rac Exp $
*mod_perl-1.29 (23 Dec 2003)
23 Dec 2003; <rac@gentoo.org> mod_perl-1.29.ebuild:
Upstream bump.
*mod_perl-1.99.11 (16 Dec 2003)
16 Dec 2003; <rac@gentoo.org> mod_perl-1.99.11.ebuild:
New upstream bump, fix bug 30257 by disabling parallel make
*mod_perl-1.27-r4 (14 Oct 2003)
14 Oct 2003; <rac@gentoo.org> mod_perl-1.27-r4.ebuild:
sed-fu to fix deprecated use of tail -1 in a couple of places, solves build
problems on machines with new coreutils, including the amd64 port
*mod_perl-1.27-r1 (24 Jun 2003)
12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> :
Added missing changelog entry.
25 Jun 2003; <rac@gentoo.org> mod_perl-1.27-r2.ebuild,
mod_perl-1.27-r3.ebuild:
Fine-tune ipv6 patch application using has_version because the apache dep has
been relaxed. Addresses bug #23332.
*mod_perl-1.27-r3 (24 Jun 2003)
24 Jun 2003; <rac@gentoo.org> mod_perl-1.27-r3.ebuild:
Move to vendor directory, change how prefixes are defined in an attempt to
avoid problems mholzer and others were reporting with inability to find
Apache.pm
22 Jun 2003; <rac@gentoo.org> mod_perl-1.99.08.ebuild,
mod_perl-1.99.09.ebuild:
revert to ~x86
10 Jun 2003; Michael Cummings <mcummings@gentoo.org>
mod_perl-1.27-r2.ebuild:
mod-perl-1.27 doesn't work well with apache 2. the lock for apache 1 wasn't
carried over to the r2 ebuild - fixed
06 Jun 2003; <rac@gentoo.org> mod_perl-1.99.09.ebuild:
Add sed-4 dependency, make sed die on failure
20 May 2003; <rac@gentoo.org> mod_perl-1.99.09.ebuild:
Eliminate "|| die" from the make test line, to address bug #21325.
*mod_perl-1.99.09 (19 May 2003)
19 May 2003; <rac@gentoo.org> mod_perl-1.99.09.ebuild:
Upstream version bump, enable "make test". Major kudos to Corporate Gadfly
<corporate_gadfly@hotmail.com> in bugs #19951 and #20124.
*mod_perl-1.99.08 (24 Jun 2003)
12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> :
Added missing changelog entry.
*mod_perl-1.27-r2 (01 Mar 2003)
01 Mar 2003; Robert Coie <rac@gentoo.org> mod_perl-1.27-r2.ebuild,
files/mod_perl-1.27-ipv6.patch:
Add patch originally from
http://pasky.ji.cz/~pasky/dev/apache/mod_perl-1.27+ipv6.patch, to
allow building against an IPv6-enabled Apache (bug #6986). Changed
dependency on Apache to be >=1.3.27-r4, as that is the first version
in which the ipv6 USE variable is employed by the Apache ebuild, and
that is necessary for this patch to operate correctly.
24 Jan 2003; <woodchip@gentoo.org> mod_perl-1.99.08 : version bump; #14503.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
*mod_perl-1.99.07 (29 Nov 2002)
17 Dec 2002; Brandon Low <lostlogic@gentoo.org> :
This should be a new slot. marked slot=1.
29 Nov 2002; Donny Davies <woodchip@gentoo.org> :
New development version for Apache2.
29 Oct 2002; Seemant Kulleen <seemant@gentoo.org> ChangeLog :
forced version bump to install into correct locations
*mod_perl-1.27 (20 Jun 2002)
15 Sep 2002; Ryan Phillips <rphillips@gentoo.org> mod_perl-1.27.ebuild :
Added libwww-perl depedency... Hopefully fixes #7867
9 Sep 2002; <mcummings@gentoo.org> mod_perl-1.27.ebuild :
Corrected build syntax
1 Aug 2002; Calum Selkirk <cselkirk@gentoo.org> mod_perl-1.27.ebuild :
Added ppc to KEYWORDS.
20 Jun 2002; Thilo Bangert <bangert@gentoo.org> mod_perl-1.27.ebuild :
version bump
*mod_perl-1.26 (7 May 2002)
*mod_perl-1.25-r2 (9 Apr 2002)
9 Apr 2002; Donny Davies <woodchip@gentoo.org> :
Small updates to fit in with the reworked apache package.
*mod_perl-1.25-r1 (27 Mar 2002)
27 Mar 2002; Seemant Kulleen <seemant@gentoo.org> mod_perl-1.25-r1.ebuild :
Updated the ebuild to new syntax, and ungzipped HTML documentation.
|