Gentoo Archives: gentoo-commits

From: "Luis F. Araujo (araujo)" <araujo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/hmake: ChangeLog hmake-3.11.ebuild hmake-3.13.ebuild
Date: Tue, 11 Mar 2008 02:53:12
Message-Id: E1JYqhY-0008MH-9H@stork.gentoo.org
1 araujo 08/03/10 22:42:36
2
3 Modified: ChangeLog hmake-3.11.ebuild hmake-3.13.ebuild
4 Log:
5 Latest two versions dont work with >=ghc6.8
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.35 dev-haskell/hmake/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hmake/ChangeLog?rev=1.35&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hmake/ChangeLog?rev=1.35&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hmake/ChangeLog?r1=1.34&r2=1.35
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hmake/ChangeLog,v
18 retrieving revision 1.34
19 retrieving revision 1.35
20 diff -u -r1.34 -r1.35
21 --- ChangeLog 13 Dec 2007 18:03:54 -0000 1.34
22 +++ ChangeLog 10 Mar 2008 22:42:35 -0000 1.35
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-haskell/hmake
25 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/ChangeLog,v 1.34 2007/12/13 18:03:54 dcoutts Exp $
27 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/ChangeLog,v 1.35 2008/03/10 22:42:35 araujo Exp $
29 +
30 + 10 Mar 2008; Luis F. Araujo <araujo@g.o> hmake-3.11.ebuild,
31 + hmake-3.13.ebuild:
32 + 3.11 and 3.13 versions dont work with >=ghc6.8
33
34 13 Dec 2007; Duncan Coutts <dcoutts@g.o> hmake-3.10.ebuild,
35 hmake-3.11.ebuild, hmake-3.13.ebuild:
36
37
38
39 1.13 dev-haskell/hmake/hmake-3.11.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hmake/hmake-3.11.ebuild?rev=1.13&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hmake/hmake-3.11.ebuild?rev=1.13&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hmake/hmake-3.11.ebuild?r1=1.12&r2=1.13
44
45 Index: hmake-3.11.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.11.ebuild,v
48 retrieving revision 1.12
49 retrieving revision 1.13
50 diff -u -r1.12 -r1.13
51 --- hmake-3.11.ebuild 13 Dec 2007 18:03:54 -0000 1.12
52 +++ hmake-3.11.ebuild 10 Mar 2008 22:42:35 -0000 1.13
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2007 Gentoo Foundation
55 +# Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.11.ebuild,v 1.12 2007/12/13 18:03:54 dcoutts Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.11.ebuild,v 1.13 2008/03/10 22:42:35 araujo Exp $
59
60 inherit base eutils fixheadtails ghc-package
61
62 @@ -13,7 +13,7 @@
63 KEYWORDS="~amd64 ~ppc ppc64 sparc x86"
64 IUSE=""
65
66 -DEPEND="dev-lang/ghc
67 +DEPEND="!>=dev-lang/ghc-6.8
68 sys-libs/readline
69 >=sys-apps/sandbox-1.2.12"
70 RDEPEND="dev-lang/ghc
71
72
73
74 1.4 dev-haskell/hmake/hmake-3.13.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hmake/hmake-3.13.ebuild?rev=1.4&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hmake/hmake-3.13.ebuild?rev=1.4&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hmake/hmake-3.13.ebuild?r1=1.3&r2=1.4
79
80 Index: hmake-3.13.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.13.ebuild,v
83 retrieving revision 1.3
84 retrieving revision 1.4
85 diff -u -r1.3 -r1.4
86 --- hmake-3.13.ebuild 13 Dec 2007 18:03:54 -0000 1.3
87 +++ hmake-3.13.ebuild 10 Mar 2008 22:42:35 -0000 1.4
88 @@ -1,6 +1,6 @@
89 -# Copyright 1999-2007 Gentoo Foundation
90 +# Copyright 1999-2008 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.13.ebuild,v 1.3 2007/12/13 18:03:54 dcoutts Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.13.ebuild,v 1.4 2008/03/10 22:42:35 araujo Exp $
94
95 inherit base eutils ghc-package
96
97 @@ -13,7 +13,7 @@
98 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
99 IUSE=""
100
101 -DEPEND="dev-lang/ghc
102 +DEPEND="!>=dev-lang/ghc-6.8
103 sys-libs/readline
104 >=sys-apps/sandbox-1.2.12"
105 RDEPEND="dev-lang/ghc
106
107
108
109 --
110 gentoo-commits@l.g.o mailing list