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
|
# ChangeLog for dev-java/jdbc-jaybird
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-jaybird/ChangeLog,v 1.25 2008/06/30 21:28:00 wltjr Exp $
*jdbc-jaybird-2.1.5 (30 Jun 2008)
30 Jun 2008; William L. Thomson Jr. <wltjr@gentoo.org>
+jdbc-jaybird-2.1.5.ebuild:
Bumped to lastest version, added hack to get ant.jar on cp vs patch.
*jdbc-jaybird-2.1.2 (13 Feb 2008)
13 Feb 2008; William L. Thomson Jr. <wltjr@gentoo.org>
+files/compile_xml-2.1.2.patch, jdbc-jaybird-2.0.1.ebuild,
jdbc-jaybird-2.1.0.ebuild, jdbc-jaybird-2.1.0-r1.ebuild,
+jdbc-jaybird-2.1.2.ebuild:
Bumped to latest release. Introduced new java5/java6 use flags to control
jdk versions and codebase shifts for jdbc driver versions. Fix for bug #
176775.
10 Jan 2008; Vlastimil Babka <caster@gentoo.org>
jdbc-jaybird-2.0.1.ebuild, jdbc-jaybird-2.1.0.ebuild,
jdbc-jaybird-2.1.0-r1.ebuild:
Restrict junit dependency.
22 Aug 2007; Petteri Räty <betelgeuse@gentoo.org>
jdbc-jaybird-2.0.1.ebuild, jdbc-jaybird-2.1.0.ebuild:
Prefer 1.5 over 1.4
22 Aug 2007; William L. Thomson Jr. <wltjr@gentoo.org>
jdbc-jaybird-2.0.1.ebuild, jdbc-jaybird-2.1.0.ebuild:
Take two on cleanups
22 Aug 2007; William L. Thomson Jr. <wltjr@gentoo.org>
jdbc-jaybird-2.0.1.ebuild, jdbc-jaybird-2.1.0.ebuild,
jdbc-jaybird-2.1.0-r1.ebuild:
Cleaned up ebuilds per bug #186323
18 Aug 2007; Petteri Räty <betelgeuse@gentoo.org>
-jdbc-jaybird-2.0.1-r1.ebuild:
Remove unused revision.
17 Aug 2007; Petteri Räty <betelgeuse@gentoo.org>
jdbc-jaybird-2.1.0-r1.ebuild:
Migrate src_test to splitted ant and inherit java-ant-2 to work with
JAVA_PKG_STRICT but don't do rewriting because it breaks building.
16 Jun 2007; Tobias Scherbaum <dertobi123@gentoo.org>
jdbc-jaybird-2.1.0-r1.ebuild:
Added ~ppc, bug #179790
29 May 2007; William L. Thomson Jr. <wltjr@gentoo.org>
-jdbc-jaybird-1.5.6.ebuild:
Removed older versoin in same slot. Per bug # 179788
28 Apr 2007; Petteri Räty <betelgeuse@gentoo.org>
jdbc-jaybird-2.1.0-r1.ebuild:
Prefer virtual/jdk-1.5 over virtual/jdk-1.4.
26 Jan 2007; William L. Thomson Jr. <wltjr@gentoo.org>
jdbc-jaybird-1.5.6.ebuild, jdbc-jaybird-2.0.1.ebuild,
jdbc-jaybird-2.0.1-r1.ebuild, jdbc-jaybird-2.1.0.ebuild,
jdbc-jaybird-2.1.0-r1.ebuild:
Filtered jikes compiler due to compile issues. Accidentally brought over
1.5.6 -bin package. Corrected and changed to the compile from source
version, and migrated to gen 2
27 Dec 2006; William L. Thomson Jr. <wltjr@gentoo.org>
jdbc-jaybird-1.5.6.ebuild, jdbc-jaybird-2.0.1.ebuild,
jdbc-jaybird-2.0.1-r1.ebuild, jdbc-jaybird-2.1.0.ebuild,
jdbc-jaybird-2.1.0-r1.ebuild:
Removed * from 1.5 virtuals
*jdbc-jaybird-2.1.0-r1 (10 Dec 2006)
*jdbc-jaybird-2.0.1-r1 (10 Dec 2006)
*jdbc-jaybird-1.5.6 (10 Dec 2006)
10 Dec 2006; William L. Thomson Jr. <wltjr@gentoo.org>
+jdbc-jaybird-1.5.6.ebuild, +jdbc-jaybird-2.0.1-r1.ebuild,
+jdbc-jaybird-2.1.0-r1.ebuild:
Added jni use flag to 2.0.1 and 2.1.0 to control building of the native
parts, the JDBC type 2 native part. Brought over 1.5.x from jdbc*-firebird,
to prepare for that package removal/move.
08 Nov 2006; Christian Faulhammer <opfer@gentoo.org>
jdbc-jaybird-2.1.0.ebuild:
stable x86, bug #151747
06 Nov 2006; William L. Thomson Jr. <wltjr@gentoo.org>
jdbc-jaybird-2.1.0.ebuild:
Synced changes between 2.0.1 and 2.1.0 ebuilds.
05 Nov 2006; Daniel Gryniewicz <dang@gentoo.org>
jdbc-jaybird-2.0.1.ebuild:
Marked stable on amd64 for bug #151744
04 Nov 2006; Christian Faulhammer <opfer@gentoo.org>
jdbc-jaybird-2.0.1.ebuild:
stabled x86, bug #151744
19 Oct 2006; Vlastimil Babka <caster@gentoo.org>
+files/archive-xml-2.0.1.patch, +files/compile-xml-2.0.1.patch,
+files/dist-xml-2.0.1.patch, metadata.xml, jdbc-jaybird-2.0.1.ebuild:
Cleaned up dependencies, make tests actually not compile when not needed,
remove jdk version autodetection and force -source 1.4 -target 1.4
everywhere, until somebody needs the 1.5 features.
19 Oct 2006; William L. Thomson Jr. <wltjr@gentoo.org>
jdbc-jaybird-2.0.1.ebuild, jdbc-jaybird-2.1.0.ebuild:
Got a little STRICT happy, oops
18 Oct 2006; William L. Thomson Jr. <wltjr@gentoo.org>
jdbc-jaybird-2.0.1.ebuild:
Fixed spaces
18 Oct 2006; William L. Thomson Jr. <wltjr@gentoo.org>
jdbc-jaybird-2.0.1.ebuild, jdbc-jaybird-2.1.0.ebuild:
Added JAVA_PKG_STRICT to both ebuilds. Addressed junit classes missing when
using test USE flag. 2.1.0 can't build native/jni code. Likely have to file
bug w/ upstream
18 Oct 2006; William L. Thomson Jr. <wltjr@gentoo.org>
jdbc-jaybird-2.0.1.ebuild, jdbc-jaybird-2.1.0.ebuild:
Removed jikes stuff
21 Sep 2006; William L. Thomson Jr. <wltjr@gentoo.org>
jdbc-jaybird-2.0.1.ebuild, jdbc-jaybird-2.1.0.ebuild:
Corrected improper use of >= and *
19 Sep 2006; William L. Thomson Jr. <wltjr@gentoo.org> ChangeLog:
ChangeLog Initial ebuilds for Jaybird JDBC driver for Firebird SQL databases
which will replace the existing jdbc(2-3)-firebird ebuilds.
|