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/harp: harp-0.2.ebuild ChangeLog
Date: Wed, 31 Oct 2007 12:58:20
Message-Id: E1InD9D-000788-Dv@stork.gentoo.org
1 dcoutts 07/10/31 12:58:15
2
3 Modified: harp-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.8 dev-haskell/harp/harp-0.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/harp/harp-0.2.ebuild?rev=1.8&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/harp/harp-0.2.ebuild?rev=1.8&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/harp/harp-0.2.ebuild?r1=1.7&r2=1.8
14
15 Index: harp-0.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/harp/harp-0.2.ebuild,v
18 retrieving revision 1.7
19 retrieving revision 1.8
20 diff -u -r1.7 -r1.8
21 --- harp-0.2.ebuild 13 Jul 2007 06:03:10 -0000 1.7
22 +++ harp-0.2.ebuild 31 Oct 2007 12:58:14 -0000 1.8
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/harp/harp-0.2.ebuild,v 1.7 2007/07/13 06:03:10 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/harp/harp-0.2.ebuild,v 1.8 2007/10/31 12:58:14 dcoutts Exp $
29
30 CABAL_FEATURES="haddock lib"
31 inherit haskell-cabal
32 @@ -14,6 +14,6 @@
33 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
34 IUSE=""
35
36 -DEPEND="virtual/ghc"
37 +DEPEND="dev-lang/ghc"
38
39 S=${WORKDIR}/haskell-src-exts/src/harp
40
41
42
43 1.8 dev-haskell/harp/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/harp/ChangeLog?rev=1.8&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/harp/ChangeLog?rev=1.8&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/harp/ChangeLog?r1=1.7&r2=1.8
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/harp/ChangeLog,v
52 retrieving revision 1.7
53 retrieving revision 1.8
54 diff -u -r1.7 -r1.8
55 --- ChangeLog 21 Feb 2007 23:18:18 -0000 1.7
56 +++ ChangeLog 31 Oct 2007 12:58:14 -0000 1.8
57 @@ -1,6 +1,9 @@
58 # ChangeLog for dev-haskell/harp
59 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/harp/ChangeLog,v 1.7 2007/02/21 23:18:18 peper Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/harp/ChangeLog,v 1.8 2007/10/31 12:58:14 dcoutts Exp $
62 +
63 + 31 Oct 2007; Duncan Coutts <dcoutts@g.o> harp-0.2.ebuild:
64 + Drop virtual/ghc in favour of dev-lang/ghc
65
66 21 Feb 2007; Piotr JaroszyƄski <peper@g.o> ChangeLog:
67 Transition to Manifest2.
68
69
70
71 --
72 gentoo-commits@g.o mailing list