Gentoo Archives: gentoo-commits

From: "Mark Wright (gienah)" <gienah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/pandoc: pandoc-1.9.3.ebuild ChangeLog
Date: Sat, 02 Jun 2012 09:49:55
Message-Id: 20120602094945.8478D2004B@flycatcher.gentoo.org
1 gienah 12/06/02 09:49:45
2
3 Modified: ChangeLog
4 Added: pandoc-1.9.3.ebuild
5 Log:
6 Bump pandoc to 1.9.3
7
8 (Portage version: 2.1.10.64/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.6 app-text/pandoc/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 7 Apr 2012 05:24:37 -0000 1.5
24 +++ ChangeLog 2 Jun 2012 09:49:45 -0000 1.6
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-text/pandoc
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v 1.5 2012/04/07 05:24:37 gienah Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v 1.6 2012/06/02 09:49:45 gienah Exp $
30 +
31 +*pandoc-1.9.3 (02 Jun 2012)
32 +
33 + 02 Jun 2012; Mark Wright <gienah@g.o>
34 + +files/pandoc-1.9.3-ghc-7.5.patch, +pandoc-1.9.3.ebuild:
35 + Bump pandoc to 1.9.3
36
37 *pandoc-1.9.2 (07 Apr 2012)
38
39
40
41
42 1.1 app-text/pandoc/pandoc-1.9.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/pandoc-1.9.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/pandoc-1.9.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: pandoc-1.9.3.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.9.3.ebuild,v 1.1 2012/06/02 09:49:45 gienah Exp $
52
53 EAPI=4
54
55 CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
56 inherit base haskell-cabal
57
58 DESCRIPTION="Conversion between markup formats"
59 HOMEPAGE="http://johnmacfarlane.net/pandoc"
60 SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE="test"
66
67 RDEPEND="=dev-haskell/base64-bytestring-0.1*[profile?]
68 =dev-haskell/blaze-html-0.5*[profile?]
69 >=dev-haskell/blaze-markup-0.5.1[profile?]
70 <dev-haskell/blaze-markup-0.6[profile?]
71 >=dev-haskell/citeproc-hs-0.3.4[profile?]
72 <dev-haskell/citeproc-hs-0.4[profile?]
73 >=dev-haskell/highlighting-kate-0.5.0.2[profile?]
74 <dev-haskell/highlighting-kate-0.6[profile?]
75 >=dev-haskell/http-4000.0.5[profile?]
76 <dev-haskell/http-4000.3[profile?]
77 >=dev-haskell/json-0.4[profile?]
78 <dev-haskell/json-0.6[profile?]
79 >=dev-haskell/mtl-1.1[profile?]
80 <dev-haskell/mtl-2.2[profile?]
81 >=dev-haskell/network-2[profile?]
82 <dev-haskell/network-2.4[profile?]
83 >=dev-haskell/pandoc-types-1.9.0.2[profile?]
84 <dev-haskell/pandoc-types-1.10[profile?]
85 =dev-haskell/parsec-3.1*[profile?]
86 >=dev-haskell/random-1[profile?]
87 <dev-haskell/random-1.1[profile?]
88 >=dev-haskell/syb-0.1[profile?]
89 <dev-haskell/syb-0.4[profile?]
90 >=dev-haskell/tagsoup-0.12.5[profile?]
91 <dev-haskell/tagsoup-0.13[profile?]
92 =dev-haskell/temporary-1.1*[profile?]
93 >=dev-haskell/texmath-0.6.0.2[profile?]
94 <dev-haskell/texmath-0.7[profile?]
95 >=dev-haskell/time-1.2[profile?]
96 <dev-haskell/time-1.5[profile?]
97 =dev-haskell/utf8-string-0.3*[profile?]
98 >=dev-haskell/xml-1.3.12[profile?]
99 <dev-haskell/xml-1.4[profile?]
100 >=dev-haskell/zip-archive-0.1.1.7[profile?]
101 <dev-haskell/zip-archive-0.2[profile?]
102 =dev-haskell/zlib-0.5*[profile?]
103 >=dev-lang/ghc-6.10.1"
104 DEPEND="${RDEPEND}
105 >=dev-haskell/cabal-1.10
106 test? ( dev-haskell/ansi-terminal[profile?]
107 dev-haskell/diff[profile?]
108 dev-haskell/hunit[profile?]
109 dev-haskell/quickcheck:2[profile?]
110 dev-haskell/test-framework-hunit[profile?]
111 dev-haskell/test-framework-quickcheck2[profile?]
112 dev-haskell/test-framework[profile?]
113 )
114 "
115
116 PATCHES=("${FILESDIR}/${PN}-1.9.3-ghc-7.5.patch")
117
118 src_configure() {
119 cabal_src_configure \
120 $(cabal_flag test tests)
121 }
122
123 src_install() {
124 cabal_src_install
125
126 doman "${S}/man/man1/${PN}.1"
127
128 # COPYING is installed by the Cabal eclass
129 dodoc README COPYRIGHT changelog
130 }