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/html: html-1.0.ebuild ChangeLog
Date: Wed, 31 Oct 2007 13:06:31
Message-Id: E1InDH4-0007RE-4h@stork.gentoo.org
1 dcoutts 07/10/31 13:06:22
2
3 Modified: html-1.0.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.13 dev-haskell/html/html-1.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/html/html-1.0.ebuild?rev=1.13&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/html/html-1.0.ebuild?rev=1.13&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/html/html-1.0.ebuild?r1=1.12&r2=1.13
14
15 Index: html-1.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.ebuild,v
18 retrieving revision 1.12
19 retrieving revision 1.13
20 diff -u -r1.12 -r1.13
21 --- html-1.0.ebuild 30 Apr 2007 20:24:21 -0000 1.12
22 +++ html-1.0.ebuild 31 Oct 2007 13:06:21 -0000 1.13
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.ebuild,v 1.12 2007/04/30 20:24:21 genone Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.ebuild,v 1.13 2007/10/31 13:06:21 dcoutts Exp $
28
29 inherit ghc-package
30
31 @@ -13,8 +13,8 @@
32 KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd"
33 IUSE=""
34
35 -DEPEND="=virtual/ghc-6.4*
36 - !>=virtual/ghc-6.6"
37 +DEPEND="=dev-lang/ghc-6.4*
38 + !>=dev-lang/ghc-6.6"
39
40 pkg_setup () {
41 ghc-package_pkg_setup
42
43
44
45 1.19 dev-haskell/html/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/html/ChangeLog?rev=1.19&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/html/ChangeLog?rev=1.19&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/html/ChangeLog?r1=1.18&r2=1.19
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v
54 retrieving revision 1.18
55 retrieving revision 1.19
56 diff -u -r1.18 -r1.19
57 --- ChangeLog 11 Jul 2007 18:14:05 -0000 1.18
58 +++ ChangeLog 31 Oct 2007 13:06:21 -0000 1.19
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-haskell/html
61 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.18 2007/07/11 18:14:05 dcoutts Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.19 2007/10/31 13:06:21 dcoutts Exp $
64 +
65 + 31 Oct 2007; Duncan Coutts <dcoutts@g.o> html-1.0.ebuild:
66 + Drop virtual/ghc in favour of dev-lang/ghc
67
68 11 Jul 2007; Duncan Coutts <dcoutts@g.o> html-1.0.1.ebuild:
69 Marked ~ia64.
70
71
72
73 --
74 gentoo-commits@g.o mailing list