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/haskell-src-exts: haskell-src-exts-0.2.ebuild ChangeLog
Date: Wed, 31 Oct 2007 12:59:19
Message-Id: E1InDA9-0007A0-V1@stork.gentoo.org
1 dcoutts 07/10/31 12:59:13
2
3 Modified: haskell-src-exts-0.2.ebuild ChangeLog
4 Log:
5 Drop virtual/ghc in favour of dev-lang/ghc
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.10 dev-haskell/haskell-src-exts/haskell-src-exts-0.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haskell-src-exts/haskell-src-exts-0.2.ebuild?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haskell-src-exts/haskell-src-exts-0.2.ebuild?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haskell-src-exts/haskell-src-exts-0.2.ebuild?r1=1.9&r2=1.10
14
15 Index: haskell-src-exts-0.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src-exts/haskell-src-exts-0.2.ebuild,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- haskell-src-exts-0.2.ebuild 17 Oct 2006 20:42:54 -0000 1.9
22 +++ haskell-src-exts-0.2.ebuild 31 Oct 2007 12:59:13 -0000 1.10
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src-exts/haskell-src-exts-0.2.ebuild,v 1.9 2006/10/17 20:42:54 dcoutts Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src-exts/haskell-src-exts-0.2.ebuild,v 1.10 2007/10/31 12:59:13 dcoutts Exp $
29
30 CABAL_FEATURES="lib happy"
31 inherit base haskell-cabal eutils
32 @@ -14,7 +14,7 @@
33 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
34 IUSE=""
35
36 -DEPEND=">=virtual/ghc-6.2
37 +DEPEND=">=dev-lang/ghc-6.2
38 dev-haskell/happy"
39
40 S=${WORKDIR}/haskell-src-exts/src/haskell-src-exts
41
42
43
44 1.10 dev-haskell/haskell-src-exts/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haskell-src-exts/ChangeLog?rev=1.10&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haskell-src-exts/ChangeLog?rev=1.10&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haskell-src-exts/ChangeLog?r1=1.9&r2=1.10
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src-exts/ChangeLog,v
53 retrieving revision 1.9
54 retrieving revision 1.10
55 diff -u -r1.9 -r1.10
56 --- ChangeLog 17 Oct 2006 20:42:54 -0000 1.9
57 +++ ChangeLog 31 Oct 2007 12:59:13 -0000 1.10
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-haskell/haskell-src-exts
60 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src-exts/ChangeLog,v 1.9 2006/10/17 20:42:54 dcoutts Exp $
62 +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-src-exts/ChangeLog,v 1.10 2007/10/31 12:59:13 dcoutts Exp $
64 +
65 + 31 Oct 2007; Duncan Coutts <dcoutts@g.o>
66 + haskell-src-exts-0.2.ebuild:
67 + Drop virtual/ghc in favour of dev-lang/ghc
68
69 17 Oct 2006; Duncan Coutts <dcoutts@g.o>
70 haskell-src-exts-0.2.ebuild:
71
72
73
74 --
75 gentoo-commits@g.o mailing list