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.2.ebuild ChangeLog
Date: Sat, 07 Apr 2012 05:24:50
Message-Id: 20120407052437.920D52004B@flycatcher.gentoo.org
1 gienah 12/04/07 05:24:37
2
3 Modified: ChangeLog
4 Added: pandoc-1.9.2.ebuild
5 Log:
6 Bump pandoc to 1.9.2
7
8 (Portage version: 2.1.10.56/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 app-text/pandoc/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 16 Mar 2012 20:06:06 -0000 1.4
24 +++ ChangeLog 7 Apr 2012 05:24:37 -0000 1.5
25 @@ -1,6 +1,11 @@
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.4 2012/03/16 20:06:06 slyfox Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/ChangeLog,v 1.5 2012/04/07 05:24:37 gienah Exp $
30 +
31 +*pandoc-1.9.2 (07 Apr 2012)
32 +
33 + 07 Apr 2012; Mark Wright <gienah@g.o> +pandoc-1.9.2.ebuild:
34 + Bump pandoc to 1.9.2
35
36 16 Mar 2012; Sergei Trofimovich <slyfox@g.o>
37 +files/pandoc-1.9.1.2-haddock-2.10.0.patch, pandoc-1.9.1.2.ebuild:
38
39
40
41 1.1 app-text/pandoc/pandoc-1.9.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/pandoc-1.9.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pandoc/pandoc-1.9.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pandoc-1.9.2.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-text/pandoc/pandoc-1.9.2.ebuild,v 1.1 2012/04/07 05:24:37 gienah Exp $
51
52 # ebuild generated by hackport 0.2.17.9999
53
54 EAPI=4
55
56 CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
57 inherit haskell-cabal
58
59 DESCRIPTION="Conversion between markup formats"
60 HOMEPAGE="http://johnmacfarlane.net/pandoc"
61 SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE="test"
67
68 RDEPEND="=dev-haskell/base64-bytestring-0.1*[profile?]
69 >=dev-haskell/blaze-html-0.4.3.0[profile?]
70 <dev-haskell/blaze-html-0.5[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.1[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 src_configure() {
117 cabal_src_configure \
118 $(cabal_flag test tests)
119 }
120
121 src_install() {
122 cabal_src_install
123
124 doman "${S}/man/man1/${PN}.1"
125
126 # COPYING is installed by the Cabal eclass
127 dodoc README COPYRIGHT changelog
128 }