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/hsshellscript: hsshellscript-2.3.0.ebuild ChangeLog hsshellscript-2.2.2.ebuild hsshellscript-2.6.0.ebuild hsshellscript-2.6.3.ebuild hsshellscript-2.7.0.ebuild
Date: Wed, 31 Oct 2007 13:05:58
Message-Id: E1InDGb-0007QI-6m@stork.gentoo.org
1 dcoutts 07/10/31 13:05:53
2
3 Modified: hsshellscript-2.3.0.ebuild ChangeLog
4 hsshellscript-2.2.2.ebuild
5 hsshellscript-2.6.0.ebuild
6 hsshellscript-2.6.3.ebuild
7 hsshellscript-2.7.0.ebuild
8 Log:
9 Drop virtual/ghc in favour of dev-lang/ghc
10 (Portage version: 2.1.3.16)
11
12 Revision Changes Path
13 1.4 dev-haskell/hsshellscript/hsshellscript-2.3.0.ebuild
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.3.0.ebuild?rev=1.4&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.3.0.ebuild?rev=1.4&content-type=text/plain
17 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.3.0.ebuild?r1=1.3&r2=1.4
18
19 Index: hsshellscript-2.3.0.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.3.0.ebuild,v
22 retrieving revision 1.3
23 retrieving revision 1.4
24 diff -u -r1.3 -r1.4
25 --- hsshellscript-2.3.0.ebuild 13 Jul 2007 06:03:10 -0000 1.3
26 +++ hsshellscript-2.3.0.ebuild 31 Oct 2007 13:05:52 -0000 1.4
27 @@ -1,6 +1,6 @@
28 -# Copyright 1999-2005 Gentoo Foundation
29 +# Copyright 1999-2007 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.3.0.ebuild,v 1.3 2007/07/13 06:03:10 mr_bones_ Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.3.0.ebuild,v 1.4 2007/10/31 13:05:52 dcoutts Exp $
33
34 inherit base eutils ghc-package
35
36 @@ -13,8 +13,8 @@
37 KEYWORDS="x86"
38 IUSE=""
39
40 -DEPEND=">=virtual/ghc-6.2
41 - !>=virtual/ghc-6.4"
42 +DEPEND=">=dev-lang/ghc-6.2
43 + !>=dev-lang/ghc-6.4"
44 RDEPEND=""
45
46 src_unpack() {
47
48
49
50 1.17 dev-haskell/hsshellscript/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hsshellscript/ChangeLog?rev=1.17&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hsshellscript/ChangeLog?rev=1.17&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hsshellscript/ChangeLog?r1=1.16&r2=1.17
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/ChangeLog,v
59 retrieving revision 1.16
60 retrieving revision 1.17
61 diff -u -r1.16 -r1.17
62 --- ChangeLog 21 Feb 2007 23:20:47 -0000 1.16
63 +++ ChangeLog 31 Oct 2007 13:05:52 -0000 1.17
64 @@ -1,6 +1,12 @@
65 # ChangeLog for dev-haskell/hsshellscript
66 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/ChangeLog,v 1.16 2007/02/21 23:20:47 peper Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/ChangeLog,v 1.17 2007/10/31 13:05:52 dcoutts Exp $
69 +
70 + 31 Oct 2007; Duncan Coutts <dcoutts@g.o>
71 + hsshellscript-2.2.2.ebuild, hsshellscript-2.3.0.ebuild,
72 + hsshellscript-2.6.0.ebuild, hsshellscript-2.6.3.ebuild,
73 + hsshellscript-2.7.0.ebuild:
74 + Drop virtual/ghc in favour of dev-lang/ghc
75
76 21 Feb 2007; Piotr JaroszyƄski <peper@g.o> ChangeLog:
77 Transition to Manifest2.
78
79
80
81 1.4 dev-haskell/hsshellscript/hsshellscript-2.2.2.ebuild
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.2.2.ebuild?rev=1.4&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.2.2.ebuild?rev=1.4&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.2.2.ebuild?r1=1.3&r2=1.4
86
87 Index: hsshellscript-2.2.2.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.2.2.ebuild,v
90 retrieving revision 1.3
91 retrieving revision 1.4
92 diff -u -r1.3 -r1.4
93 --- hsshellscript-2.2.2.ebuild 13 Jul 2007 06:03:10 -0000 1.3
94 +++ hsshellscript-2.2.2.ebuild 31 Oct 2007 13:05:52 -0000 1.4
95 @@ -1,6 +1,6 @@
96 -# Copyright 1999-2005 Gentoo Foundation
97 +# Copyright 1999-2007 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.2.2.ebuild,v 1.3 2007/07/13 06:03:10 mr_bones_ Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.2.2.ebuild,v 1.4 2007/10/31 13:05:52 dcoutts Exp $
101
102 inherit base eutils ghc-package
103
104 @@ -13,8 +13,8 @@
105 KEYWORDS="~x86"
106 IUSE=""
107
108 -DEPEND=">=virtual/ghc-6.2
109 - !>=virtual/ghc-6.4"
110 +DEPEND=">=dev-lang/ghc-6.2
111 + !>=dev-lang/ghc-6.4"
112 RDEPEND=""
113
114 src_unpack() {
115
116
117
118 1.7 dev-haskell/hsshellscript/hsshellscript-2.6.0.ebuild
119
120 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.6.0.ebuild?rev=1.7&view=markup
121 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.6.0.ebuild?rev=1.7&content-type=text/plain
122 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.6.0.ebuild?r1=1.6&r2=1.7
123
124 Index: hsshellscript-2.6.0.ebuild
125 ===================================================================
126 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.6.0.ebuild,v
127 retrieving revision 1.6
128 retrieving revision 1.7
129 diff -u -r1.6 -r1.7
130 --- hsshellscript-2.6.0.ebuild 15 Aug 2006 00:32:33 -0000 1.6
131 +++ hsshellscript-2.6.0.ebuild 31 Oct 2007 13:05:52 -0000 1.7
132 @@ -1,6 +1,6 @@
133 -# Copyright 1999-2006 Gentoo Foundation
134 +# Copyright 1999-2007 Gentoo Foundation
135 # Distributed under the terms of the GNU General Public License v2
136 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.6.0.ebuild,v 1.6 2006/08/15 00:32:33 araujo Exp $
137 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.6.0.ebuild,v 1.7 2007/10/31 13:05:52 dcoutts Exp $
138
139 inherit base eutils multilib ghc-package
140
141 @@ -13,7 +13,7 @@
142 KEYWORDS="~ppc ~x86 ~amd64"
143 IUSE=""
144
145 -DEPEND=">=virtual/ghc-6.4
146 +DEPEND=">=dev-lang/ghc-6.4
147 >=dev-libs/glib-2.0
148 >=dev-haskell/haddock-0.6"
149 RDEPEND=""
150
151
152
153 1.2 dev-haskell/hsshellscript/hsshellscript-2.6.3.ebuild
154
155 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.6.3.ebuild?rev=1.2&view=markup
156 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.6.3.ebuild?rev=1.2&content-type=text/plain
157 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.6.3.ebuild?r1=1.1&r2=1.2
158
159 Index: hsshellscript-2.6.3.ebuild
160 ===================================================================
161 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.6.3.ebuild,v
162 retrieving revision 1.1
163 retrieving revision 1.2
164 diff -u -r1.1 -r1.2
165 --- hsshellscript-2.6.3.ebuild 15 Aug 2006 00:28:58 -0000 1.1
166 +++ hsshellscript-2.6.3.ebuild 31 Oct 2007 13:05:52 -0000 1.2
167 @@ -1,6 +1,6 @@
168 -# Copyright 1999-2006 Gentoo Foundation
169 +# Copyright 1999-2007 Gentoo Foundation
170 # Distributed under the terms of the GNU General Public License v2
171 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.6.3.ebuild,v 1.1 2006/08/15 00:28:58 araujo Exp $
172 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.6.3.ebuild,v 1.2 2007/10/31 13:05:52 dcoutts Exp $
173
174 inherit base eutils multilib ghc-package
175
176 @@ -13,7 +13,7 @@
177 KEYWORDS="~ppc ~x86 ~amd64"
178 IUSE=""
179
180 -DEPEND=">=virtual/ghc-6.4
181 +DEPEND=">=dev-lang/ghc-6.4
182 >=dev-libs/glib-2.0
183 >=dev-haskell/haddock-0.6"
184 RDEPEND=""
185
186
187
188 1.2 dev-haskell/hsshellscript/hsshellscript-2.7.0.ebuild
189
190 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.7.0.ebuild?rev=1.2&view=markup
191 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.7.0.ebuild?rev=1.2&content-type=text/plain
192 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.7.0.ebuild?r1=1.1&r2=1.2
193
194 Index: hsshellscript-2.7.0.ebuild
195 ===================================================================
196 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.7.0.ebuild,v
197 retrieving revision 1.1
198 retrieving revision 1.2
199 diff -u -r1.1 -r1.2
200 --- hsshellscript-2.7.0.ebuild 3 Nov 2006 20:52:41 -0000 1.1
201 +++ hsshellscript-2.7.0.ebuild 31 Oct 2007 13:05:52 -0000 1.2
202 @@ -1,6 +1,6 @@
203 -# Copyright 1999-2006 Gentoo Foundation
204 +# Copyright 1999-2007 Gentoo Foundation
205 # Distributed under the terms of the GNU General Public License v2
206 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.7.0.ebuild,v 1.1 2006/11/03 20:52:41 araujo Exp $
207 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.7.0.ebuild,v 1.2 2007/10/31 13:05:52 dcoutts Exp $
208
209 inherit base eutils multilib ghc-package
210
211 @@ -13,7 +13,7 @@
212 KEYWORDS="~ppc ~x86 ~amd64"
213 IUSE="doc"
214
215 -DEPEND=">=virtual/ghc-6.4
216 +DEPEND=">=dev-lang/ghc-6.4
217 >=dev-libs/glib-2.0
218 doc? ( >=dev-haskell/haddock-0.6 )"
219 RDEPEND=""
220
221
222
223 --
224 gentoo-commits@g.o mailing list