Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/pandoc: metadata.xml pandoc-1.12.3.ebuild ChangeLog
Date: Thu, 30 Jan 2014 08:06:39
Message-Id: 20140130080635.12FD62004C@flycatcher.gentoo.org
1 jlec 14/01/30 08:06:35
2
3 Modified: metadata.xml ChangeLog
4 Added: pandoc-1.12.3.ebuild
5 Log:
6 app-text/pandoc: Version Bump
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
9
10 Revision Changes Path
11 1.4 app-text/pandoc/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/metadata.xml?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/metadata.xml?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/metadata.xml?r1=1.3&r2=1.4
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/pandoc/metadata.xml,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- metadata.xml 17 Sep 2013 17:15:50 -0000 1.3
24 +++ metadata.xml 30 Jan 2014 08:06:34 -0000 1.4
25 @@ -1,11 +1,11 @@
26 <?xml version="1.0" encoding="UTF-8"?>
27 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 <pkgmetadata>
29 - <herd>haskell</herd>
30 - <maintainer>
31 - <email>haskell@g.o</email>
32 - </maintainer>
33 - <longdescription>
34 + <herd>haskell</herd>
35 + <maintainer>
36 + <email>haskell@g.o</email>
37 + </maintainer>
38 + <longdescription>
39 Pandoc is a Haskell library for converting from one markup
40 format to another, and a command-line tool that uses
41 this library. It can read markdown and (subsets of)
42 @@ -15,8 +15,8 @@
43 plain text, Emacs Org-Mode, EPUB, and S5 and Slidy HTML
44 slide shows.
45 </longdescription>
46 - <use>
47 - <flag name="embed_data_files">Embed data files in binary for relocatable executable.</flag>
48 - <flag name="http-conduit">Enable downloading of resources over https.</flag>
49 - </use>
50 + <use>
51 + <flag name="embed_data_files">Embed data files in binary for relocatable executable.</flag>
52 + <flag name="http-conduit">Enable downloading of resources over https.</flag>
53 + </use>
54 </pkgmetadata>
55
56
57
58 1.26 app-text/pandoc/ChangeLog
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/ChangeLog?rev=1.26&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/ChangeLog?rev=1.26&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/ChangeLog?r1=1.25&r2=1.26
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v
67 retrieving revision 1.25
68 retrieving revision 1.26
69 diff -u -r1.25 -r1.26
70 --- ChangeLog 11 Dec 2013 11:36:52 -0000 1.25
71 +++ ChangeLog 30 Jan 2014 08:06:34 -0000 1.26
72 @@ -1,6 +1,12 @@
73 # ChangeLog for app-text/pandoc
74 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v 1.25 2013/12/11 11:36:52 gienah Exp $
76 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
77 +# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v 1.26 2014/01/30 08:06:34 jlec Exp $
78 +
79 +*pandoc-1.12.3 (30 Jan 2014)
80 +
81 + 30 Jan 2014; Justin Lecher <jlec@g.o> +pandoc-1.12.3.ebuild,
82 + metadata.xml:
83 + Version Bump
84
85 *pandoc-1.12.2.1 (11 Dec 2013)
86
87
88
89
90 1.1 app-text/pandoc/pandoc-1.12.3.ebuild
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/pandoc-1.12.3.ebuild?rev=1.1&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/pandoc-1.12.3.ebuild?rev=1.1&content-type=text/plain
94
95 Index: pandoc-1.12.3.ebuild
96 ===================================================================
97 # Copyright 1999-2014 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 # $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.12.3.ebuild,v 1.1 2014/01/30 08:06:34 jlec Exp $
100
101 EAPI=5
102
103 # ebuild generated by hackport 0.3.5.9999
104
105 CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite"
106 inherit haskell-cabal
107
108 DESCRIPTION="Conversion between markup formats"
109 HOMEPAGE="http://johnmacfarlane.net/pandoc"
110 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
111
112 LICENSE="GPL-2"
113 SLOT="0/${PV}"
114 KEYWORDS="~amd64 ~x86"
115 IUSE="embed_data_files +http-conduit"
116
117 RDEPEND="
118 >=dev-haskell/aeson-0.6:=[profile?] <dev-haskell/aeson-0.7:=[profile?]
119 >=dev-haskell/attoparsec-0.10:=[profile?] <dev-haskell/attoparsec-0.11:=[profile?]
120 >=dev-haskell/base64-bytestring-0.1:=[profile?] <dev-haskell/base64-bytestring-1.1:=[profile?]
121 >=dev-haskell/blaze-html-0.5:=[profile?] <dev-haskell/blaze-html-0.7:=[profile?]
122 >=dev-haskell/blaze-markup-0.5.1:=[profile?] <dev-haskell/blaze-markup-0.6:=[profile?]
123 >=dev-haskell/data-default-0.4:=[profile?] <dev-haskell/data-default-0.6:=[profile?]
124 >=dev-haskell/extensible-exceptions-0.1:=[profile?] <dev-haskell/extensible-exceptions-0.2:=[profile?]
125 >=dev-haskell/highlighting-kate-0.5.5:=[profile?] <dev-haskell/highlighting-kate-0.6:=[profile?]
126 >=dev-haskell/hslua-0.3:=[profile?] <dev-haskell/hslua-0.4:=[profile?]
127 >=dev-haskell/http-4000.0.5:=[profile?] <dev-haskell/http-4000.3:=[profile?]
128 >=dev-haskell/mtl-1.1:=[profile?] <dev-haskell/mtl-2.2:=[profile?]
129 >=dev-haskell/network-2:=[profile?] <dev-haskell/network-2.5:=[profile?]
130 >=dev-haskell/pandoc-types-1.12.3:=[profile?] <dev-haskell/pandoc-types-1.13:=[profile?]
131 >=dev-haskell/parsec-3.1:=[profile?] <dev-haskell/parsec-3.2:=[profile?]
132 >=dev-haskell/random-1:=[profile?] <dev-haskell/random-1.1:=[profile?]
133 >=dev-haskell/syb-0.1:=[profile?] <dev-haskell/syb-0.5:=[profile?]
134 >=dev-haskell/tagsoup-0.12.5:=[profile?] <dev-haskell/tagsoup-0.14:=[profile?]
135 >=dev-haskell/temporary-1.1:=[profile?] <dev-haskell/temporary-1.2:=[profile?]
136 >=dev-haskell/texmath-0.6.5.2:=[profile?] <dev-haskell/texmath-0.7:=[profile?]
137 >=dev-haskell/text-0.11:=[profile?] <dev-haskell/text-1.2:=[profile?]
138 >=dev-haskell/unordered-containers-0.2:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?]
139 >=dev-haskell/vector-0.10:=[profile?] <dev-haskell/vector-0.11:=[profile?]
140 >=dev-haskell/xml-1.3.12:=[profile?] <dev-haskell/xml-1.4:=[profile?]
141 >=dev-haskell/yaml-0.8.3:=[profile?] <dev-haskell/yaml-0.9:=[profile?]
142 >=dev-haskell/zip-archive-0.1.3.3:=[profile?] <dev-haskell/zip-archive-0.2:=[profile?]
143 >=dev-haskell/zlib-0.5:=[profile?] <dev-haskell/zlib-0.6:=[profile?]
144 >=dev-lang/ghc-7.0.1:=
145 http-conduit? (
146 >=dev-haskell/http-conduit-1.9:=[profile?] <dev-haskell/http-conduit-2.1:=[profile?]
147 >=dev-haskell/http-types-0.8:=[profile?] <dev-haskell/http-types-0.9:=[profile?]
148 )
149 "
150 DEPEND="${RDEPEND}
151 dev-haskell/alex
152 >=dev-haskell/cabal-1.10.0.0
153 dev-haskell/happy
154 test? ( >=dev-haskell/ansi-terminal-0.5 <dev-haskell/ansi-terminal-0.7
155 >=dev-haskell/diff-0.2 <dev-haskell/diff-0.4
156 >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.3
157 >=dev-haskell/quickcheck-2.4 <dev-haskell/quickcheck-2.7
158 >=dev-haskell/test-framework-0.3 <dev-haskell/test-framework-0.9
159 >=dev-haskell/test-framework-hunit-0.2 <dev-haskell/test-framework-hunit-0.4
160 >=dev-haskell/test-framework-quickcheck2-0.2.9 <dev-haskell/test-framework-quickcheck2-0.4 )
161 "
162
163 src_prepare() {
164 cabal_chdeps \
165 'http-conduit >= 1.9 && < 1.10' 'http-conduit >= 1.9 && < 2.1' \
166 'text >= 0.11 && < 0.12' 'text >= 0.11 && < 1.2'
167 }
168
169 src_configure() {
170 haskell-cabal_src_configure \
171 $(cabal_flag embed_data_files embed_data_files) \
172 $(cabal_flag http-conduit http-conduit)
173 }