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
|
# ChangeLog for dev-ruby/sqlite3-ruby
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3-ruby/ChangeLog,v 1.30 2009/02/22 13:23:46 graaff Exp $
22 Feb 2009; Hans de Graaff <graaff@gentoo.org>
-sqlite3-ruby-1.1.0.ebuild, -sqlite3-ruby-1.2.1.ebuild,
sqlite3-ruby-1.2.4.ebuild:
Change wording now that the ruby USE flag on swig is no longer used.
Remove old versions.
20 Feb 2009; Diego E. Pettenò <flameeyes@gentoo.org>
sqlite3-ruby-1.2.1.ebuild, sqlite3-ruby-1.2.4.ebuild:
Remove checks for swig USE flags since the last version does not have them
and they were unneeded before, too. Closes bug #249565.
05 Dec 2008; Raúl Porcel <armin76@gentoo.org> sqlite3-ruby-1.2.4.ebuild:
ia64 stable wrt #245574
01 Dec 2008; Brent Baude <ranger@gentoo.org> sqlite3-ruby-1.2.4.ebuild:
stable ppc64, bug 245574
30 Nov 2008; Tobias Scherbaum <dertobi123@gentoo.org>
sqlite3-ruby-1.2.4.ebuild:
ppc stable, bug #245574
30 Nov 2008; Markus Meier <maekke@gentoo.org> sqlite3-ruby-1.2.4.ebuild:
amd64/x86 stable, bug #245574
04 Nov 2008; Ferris McCormick <fmccor@gentoo.org>
sqlite3-ruby-1.2.4.ebuild:
Sparc stable, Bug #245574.
*sqlite3-ruby-1.2.4 (23 Sep 2008)
23 Sep 2008; Hans de Graaff <graaff@gentoo.org>
+sqlite3-ruby-1.2.4.ebuild:
Version bump, moved from ruby overlay. Thanks for Alex Legler for preparing
and testing it.
06 Aug 2008; Hans de Graaff <graaff@gentoo.org> metadata.xml:
Add USE flag description to metadata wrt GLEP 56.
12 May 2008; Markus Rothe <corsair@gentoo.org> sqlite3-ruby-1.2.1.ebuild:
Stable on ppc64; bug #221309
12 May 2008; Hans de Graaff <graaff@gentoo.org> sqlite3-ruby-1.2.1.ebuild:
swig is not a runtime dependency; fixes #221479
24 May 2007; Diego Pettenò <flameeyes@gentoo.org>
sqlite3-ruby-1.2.1.ebuild:
Add ~x86-fbsd keyword, as per bug #168110.
19 May 2007; Markus Rothe <corsair@gentoo.org> sqlite3-ruby-1.2.1.ebuild:
Added ~ppc64; bug #176308
27 Apr 2007; Matti Bickel <mabi@gentoo.org> sqlite3-ruby-1.2.1.ebuild:
~ppc keyword readded (bug #168110)
08 Apr 2007; Peter Weller <welp@gentoo.org> sqlite3-ruby-1.2.1.ebuild:
Keyworded ~amd64 wrt bug 168110
27 Mar 2007; Raúl Porcel <armin76@gentoo.org> sqlite3-ruby-1.2.1.ebuild:
Add ~ia64 wrt bug 168110
04 Mar 2007; Marius Mauch <genone@gentoo.org> sqlite3-ruby-1.2.1.ebuild:
Replacing einfo with elog
23 Feb 2007; Ferris McCormick <fmccor@gentoo.org>
sqlite3-ruby-1.2.1.ebuild:
Add ~sparc keyword --- Bug #168110 --- and installs with USE='doc swig';
testing seems good for tests that can be run (some require 'flexmock' which
does not exist).
*sqlite3-ruby-1.2.1 (23 Feb 2007)
23 Feb 2007; Richard Brown <rbrown@gentoo.org> +sqlite3-ruby-1.2.1.ebuild:
Version bump, stop using gem.
08 Oct 2006; Timothy Redaelli <drizzt@gentoo.org>
sqlite3-ruby-1.1.0.ebuild:
Added ~x86-fbsd keyword.
13 Jul 2006; Aron Griffis <agriffis@gentoo.org> sqlite3-ruby-1.1.0.ebuild:
Mark 1.1.0 stable on ia64. #138323
08 Jun 2006; Tobias Scherbaum <dertobi123@gentoo.org>
sqlite3-ruby-1.1.0.ebuild:
ppc stable
06 Jun 2006; Simon Stelling <blubb@gentoo.org> sqlite3-ruby-1.1.0.ebuild:
stable on amd64
11 May 2006; Ferris McCormick <fmccor@gentoo.org>
sqlite3-ruby-1.1.0.ebuild:
Stable on sparc (Bug #133003). (Required dependency).
08 May 2006; Seemant Kulleen <seemant@gentoo.org>
sqlite3-ruby-1.1.0.ebuild:
Keyworded for ~amd64
07 Apr 2006; Tobias Scherbaum <dertobi123@gentoo.org>
sqlite3-ruby-1.1.0.ebuild:
Added to ~ppc, bug #126540
30 Mar 2006; Aron Griffis <agriffis@gentoo.org> sqlite3-ruby-1.1.0.ebuild:
Mark 1.1.0 ~ia64
20 Mar 2006; Ferris McCormick <fmccor@gentoo.org>
sqlite3-ruby-1.1.0.ebuild:
Add ~sparc keyword for testing. Builds and installs without problems.
24 Jan 2006; Caleb Tennis <caleb@gentoo.org> sqlite3-ruby-1.1.0.ebuild:
x86 stable
*sqlite3-ruby-1.1.0 (02 Jan 2006)
02 Jan 2006; Caleb Tennis <caleb@gentoo.org> +sqlite3-ruby-1.1.0.ebuild:
initial commit
|