Gentoo Archives: gentoo-commits

From: "Lennart Kolmodin (kolmodin)" <kolmodin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/haddock: ChangeLog haddock-2.4.1.ebuild
Date: Sun, 30 Aug 2009 04:03:56
Message-Id: E1MhgT0-0003qQ-LP@stork.gentoo.org
1 kolmodin 09/08/30 09:12:54
2
3 Modified: ChangeLog haddock-2.4.1.ebuild
4 Log:
5 Add ~ppc keyword now that we have ghc 6.8.2 for that arch.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.65 dev-haskell/haddock/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haddock/ChangeLog?rev=1.65&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haddock/ChangeLog?rev=1.65&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haddock/ChangeLog?r1=1.64&r2=1.65
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haddock/ChangeLog,v
18 retrieving revision 1.64
19 retrieving revision 1.65
20 diff -u -r1.64 -r1.65
21 --- ChangeLog 29 Jul 2009 17:31:30 -0000 1.64
22 +++ ChangeLog 30 Aug 2009 09:12:54 -0000 1.65
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-haskell/haddock
25 -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haddock/ChangeLog,v 1.64 2009/07/29 17:31:30 kolmodin Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haddock/ChangeLog,v 1.65 2009/08/30 09:12:54 kolmodin Exp $
29 +
30 + 30 Aug 2009; Lennart Kolmodin <kolmodin@g.o> haddock-2.4.1.ebuild:
31 + Add ~ppc now that we have ghc 6.8.2 for that arch.
32
33 29 Jul 2009; Lennart Kolmodin <kolmodin@g.o> haddock-2.4.1.ebuild:
34 Update cabal dependency due to bundled ghc-paths, ghc-paths needs
35
36
37
38 1.6 dev-haskell/haddock/haddock-2.4.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haddock/haddock-2.4.1.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haddock/haddock-2.4.1.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/haddock/haddock-2.4.1.ebuild?r1=1.5&r2=1.6
43
44 Index: haddock-2.4.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/haddock/haddock-2.4.1.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- haddock-2.4.1.ebuild 29 Jul 2009 22:22:23 -0000 1.5
51 +++ haddock-2.4.1.ebuild 30 Aug 2009 09:12:54 -0000 1.6
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haddock/haddock-2.4.1.ebuild,v 1.5 2009/07/29 22:22:23 mr_bones_ Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haddock/haddock-2.4.1.ebuild,v 1.6 2009/08/30 09:12:54 kolmodin Exp $
57
58 CABAL_FEATURES="bin lib"
59 # don't enable profiling as the 'ghc' package is not built with profiling
60 @@ -17,7 +17,7 @@
61
62 LICENSE="BSD"
63 SLOT="0"
64 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc ~x86"
65 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
66 IUSE="doc"
67
68 # haddock-2.4.1 also deps on the upgradeable package dev-haskell/filepath.