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
|
# ChangeLog for dev-java/hibernate
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/hibernate/ChangeLog,v 1.24 2007/01/11 04:49:52 nichoj Exp $
*hibernate-3.0.5-r2 (11 Jan 2007)
11 Jan 2007; Joshua Nichols <nichoj@gentoo.org>
+files/hibernate-3.0.5-nosplash.patch, +hibernate-3.0.5-r2.ebuild:
Version bump brought in from the Java overlay. JBoss support is disabled
until we finish packaging modular JBoss.
*hibernate-3.1.3 (11 Jan 2007)
11 Jan 2007; Vlastimil Babka <caster@gentoo.org> +hibernate-3.1.3.ebuild:
Version bump, based on ebuild from java overlay developed there by nichoj.
Drops jboss USE flag - modular jboss4 is still only in the overlay, so use
the overlay if you need it. Closes bug #115369 by Mike Slinn
<mslinn@mslinn.com>
04 May 2006; Joshua Nichols <jnichols@gentoo.org>
hibernate-3.0_rc1.ebuild:
Changed dependency on ant-core to ant, because antlr is needed. bug #132268
15 Oct 2005; Thomas Matthijs <axxo@gentoo.org> hibernate-2.1.8.ebuild,
hibernate-3.0_rc1.ebuild:
move dev-java/jmx dev-java/sun-jmx, removed some use flags, only way i could
get it too build, and st_lim doesnt seem to be fixing it
31 Jul 2005; Lim Swee Tat <st_lim@gentoo.org> hibernate-2.1.8.ebuild:
Updated and fixed 2.1.8
23 Mar 2005; Lim Swee Tat <st_lim@gentoo.org> :
Fixing bug #85821
17 Mar 2005; Lim Swee Tat <st_lim@gentoo.org> hibernate-3.0_rc1.ebuild:
Fixed 3.0rc1
17 Mar 2005; Lim Swee Tat <st_lim@gentoo.org> -hibernate-2.1.4.ebuild,
-hibernate-2.1.6.ebuild, hibernate-2.1.7.ebuild, hibernate-2.1.8.ebuild,
hibernate-3.0_rc1.ebuild:
Fixed 2.1.8 and retired 2.1.4 and 2.1.6
16 Mar 2005; Lim Swee Tat <st_lim@gentoo.org> :
Fixed hibernate-2.1.8
*hibernate-2.1.8 (11 Mar 2005)
11 Mar 2005; Lim Swee Tat <st_lim@gentoo.org> +hibernate-2.1.8.ebuild,
+hibernate-3.0_rc1.ebuild:
Added 2.1.8 and 3.0rc1
27 Dec 2004; Lim Swee Tat <st_lim@gentoo.org> hibernate-2.1.7.ebuild:
Fixed the URL to the correct one. There was an update to hibernate-2.1.7c
*hibernate-2.1.7 (25 Nov 2004)
25 Nov 2004; Lim Swee Tat <st_lim@gentoo.org> +hibernate-2.1.7.ebuild:
Version bump for hibernate. Still not moving the binary packages out. Coz do
not have enough time to do it.
22 Oct 2004; Dylan Carlson <absinthe@gentoo.org> hibernate-2.1.4.ebuild,
hibernate-2.1.6.ebuild:
Keywords ~amd64.
16 Oct 2004; Thomas Matthijs <axxo@gentoo.org> hibernate-2.1.4.ebuild,
hibernate-2.1.6.ebuild:
use java-pkg_dohtml instead of dohtml to also install the package-list in
case of api docs: #50740
*hibernate-2.1.6 (11 Aug 2004)
11 Aug 2004; Konstantin Arkhipov <voxus@gentoo.org>
+hibernate-2.1.6.ebuild:
Version bump.
03 Jul 2004; Chris Aniszczyk <zx@gentoo.org> hibernate-2.1.4.ebuild:
Dep fixes. Closes #55411. Thanks to Andreas Sahlbach <andreas@sahlbach.com>
27 Jun 2004; Chris Aniszczyk <zx@gentoo.org> hibernate-2.1.4.ebuild:
Marking stable on ppc
16 Jun 2004; Lim Swee Tat <st_lim@gentoo.org> hibernate-2.1.4.ebuild:
Modified to use S=${WORKDIR}/${PN}-${PV:0:3} as suggested by user. Not bad
actually.
*hibernate-2.1.4 (15 Jun 2004)
15 Jun 2004; Lim Swee Tat <st_lim@gentoo.org> +hibernate-2.1.4.ebuild:
Just added hibernate 2.1.4
Closing bug #53846
*hibernate-2.1.3 (28 Apr 2004)
28 Apr 2004; Lim Swee Tat <st_lim@gentoo.org> :
Updated to 2.1.3
Added several library files
Added sample configuration in doc/sample
21 Mar 2004; David Holm <dholm@gentoo.org> hibernate-2.1.2.ebuild:
Added to ~ppc.
*hibernate-2.1.2 (18 Mar 2004)
18 Mar 2004; Chris Aniszczyk <zx@gentoo.org> :
Initial Import. Thanks to cheeser <gentoo@cheeseronline.org> for the initial
ebuild.
|