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
|
# ChangeLog for dev-java/jdbc-jaybird
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jdbc-jaybird/ChangeLog,v 1.14 2007/01/26 16:19:38 wltjr Exp $
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.
|