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
|
# ChangeLog for x11-terms/xterm
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/x11-terms/xterm/ChangeLog,v 1.21 2004/05/29 18:50:17 fmccor Exp $
29 May 2004; Ferris McCormick <fmccor@gentoo.org> xterm-184.ebuild:
Mark stable on sparc.
19 Apr 2004; Aron Griffis <agriffis@gentoo.org> xterm-184.ebuild:
Add ~alpha and ~ia64
18 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; xterm-179.ebuild,
xterm-184.ebuild:
Change xfree dep to >=x11-base/xfree-4.3.0-r6.
18 Apr 2004; Travis Tilley <lv@gentoo.org> xterm-184.ebuild:
marking stable on amd64 as a needed dependency for xorg-x11. see bug 48261 for
more details.
15 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; xterm-179.ebuild,
xterm-184.ebuild:
Modify dependency to include possible x11-base/xfree.
14 Apr 2004; Stephen P. Becker <geoman@gentoo.org> xterm-184.ebuild:
Added ~mips keyword.
11 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; xterm-184.ebuild:
Workaround for broken configure script that doesn't take --without for a
--with (#47398).
11 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; xterm-184.ebuild:
Revert Xaw3d change after further investigation.
10 Apr 2004; Jason Wever <weeve@gentoo.org> xterm-184.ebuild:
Added ~sparc keyword.
10 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; xterm-184.ebuild:
use_with to use_enable for Xaw3d. Thanks to Giacomo Perale
<ghepeu@virgilio.it> (#47398).
09 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; xterm-184.ebuild:
Add Xaw3d option, thanks to Ronald Hummelink <ronald@hummelink.xs4all.nl>.
09 Apr 2004; Luca Barbato <lu_zero@gentoo.org> xterm-184.ebuild:
Marked ~ppc
09 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; xterm-179.ebuild,
xterm-184.ebuild:
Change dependency to hard dep on xorg-x11 instead of virtual, because the only
working xfree with this is hard-masked 4.3.0-r6. Also keyword ebuilds to ~x86
~amd64 only to be consistent with xorg-x11.
09 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; xterm-179.ebuild:
Fix incorrect sparc keyword to ~sparc.
07 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; xterm-179.ebuild,
xterm-184.ebuild, files/xterm-184-remove-termcap-breakage.patch:
After further discussion with Mike, decided to drop termcap support entirely
and stop resultant breakage with a one-line patch.
07 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; xterm-179.ebuild,
xterm-184.ebuild:
Add sys-libs/libtermcap-compat to DEPEND. Reported by Mike Frysinger
<vapier@gentoo.org>.
07 Apr 2004; Seemant Kulleen <seemant@gentoo.org> xterm-179.ebuild,
xterm-184.ebuild:
change to use_enable syntax, and also disable calling imake, so that this
builds with xorg as well
*xterm-184 (17 Jan 2004)
17 Jan 2004; Seemant Kulleen <seemant@gentoo.org> xterm-184.ebuild :
Version bump.
19 Oct 2003; Sven Blumenstein <bazik@gentoo.org> xterm-179.ebuild:
Added sparc keyword.
31 May 2003; Seemant Kulleen <seemant@gentoo.org> xterm-179.ebuild:
Added utempter as a DEPEND and also enabled 256-color. The latter should solve
bug #13892 by Tom von Schwerdtner <tvon@etria.org>
*xterm-179 (30 May 2003)
30 May 2003; Seemant Kulleen <seemant@gentoo.org> xterm-179.ebuild:
New package -- xterm's development happens outside of xfree, and then gets
merged into xfree's source tree. This package follows xterm's development with
the goal of removing xterm's compilation within the xfree ebuild.
Ideally, this should work with utempter library in the near future.
|