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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
|
# ChangeLog for net-irc/rbot
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.31 2008/06/23 15:46:00 flameeyes Exp $
*rbot-9999-r9 (23 Jun 2008)
23 Jun 2008; Diego Pettenò <flameeyes@gentoo.org> -rbot-9999-r8.ebuild,
+rbot-9999-r9.ebuild:
Install rbot without rubygems, don't build locale files if they are not
requested, remove mandatory dep over ruby-gettext at both build and
runtime.
23 Jun 2008; Diego Pettenò <flameeyes@gentoo.org> rbot-9999-r8.ebuild:
Add new flags to IUSE.
23 Jun 2008; Diego Pettenò <flameeyes@gentoo.org> metadata.xml,
rbot-9999-r8.ebuild:
Add a few more USE flags to enable/disable the plugins that use external
commands (and proper dependencies on them).
*rbot-9999-r8 (13 Feb 2008)
13 Feb 2008; Diego Pettenò <flameeyes@gentoo.org> -rbot-9999-r7.ebuild,
+rbot-9999-r8.ebuild:
Revision bump, rbot moved to GIT now rather than Subversion. Drop the
snapshot USE flag as there is no more a progressive number to be used.
28 Dec 2007; Diego Pettenò <flameeyes@gentoo.org> rbot-9999-r7.ebuild:
Properly disable the time plugin if timezone USE flag is disabled.
*rbot-9999-r7 (27 Dec 2007)
27 Dec 2007; Diego Pettenò <flameeyes@gentoo.org> metadata.xml,
-rbot-9999-r6.ebuild, +rbot-9999-r7.ebuild:
Always depend on ruby-gettext when building the gem, so that the data is
properly added to the gem. Add a dict USE flag for the dictclient plugin,
depending on the new ruby-dict ebuild.
*rbot-9999-r6 (26 Dec 2007)
26 Dec 2007; Diego Pettenò <flameeyes@gentoo.org> -rbot-9999-r5.ebuild,
+rbot-9999-r6.ebuild:
Bump revision to add proper support to nls: depend on ruby-gettext when
enabled and build the locale data.
*rbot-9999-r5 (17 Dec 2007)
17 Dec 2007; Diego Pettenò <flameeyes@gentoo.org> metadata.xml,
-rbot-9999-r4.ebuild, +rbot-9999-r5.ebuild:
Add a new revision with USE flags for shorturl and translator plugins, with
their dependencies added.
23 Nov 2007; Diego Pettenò <flameeyes@gentoo.org> metadata.xml:
Add documentation about the snapshot, timezone and aspell USE flags.
*rbot-9999-r4 (19 Nov 2007)
19 Nov 2007; Diego Pettenò <flameeyes@gentoo.org> -rbot-9999-r3.ebuild,
+rbot-9999-r4.ebuild:
Make the spell USE flag work, add an aspell USE flag and make tzinfo
optional by mean of timezone USE flag. Also allow to disable the languages.
19 Nov 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
Take maintainership again, and add the live SVN ebuild I had in my overlay.
More development will follow.
19 Mar 2007; Bryan Østergaard <kloeri@gentoo.org> metadata.xml:
Remove flameeyes from metadata.xml due to retirement.
20 Feb 2007; Raúl Porcel <armin76@gentoo.org> -rbot-0.9.7.ebuild,
-rbot-0.9.10.ebuild, rbot-0.9.10-r1.ebuild:
stable x86, remove old
05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> rbot-0.9.7.ebuild,
rbot-0.9.10.ebuild, rbot-0.9.10-r1.ebuild:
Convert to use elog.
*rbot-0.9.10-r1 (23 Sep 2006)
23 Sep 2006; Diego Pettenò <flameeyes@gentoo.org> rbot-0.9.10.ebuild,
+rbot-0.9.10-r1.ebuild:
Add new revision of rbot using the gem now, hopefully fixing bug #134987.
*rbot-0.9.10 (15 Sep 2006)
15 Sep 2006; Diego Pettenò <flameeyes@gentoo.org> -rbot-0.9.9.ebuild,
-rbot-0.9.10_pre20060801.ebuild, +rbot-0.9.10.ebuild:
Version bump.
*rbot-0.9.10_pre20060801 (31 Jul 2006)
31 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> metadata.xml,
+rbot-0.9.10_pre20060801.ebuild:
Snapshot version from current stable branch.
27 May 2006; Diego Pettenò <flameeyes@gentoo.org> rbot-0.9.9.ebuild:
Add ~x86-fbsd keyword.
*rbot-0.9.9 (02 Jan 2006)
02 Jan 2006; Sven Wegener <swegener@gentoo.org> +rbot-0.9.9.ebuild:
Version bump, bug #117402.
06 Oct 2005; Caleb Tennis <caleb@gentoo.org> rbot-0.9.7.ebuild:
Change dep to ruby 1.8
17 Sep 2005; Sven Wegener <swegener@gentoo.org> rbot-0.9.7.ebuild:
Only install html API documentation with USE=doc
07 Jul 2005; Sven Wegener <swegener@gentoo.org> -rbot-0.9.6.ebuild:
Removed old ebuild.
03 May 2005; Sven Wegener <swegener@gentoo.org> rbot-0.9.6.ebuild,
rbot-0.9.7.ebuild:
Adjusted dependencies to not pull in dev-ruby/rexml. Instead we depend (by
default) on >=virtual/ruby-1.8 that already includes rexml, but the
combination of =virtual/ruby-1.6* with dev-ruby/shim-ruby18 or
dev-ruby/rexml is also fine. Closes bug #89164.
22 Apr 2005; Sven Wegener <swegener@gentoo.org> rbot-0.9.7.ebuild:
Marked stable on x86.
18 Apr 2005; Jan Brinkmann <luckyduck@gentoo.org> rbot-0.9.7.ebuild:
added ~amd64 to KEYWORDS, fixes #89165
10 Oct 2004; Jason Wever <weeve@gentoo.org> rbot-0.9.7.ebuild:
Added ~sparc keyword.
*rbot-0.9.7 (17 Jul 2004)
17 Jul 2004; Sven Wegener <swegener@gentoo.org> rbot-0.9.6.ebuild,
+rbot-0.9.7.ebuild:
Version bump. Marked 0.9.6 stable on x86.
29 May 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> rbot-0.9.6.ebuild:
Masked rbot-0.9.6.ebuild testing for ppc
12 Apr 2004; Mamoru KOMACHI <usata@gentoo.org> rbot-0.9.6.ebuild:
virtual/ruby fix
*rbot-0.9.6 (05 Oct 2003)
05 Oct 2003; <chuck@gentoo.org> rbot-0.9.6.ebuild:
Added new ebuild by Matsuu Takuto <matsuu@gentoo.org>
closes bug #27846.
|