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/hdoc: hdoc-0.8.3.ebuild ChangeLog
Date: Wed, 31 Oct 2007 13:02:08
Message-Id: E1InDCt-0007Gd-NW@stork.gentoo.org
1 dcoutts 07/10/31 13:02:03
2
3 Modified: hdoc-0.8.3.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.11 dev-haskell/hdoc/hdoc-0.8.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hdoc/hdoc-0.8.3.ebuild?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hdoc/hdoc-0.8.3.ebuild?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hdoc/hdoc-0.8.3.ebuild?r1=1.10&r2=1.11
14
15 Index: hdoc-0.8.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hdoc/hdoc-0.8.3.ebuild,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- hdoc-0.8.3.ebuild 5 Oct 2006 03:23:53 -0000 1.10
22 +++ hdoc-0.8.3.ebuild 31 Oct 2007 13:02:03 -0000 1.11
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/hdoc/hdoc-0.8.3.ebuild,v 1.10 2006/10/05 03:23:53 cparrott Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdoc/hdoc-0.8.3.ebuild,v 1.11 2007/10/31 13:02:03 dcoutts Exp $
29
30 DESCRIPTION="A documentation generator for Haskell"
31 HOMEPAGE="http://www.fmi.uni-passau.de/~groessli/hdoc/"
32 @@ -11,7 +11,7 @@
33 KEYWORDS="amd64 ppc ppc64 sparc x86"
34 IUSE=""
35
36 -DEPEND="virtual/ghc"
37 +DEPEND="dev-lang/ghc"
38 RDEPEND=""
39
40 src_compile() {
41
42
43
44 1.16 dev-haskell/hdoc/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hdoc/ChangeLog?rev=1.16&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hdoc/ChangeLog?rev=1.16&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hdoc/ChangeLog?r1=1.15&r2=1.16
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hdoc/ChangeLog,v
53 retrieving revision 1.15
54 retrieving revision 1.16
55 diff -u -r1.15 -r1.16
56 --- ChangeLog 5 Oct 2006 03:23:53 -0000 1.15
57 +++ ChangeLog 31 Oct 2007 13:02:03 -0000 1.16
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-haskell/hdoc
60 -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdoc/ChangeLog,v 1.15 2006/10/05 03:23:53 cparrott Exp $
62 +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdoc/ChangeLog,v 1.16 2007/10/31 13:02:03 dcoutts Exp $
64 +
65 + 31 Oct 2007; Duncan Coutts <dcoutts@g.o> hdoc-0.8.3.ebuild:
66 + Drop virtual/ghc in favour of dev-lang/ghc
67
68 05 Oct 2006; Chris Parrott <cparrott@g.o> hdoc-0.8.3.ebuild:
69 marked stable for amd64 (bug 144678)
70
71
72
73 --
74 gentoo-commits@g.o mailing list