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/swt
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/swt/ChangeLog,v 1.22 2005/08/06 18:03:31 compnerd Exp $
*swt-3.1-r1 (06 Aug 2005)
06 Aug 2005; Saleem Abdulrasool <compnerd@gentoo.org> +swt-3.1-r1.ebuild:
Fix dependencies, change the way the Gecko libraries are found so as to
prevent future breaking when changes occur.
05 Jul 2005; Saleem Abdulrasool <compnerd@gentoo.org> swt-3.1_pre7.ebuild:
Backporting IBM JDK fix to _pre7
05 Jul 2005; Saleem Abdulrasool <compnerd@gentoo.org> swt-3.1.ebuild:
Fixing $ARCH == 'amd64'; Resolves bug #98025
05 Jul 2005; Saleem Abdulrasool <compnerd@gentoo.org>
+files/build-3.1.xml:
Adding in missing build-3.1.xml file.
04 Jul 2005; Saleem Abdulrasool <compnerd@gentoo.org>
files/SWTMessages.properties, +swt-3.1.ebuild:
Version bump; Changing AWT_LIB_PATH handling as IBM JDk is not liking the new
setup.
26 May 2005; Saleem Abdulrasool <compnerd@gentoo.org> swt-3.1_pre7.ebuild:
Fixing the extraction for amd64
*swt-3.1_pre7 (24 May 2005)
24 May 2005; Saleem Abdulrasool <compnerd@gentoo.org>
+files/build-3.1_pre7.xml, +files/SWTMessages.properties,
+swt-3.1_pre7.ebuild:
New version upstream, version bumping. Added ~ppc
24 May 2005; Saleem Abdulrasool <compnerd@gentoo.org>
swt-3.1_pre5-r1.ebuild:
Fixing incorrect slotting
*swt-3.1_pre5-r1 (24 May 2005)
24 May 2005; Saleem Abdulrasool <compnerd@gentoo.org>
-files/build-3.0.xml, -files/build-3.1_pre2.xml,
-files/build-3.1_pre5.xml, +files/build.xml, +files/cairo.patch,
-swt-3.0.ebuild, -swt-3.0-r1.ebuild, -swt-3.0-r2.ebuild,
-swt-3.1_pre2.ebuild, -swt-3.1_pre5.ebuild, +swt-3.1_pre5-r1.ebuild:
Dropped ALL versions prior to swt-3.1_pre5. The compiled files were corrupt!
Ebuild rewritten to conform to upstream build and to build all files properly.
Builds on x86 and amd64.
*swt-3.1_pre5 (04 May 2005)
04 May 2005; Jan Brinkmann <luckyduck@gentoo.org>
+files/build-3.1_pre5.xml, swt-3.1_pre2.ebuild, +swt-3.1_pre5.ebuild:
new upstream version. also fixed segfault problem on amd64, the wrong
distfile was used for amd64. thanks to Ricardo Correia
<gentoo-bugs@wizy.org> for his effort.
*swt-3.1_pre2 (09 Apr 2005)
09 Apr 2005; Karl Trygve Kalleberg <karltk@gentoo.org>
+files/build-3.1_pre2.xml, -files/build-3.1.xml, +swt-3.1_pre2.ebuild,
-swt-3.1.ebuild:
Fixed version number for swt 3.1. It should be 3.1_pre2, since it's an M2
drop, not the final release. This may sting our users a bit.
23 Mar 2005; Seemant Kulleen <seemant@gentoo.org> swt-3.0.ebuild,
swt-3.0-r1.ebuild, swt-3.0-r2.ebuild, swt-3.1.ebuild:
change dep from net-www/mozilla to www-client/mozilla
19 Feb 2005; Jan Brinkmann <luckyduck@gentoo.org> swt-3.0-r1.ebuild,
swt-3.0-r2.ebuild, swt-3.0.ebuild, swt-3.1.ebuild:
fixed little typo which broke gnome support to fix #82596. added ~amd64 to
KEYWORDS.
*swt-3.0-r2 (20 Dec 2004)
20 Dec 2004; Karl Trygve Kalleberg <karltk@gentoo.org> +swt-3.0-r2.ebuild:
SLOT=3 instead of SLOT=0, to be future-compatible.
20 Nov 2004; <SeJo@gentoo.org> swt-3.1.ebuild:
changed the use mozilla && cp library/*.cpp to if use mozilla; then blabla
*swt-3.1 (16 Nov 2004)
16 Nov 2004; Karl Trygve Kalleberg <karltk@gentoo.org> +files/build-3.1.xml, +swt-3.1.ebuild:
New upstream version. Ebuild by Saleem A. <compnerd@compnerd.org>.
*swt-3.0-r1 (31 Oct 2004)
31 Oct 2004; Karl Trygve Kalleberg <karltk@gentoo.org> swt-3.0-r1.ebuild:
Now install *.so in /usr/lib. Can be built without mozilla in USE.
Works with 1.5.
22 Oct 2004; Dylan Carlson <absinthe@gentoo.org> swt-3.0.ebuild:
Keywords ~amd64.
05 Sep 2004; Sven Wegener <swegener@gentoo.org> :
Fixed ChangeLog header.
03 Aug 2004; David Holm <dholm@gentoo.org> swt-3.0.ebuild:
Added to ~ppc.
*swt-3.0 (01 Aug 2004)
01 Aug 2004; Karl Trygve Kalleberg <karltk@gentoo.org> swt-3.0.ebuild:
Initial import. Ebuild submitted by Ming Zhao <zhaoming@tsinghua.org.cn>.
|