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/hmake: hmake-3.10.ebuild ChangeLog hmake-3.11.ebuild hmake-3.13.ebuild
Date: Wed, 31 Oct 2007 13:02:36
Message-Id: E1InDDL-0007IG-Cv@stork.gentoo.org
1 dcoutts 07/10/31 13:02:31
2
3 Modified: hmake-3.10.ebuild ChangeLog hmake-3.11.ebuild
4 hmake-3.13.ebuild
5 Log:
6 Drop virtual/ghc in favour of dev-lang/ghc
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.9 dev-haskell/hmake/hmake-3.10.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hmake/hmake-3.10.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hmake/hmake-3.10.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hmake/hmake-3.10.ebuild?r1=1.8&r2=1.9
15
16 Index: hmake-3.10.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.10.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- hmake-3.10.ebuild 12 Oct 2006 23:01:39 -0000 1.8
23 +++ hmake-3.10.ebuild 31 Oct 2007 13:02:30 -0000 1.9
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2006 Gentoo Foundation
26 +# Copyright 1999-2007 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.10.ebuild,v 1.8 2006/10/12 23:01:39 dcoutts Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.10.ebuild,v 1.9 2007/10/31 13:02:30 dcoutts Exp $
30
31 inherit base eutils fixheadtails
32
33 @@ -13,10 +13,10 @@
34 KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
35 IUSE=""
36
37 -DEPEND="virtual/ghc
38 - !>=virtual/ghc-6.6
39 +DEPEND="dev-lang/ghc
40 + !>=dev-lang/ghc-6.6
41 sys-libs/readline"
42 -RDEPEND="virtual/ghc
43 +RDEPEND="dev-lang/ghc
44 sys-libs/readline
45 >=sys-apps/sandbox-1.2.12"
46
47
48
49
50 1.33 dev-haskell/hmake/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hmake/ChangeLog?rev=1.33&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hmake/ChangeLog?rev=1.33&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hmake/ChangeLog?r1=1.32&r2=1.33
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hmake/ChangeLog,v
59 retrieving revision 1.32
60 retrieving revision 1.33
61 diff -u -r1.32 -r1.33
62 --- ChangeLog 29 Jul 2007 13:48:46 -0000 1.32
63 +++ ChangeLog 31 Oct 2007 13:02:30 -0000 1.33
64 @@ -1,6 +1,10 @@
65 # ChangeLog for dev-haskell/hmake
66 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/ChangeLog,v 1.32 2007/07/29 13:48:46 dcoutts Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/ChangeLog,v 1.33 2007/10/31 13:02:30 dcoutts Exp $
69 +
70 + 31 Oct 2007; Duncan Coutts <dcoutts@g.o> hmake-3.10.ebuild,
71 + hmake-3.11.ebuild, hmake-3.13.ebuild:
72 + Drop virtual/ghc in favour of dev-lang/ghc
73
74 *hmake-3.13 (29 Jul 2007)
75
76
77
78
79 1.11 dev-haskell/hmake/hmake-3.11.ebuild
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hmake/hmake-3.11.ebuild?rev=1.11&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hmake/hmake-3.11.ebuild?rev=1.11&content-type=text/plain
83 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hmake/hmake-3.11.ebuild?r1=1.10&r2=1.11
84
85 Index: hmake-3.11.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.11.ebuild,v
88 retrieving revision 1.10
89 retrieving revision 1.11
90 diff -u -r1.10 -r1.11
91 --- hmake-3.11.ebuild 29 Jul 2007 13:48:46 -0000 1.10
92 +++ hmake-3.11.ebuild 31 Oct 2007 13:02:30 -0000 1.11
93 @@ -1,6 +1,6 @@
94 # Copyright 1999-2007 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.11.ebuild,v 1.10 2007/07/29 13:48:46 dcoutts Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.11.ebuild,v 1.11 2007/10/31 13:02:30 dcoutts Exp $
98
99 inherit base eutils fixheadtails ghc-package
100
101 @@ -13,10 +13,10 @@
102 KEYWORDS="~amd64 ~ppc ppc64 sparc x86"
103 IUSE=""
104
105 -DEPEND="virtual/ghc
106 +DEPEND="dev-lang/ghc
107 sys-libs/readline
108 >=sys-apps/sandbox-1.2.12"
109 -RDEPEND="virtual/ghc
110 +RDEPEND="dev-lang/ghc
111 sys-libs/readline"
112
113 # sandbox dependency due to bug #97441, #101433
114
115
116
117 1.2 dev-haskell/hmake/hmake-3.13.ebuild
118
119 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hmake/hmake-3.13.ebuild?rev=1.2&view=markup
120 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hmake/hmake-3.13.ebuild?rev=1.2&content-type=text/plain
121 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hmake/hmake-3.13.ebuild?r1=1.1&r2=1.2
122
123 Index: hmake-3.13.ebuild
124 ===================================================================
125 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.13.ebuild,v
126 retrieving revision 1.1
127 retrieving revision 1.2
128 diff -u -r1.1 -r1.2
129 --- hmake-3.13.ebuild 29 Jul 2007 13:48:46 -0000 1.1
130 +++ hmake-3.13.ebuild 31 Oct 2007 13:02:30 -0000 1.2
131 @@ -1,6 +1,6 @@
132 # Copyright 1999-2007 Gentoo Foundation
133 # Distributed under the terms of the GNU General Public License v2
134 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.13.ebuild,v 1.1 2007/07/29 13:48:46 dcoutts Exp $
135 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.13.ebuild,v 1.2 2007/10/31 13:02:30 dcoutts Exp $
136
137 inherit base eutils ghc-package
138
139 @@ -13,10 +13,10 @@
140 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
141 IUSE=""
142
143 -DEPEND="virtual/ghc
144 +DEPEND="dev-lang/ghc
145 sys-libs/readline
146 >=sys-apps/sandbox-1.2.12"
147 -RDEPEND="virtual/ghc
148 +RDEPEND="dev-lang/ghc
149 sys-libs/readline"
150
151 # sandbox dependency due to bug #97441, #101433
152
153
154
155 --
156 gentoo-commits@g.o mailing list