Gentoo Archives: gentoo-commits

From: "Mark Wright (gienah)" <gienah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/base-unicode-symbols: base-unicode-symbols-0.2.2.3.ebuild ChangeLog
Date: Sat, 28 Sep 2013 00:46:19
Message-Id: 20130928004613.012F32004C@flycatcher.gentoo.org
1 gienah 13/09/28 00:46:12
2
3 Modified: base-unicode-symbols-0.2.2.3.ebuild ChangeLog
4 Log:
5 Thanks to nao for reporting, loosen the base dep in base-unicode-symbols-0.2.2.3 to allow ghc 7.6.3
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
8
9 Revision Changes Path
10 1.4 dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.3.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.3.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.3.ebuild?r1=1.3&r2=1.4
15
16 Index: base-unicode-symbols-0.2.2.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.3.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- base-unicode-symbols-0.2.2.3.ebuild 12 Sep 2012 15:42:10 -0000 1.3
23 +++ base-unicode-symbols-0.2.2.3.ebuild 28 Sep 2013 00:46:12 -0000 1.4
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.3.ebuild,v 1.3 2012/09/12 15:42:10 qnikst Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.3.ebuild,v 1.4 2013/09/28 00:46:12 gienah Exp $
30
31 EAPI=4
32
33 @@ -25,4 +25,6 @@
34 # change the unicode -> to ascii ->
35 epatch "${FILESDIR}/${PN}-0.2.2.3-ghc-7.5.patch"
36 fi
37 + cabal_chdeps \
38 + 'base >= 3.0.3.1 && < 4.6' 'base >= 3.0.3.1 && < 5'
39 }
40
41
42
43 1.8 dev-haskell/base-unicode-symbols/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/base-unicode-symbols/ChangeLog?rev=1.8&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/base-unicode-symbols/ChangeLog?rev=1.8&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/base-unicode-symbols/ChangeLog?r1=1.7&r2=1.8
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/base-unicode-symbols/ChangeLog,v
52 retrieving revision 1.7
53 retrieving revision 1.8
54 diff -u -r1.7 -r1.8
55 --- ChangeLog 21 Jul 2013 17:33:32 -0000 1.7
56 +++ ChangeLog 28 Sep 2013 00:46:12 -0000 1.8
57 @@ -1,6 +1,11 @@
58 # ChangeLog for dev-haskell/base-unicode-symbols
59 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/base-unicode-symbols/ChangeLog,v 1.7 2013/07/21 17:33:32 ottxor Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/base-unicode-symbols/ChangeLog,v 1.8 2013/09/28 00:46:12 gienah Exp $
62 +
63 + 28 Sep 2013; Mark Wright <gienah@g.o>
64 + base-unicode-symbols-0.2.2.3.ebuild:
65 + Thanks to nao for reporting, loosen the base dep in base-unicode-
66 + symbols-0.2.2.3 to allow ghc 7.6.3
67
68 21 Jul 2013; Christoph Junghans <ottxor@g.o>
69 base-unicode-symbols-0.2.2.4.ebuild: