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/curl: curl-1.3.5.ebuild ChangeLog
Date: Wed, 04 Jan 2012 07:21:31
Message-Id: 20120104072121.8CC7B2004C@flycatcher.gentoo.org
1 slyfox 12/01/04 07:21:21
2
3 Modified: curl-1.3.5.ebuild ChangeLog
4 Log:
5 Fix build failure against ghc-6.12+binutils-22.1 (bug #397565 reported by Janusz)
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-haskell/curl/curl-1.3.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/curl/curl-1.3.5.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/curl/curl-1.3.5.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/curl/curl-1.3.5.ebuild?r1=1.3&r2=1.4
15
16 Index: curl-1.3.5.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/curl/curl-1.3.5.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- curl-1.3.5.ebuild 10 Feb 2011 23:37:50 -0000 1.3
23 +++ curl-1.3.5.ebuild 4 Jan 2012 07:21:21 -0000 1.4
24 @@ -1,9 +1,9 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/curl/curl-1.3.5.ebuild,v 1.3 2011/02/10 23:37:50 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/curl/curl-1.3.5.ebuild,v 1.4 2012/01/04 07:21:21 slyfox Exp $
30
31 CABAL_FEATURES="lib profile haddock"
32 -inherit haskell-cabal
33 +inherit base haskell-cabal
34
35 DESCRIPTION="Haskell binding to libcurl"
36 HOMEPAGE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/curl"
37 @@ -17,3 +17,5 @@
38 DEPEND=">=dev-lang/ghc-6.6.1
39 >=dev-haskell/cabal-1.2
40 net-misc/curl"
41 +
42 +PATCHES=("${FILESDIR}"/${PN}-1.3.5-ghc-7.patch)
43
44
45
46 1.5 dev-haskell/curl/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/curl/ChangeLog?rev=1.5&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/curl/ChangeLog?rev=1.5&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/curl/ChangeLog?r1=1.4&r2=1.5
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/curl/ChangeLog,v
55 retrieving revision 1.4
56 retrieving revision 1.5
57 diff -u -r1.4 -r1.5
58 --- ChangeLog 1 Aug 2011 21:24:07 -0000 1.4
59 +++ ChangeLog 4 Jan 2012 07:21:21 -0000 1.5
60 @@ -1,6 +1,11 @@
61 # ChangeLog for dev-haskell/curl
62 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/curl/ChangeLog,v 1.4 2011/08/01 21:24:07 slyfox Exp $
64 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/curl/ChangeLog,v 1.5 2012/01/04 07:21:21 slyfox Exp $
66 +
67 + 04 Jan 2012; Sergei Trofimovich <slyfox@g.o>
68 + +files/curl-1.3.5-ghc-7.patch, curl-1.3.5.ebuild:
69 + Fix build failure against ghc-6.12+binutils-22.1 (bug #397565 reported by
70 + Janusz)
71
72 *curl-1.3.7 (01 Aug 2011)