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
|
# ChangeLog for net-www/mod_log_sql
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-www/mod_log_sql/ChangeLog,v 1.22 2005/06/27 23:35:18 swegener Exp $
27 Jun 2005; Sven Wegener <swegener@gentoo.org> mod_log_sql-1.97.ebuild:
Added apache2 to IUSE.
09 Jun 2005; Sven Wegener <swegener@gentoo.org> mod_log_sql-1.97.ebuild:
Removed > from = dependency.
28 Feb 2005; Christian Parpart <trapni@gentoo.org>
mod_log_sql-1.100.ebuild:
adding to ~amd64
27 Feb 2005; Michael Stewart <vericgar@gentoo.org> mod_log_sql-1.100.ebuild:
Removing ~amd64, bug #83482
21 Feb 2005; Benedikt Boehm <hollow@gentoo.org>
files/1.100/10_mod_log_sql.conf:
fixed 10_mod_log_sql.conf. fixed #82486
*mod_log_sql-1.98-r1 (17 Feb 2005)
17 Feb 2005; Elfyn McBratney <beu@gentoo.org> files/10_mod_log_sql.conf,
files/10_mod_log_sql_apache2.conf, +mod_log_sql-1.98-r1.ebuild,
-mod_log_sql-1.98.ebuild:
Version bump as the the previous version's ebuild was horribly broken:
just DEPEND on net-www/apache, add apache2 to IUSE, call detechapache in
pkg_postinst (bleh), documentation is now in "docs" (was in "Documentation"),
use dohtml instead of dodoc for HTML/XML docs, fix typo in 10_mod_log_sql.conf
and disable SSL support (which is not currently detected on 1.3 or 2.0). Oh
yeah, and actually install the modules! Closes bug #81495.
05 Feb 2005; Christian Parpart <trapni@gentoo.org>
mod_log_sql-1.100.ebuild:
added ~amd64 to keywords
*mod_log_sql-1.100 (30 Jan 2005)
30 Jan 2005; Benedikt Boehm <hollow@gentoo.org>
+files/1.100/10_mod_log_sql.conf, +mod_log_sql-1.100.ebuild:
Added 1.100 using new apache-module eclass
04 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
mod_log_sql-1.97.ebuild, mod_log_sql-1.98.ebuild:
Masked mod_log_sql-1.98.ebuild stable for ppc
04 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
mod_log_sql-1.97.ebuild:
Masked mod_log_sql-1.97.ebuild stable for ppc
05 Aug 2004; Chuck Short <zul@gentoo.org> files/10_mod_log_sql_apache2.conf:
Fix typo in config file. Closes #58942.
25 Jun 2004; Aron Griffis <agriffis@gentoo.org> mod_log_sql-1.97.ebuild,
mod_log_sql-1.98.ebuild:
QA - fix use invocation
13 Jun 2004; Chuck Short <zul@gentoo.org> mod_log_sql-1.98.ebuild:
Removed apache2 support. Ebuild does not detect where are our header files are
properly. Closes #52739.
15 May 2004; Chuck Short <zul@gentoo.org> mod_log_sql-1.96.ebuild:
Removed old version.
15 May 2004; Chuck Short <zul@gentoo.org> mod_log_sql-1.97.ebuild:
Marked stable for x86.
*mod_log_sql-1.98 (15 May 2004)
15 May 2004; Chuck Short <zul@gentoo.org> mod_log_sql-1.98.ebuild:
Version bump, closes #50983.
12 May 2004; Chuck Short <zul@gentoo.org> mod_log_sql-1.97.ebuild,
files/10_mod_log_sql.conf, files/10_mod_log_sql_apache2.conf:
Added extra module to be loaded. Closes #50277.
07 May 2004; Chuck Short <zul@gentoo.org> mod_log_sql-1.97.ebuild,
files/mod_log_sql-1.97-gentoo.patch:
Added patch so that mod_log_sql can compile properly. Closes #50277.
03 May 2004; Michael Sterrett <mr_bones_@gentoo.org>
mod_log_sql-1.96.ebuild, mod_log_sql-1.97.ebuild:
don't use deprecated ? : use syntax; don't assign default to S; tidy
*mod_log_sql-1.97 (04 May 2004)
04 May 2004; Chuck Short <zul@gentoo.org> mod_log_sql-1.97.ebuild:
Version bump, closes #49553.
30 Apr 2004; David Holm <dholm@gentoo.org> mod_log_sql-1.96.ebuild:
Added to ~ppc.
*mod_log_sql-1.96 (30 Apr 2004)
30 Apr 2004; Chuck Short <zul@gentoo.org> mod_log_sql-1.96.ebuild,
files/10_mod_log_sql.conf, files/10_mod_log_sql_apache2.conf:
Initial version, ebuild written by Perolo Silantico < per.sil@gmx.it >.
Closes #14891.
|