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/wash: wash-2.5.6.ebuild ChangeLog wash-2.3.1.ebuild wash-2.0.6.ebuild
Date: Wed, 31 Oct 2007 13:11:22
Message-Id: E1InDLp-0007dg-6o@stork.gentoo.org
1 dcoutts 07/10/31 13:11:17
2
3 Modified: wash-2.5.6.ebuild ChangeLog wash-2.3.1.ebuild
4 wash-2.0.6.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.5 dev-haskell/wash/wash-2.5.6.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/wash/wash-2.5.6.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/wash/wash-2.5.6.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/wash/wash-2.5.6.ebuild?r1=1.4&r2=1.5
15
16 Index: wash-2.5.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/wash/wash-2.5.6.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- wash-2.5.6.ebuild 17 Oct 2006 20:56:21 -0000 1.4
23 +++ wash-2.5.6.ebuild 31 Oct 2007 13:11:16 -0000 1.5
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/wash/wash-2.5.6.ebuild,v 1.4 2006/10/17 20:56:21 dcoutts Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wash/wash-2.5.6.ebuild,v 1.5 2007/10/31 13:11:16 dcoutts Exp $
30
31 inherit base eutils ghc-package check-reqs autotools
32
33 @@ -17,7 +17,7 @@
34 KEYWORDS="~x86 ~amd64 ~sparc"
35 IUSE="doc postgres"
36
37 -RDEPEND=">=virtual/ghc-6.4.1
38 +RDEPEND=">=dev-lang/ghc-6.4.1
39 postgres? ( >=dev-db/libpq-7.4.3 )"
40
41 DEPEND="${RDEPEND}
42
43
44
45 1.12 dev-haskell/wash/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/wash/ChangeLog?rev=1.12&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/wash/ChangeLog?rev=1.12&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/wash/ChangeLog?r1=1.11&r2=1.12
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/wash/ChangeLog,v
54 retrieving revision 1.11
55 retrieving revision 1.12
56 diff -u -r1.11 -r1.12
57 --- ChangeLog 24 Mar 2007 00:27:50 -0000 1.11
58 +++ ChangeLog 31 Oct 2007 13:11:16 -0000 1.12
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-haskell/wash
61 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wash/ChangeLog,v 1.11 2007/03/24 00:27:50 dcoutts Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wash/ChangeLog,v 1.12 2007/10/31 13:11:16 dcoutts Exp $
64 +
65 + 31 Oct 2007; Duncan Coutts <dcoutts@g.o> wash-2.0.6.ebuild,
66 + wash-2.3.1.ebuild, wash-2.5.6.ebuild:
67 + Drop virtual/ghc in favour of dev-lang/ghc
68
69 21 Feb 2007; Piotr JaroszyƄski <peper@g.o> ChangeLog:
70 Transition to Manifest2.
71
72
73
74 1.3 dev-haskell/wash/wash-2.3.1.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/wash/wash-2.3.1.ebuild?rev=1.3&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/wash/wash-2.3.1.ebuild?rev=1.3&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/wash/wash-2.3.1.ebuild?r1=1.2&r2=1.3
79
80 Index: wash-2.3.1.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/wash/wash-2.3.1.ebuild,v
83 retrieving revision 1.2
84 retrieving revision 1.3
85 diff -u -r1.2 -r1.3
86 --- wash-2.3.1.ebuild 25 Mar 2005 00:31:05 -0000 1.2
87 +++ wash-2.3.1.ebuild 31 Oct 2007 13:11:16 -0000 1.3
88 @@ -1,6 +1,6 @@
89 -# Copyright 1999-2005 Gentoo Foundation
90 +# Copyright 1999-2007 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wash/wash-2.3.1.ebuild,v 1.2 2005/03/25 00:31:05 kosmikus Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wash/wash-2.3.1.ebuild,v 1.3 2007/10/31 13:11:16 dcoutts Exp $
94
95 inherit ghc-package
96
97 @@ -17,8 +17,8 @@
98 KEYWORDS="~x86"
99 IUSE="doc postgres"
100
101 -DEPEND=">=virtual/ghc-6.2
102 - !>=virtual/ghc-6.4
103 +DEPEND=">=dev-lang/ghc-6.2
104 + !>=dev-lang/ghc-6.4
105 postgres? ( dev-haskell/c2hs
106 >=dev-db/postgresql-7.4.3 )"
107
108
109
110
111 1.3 dev-haskell/wash/wash-2.0.6.ebuild
112
113 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/wash/wash-2.0.6.ebuild?rev=1.3&view=markup
114 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/wash/wash-2.0.6.ebuild?rev=1.3&content-type=text/plain
115 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/wash/wash-2.0.6.ebuild?r1=1.2&r2=1.3
116
117 Index: wash-2.0.6.ebuild
118 ===================================================================
119 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/wash/wash-2.0.6.ebuild,v
120 retrieving revision 1.2
121 retrieving revision 1.3
122 diff -u -r1.2 -r1.3
123 --- wash-2.0.6.ebuild 25 Mar 2005 00:31:05 -0000 1.2
124 +++ wash-2.0.6.ebuild 31 Oct 2007 13:11:16 -0000 1.3
125 @@ -1,6 +1,6 @@
126 -# Copyright 1999-2005 Gentoo Foundation
127 +# Copyright 1999-2007 Gentoo Foundation
128 # Distributed under the terms of the GNU General Public License v2
129 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wash/wash-2.0.6.ebuild,v 1.2 2005/03/25 00:31:05 kosmikus Exp $
130 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wash/wash-2.0.6.ebuild,v 1.3 2007/10/31 13:11:16 dcoutts Exp $
131
132 inherit ghc-package
133
134 @@ -17,8 +17,8 @@
135 KEYWORDS="~x86"
136 IUSE="doc postgres"
137
138 -DEPEND=">=virtual/ghc-6.2
139 - !>=virtual/ghc-6.4
140 +DEPEND=">=dev-lang/ghc-6.2
141 + !>=dev-lang/ghc-6.4
142 postgres? ( dev-haskell/c2hs
143 >=dev-db/postgresql-7.4.3 )"
144
145
146
147
148 --
149 gentoo-commits@g.o mailing list