slyfox 15/01/17 15:41:39 Modified: ghc-7.8.4.ebuild ChangeLog Log: Regenerate .cmm parser against ia64-CLOSUREs patch. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.7 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.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.4.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-7.8.4.ebuild?r1=1.6&r2=1.7 Index: ghc-7.8.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.4.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ghc-7.8.4.ebuild 17 Jan 2015 14:44:56 -0000 1.6 +++ ghc-7.8.4.ebuild 17 Jan 2015 15:41:39 -0000 1.7 @@ -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.6 2015/01/17 14:44:56 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.8.4.ebuild,v 1.7 2015/01/17 15:41:39 slyfox Exp $ EAPI=5 @@ -63,6 +63,7 @@ S="${WORKDIR}"/${GHC_P} [[ -n $arch_binaries ]] && SRC_URI+=" !ghcbootstrap? ( $arch_binaries )" +SRC_URI+=" http://dev.gentoo.org/~slyfox/distfiles/${P}-ia64-CLOSUREs-regenerated.patch.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" @@ -402,6 +403,7 @@ epatch "${FILESDIR}"/${PN}-7.6.3-preserve-inplace-xattr.patch # fix threaded runtime on ia64 epatch "${FILESDIR}"/${PN}-7.8.4-ia64-CLOSUREs.patch + epatch "${WORKDIR}"/${PN}-7.8.4-ia64-CLOSUREs-regenerated.patch # upstream backports epatch "${FILESDIR}"/${PN}-7.8.3-linker-warn.patch 1.276 dev-lang/ghc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.276&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.276&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.275&r2=1.276 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v retrieving revision 1.275 retrieving revision 1.276 diff -u -r1.275 -r1.276 --- ChangeLog 17 Jan 2015 14:44:56 -0000 1.275 +++ ChangeLog 17 Jan 2015 15:41:39 -0000 1.276 @@ -1,6 +1,9 @@ # 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.275 2015/01/17 14:44:56 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.276 2015/01/17 15:41:39 slyfox Exp $ + + 17 Jan 2015; Sergei Trofimovich <sly...@gentoo.org> ghc-7.8.4.ebuild: + Regenerate .cmm parser against ia64-CLOSUREs patch. 17 Jan 2015; Sergei Trofimovich <sly...@gentoo.org> +files/ghc-7.8.4-ia64-CLOSUREs.patch, ghc-7.8.4.ebuild: