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
|
# ChangeLog for games-emulation/generator
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/generator/ChangeLog,v 1.19 2007/07/25 17:01:36 nyhm Exp $
*generator-0.35_p3 (25 Jul 2007)
25 Jul 2007; Tristan Heaven <nyhm@gentoo.org>
+files/generator-0.35_p3-configure.patch,
+files/generator-0.35_p3-execstacks.patch, +generator-0.35_p3.ebuild:
Version bump, bug #184352
11 Apr 2007; Michael Sterrett <mr_bones_@gentoo.org>
+files/generator-0.35-configure.patch,
files/generator-0.35-execstacks.patch, generator-0.35-r3.ebuild:
stable for x86; fix QA warnings with patch to configure.ac
07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> generator-0.35.ebuild:
Change all instances of [ to [[.
06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> generator-0.35.ebuild,
generator-0.35-r2.ebuild:
Removed sed-4 from *DEPEND.
*generator-0.35-r3 (04 Oct 2006)
04 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+files/generator-0.35-execstacks.patch, +generator-0.35-r3.ebuild:
Revision bump to include the newer version of the patch as well as to remove
the executable stacks. Closing bug #129616.
*generator-0.35-r2 (03 Sep 2006)
03 Sep 2006; <tupone@gentoo.org> files/generator-0.35-gcc.patch,
-generator-0.35-r1.ebuild, +generator-0.35-r2.ebuild:
Previous exec stack fix was discarded by the 2 stages asm build. Fixed.
20 Apr 2006; Mike Frysinger <vapier@gentoo.org>
+files/generator-0.35-gcc.patch, generator-0.35-r1.ebuild:
Cleanup ebuild and fix exec stacks #130539.
*generator-0.35-r1 (30 Mar 2006)
30 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+generator-0.35-r1.ebuild:
Added new ebuild for a patched generator. The original ebuild was written by
Machiel Groeneveld <machiel@ideus.nl> and edited by Bernard Cafarelli
<voyageur@operamail.com>. Closing bug #76072.
17 May 2005; Chris Gianelloni <wolf31o2@gentoo.org> generator-0.35.ebuild:
Cleanup for bug #92745.
11 Jul 2004; Tom Martin <slarti@gentoo.org> generator-0.35.ebuild:
Marked ~amd64, closing 53460.
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
generator-0.35.ebuild:
virtual/glibc -> virtual/libc
27 Jun 2004; Aron Griffis <agriffis@gentoo.org> generator-0.35.ebuild:
QA - fix use invocation
30 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> generator-0.35.ebuild:
don't rdepend on nasm; "use arch" instead of "ARCH == "
20 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> generator-0.35.ebuild,
files/logging.patch, files/netbsd-gcc-3.3.patch:
ripped off the patches from netbsd for generator to get the logging working
again.
20 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> generator-0.35.ebuild:
fix bug #44709 by turning off logging
fixed up old hard-coded gcc flags in configure
take out mention of allegro and tcltk - this package looks dead upstream so
it doesn't look like allegro and tcltk will ever be supported.
changed make to emake -j1 - don't even think about trying to use parallel
make with these makefiles - very broken
20 Dec 2003; David Holm <dholm@gentoo.org> generator-0.35.ebuild:
Added a small ppc fix and added to ~ppc.
*generator-0.35 (15 Jul 2003)
15 Jul 2003; Mike Frysinger <vapier@gentoo.org> :
Initial import. Ebuild submitted by me for #20818.
|