Gentoo Archives: gentoo-commits

From: "Mark Wright (gienah)" <gienah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/pandoc-citeproc: metadata.xml pandoc-citeproc-0.3.1.ebuild ChangeLog
Date: Wed, 02 Jul 2014 15:45:44
Message-Id: 20140702154540.5147A2004E@flycatcher.gentoo.org
1 gienah 14/07/02 15:45:40
2
3 Modified: metadata.xml ChangeLog
4 Added: pandoc-citeproc-0.3.1.ebuild
5 Log:
6 Bump pandoc-citeproc to 0.3.1
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
9
10 Revision Changes Path
11 1.2 dev-haskell/pandoc-citeproc/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/pandoc-citeproc/metadata.xml?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/pandoc-citeproc/metadata.xml?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/pandoc-citeproc/metadata.xml?r1=1.1&r2=1.2
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-citeproc/metadata.xml,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- metadata.xml 20 Nov 2013 14:35:43 -0000 1.1
24 +++ metadata.xml 2 Jul 2014 15:45:40 -0000 1.2
25 @@ -11,6 +11,7 @@
26 <flag name="network">use <pkg>dev-haskell/network</pkg> and <pkg>dev-haskell/http</pkg> to retrieve CSL file from URIs</flag>
27 <flag name="hexpat">use <pkg>dev-haskell/hexpat</pkg> instead of <pkg>dev-haskell/xml</pkg> for XML parsing</flag>
28 <flag name="small_base">Choose the new smaller, split-up base package.</flag>
29 + <flag name="test_citeproc">Build the test-citeproc program</flag>
30 <flag name="unicode_collation">Use Haskell bindings to the <pkg>dev-libs/icu</pkg></flag>
31 </use>
32 <longdescription>
33
34
35
36 1.4 dev-haskell/pandoc-citeproc/ChangeLog
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/pandoc-citeproc/ChangeLog?rev=1.4&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/pandoc-citeproc/ChangeLog?rev=1.4&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/pandoc-citeproc/ChangeLog?r1=1.3&r2=1.4
41
42 Index: ChangeLog
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-citeproc/ChangeLog,v
45 retrieving revision 1.3
46 retrieving revision 1.4
47 diff -u -r1.3 -r1.4
48 --- ChangeLog 9 Mar 2014 06:22:40 -0000 1.3
49 +++ ChangeLog 2 Jul 2014 15:45:40 -0000 1.4
50 @@ -1,6 +1,12 @@
51 # ChangeLog for dev-haskell/pandoc-citeproc
52 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
53 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-citeproc/ChangeLog,v 1.3 2014/03/09 06:22:40 gienah Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-citeproc/ChangeLog,v 1.4 2014/07/02 15:45:40 gienah Exp $
55 +
56 +*pandoc-citeproc-0.3.1 (02 Jul 2014)
57 +
58 + 02 Jul 2014; Mark Wright <gienah@g.o> +pandoc-citeproc-0.3.1.ebuild,
59 + metadata.xml:
60 + Bump pandoc-citeproc to 0.3.1
61
62 *pandoc-citeproc-0.3.0.1 (09 Mar 2014)
63
64
65
66
67 1.1 dev-haskell/pandoc-citeproc/pandoc-citeproc-0.3.1.ebuild
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.3.1.ebuild?rev=1.1&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.3.1.ebuild?rev=1.1&content-type=text/plain
71
72 Index: pandoc-citeproc-0.3.1.ebuild
73 ===================================================================
74 # Copyright 1999-2014 Gentoo Foundation
75 # Distributed under the terms of the GNU General Public License v2
76 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.3.1.ebuild,v 1.1 2014/07/02 15:45:40 gienah Exp $
77
78 EAPI=5
79
80 # ebuild generated by hackport 0.4.9999
81 #hackport: flags: -small_base
82
83 CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite"
84 inherit haskell-cabal
85
86 DESCRIPTION="Supports using pandoc with citeproc"
87 HOMEPAGE="http://hackage.haskell.org/package/pandoc-citeproc"
88 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
89
90 LICENSE="BSD"
91 SLOT="0/${PV}"
92 KEYWORDS="~amd64 ~x86"
93 IUSE="+bibutils embed_data_files +hexpat +network test_citeproc unicode_collation"
94
95 RDEPEND=">=app-text/pandoc-1.12.1:=[profile?]
96 dev-haskell/aeson:=[profile?]
97 dev-haskell/aeson-pretty:=[profile?]
98 dev-haskell/attoparsec:=[profile?]
99 dev-haskell/mtl:=[profile?]
100 >=dev-haskell/pandoc-types-1.12.3:=[profile?]
101 dev-haskell/parsec:=[profile?]
102 dev-haskell/split:=[profile?]
103 dev-haskell/syb:=[profile?]
104 dev-haskell/tagsoup:=[profile?]
105 >=dev-haskell/temporary-1.1:=[profile?]
106 >=dev-haskell/texmath-0.6.4:=[profile?]
107 dev-haskell/text:=[profile?]
108 >=dev-haskell/vector-0.10:=[profile?] <dev-haskell/vector-0.11:=[profile?]
109 >=dev-haskell/yaml-0.8.8.2:=[profile?]
110 >=dev-lang/ghc-7.4.1:=
111 bibutils? ( >=dev-haskell/hs-bibutils-0.3:=[profile?] )
112 hexpat? ( >=dev-haskell/hexpat-0.20.2:=[profile?] )
113 !hexpat? ( dev-haskell/xml:=[profile?] )
114 network? ( >=dev-haskell/http-4000.0.9:=[profile?]
115 >=dev-haskell/network-2:=[profile?] )
116 unicode_collation? ( dev-haskell/text-icu:=[profile?] )
117 !unicode_collation? ( dev-haskell/rfc5051:=[profile?] )
118 "
119 DEPEND="${RDEPEND}
120 >=dev-haskell/cabal-1.12
121 test? ( >=app-text/pandoc-1.12.1
122 dev-haskell/aeson
123 >=dev-haskell/pandoc-types-1.12.3
124 dev-haskell/text
125 >=dev-haskell/yaml-0.8.8.2 )
126 "
127
128 src_configure() {
129 # workaround bug on ghc-7.6.3:
130 # > [13 of 24] Compiling Text.CSL.Input.Bibtex ...
131 # > stack overflow: use +RTS -K<size> to increase it
132 [[ $(ghc-version) == 7.6.* ]] && replace-hcflags -O[2-9] -O1
133 [[ $(ghc-version) == 7.8.* ]] && replace-hcflags -O[2-9] -O1
134
135 haskell-cabal_src_configure \
136 $(cabal_flag bibutils bibutils) \
137 $(cabal_flag embed_data_files embed_data_files) \
138 $(cabal_flag hexpat hexpat) \
139 $(cabal_flag network network) \
140 --flag=-small_base \
141 $(cabal_flag test_citeproc test_citeproc) \
142 $(cabal_flag unicode_collation unicode_collation)
143 }