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
|
# ChangeLog for dev-util/eclipse-sdk
# Copyright 2003-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-sdk/ChangeLog,v 1.9 2004/01/11 14:04:22 lanius Exp $
11 Jan 2004; Heinrich Wendel <lanius@gentoo.org> eclipse-sdk-2.1.1.ebuild,
eclipse-sdk-2.1.2-r1.ebuild, eclipse-sdk-2.1.2.ebuild,
eclipse-sdk-3.0.0_pre5.ebuild:
fixed motif dep
21 Dec 2003; Karl Trygve Kalleberg <karltk@gentoo.org>
eclipse-sdk-2.1.2-r1.ebuild:
Fixed compilation with IBM JDK, tries to fix #37421. Must test it
on ppc.
*eclipse-sdk-3.0.0_pre5 (11 Dec 2003)
11 Dec 2003; Karl Trygve Kalleberg <karltk@gentoo.org>
eclipse-sdk-3.0.0_pre5:
Added experimental upstream version, thanks to submission by David
Love <dlove@nighton.net>. Fixes #35416. Don't use it if you don't mean
it; this is highly volatile stuff.
*eclipse-sdk-2.1.2-r1 (28 Nov 2003)
28 Nov 2003; Karl Trygve Kalleberg <karltk@gentoo.org>
eclipse-sdk-2.1.2-r1.ebuild, files/00-refactor_rename.patch:
Stole patch from Debian. Fixes #33124.
*eclipse-sdk-2.1.2 (17 Nov 2003)
17 Nov 2003; Karl Trygve Kalleberg <karltk@gentoo.org>
eclipse-sdk-2.1.2.ebuild:
New upstream version. Fixes #33680.
*eclipse-sdk-2.1.1 (04 Nov 2003)
04 Oct 2003; Karl Trygve Kalleberg <karltk@gentoo.org>
eclipse-sdk-2.1.1.ebuild:
Fixes #32165. We blindly assume that any system will either have sh-utils
or coreutils installed, which should be a reasonable assumption.
*eclipse-sdk-2.1.1 (05 Oct 2003)
05 Oct 2003; Karl Trygve Kalleberg <karltk@gentoo.org>
eclipse-sdk-2.1.1.ebuild, files/eclipse:
Thanks to the wonderful work of Jesse <yurkjes@iit.edu> and Tom Prado
<tprado@charter.net>, we finally have from-source ebuild for the SDK.
Fixes #19317.
*eclipse-sdk-2.1 (30 Jun 2003)
30 Jun 2003; Karl Trygve Kalleberg <karltk@gentoo.org>
eclipse-sdk-2.1.ebuild, files/eclipse.desktop:
Initial import. Note that a binary ebuild for Eclipse also exists, as
eclipse-sdk-bin. This ebuild will eventually try to build all of Eclipse
from sources. For now, it only builds the basic platform, and none of the
GTK+ stuff.
|