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
|
# ChangeLog for dev-ruby/pg
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pg/ChangeLog,v 1.26 2011/02/26 07:49:49 graaff Exp $
26 Feb 2011; Hans de Graaff <graaff@gentoo.org> -pg-0.10.0.ebuild:
Remove old version.
26 Feb 2011; Hans de Graaff <graaff@gentoo.org> +pg-0.9.0-r1.ebuild,
pg-0.10.0.ebuild:
Add back this version since it is the last one using rspec:0.
26 Feb 2011; Hans de Graaff <graaff@gentoo.org> -pg-0.9.0-r1.ebuild:
Remove old version.
22 Jan 2011; Hans de Graaff <graaff@gentoo.org> pg-0.10.1.ebuild:
Add missing dependency on yard to enable documenation generation. Fixes
bug 352350.
*pg-0.10.1 (19 Jan 2011)
19 Jan 2011; Hans de Graaff <graaff@gentoo.org> +pg-0.10.1.ebuild:
Version bump.
*pg-0.10.0 (02 Jan 2011)
02 Jan 2011; Hans de Graaff <graaff@gentoo.org> +pg-0.10.0.ebuild:
Version bump.
25 Oct 2010; Jeroen Roovers <jer@gentoo.org> pg-0.9.0-r1.ebuild:
Marked ~hppa (bug #322175).
09 Oct 2010; Hans de Graaff <graaff@gentoo.org> pg-0.9.0-r1.ebuild:
Depend on rspec-1.
30 Jul 2010; Jeremy Olexa <darkside@gentoo.org> pg-0.9.0-r1.ebuild:
Add prefix keywords to match dev-ruby/ruby-postgres, bug 330337
29 Jul 2010; Diego E. Pettenò <flameeyes@gentoo.org> -pg-0.8.0.ebuild:
Cleanup old version.
23 May 2010; Alex Legler <a3li@gentoo.org> pg-0.9.0-r1.ebuild:
Add REE18 support
22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> pg-0.9.0-r1.ebuild:
Various cleanups.
01 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> pg-0.9.0-r1.ebuild:
Make testing explicit with RSpec rather than using the Rakefile, this way
it does not rebuild the extension when tests are enabled, and reduced the
dependency tree.
*pg-0.9.0-r1 (27 Apr 2010)
27 Apr 2010; Diego E. Pettenò <flameeyes@gentoo.org> -pg-0.9.0.ebuild,
+pg-0.9.0-r1.ebuild:
Fix build.
26 Apr 2010; Diego E. Pettenò <flameeyes@gentoo.org> pg-0.9.0.ebuild:
Forgot to save after copying the extension.
*pg-0.9.0 (26 Apr 2010)
26 Apr 2010; Diego E. Pettenò <flameeyes@gentoo.org>
-pg-0.9.0_pre156.ebuild, +pg-0.9.0.ebuild:
Bump to 0.9.0 final; testsuite only works with Ruby 1.8, but it builds
fine with 1.9 as well.
*pg-0.9.0_pre156 (19 Feb 2010)
19 Feb 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+pg-0.9.0_pre156.ebuild:
Add pre-release of the 0.9 series gem. Documentation generation is
disabled since this package has even more broken Rakefile, reported
upstream and will hopefully be fixed before 0.9 final.
13 Feb 2010; Raúl Porcel <armin76@gentoo.org> pg-0.8.0.ebuild:
Add ~ia64/~sparc
13 Feb 2010; Diego E. Pettenò <flameeyes@gentoo.org> pg-0.8.0.ebuild:
Fix documentation generation and installation.
25 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> pg-0.8.0.ebuild:
Add ~x86 keyword, tested on a development container.
18 Jan 2010; Brent Baude <ranger@gentoo.org> pg-0.8.0.ebuild:
Marking pg-0.8.0 ~ppc64 for bug 301007
18 Jan 2010; Brent Baude <ranger@gentoo.org> ChangeLog:
Marking pg-0.8.0 ~ppc for bug 301007
14 Jan 2010; Brent Baude <ranger@gentoo.org> pg-0.8.0.ebuild:
Marking pg-0.8.0 ~ppc for bug 300739
14 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> pg-0.8.0.ebuild:
Properly depend on postgresql-base at both build- and run-time. Thanks to
rangerpb for reporting.
*pg-0.8.0 (01 Jan 2010)
01 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> +pg-0.8.0.ebuild,
+metadata.xml:
Initial import of the pg gem, to replace the old ruby-postgres driver
where possible.
|