Gentoo Archives: gentoo-commits

From: "Lennart Kolmodin (kolmodin)" <kolmodin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/bnfc: bnfc-2.1.2.ebuild ChangeLog bnfc-2.2.ebuild bnfc-2.4_beta.ebuild
Date: Sat, 01 Aug 2009 12:56:46
Message-Id: E1MXE8i-0000yi-Ij@stork.gentoo.org
1 kolmodin 09/08/01 12:56:44
2
3 Modified: bnfc-2.1.2.ebuild ChangeLog bnfc-2.2.ebuild
4 bnfc-2.4_beta.ebuild
5 Log:
6 Fix potential issue in dev-util/bnfc mentioned in bug #223077, and dev-lang/ghc dep.
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 dev-util/bnfc/bnfc-2.1.2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/bnfc-2.1.2.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/bnfc-2.1.2.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/bnfc-2.1.2.ebuild?r1=1.6&r2=1.7
15
16 Index: bnfc-2.1.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.1.2.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- bnfc-2.1.2.ebuild 7 Jul 2008 18:44:24 -0000 1.6
23 +++ bnfc-2.1.2.ebuild 1 Aug 2009 12:56:44 -0000 1.7
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2008 Gentoo Foundation
26 +# Copyright 1999-2009 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.1.2.ebuild,v 1.6 2008/07/07 18:44:24 kolmodin Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.1.2.ebuild,v 1.7 2009/08/01 12:56:44 kolmodin Exp $
30
31 DESCRIPTION="BNF Converter -- a sophisticated parser generator"
32 HOMEPAGE="http://www.cs.chalmers.se/~markus/BNFC/"
33 @@ -11,8 +11,7 @@
34
35 IUSE="doc"
36
37 -DEPEND=">=dev-lang/ghc-6.2
38 - !>=dev-lang/ghc-6.6
39 +DEPEND="<dev-lang/ghc-6.6
40 doc? ( virtual/latex-base )"
41
42 RDEPEND="virtual/libc"
43 @@ -27,8 +26,8 @@
44 dobin bnfc
45 if use doc ; then
46 cd doc
47 - pdflatex LBNF-report.tex
48 - pdflatex LBNF-report.tex
49 + VARTEXFONTS="${T}"/fonts pdflatex LBNF-report.tex
50 + VARTEXFONTS="${T}"/fonts pdflatex LBNF-report.tex
51 insinto "/usr/share/doc/${P}"
52 doins LBNF-report.pdf
53 fi
54
55
56
57 1.12 dev-util/bnfc/ChangeLog
58
59 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/ChangeLog?rev=1.12&view=markup
60 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/ChangeLog?rev=1.12&content-type=text/plain
61 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/ChangeLog?r1=1.11&r2=1.12
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/dev-util/bnfc/ChangeLog,v
66 retrieving revision 1.11
67 retrieving revision 1.12
68 diff -u -r1.11 -r1.12
69 --- ChangeLog 26 Mar 2009 21:26:49 -0000 1.11
70 +++ ChangeLog 1 Aug 2009 12:56:44 -0000 1.12
71 @@ -1,6 +1,11 @@
72 # ChangeLog for dev-util/bnfc
73 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/ChangeLog,v 1.11 2009/03/26 21:26:49 kolmodin Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/ChangeLog,v 1.12 2009/08/01 12:56:44 kolmodin Exp $
76 +
77 + 01 Aug 2009; Lennart Kolmodin <kolmodin@g.o> bnfc-2.1.2.ebuild,
78 + bnfc-2.2.ebuild, bnfc-2.4_beta.ebuild:
79 + Fixed latex issues mentioned in bug #223077, although they probably won't
80 + happen for this ebuild, and ghc dependency trouble in 2.1.2.
81
82 26 Mar 2009; Lennart Kolmodin <kolmodin@g.o> bnfc-2.4_beta.ebuild:
83 Add missing dep dev-haskell/mtl.
84
85
86
87 1.6 dev-util/bnfc/bnfc-2.2.ebuild
88
89 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/bnfc-2.2.ebuild?rev=1.6&view=markup
90 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/bnfc-2.2.ebuild?rev=1.6&content-type=text/plain
91 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/bnfc-2.2.ebuild?r1=1.5&r2=1.6
92
93 Index: bnfc-2.2.ebuild
94 ===================================================================
95 RCS file: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.2.ebuild,v
96 retrieving revision 1.5
97 retrieving revision 1.6
98 diff -u -r1.5 -r1.6
99 --- bnfc-2.2.ebuild 7 Jul 2008 18:44:24 -0000 1.5
100 +++ bnfc-2.2.ebuild 1 Aug 2009 12:56:44 -0000 1.6
101 @@ -1,6 +1,6 @@
102 -# Copyright 1999-2008 Gentoo Foundation
103 +# Copyright 1999-2009 Gentoo Foundation
104 # Distributed under the terms of the GNU General Public License v2
105 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.2.ebuild,v 1.5 2008/07/07 18:44:24 kolmodin Exp $
106 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.2.ebuild,v 1.6 2009/08/01 12:56:44 kolmodin Exp $
107
108 inherit base ghc-package eutils
109
110 @@ -32,8 +32,8 @@
111 emake GHC="$(ghc-getghc) -O" || die "emake failed"
112 if use doc ; then
113 cd doc
114 - pdflatex LBNF-report.tex
115 - pdflatex LBNF-report.tex
116 + VARTEXFONTS="${T}"/fonts pdflatex LBNF-report.tex
117 + VARTEXFONTS="${T}"/fonts pdflatex LBNF-report.tex
118 fi
119 }
120
121
122
123
124 1.3 dev-util/bnfc/bnfc-2.4_beta.ebuild
125
126 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/bnfc-2.4_beta.ebuild?rev=1.3&view=markup
127 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/bnfc-2.4_beta.ebuild?rev=1.3&content-type=text/plain
128 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/bnfc-2.4_beta.ebuild?r1=1.2&r2=1.3
129
130 Index: bnfc-2.4_beta.ebuild
131 ===================================================================
132 RCS file: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.4_beta.ebuild,v
133 retrieving revision 1.2
134 retrieving revision 1.3
135 diff -u -r1.2 -r1.3
136 --- bnfc-2.4_beta.ebuild 26 Mar 2009 21:26:49 -0000 1.2
137 +++ bnfc-2.4_beta.ebuild 1 Aug 2009 12:56:44 -0000 1.3
138 @@ -1,6 +1,6 @@
139 # Copyright 1999-2009 Gentoo Foundation
140 # Distributed under the terms of the GNU General Public License v2
141 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.4_beta.ebuild,v 1.2 2009/03/26 21:26:49 kolmodin Exp $
142 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.4_beta.ebuild,v 1.3 2009/08/01 12:56:44 kolmodin Exp $
143
144 inherit base ghc-package eutils
145
146 @@ -31,8 +31,8 @@
147 emake GHC="$(ghc-getghc) -O" || die "emake failed"
148 if use doc ; then
149 cd doc
150 - pdflatex LBNF-report.tex
151 - pdflatex LBNF-report.tex
152 + VARTEXFONTS="${T}"/fonts pdflatex LBNF-report.tex
153 + VARTEXFONTS="${T}"/fonts pdflatex LBNF-report.tex
154 fi
155 }