Gentoo Archives: gentoo-commits

From: "Ferris McCormick (fmccor)" <fmccor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/html: ChangeLog html-1.0.1.1.ebuild
Date: Fri, 03 Oct 2008 23:51:54
Message-Id: E1KluR5-0005Yk-Kq@stork.gentoo.org
1 fmccor 08/10/03 23:51:51
2
3 Modified: ChangeLog html-1.0.1.1.ebuild
4 Log:
5 Sparc stable, Bug #239465.
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.20-gentoo-r8 x86_64)
7
8 Revision Changes Path
9 1.31 dev-haskell/html/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/html/ChangeLog?rev=1.31&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/html/ChangeLog?rev=1.31&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/html/ChangeLog?r1=1.30&r2=1.31
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v
18 retrieving revision 1.30
19 retrieving revision 1.31
20 diff -u -r1.30 -r1.31
21 --- ChangeLog 15 Jul 2008 05:43:44 -0000 1.30
22 +++ ChangeLog 3 Oct 2008 23:51:51 -0000 1.31
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-haskell/html
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.30 2008/07/15 05:43:44 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.31 2008/10/03 23:51:51 fmccor Exp $
28 +
29 + 03 Oct 2008; Ferris McCormick <fmccor@g.o> html-1.0.1.1.ebuild:
30 + Sparc stable, Bug #239465.
31
32 15 Jul 2008; Jeroen Roovers <jer@g.o> html-1.0-r1.ebuild,
33 html-1.0.1.ebuild, html-1.0.1.1.ebuild:
34
35
36
37 1.5 dev-haskell/html/html-1.0.1.1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/html/html-1.0.1.1.ebuild?rev=1.5&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/html/html-1.0.1.1.ebuild?rev=1.5&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/html/html-1.0.1.1.ebuild?r1=1.4&r2=1.5
42
43 Index: html-1.0.1.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.1.1.ebuild,v
46 retrieving revision 1.4
47 retrieving revision 1.5
48 diff -u -r1.4 -r1.5
49 --- html-1.0.1.1.ebuild 15 Jul 2008 05:43:44 -0000 1.4
50 +++ html-1.0.1.1.ebuild 3 Oct 2008 23:51:51 -0000 1.5
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.1.1.ebuild,v 1.4 2008/07/15 05:43:44 jer Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.1.1.ebuild,v 1.5 2008/10/03 23:51:51 fmccor Exp $
56
57 CABAL_FEATURES="lib profile haddock"
58 inherit haskell-cabal
59 @@ -11,7 +11,7 @@
60
61 LICENSE="BSD"
62 SLOT="0"
63 -KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~sparc x86"
64 +KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc sparc x86"
65 IUSE=""
66
67 DEPEND=">=dev-lang/ghc-6.6"