Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/pandoc-citeproc: pandoc-citeproc-0.3.1.ebuild ChangeLog
Date: Fri, 02 Jan 2015 10:33:15
Message-Id: 20150102103311.57534EB4E@oystercatcher.gentoo.org
1 slyfox 15/01/02 10:33:11
2
3 Modified: pandoc-citeproc-0.3.1.ebuild ChangeLog
4 Log:
5 Add network-uri to depends (bug #532550 by Helmut Jarausch).
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
8
9 Revision Changes Path
10 1.2 dev-haskell/pandoc-citeproc/pandoc-citeproc-0.3.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.3.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.3.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.3.1.ebuild?r1=1.1&r2=1.2
15
16 Index: pandoc-citeproc-0.3.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.3.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pandoc-citeproc-0.3.1.ebuild 2 Jul 2014 15:45:40 -0000 1.1
23 +++ pandoc-citeproc-0.3.1.ebuild 2 Jan 2015 10:33:11 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $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 $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.3.1.ebuild,v 1.2 2015/01/02 10:33:11 slyfox Exp $
30
31 EAPI=5
32
33 @@ -39,7 +39,8 @@
34 hexpat? ( >=dev-haskell/hexpat-0.20.2:=[profile?] )
35 !hexpat? ( dev-haskell/xml:=[profile?] )
36 network? ( >=dev-haskell/http-4000.0.9:=[profile?]
37 - >=dev-haskell/network-2:=[profile?] )
38 + >=dev-haskell/network-2:=[profile?]
39 + dev-haskell/network-uri:=[profile?] )
40 unicode_collation? ( dev-haskell/text-icu:=[profile?] )
41 !unicode_collation? ( dev-haskell/rfc5051:=[profile?] )
42 "
43 @@ -52,6 +53,11 @@
44 >=dev-haskell/yaml-0.8.8.2 )
45 "
46
47 +src_prepare() {
48 + cabal_chdeps \
49 + 'network >= 2,' 'network >= 2, network-uri,'
50 +}
51 +
52 src_configure() {
53 # workaround bug on ghc-7.6.3:
54 # > [13 of 24] Compiling Text.CSL.Input.Bibtex ...
55
56
57
58 1.7 dev-haskell/pandoc-citeproc/ChangeLog
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/pandoc-citeproc/ChangeLog?rev=1.7&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/pandoc-citeproc/ChangeLog?rev=1.7&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/pandoc-citeproc/ChangeLog?r1=1.6&r2=1.7
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-citeproc/ChangeLog,v
67 retrieving revision 1.6
68 retrieving revision 1.7
69 diff -u -r1.6 -r1.7
70 --- ChangeLog 14 Dec 2014 08:46:43 -0000 1.6
71 +++ ChangeLog 2 Jan 2015 10:33:11 -0000 1.7
72 @@ -1,6 +1,10 @@
73 # ChangeLog for dev-haskell/pandoc-citeproc
74 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-citeproc/ChangeLog,v 1.6 2014/12/14 08:46:43 gienah Exp $
76 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
77 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-citeproc/ChangeLog,v 1.7 2015/01/02 10:33:11 slyfox Exp $
78 +
79 + 02 Jan 2015; Sergei Trofimovich <slyfox@g.o>
80 + pandoc-citeproc-0.3.1.ebuild:
81 + Add network-uri to depends (bug #532550 by Helmut Jarausch).
82
83 *pandoc-citeproc-0.6 (14 Dec 2014)