slyfox 15/08/01 11:31:55 Modified: pandoc-1.15.0.6.ebuild ChangeLog Log: Fix USE=-https build failure. Reported by CasperVector. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.2 app-text/pandoc/pandoc-1.15.0.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/pandoc-1.15.0.6.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/pandoc-1.15.0.6.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/pandoc-1.15.0.6.ebuild?r1=1.1&r2=1.2 Index: pandoc-1.15.0.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.15.0.6.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pandoc-1.15.0.6.ebuild 20 Jul 2015 19:04:24 -0000 1.1 +++ pandoc-1.15.0.6.ebuild 1 Aug 2015 11:31:55 -0000 1.2 @@ -1,13 +1,13 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.15.0.6.ebuild,v 1.1 2015/07/20 19:04:24 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.15.0.6.ebuild,v 1.2 2015/08/01 11:31:55 slyfox Exp $ EAPI=5 # ebuild generated by hackport 0.4.5.9999 CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal +inherit eutils haskell-cabal DESCRIPTION="Conversion between markup formats" HOMEPAGE="http://pandoc.org" @@ -78,6 +78,10 @@ embed_data_files? ( dev-haskell/hsb2hs ) " +src_prepare() { + epatch "${FILESDIR}"/${P}-no-https.patch +} + src_configure() { haskell-cabal_src_configure \ $(cabal_flag embed_data_files embed_data_files) \ 1.45 app-text/pandoc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/ChangeLog?rev=1.45&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/ChangeLog?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/ChangeLog?r1=1.44&r2=1.45 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ChangeLog 20 Jul 2015 19:04:24 -0000 1.44 +++ ChangeLog 1 Aug 2015 11:31:55 -0000 1.45 @@ -1,6 +1,10 @@ # ChangeLog for app-text/pandoc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v 1.44 2015/07/20 19:04:24 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v 1.45 2015/08/01 11:31:55 slyfox Exp $ + + 01 Aug 2015; Sergei Trofimovich <[email protected]> + +files/pandoc-1.15.0.6-no-https.patch, pandoc-1.15.0.6.ebuild: + Fix USE=-https build failure. Reported by CasperVector. *pandoc-1.15.0.6 (20 Jul 2015)
