slyfox 15/01/18 11:50:59
Modified: ghc-7.8.3.ebuild ghc-7.6.3-r1.ebuild
ghc-7.4.2.ebuild ghc-7.8.4.ebuild ChangeLog
Log:
Drop build-tile dependency on alex and happy. Released tarballs already
comtain pregenerated parsers and lexers to ease bootstrap.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key
611FF3AA)
Revision Changes Path
1.12 dev-lang/ghc/ghc-7.8.3.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?rev=1.12&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?rev=1.12&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild?r1=1.11&r2=1.12
Index: ghc-7.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ghc-7.8.3.ebuild 2 Jan 2015 23:50:56 -0000 1.11
+++ ghc-7.8.3.ebuild 18 Jan 2015 11:50:59 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v 1.11
2015/01/02 23:50:56 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.3.ebuild,v 1.12
2015/01/18 11:50:59 slyfox Exp $
EAPI=5
@@ -86,8 +86,7 @@
# similar for glibc. we have bootstrapped binaries against glibc-2.17
DEPEND="${RDEPEND}
- ghcbootstrap? ( >=dev-haskell/alex-2.3
- >=dev-haskell/happy-1.18
+ ghcbootstrap? (
doc? ( app-text/docbook-xml-dtd:4.2
app-text/docbook-xml-dtd:4.5
app-text/docbook-xsl-stylesheets
1.16 dev-lang/ghc/ghc-7.6.3-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild?rev=1.16&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild?rev=1.16&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild?r1=1.15&r2=1.16
Index: ghc-7.6.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ghc-7.6.3-r1.ebuild 2 Jan 2015 23:50:56 -0000 1.15
+++ ghc-7.6.3-r1.ebuild 18 Jan 2015 11:50:59 -0000 1.16
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild,v 1.15
2015/01/02 23:50:56 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.6.3-r1.ebuild,v 1.16
2015/01/18 11:50:59 slyfox Exp $
# Brief explanation of the bootstrap logic:
#
@@ -107,12 +107,11 @@
# similar for glibc. we have bootstrapped binaries against glibc-2.14
DEPEND="${RDEPEND}
- ghcbootstrap? ( >=dev-haskell/alex-2.3
- >=dev-haskell/happy-1.18
- doc? ( app-text/docbook-xml-dtd:4.2
- app-text/docbook-xml-dtd:4.5
- app-text/docbook-xsl-stylesheets
- >=dev-libs/libxslt-1.1.2 ) )
+ ghcbootstrap? (
+ doc? ( app-text/docbook-xml-dtd:4.2
+ app-text/docbook-xml-dtd:4.5
+ app-text/docbook-xsl-stylesheets
+ >=dev-libs/libxslt-1.1.2 ) )
!ghcbootstrap? ( !prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.15 ) ) )"
PDEPEND="!ghcbootstrap? ( =app-admin/haskell-updater-1.2* )"
1.16 dev-lang/ghc/ghc-7.4.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.4.2.ebuild?rev=1.16&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.4.2.ebuild?rev=1.16&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.4.2.ebuild?r1=1.15&r2=1.16
Index: ghc-7.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.4.2.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ghc-7.4.2.ebuild 15 Feb 2014 08:52:36 -0000 1.15
+++ ghc-7.4.2.ebuild 18 Jan 2015 11:50:59 -0000 1.16
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.4.2.ebuild,v 1.15
2014/02/15 08:52:36 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.4.2.ebuild,v 1.16
2015/01/18 11:50:59 slyfox Exp $
# Brief explanation of the bootstrap logic:
#
@@ -96,12 +96,11 @@
# similar for glibc. we have bootstrapped binaries against glibc-2.14
DEPEND="${RDEPEND}
- ghcbootstrap? ( >=dev-haskell/alex-2.3
- >=dev-haskell/happy-1.18
- doc? ( app-text/docbook-xml-dtd:4.2
- app-text/docbook-xml-dtd:4.5
- app-text/docbook-xsl-stylesheets
- >=dev-libs/libxslt-1.1.2 ) )
+ ghcbootstrap? (
+ doc? ( app-text/docbook-xml-dtd:4.2
+ app-text/docbook-xml-dtd:4.5
+ app-text/docbook-xsl-stylesheets
+ >=dev-libs/libxslt-1.1.2 ) )
!ghcbootstrap? ( !prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.14 ) ) )"
PDEPEND="!ghcbootstrap? ( =app-admin/haskell-updater-1.2* )"
1.8 dev-lang/ghc/ghc-7.8.4.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.4.ebuild?rev=1.8&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.4.ebuild?rev=1.8&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.4.ebuild?r1=1.7&r2=1.8
Index: ghc-7.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ghc-7.8.4.ebuild 17 Jan 2015 15:41:39 -0000 1.7
+++ ghc-7.8.4.ebuild 18 Jan 2015 11:50:59 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.4.ebuild,v 1.7
2015/01/17 15:41:39 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.4.ebuild,v 1.8
2015/01/18 11:50:59 slyfox Exp $
EAPI=5
@@ -87,8 +87,7 @@
# similar for glibc. we have bootstrapped binaries against glibc-2.17
DEPEND="${RDEPEND}
- ghcbootstrap? ( >=dev-haskell/alex-2.3
- >=dev-haskell/happy-1.18
+ ghcbootstrap? (
doc? ( app-text/docbook-xml-dtd:4.2
app-text/docbook-xml-dtd:4.5
app-text/docbook-xsl-stylesheets
1.277 dev-lang/ghc/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.277&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.277&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.276&r2=1.277
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v
retrieving revision 1.276
retrieving revision 1.277
diff -u -r1.276 -r1.277
--- ChangeLog 17 Jan 2015 15:41:39 -0000 1.276
+++ ChangeLog 18 Jan 2015 11:50:59 -0000 1.277
@@ -1,6 +1,11 @@
# ChangeLog for dev-lang/ghc
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.276 2015/01/17
15:41:39 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.277 2015/01/18
11:50:59 slyfox Exp $
+
+ 18 Jan 2015; Sergei Trofimovich <[email protected]> ghc-7.4.2.ebuild,
+ ghc-7.6.3-r1.ebuild, ghc-7.8.3.ebuild, ghc-7.8.4.ebuild:
+ Drop build-tile dependency on alex and happy. Released tarballs already
+ comtain pregenerated parsers and lexers to ease bootstrap.
17 Jan 2015; Sergei Trofimovich <[email protected]> ghc-7.8.4.ebuild:
Regenerate .cmm parser against ia64-CLOSUREs patch.