kolmodin 09/08/01 12:56:44
Modified: bnfc-2.1.2.ebuild ChangeLog bnfc-2.2.ebuild
bnfc-2.4_beta.ebuild
Log:
Fix potential issue in dev-util/bnfc mentioned in bug #223077, and dev-lang/ghc dep.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.7 dev-util/bnfc/bnfc-2.1.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/bnfc-2.1.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/bnfc-2.1.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/bnfc-2.1.2.ebuild?r1=1.6&r2=1.7
Index: bnfc-2.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.1.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- bnfc-2.1.2.ebuild 7 Jul 2008 18:44:24 -0000 1.6
+++ bnfc-2.1.2.ebuild 1 Aug 2009 12:56:44 -0000 1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.1.2.ebuild,v 1.6 2008/07/07 18:44:24 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.1.2.ebuild,v 1.7 2009/08/01 12:56:44 kolmodin Exp $
DESCRIPTION="BNF Converter -- a sophisticated parser generator"
HOMEPAGE="http://www.cs.chalmers.se/~markus/BNFC/"
@@ -11,8 +11,7 @@
IUSE="doc"
-DEPEND=">=dev-lang/ghc-6.2
- !>=dev-lang/ghc-6.6
+DEPEND="<dev-lang/ghc-6.6
doc? ( virtual/latex-base )"
RDEPEND="virtual/libc"
@@ -27,8 +26,8 @@
dobin bnfc
if use doc ; then
cd doc
- pdflatex LBNF-report.tex
- pdflatex LBNF-report.tex
+ VARTEXFONTS="${T}"/fonts pdflatex LBNF-report.tex
+ VARTEXFONTS="${T}"/fonts pdflatex LBNF-report.tex
insinto "/usr/share/doc/${P}"
doins LBNF-report.pdf
fi
1.12 dev-util/bnfc/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/bnfc/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 26 Mar 2009 21:26:49 -0000 1.11
+++ ChangeLog 1 Aug 2009 12:56:44 -0000 1.12
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/bnfc
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/ChangeLog,v 1.11 2009/03/26 21:26:49 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/ChangeLog,v 1.12 2009/08/01 12:56:44 kolmodin Exp $
+
+ 01 Aug 2009; Lennart Kolmodin <kolmodin@g.o> bnfc-2.1.2.ebuild,
+ bnfc-2.2.ebuild, bnfc-2.4_beta.ebuild:
+ Fixed latex issues mentioned in bug #223077, although they probably won't
+ happen for this ebuild, and ghc dependency trouble in 2.1.2.
26 Mar 2009; Lennart Kolmodin <kolmodin@g.o> bnfc-2.4_beta.ebuild:
Add missing dep dev-haskell/mtl.
1.6 dev-util/bnfc/bnfc-2.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/bnfc-2.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/bnfc-2.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/bnfc-2.2.ebuild?r1=1.5&r2=1.6
Index: bnfc-2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bnfc-2.2.ebuild 7 Jul 2008 18:44:24 -0000 1.5
+++ bnfc-2.2.ebuild 1 Aug 2009 12:56:44 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.2.ebuild,v 1.5 2008/07/07 18:44:24 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.2.ebuild,v 1.6 2009/08/01 12:56:44 kolmodin Exp $
inherit base ghc-package eutils
@@ -32,8 +32,8 @@
emake GHC="$(ghc-getghc) -O" || die "emake failed"
if use doc ; then
cd doc
- pdflatex LBNF-report.tex
- pdflatex LBNF-report.tex
+ VARTEXFONTS="${T}"/fonts pdflatex LBNF-report.tex
+ VARTEXFONTS="${T}"/fonts pdflatex LBNF-report.tex
fi
}
1.3 dev-util/bnfc/bnfc-2.4_beta.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/bnfc-2.4_beta.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/bnfc-2.4_beta.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bnfc/bnfc-2.4_beta.ebuild?r1=1.2&r2=1.3
Index: bnfc-2.4_beta.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.4_beta.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bnfc-2.4_beta.ebuild 26 Mar 2009 21:26:49 -0000 1.2
+++ bnfc-2.4_beta.ebuild 1 Aug 2009 12:56:44 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.4_beta.ebuild,v 1.2 2009/03/26 21:26:49 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.4_beta.ebuild,v 1.3 2009/08/01 12:56:44 kolmodin Exp $
inherit base ghc-package eutils
@@ -31,8 +31,8 @@
emake GHC="$(ghc-getghc) -O" || die "emake failed"
if use doc ; then
cd doc
- pdflatex LBNF-report.tex
- pdflatex LBNF-report.tex
+ VARTEXFONTS="${T}"/fonts pdflatex LBNF-report.tex
+ VARTEXFONTS="${T}"/fonts pdflatex LBNF-report.tex
fi
}
|