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
|
# ChangeLog for dev-ruby/mod_ruby
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mod_ruby/ChangeLog,v 1.3 2004/10/20 04:25:05 usata Exp $
*mod_ruby-1.2.4 (20 Oct 2004)
20 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> -mod_ruby-1.2.0.ebuild,
mod_ruby-1.2.2.ebuild, +mod_ruby-1.2.4.ebuild:
Version bumped.
10 Oct 2004; Simon Stelling <blubb@gentoo.org> mod_ruby-1.2.2.ebuild:
added ~amd64
*mod_ruby-1.2.0 (22 Sep 2004)
22 Sep 2004; Mamoru KOMACHI <usata@gentoo.org> +metadata.xml,
+files/20_mod_ruby.conf, +files/mod_ruby.conf, +mod_ruby-1.0.7.ebuild,
+mod_ruby-1.2.0.ebuild, +mod_ruby-1.2.2.ebuild:
Renamed from mod-ruby.
*mod-ruby-1.2.2 (24 Aug 2004)
24 Aug 2004; Mamoru KOMACHI <usata@gentoo.org> -mod-ruby-1.1.3-r1.ebuild,
mod-ruby-1.2.0.ebuild, +mod-ruby-1.2.2.ebuild:
Version bumped. Marked previous version stable on x86 and alpha.
08 Jun 2004; Aron Griffis <agriffis@gentoo.org> mod-ruby-1.0.7.ebuild,
mod-ruby-1.1.3-r1.ebuild, mod-ruby-1.2.0.ebuild:
Fix use invocation and has_version mis-usage
*mod-ruby-1.2.0 (22 May 2004)
22 May 2004; Mamoru KOMACHI <usata@gentoo.org> mod-ruby-1.0.7.ebuild,
mod-ruby-1.1.1-r2.ebuild, mod-ruby-1.1.3-r1.ebuild, mod-ruby-1.2.0.ebuild:
Version bumped. Corrected DESCRIPTION for 1.0.7, bug #51724.
Marked 1.1.3-r1 stable on x86 and alpha. Removed 1.1.1-r2 from CVS.
01 May 2004; Mamoru KOMACHI <usata@gentoo.org> mod-ruby-1.0.1.ebuild,
mod-ruby-1.0.7.ebuild, mod-ruby-1.1.3.ebuild:
Stable on x86. Removed old ebuilds.
*mod-ruby-1.1.3-r1 (17 Apr 2004)
17 Apr 2004; Mamoru KOMACHI <usata@gentoo.org> mod-ruby-1.1.1-r2.ebuild,
mod-ruby-1.1.3-r1.ebuild, files/mod_ruby.conf:
Fix configs for apache-1.x, thanks to Jeff Mitchell
<quixoticsycophant@yahoo.com> for the patch. Closing bug #27649
11 Apr 2004; David Holm <dholm@gentoo.org> mod-ruby-1.1.3.ebuild:
Added to ~ppc.
*mod-ruby-1.1.3 (10 Apr 2004)
*mod-ruby-1.0.7 (10 Apr 2004)
10 Apr 2004; Mamoru KOMACHI <usata@gentoo.org> mod-ruby-0.9.7.ebuild,
mod-ruby-1.0.1.ebuild, mod-ruby-1.0.7.ebuild, mod-ruby-1.1.1-r2.ebuild,
mod-ruby-1.1.3.ebuild:
Version bumped (stable and development branch). Removed old ebuild and
marked 1.0.1 stable. virtual/ruby fix
*mod-ruby-1.1.1-r2 (21 Feb 2004)
21 Feb 2004; Mamoru KOMACHI <usata@gentoo.org> mod-ruby-1.1.1-r1.ebuild,
mod-ruby-1.1.1-r2.ebuild, mod-ruby-1.1.1.ebuild:
Fixed conditional statement when only apache2 is installed but apache2
USE flag is not set. Closing bug #41458
21 Feb 2004; Mamoru KOMACHI <usata@gentoo.org> mod-ruby-1.1.1-r1.ebuild,
mod-ruby-1.1.1-r2.ebuild, mod-ruby-1.1.1.ebuild:
Fixed typo
10 Jun 2003; Tom Payne <twp@gentoo.org> mod-ruby-1.1.1-r1.ebuild :
Build and install docs if USE=doc. Bug # 20805.
*mod-ruby-1.1.1 (10 May 2003)
10 May 2003; Tom Payne <twp@gentoo.org> mod-ruby-1.1.1.ebuild :
Version bump. Ebuild tidy. Experimental apache-1.3 support. Bugs # 16539 and 18916.
*mod-ruby-1.0.1 (29 Nov 2002)
29 Nov 2002; Donny Davies <woodchip@gentoo.org> :
Updated for Apache2.
*mod-ruby-0.9.7 (10 Mar 2002)
10 Mar 2002; Karl Trygve Kalleberg <karltk@gentoo.org> all :
mod_ruby embeds the Ruby interpreter into the Apache web server, allowing
Ruby CGI scripts to be executed natively. These scripts will start up much
faster than without mod_ruby.
07 Jul 2002; Aron Griffis <agriffis@gentoo.org> mod-ruby-0.9.7.ebuild:
Updated with LICENSE, KEYWORDS, SLOT.
|