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/base-unicode-symbols: base-unicode-symbols-0.2.2.3.ebuild ChangeLog base-unicode-symbols-0.2.2.2.ebuild
Date: Mon, 02 Apr 2012 17:02:16
Message-Id: 20120402170205.32F202004B@flycatcher.gentoo.org
1 slyfox 12/04/02 17:02:05
2
3 Modified: ChangeLog
4 Added: base-unicode-symbols-0.2.2.3.ebuild
5 Removed: base-unicode-symbols-0.2.2.2.ebuild
6 Log:
7 Version bump. Fixes build failure against ghc-7.4 (bug #410539 by Julien Sanchez). Removed old as the loosening dep range was the sole change upstream.
8
9 (Portage version: 2.2.0_alpha96_p5/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.2 dev-haskell/base-unicode-symbols/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/base-unicode-symbols/ChangeLog?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/base-unicode-symbols/ChangeLog?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/base-unicode-symbols/ChangeLog?r1=1.1&r2=1.2
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/base-unicode-symbols/ChangeLog,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- ChangeLog 4 Dec 2011 18:04:10 -0000 1.1
25 +++ ChangeLog 2 Apr 2012 17:02:04 -0000 1.2
26 @@ -1,6 +1,13 @@
27 # ChangeLog for dev-haskell/base-unicode-symbols
28 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/base-unicode-symbols/ChangeLog,v 1.1 2011/12/04 18:04:10 slyfox Exp $
30 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/base-unicode-symbols/ChangeLog,v 1.2 2012/04/02 17:02:04 slyfox Exp $
32 +
33 +*base-unicode-symbols-0.2.2.3 (02 Apr 2012)
34 +
35 + 02 Apr 2012; Sergei Trofimovich <slyfox@g.o>
36 + +base-unicode-symbols-0.2.2.3.ebuild, -base-unicode-symbols-0.2.2.2.ebuild:
37 + Version bump. Fixes build failure against ghc-7.4 (bug #410539 by Julien
38 + Sanchez). Removed old as the loosening dep range was the sole change upstream.
39
40 *base-unicode-symbols-0.2.2.2 (04 Dec 2011)
41
42
43
44
45 1.1 dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.3.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.3.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.3.ebuild?rev=1.1&content-type=text/plain
49
50 Index: base-unicode-symbols-0.2.2.3.ebuild
51 ===================================================================
52 # Copyright 1999-2012 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.3.ebuild,v 1.1 2012/04/02 17:02:03 slyfox Exp $
55
56 # ebuild generated by hackport 0.2.14
57
58 EAPI="3"
59
60 CABAL_FEATURES="lib profile haddock hoogle hscolour"
61 inherit haskell-cabal
62
63 DESCRIPTION="Unicode alternatives for common functions and operators"
64 HOMEPAGE="http://haskell.org/haskellwiki/Unicode-symbols"
65 SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
66
67 LICENSE="BSD"
68 SLOT="0"
69 KEYWORDS="~amd64 ~x86"
70 IUSE=""
71
72 RDEPEND=">=dev-lang/ghc-6.8.2"
73 DEPEND="${RDEPEND}
74 >=dev-haskell/cabal-1.6"