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/haxml: haxml-1.13-r1.ebuild haxml-1.13.2.ebuild ChangeLog haxml-1.12.ebuild
Date: Wed, 31 Oct 2007 12:59:54
Message-Id: E1InDAa-0007B2-RH@stork.gentoo.org
1 dcoutts 07/10/31 12:59:40
2
3 Modified: haxml-1.13-r1.ebuild haxml-1.13.2.ebuild ChangeLog
4 haxml-1.12.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.13 dev-haskell/haxml/haxml-1.13-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haxml/haxml-1.13-r1.ebuild?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haxml/haxml-1.13-r1.ebuild?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haxml/haxml-1.13-r1.ebuild?r1=1.12&r2=1.13
15
16 Index: haxml-1.13-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haxml/haxml-1.13-r1.ebuild,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- haxml-1.13-r1.ebuild 13 Jul 2007 06:03:10 -0000 1.12
23 +++ haxml-1.13-r1.ebuild 31 Oct 2007 12:59:40 -0000 1.13
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/haxml/haxml-1.13-r1.ebuild,v 1.12 2007/07/13 06:03:10 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/haxml-1.13-r1.ebuild,v 1.13 2007/10/31 12:59:40 dcoutts Exp $
30
31 CABAL_FEATURES="lib bin profile haddock"
32 inherit base haskell-cabal
33 @@ -20,8 +20,8 @@
34
35 # actually, >=ghc-5.02 should be ok (if not using cabal)
36 # hugs and nhc98 are ok too, somebody might want to add support for them
37 -DEPEND=">=virtual/ghc-6.2
38 - !>=virtual/ghc-6.6
39 +DEPEND=">=dev-lang/ghc-6.2
40 + !>=dev-lang/ghc-6.6
41 >=dev-haskell/cabal-1.1.3-r1"
42
43 S=${WORKDIR}/${MY_P}
44
45
46
47 1.8 dev-haskell/haxml/haxml-1.13.2.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haxml/haxml-1.13.2.ebuild?rev=1.8&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haxml/haxml-1.13.2.ebuild?rev=1.8&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haxml/haxml-1.13.2.ebuild?r1=1.7&r2=1.8
52
53 Index: haxml-1.13.2.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haxml/haxml-1.13.2.ebuild,v
56 retrieving revision 1.7
57 retrieving revision 1.8
58 diff -u -r1.7 -r1.8
59 --- haxml-1.13.2.ebuild 11 Aug 2007 15:48:42 -0000 1.7
60 +++ haxml-1.13.2.ebuild 31 Oct 2007 12:59:40 -0000 1.8
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2007 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/haxml-1.13.2.ebuild,v 1.7 2007/08/11 15:48:42 beandog Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/haxml-1.13.2.ebuild,v 1.8 2007/10/31 12:59:40 dcoutts Exp $
66
67 CABAL_FEATURES="lib bin profile haddock"
68 inherit base haskell-cabal
69 @@ -20,7 +20,7 @@
70
71 # actually, >=ghc-5.02 should be ok (if not using cabal)
72 # hugs and nhc98 are ok too, somebody might want to add support for them
73 -DEPEND=">=virtual/ghc-6.2
74 +DEPEND=">=dev-lang/ghc-6.2
75 >=dev-haskell/cabal-1.1.3-r1"
76
77 S=${WORKDIR}/${MY_P}
78
79
80
81 1.25 dev-haskell/haxml/ChangeLog
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haxml/ChangeLog?rev=1.25&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haxml/ChangeLog?rev=1.25&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haxml/ChangeLog?r1=1.24&r2=1.25
86
87 Index: ChangeLog
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haxml/ChangeLog,v
90 retrieving revision 1.24
91 retrieving revision 1.25
92 diff -u -r1.24 -r1.25
93 --- ChangeLog 11 Aug 2007 15:48:42 -0000 1.24
94 +++ ChangeLog 31 Oct 2007 12:59:40 -0000 1.25
95 @@ -1,6 +1,10 @@
96 # ChangeLog for dev-haskell/haxml
97 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
98 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/ChangeLog,v 1.24 2007/08/11 15:48:42 beandog Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/ChangeLog,v 1.25 2007/10/31 12:59:40 dcoutts Exp $
100 +
101 + 31 Oct 2007; Duncan Coutts <dcoutts@g.o> haxml-1.12.ebuild,
102 + haxml-1.13-r1.ebuild, haxml-1.13.2.ebuild:
103 + Drop virtual/ghc in favour of dev-lang/ghc
104
105 11 Aug 2007; Steve Dibb <beandog@g.o> haxml-1.13.2.ebuild:
106 amd64 stable, bug 186849
107
108
109
110 1.9 dev-haskell/haxml/haxml-1.12.ebuild
111
112 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haxml/haxml-1.12.ebuild?rev=1.9&view=markup
113 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haxml/haxml-1.12.ebuild?rev=1.9&content-type=text/plain
114 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haxml/haxml-1.12.ebuild?r1=1.8&r2=1.9
115
116 Index: haxml-1.12.ebuild
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haxml/haxml-1.12.ebuild,v
119 retrieving revision 1.8
120 retrieving revision 1.9
121 diff -u -r1.8 -r1.9
122 --- haxml-1.12.ebuild 13 Jul 2007 06:03:10 -0000 1.8
123 +++ haxml-1.12.ebuild 31 Oct 2007 12:59:40 -0000 1.9
124 @@ -1,6 +1,6 @@
125 -# Copyright 1999-2006 Gentoo Foundation
126 +# Copyright 1999-2007 Gentoo Foundation
127 # Distributed under the terms of the GNU General Public License v2
128 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/haxml-1.12.ebuild,v 1.8 2007/07/13 06:03:10 mr_bones_ Exp $
129 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/haxml-1.12.ebuild,v 1.9 2007/10/31 12:59:40 dcoutts Exp $
130
131 inherit ghc-package fixheadtails
132
133 @@ -19,8 +19,8 @@
134
135 # actually, >=ghc-5.02 should be ok
136 # hugs and nhc98 are ok too, somebody might want to add support for them
137 -DEPEND=">=virtual/ghc-6.0
138 - !>=virtual/ghc-6.6
139 +DEPEND=">=dev-lang/ghc-6.0
140 + !>=dev-lang/ghc-6.6
141 doc? ( >=dev-haskell/haddock-0.6-r2 )"
142
143 S=${WORKDIR}/${MY_P}
144
145
146
147 --
148 gentoo-commits@g.o mailing list