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