slyfox      15/01/02 10:33:11

  Modified:             pandoc-citeproc-0.3.1.ebuild ChangeLog
  Log:
  Add network-uri to depends (bug #532550 by Helmut Jarausch).
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  Changes    Path
1.2                  dev-haskell/pandoc-citeproc/pandoc-citeproc-0.3.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.3.1.ebuild?rev=1.2&view=markup
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
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

Index: pandoc-citeproc-0.3.1.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/dev-haskell/pandoc-citeproc/pandoc-citeproc-0.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pandoc-citeproc-0.3.1.ebuild        2 Jul 2014 15:45:40 -0000       1.1
+++ pandoc-citeproc-0.3.1.ebuild        2 Jan 2015 10:33:11 -0000       1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
 
 EAPI=5
 
@@ -39,7 +39,8 @@
        hexpat? ( >=dev-haskell/hexpat-0.20.2:=[profile?] )
        !hexpat? ( dev-haskell/xml:=[profile?] )
        network? ( >=dev-haskell/http-4000.0.9:=[profile?]
-                       >=dev-haskell/network-2:=[profile?] )
+                       >=dev-haskell/network-2:=[profile?]
+                       dev-haskell/network-uri:=[profile?] )
        unicode_collation? ( dev-haskell/text-icu:=[profile?] )
        !unicode_collation? ( dev-haskell/rfc5051:=[profile?] )
 "
@@ -52,6 +53,11 @@
                >=dev-haskell/yaml-0.8.8.2 )
 "
 
+src_prepare() {
+       cabal_chdeps \
+               'network >= 2,' 'network >= 2, network-uri,'
+}
+
 src_configure() {
        # workaround bug on ghc-7.6.3:
        # > [13 of 24] Compiling Text.CSL.Input.Bibtex ...



1.7                  dev-haskell/pandoc-citeproc/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/pandoc-citeproc/ChangeLog?rev=1.7&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/pandoc-citeproc/ChangeLog?rev=1.7&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/pandoc-citeproc/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-citeproc/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   14 Dec 2014 08:46:43 -0000      1.6
+++ ChangeLog   2 Jan 2015 10:33:11 -0000       1.7
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/pandoc-citeproc
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-citeproc/ChangeLog,v 1.6 
2014/12/14 08:46:43 gienah Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pandoc-citeproc/ChangeLog,v 1.7 
2015/01/02 10:33:11 slyfox Exp $
+
+  02 Jan 2015; Sergei Trofimovich <[email protected]>
+  pandoc-citeproc-0.3.1.ebuild:
+  Add network-uri to depends (bug #532550 by Helmut Jarausch).
 
 *pandoc-citeproc-0.6 (14 Dec 2014)
 




Reply via email to