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
|
# ChangeLog for dev-java/libgconf-java
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/libgconf-java/ChangeLog,v 1.23 2007/03/31 09:58:14 betelgeuse Exp $
31 Mar 2007; Petteri Räty <betelgeuse@gentoo.org>
-libgconf-java-2.12.1-r1.ebuild, -libgconf-java-2.12.4.ebuild:
Remove old versions.
10 Feb 2007; nixnut <nixnut@gentoo.org> libgconf-java-2.12.4-r1.ebuild:
Stable on ppc wrt bug 160002
29 Jan 2007; Christian Faulhammer <opfer@gentoo.org>
libgconf-java-2.12.4-r1.ebuild:
stable x86; bug #160002
*libgconf-java-2.12.4-r1 (17 Dec 2006)
17 Dec 2006; Petteri Räty <betelgeuse@gentoo.org>
libgconf-java-2.12.4.ebuild, +libgconf-java-2.12.4-r1.ebuild:
Revision bump for bug #158249.
08 Oct 2006; Joshua Nichols <nichoj@gentoo.org>
-libgconf-java-2.8.3.1.ebuild, -libgconf-java-2.10.1.ebuild,
-libgconf-java-2.12.1.ebuild:
Pruned old revisions.
*libgconf-java-2.12.4 (08 Oct 2006)
08 Oct 2006; Joshua Nichols <nichoj@gentoo.org>
+libgconf-java-2.12.4.ebuild:
Version bump for java-gnome-2.14.3, bug #134860
14 Sep 2006; Joshua Nichols <nichoj@gentoo.org> metadata.xml,
libgconf-java-2.8.3.1.ebuild, libgconf-java-2.10.1.ebuild,
libgconf-java-2.12.1.ebuild, libgconf-java-2.12.1-r1.ebuild:
Added calls to java-pkg_pkg_setup, see bug #142708. Cleaned up whitespace.
Removed compnerd as maintainer.
17 Jul 2006; Daniel Gryniewicz <dang@gentoo.org>
libgconf-java-2.12.1-r1.ebuild:
Marked stable on amd64 for bug #139612
14 Jul 2006; Tobias Scherbaum <dertobi123@gentoo.org>
libgconf-java-2.12.1-r1.ebuild:
ppc stable, bug #139612
12 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org>
libgconf-java-2.12.1-r1.ebuild:
Stable on x86 wrt bug #139612.
*libgconf-java-2.12.1-r1 (28 Mar 2006)
28 Mar 2006; <nichoj@gentoo.org> +libgconf-java-2.12.1-r1.ebuild:
Revision bump to address bug #125646 and #121254
30 Dec 2005; Saleem Abdulrasool <compnerd@gentoo.org>
libgconf-java-2.12.1.ebuild:
~ppc love thanks to morfic
19 Nov 2005; Saleem Abdulrasool <compnerd@gentoo.org>
libgconf-java-2.12.1.ebuild:
Keywording ~amd64 with verification from AT (chutzpah)
15 Nov 2005; Saleem Abdulrasool <compnerd@gentoo.org>
libgconf-java-2.12.1.ebuild:
Fixing up GCJ detection
*libgconf-java-2.12.1 (12 Nov 2005)
12 Nov 2005; Saleem Abdulrasool <compnerd@gentoo.org> metadata.xml,
+libgconf-java-2.12.1.ebuild:
Version bump with a mask
29 Jun 2005; Thomas Matthijs <axxo@gentoo.org>
-libgconf-java-2.8.2.ebuild, libgconf-java-2.8.3.1.ebuild:
remove older ebuilds + keyword x86
*libgconf-java-2.10.1 (01 May 2005)
01 May 2005; Karl Trygve Kalleberg <karltk@gentoo.org>
+files/libgconf-java-2.10.0_fix-install-dir.patch,
libgconf-java-2.8.3.1.ebuild, +libgconf-java-2.10.1.ebuild:
Updates from Andrew Cowie <andrew@operationaldynamics.com>, partial fix for
#87978.
31 Mar 2005; Thomas Matthijs <axxo@gentoo.org>
libgconf-java-2.8.3.1.ebuild:
add include paths to jni.h
*libgconf-java-2.8.3.1 (12 Mar 2005)
12 Mar 2005; Jan Brinkmann <luckyduck@gentoo.org>
+files/libgconf-java-2.8.3.1_gentoo-PN-SLOT.patch,
+libgconf-java-2.8.3.1.ebuild:
new upstream version, partially closes #83366. added ~amd64 to KEYWORDS.
ebuilds and patches contributed by Andrew Cowie
<andrew@operationaldynamics.com>.
28 Dec 2004; Thomas Matthijs <axxo@gentoo.org> libgconf-java-2.8.2.ebuild:
make it find jni.h
04 Dec 2004; Karl Trygve Kalleberg <karltk@gentoo.org> :
Initial import. Fixes #70562.
* libgconf-java-2.8.2 (08 Nov 2004)
08 Nov 2004; Andrew Cowie <andrew@operationaldynamics.com>
libgconf-java-2.8.ebuild:
New ebuild. What used to be java-gnome is now multiplexed into various modular
subcomponents. Upstream CVS was all re-arranged, and now there is a release
tarball for each piece. This is the Java binding around GConf
|