public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/bnfc: bnfc-2.6.0.3.ebuild ChangeLog
@ 2013-02-09 19:06 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2013-02-09 19:06 UTC (permalink / raw
  To: gentoo-commits

slyfox      13/02/09 19:06:11

  Modified:             ChangeLog
  Added:                bnfc-2.6.0.3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha153_p6/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.20                 dev-util/bnfc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bnfc/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bnfc/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bnfc/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/bnfc/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	25 Dec 2012 06:17:19 -0000	1.19
+++ ChangeLog	9 Feb 2013 19:06:11 -0000	1.20
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/bnfc
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/ChangeLog,v 1.19 2012/12/25 06:17:19 qnikst Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/ChangeLog,v 1.20 2013/02/09 19:06:11 slyfox Exp $
+
+*bnfc-2.6.0.3 (09 Feb 2013)
+
+  09 Feb 2013; Sergei Trofimovich <slyfox@gentoo.org> +bnfc-2.6.0.3.ebuild:
+  Version bump.
 
   25 Dec 2012;  <qnikst@gentoo.org> files/bnfc-2.4.2.1-ghc-7.6.patch:
   fix build error (#448300), thanks to  Juergen Rose <rose@rz.uni-potsdam.de>



1.1                  dev-util/bnfc/bnfc-2.6.0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bnfc/bnfc-2.6.0.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bnfc/bnfc-2.6.0.3.ebuild?rev=1.1&content-type=text/plain

Index: bnfc-2.6.0.3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.6.0.3.ebuild,v 1.1 2013/02/09 19:06:11 slyfox Exp $

EAPI=5

# ebuild generated by hackport 0.3.2.9999

CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
inherit haskell-cabal

MY_PN="BNFC"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="A compiler front-end generator."
HOMEPAGE="http://bnfc.digitalgrammars.com/"
SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

RDEPEND="dev-haskell/mtl:=[profile?]
		>=dev-lang/ghc-7.4.1:="
DEPEND="${RDEPEND}
		>=dev-haskell/cabal-1.8"

S="${WORKDIR}/${MY_P}"





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/bnfc: bnfc-2.6.0.3.ebuild ChangeLog
@ 2014-08-12 16:45 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 2+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-12 16:45 UTC (permalink / raw
  To: gentoo-commits

slyfox      14/08/12 16:45:05

  Modified:             bnfc-2.6.0.3.ebuild ChangeLog
  Log:
  Force lexer regeneration to be compatible with ghc-7.8 (bug #519728 by Juergen Rose).
  
  (Portage version: 2.2.11_p14/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.3                  dev-util/bnfc/bnfc-2.6.0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bnfc/bnfc-2.6.0.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bnfc/bnfc-2.6.0.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bnfc/bnfc-2.6.0.3.ebuild?r1=1.2&r2=1.3

Index: bnfc-2.6.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.6.0.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- bnfc-2.6.0.3.ebuild	10 Aug 2014 21:25:29 -0000	1.2
+++ bnfc-2.6.0.3.ebuild	12 Aug 2014 16:45:05 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.6.0.3.ebuild,v 1.2 2014/08/10 21:25:29 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/bnfc-2.6.0.3.ebuild,v 1.3 2014/08/12 16:45:05 slyfox Exp $
 
 EAPI=5
 
@@ -22,8 +22,16 @@
 IUSE=""
 
 RDEPEND="dev-haskell/mtl:=[profile?]
-		>=dev-lang/ghc-7.4.1:="
+	>=dev-lang/ghc-7.4.1:=
+"
 DEPEND="${RDEPEND}
-		>=dev-haskell/cabal-1.8"
+	>=dev-haskell/cabal-1.8
+	dev-haskell/alex
+	dev-haskell/happy
+"
 
 S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+	rm dist/build/bnfc/bnfc-tmp/{LexBNF.hs,ParBNF.hs} || die
+}



1.22                 dev-util/bnfc/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bnfc/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bnfc/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/bnfc/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/bnfc/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	10 Aug 2014 21:25:29 -0000	1.21
+++ ChangeLog	12 Aug 2014 16:45:05 -0000	1.22
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/bnfc
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/ChangeLog,v 1.21 2014/08/10 21:25:29 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/bnfc/ChangeLog,v 1.22 2014/08/12 16:45:05 slyfox Exp $
+
+  12 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> bnfc-2.6.0.3.ebuild:
+  Force lexer regeneration to be compatible with ghc-7.8 (bug #519728 by Juergen
+  Rose).
 
   10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> bnfc-2.4.2.0.ebuild,
   bnfc-2.4.2.1.ebuild, bnfc-2.6.0.3.ebuild:





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-08-12 16:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-12 16:45 [gentoo-commits] gentoo-x86 commit in dev-util/bnfc: bnfc-2.6.0.3.ebuild ChangeLog Sergei Trofimovich (slyfox)
  -- strict thread matches above, loose matches on Subject: below --
2013-02-09 19:06 Sergei Trofimovich (slyfox)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox