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
|
# ChangeLog for sys-devel/bison
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.21 2003/11/20 15:51:06 agriffis Exp $
20 Nov 2003; Aron Griffis <agriffis@gentoo.org> bison-1.875.ebuild:
Stable on alpha
17 Sep 2003; Jon Portnoy <avenj@gentoo.org> bison-1.875.ebuild :
ia64 keywords.
08 Sep 2003; Martin Schlemmer <azarah@gentoo.org> bison-1.34-r1.ebuild,
bison-1.35.ebuild, bison-1.75.ebuild, bison-1.875.ebuild:
Add m4 DEPEND (bug #28119), with some other cleanups to older
ebuilds than 1.875.
07 Sep 2003; Martin Schlemmer <azarah@gentoo.org> bison-1.875.ebuild:
Fix DEPEND for when we have 'build' in USE.
*bison-1.875 (07 Sep 2003)
07 Sep 2003; Martin Schlemmer <azarah@gentoo.org> bison-1.875.ebuild,
files/bison-1.32-extfix.patch, files/bison-1.875-gccerror.patch:
Update version.
02 Sep 2003; Martin Holzer <mholzer@gentoo.org> bison-1.34-r1.ebuild,
bison-1.35.ebuild, bison-1.75.ebuild:
Now uses mirror://gnu.
18 Feb 2003; Zach Welch <zwelch@gentoo.org> bison-1.35.ebuild :
Added arm to keywords.
09 Feb 2003; Guy Martin <gmsoft@gentoo.org> bison-1.35.ebuild :
Added hppa to keywords.
19 Dec 2002; Martin Schlemmer <azarah@gentoo.org> bison-1.35.ebuild :
Ripp out the icc stuff, as it cause problem, bug #12357.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
20 Oct 2002; Maik Schreiber <blizzy@gentoo.org> bison-1.75.ebuild:
Fixed KEYWORDS.
*bison-1.75 (20 Oct 2002)
20 Oct 2002; Martin Schlemmer <azarah@gentoo.org> : Update version.
09 Dec 2002; Jon Portnoy <avenj@gentoo.org> :
Update to be icc-able with USE=icc.
09 Dec 2002; Jon Portnoy <avenj@gentoo.org> :
Fixed dependencies for USE="icc".
*bison-1.35 (09 Aug 2002)
18 Jan 2003; Jan Seidel <tuxus@gentoo.org> :
Added mips to keywords
16 Aug 2002; Seemant Kulleen <seemant@gentoo.org> bison-1.35.ebuild :
It turns out that yannick.koehler@colubris.com (Yannick Koehler) had
actually submitted the ebuild in bug #5178, and I didn't even see it.
Apologies :(
09 Aug 2002; Seemant Kulleen <seemant@gentoo.org> bison-1.35.ebuild
files/digest-bison-1.35 :
Version bump to newest stable, which fixes issues with the spanish
language environment.
09 Dec 2002; Jon Portnoy <avenj@gentoo.org> bison-1.35.ebuild :
Update to be icc-able with USE=icc.
09 Dec 2002; Jon Portnoy <avenj@gentoo.org> :
Fixed dependencies for USE="icc".
*bison-1.34-r1 (2 Apr 2002)
2 Apr 2002; M.Schlemmer <azarah@gentoo.org> :
Change "make install" in src_install() to use $DESTDIR and not
$prefix, as some packages have the nasty habit of hardcoding
$prefix in "make install". Hopefully this will fix an invalid
search patch for bison.{hairy,simple} some users experienced
(${D}/usr/...).
*bison-1.28-r3 (1 Feb 2002)
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
|