Gentoo Archives: gentoo-commits

From: "Duncan Coutts (dcoutts)" <dcoutts@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/mtl: ChangeLog mtl-1.0.ebuild
Date: Thu, 13 Dec 2007 00:50:23
Message-Id: E1J2cHI-0005wr-HI@stork.gentoo.org
1 dcoutts 07/12/13 00:50:16
2
3 Modified: ChangeLog mtl-1.0.ebuild
4 Log:
5 Remove unnecessary blocker.
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.23 dev-haskell/mtl/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/mtl/ChangeLog?rev=1.23&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/mtl/ChangeLog?rev=1.23&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/mtl/ChangeLog?r1=1.22&r2=1.23
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v
18 retrieving revision 1.22
19 retrieving revision 1.23
20 diff -u -r1.22 -r1.23
21 --- ChangeLog 12 Dec 2007 13:24:30 -0000 1.22
22 +++ ChangeLog 13 Dec 2007 00:50:15 -0000 1.23
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-haskell/mtl
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.22 2007/12/12 13:24:30 fmccor Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/ChangeLog,v 1.23 2007/12/13 00:50:15 dcoutts Exp $
28 +
29 + 13 Dec 2007; Duncan Coutts <dcoutts@g.o> mtl-1.0.ebuild:
30 + Remove unnecessary blocker.
31
32 12 Dec 2007; Ferris McCormick <fmccor@g.o> mtl-1.0.1.ebuild:
33 Sparc stable --- part of Bug #201984.
34
35
36
37 1.14 dev-haskell/mtl/mtl-1.0.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/mtl/mtl-1.0.ebuild?rev=1.14&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/mtl/mtl-1.0.ebuild?rev=1.14&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/mtl/mtl-1.0.ebuild?r1=1.13&r2=1.14
42
43 Index: mtl-1.0.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-1.0.ebuild,v
46 retrieving revision 1.13
47 retrieving revision 1.14
48 diff -u -r1.13 -r1.14
49 --- mtl-1.0.ebuild 31 Oct 2007 12:46:36 -0000 1.13
50 +++ mtl-1.0.ebuild 13 Dec 2007 00:50:15 -0000 1.14
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-1.0.ebuild,v 1.13 2007/10/31 12:46:36 dcoutts Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-1.0.ebuild,v 1.14 2007/12/13 00:50:15 dcoutts Exp $
56
57 inherit ghc-package
58
59 @@ -13,8 +13,7 @@
60 KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd"
61 IUSE=""
62
63 -DEPEND="=dev-lang/ghc-6.4*
64 - !>=dev-lang/ghc-6.6"
65 +DEPEND="=dev-lang/ghc-6.4*"
66
67 pkg_setup () {
68 ghc-package_pkg_setup
69
70
71
72 --
73 gentoo-commits@g.o mailing list