Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/pandoc: pandoc-1.15.0.6.ebuild ChangeLog
Date: Sat, 01 Aug 2015 11:32:00
Message-Id: 20150801113155.790F0117@oystercatcher.gentoo.org
1 slyfox 15/08/01 11:31:55
2
3 Modified: pandoc-1.15.0.6.ebuild ChangeLog
4 Log:
5 Fix USE=-https build failure. Reported by CasperVector.
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
8
9 Revision Changes Path
10 1.2 app-text/pandoc/pandoc-1.15.0.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/pandoc-1.15.0.6.ebuild?rev=1.2&view=markup
13 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
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/pandoc-1.15.0.6.ebuild?r1=1.1&r2=1.2
15
16 Index: pandoc-1.15.0.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.15.0.6.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pandoc-1.15.0.6.ebuild 20 Jul 2015 19:04:24 -0000 1.1
23 +++ pandoc-1.15.0.6.ebuild 1 Aug 2015 11:31:55 -0000 1.2
24 @@ -1,13 +1,13 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $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 $
29
30 EAPI=5
31
32 # ebuild generated by hackport 0.4.5.9999
33
34 CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite"
35 -inherit haskell-cabal
36 +inherit eutils haskell-cabal
37
38 DESCRIPTION="Conversion between markup formats"
39 HOMEPAGE="http://pandoc.org"
40 @@ -78,6 +78,10 @@
41 embed_data_files? ( dev-haskell/hsb2hs )
42 "
43
44 +src_prepare() {
45 + epatch "${FILESDIR}"/${P}-no-https.patch
46 +}
47 +
48 src_configure() {
49 haskell-cabal_src_configure \
50 $(cabal_flag embed_data_files embed_data_files) \
51
52
53
54 1.45 app-text/pandoc/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/ChangeLog?rev=1.45&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/ChangeLog?rev=1.45&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/ChangeLog?r1=1.44&r2=1.45
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v
63 retrieving revision 1.44
64 retrieving revision 1.45
65 diff -u -r1.44 -r1.45
66 --- ChangeLog 20 Jul 2015 19:04:24 -0000 1.44
67 +++ ChangeLog 1 Aug 2015 11:31:55 -0000 1.45
68 @@ -1,6 +1,10 @@
69 # ChangeLog for app-text/pandoc
70 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v 1.44 2015/07/20 19:04:24 slyfox Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v 1.45 2015/08/01 11:31:55 slyfox Exp $
73 +
74 + 01 Aug 2015; Sergei Trofimovich <slyfox@g.o>
75 + +files/pandoc-1.15.0.6-no-https.patch, pandoc-1.15.0.6.ebuild:
76 + Fix USE=-https build failure. Reported by CasperVector.
77
78 *pandoc-1.15.0.6 (20 Jul 2015)