gienah 15/01/10 09:18:55 Modified: pandoc-citeproc-0.6.ebuild ChangeLog Log: Patch pandoc-citeproc for ghc 7.10.1 RC1 https://github.com/jgm/pandoc-citeproc/pull/99 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path 1.2 dev-haskell/pandoc-citeproc/pandoc-citeproc-0.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.6.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.6.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.6.ebuild?r1=1.1&r2=1.2 Index: pandoc-citeproc-0.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.6.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pandoc-citeproc-0.6.ebuild 14 Dec 2014 08:46:43 -0000 1.1 +++ pandoc-citeproc-0.6.ebuild 10 Jan 2015 09:18:55 -0000 1.2 @@ -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-haskell/pandoc-citeproc/pandoc-citeproc-0.6.ebuild,v 1.1 2014/12/14 08:46:43 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.6.ebuild,v 1.2 2015/01/10 09:18:55 gienah Exp $ EAPI=5 @@ -8,7 +8,7 @@ #hackport: flags: -small_base CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal +inherit base haskell-cabal DESCRIPTION="Supports using pandoc with citeproc" HOMEPAGE="http://hackage.haskell.org/package/pandoc-citeproc" @@ -46,6 +46,8 @@ >=dev-haskell/cabal-1.12 " +PATCHES=("${FILESDIR}/${PN}-0.6-ghc-7.10.patch") + src_configure() { # workaround bug on ghc-7.6.3: # > [13 of 24] Compiling Text.CSL.Input.Bibtex ... 1.8 dev-haskell/pandoc-citeproc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/pandoc-citeproc/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/pandoc-citeproc/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/pandoc-citeproc/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-citeproc/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 2 Jan 2015 10:33:11 -0000 1.7 +++ ChangeLog 10 Jan 2015 09:18:55 -0000 1.8 @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/pandoc-citeproc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-citeproc/ChangeLog,v 1.7 2015/01/02 10:33:11 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-citeproc/ChangeLog,v 1.8 2015/01/10 09:18:55 gienah Exp $ + + 10 Jan 2015; Mark Wright <[email protected]> + +files/pandoc-citeproc-0.6-ghc-7.10.patch, pandoc-citeproc-0.6.ebuild: + Patch pandoc-citeproc for ghc 7.10.1 RC1 https://github.com/jgm/pandoc- + citeproc/pull/99 02 Jan 2015; Sergei Trofimovich <[email protected]> pandoc-citeproc-0.3.1.ebuild:
