Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/ghc: ChangeLog ghc-6.8.2.ebuild
Date: Sat, 01 Aug 2009 11:50:02
Message-Id: E1MXD68-0006Lm-UP@stork.gentoo.org
1 mabi 09/08/01 11:50:00
2
3 Modified: ChangeLog ghc-6.8.2.ebuild
4 Log:
5 add ~ppc
6 (Portage version: 2.1.6.13/cvs/Linux ppc)
7
8 Revision Changes Path
9 1.166 dev-lang/ghc/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.166&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.166&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.165&r2=1.166
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v
18 retrieving revision 1.165
19 retrieving revision 1.166
20 diff -u -r1.165 -r1.166
21 --- ChangeLog 29 Jul 2009 18:02:58 -0000 1.165
22 +++ ChangeLog 1 Aug 2009 11:50:00 -0000 1.166
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-lang/ghc
25 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.165 2009/07/29 18:02:58 kolmodin Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.166 2009/08/01 11:50:00 mabi Exp $
29 +
30 + 01 Aug 2009; <mabi@g.o> ghc-6.8.2.ebuild:
31 + ~ppc added back
32
33 29 Jul 2009; Lennart Kolmodin <kolmodin@g.o> Manifest:
34 Fix broken manifest, ghc-6.8.2-ia64. Reported by Jeremy Olexa (darkside).
35
36
37
38 1.12 dev-lang/ghc/ghc-6.8.2.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild?rev=1.12&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild?rev=1.12&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild?r1=1.11&r2=1.12
43
44 Index: ghc-6.8.2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild,v
47 retrieving revision 1.11
48 retrieving revision 1.12
49 diff -u -r1.11 -r1.12
50 --- ghc-6.8.2.ebuild 10 May 2009 21:03:06 -0000 1.11
51 +++ ghc-6.8.2.ebuild 1 Aug 2009 11:50:00 -0000 1.12
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-lang/ghc/ghc-6.8.2.ebuild,v 1.11 2009/05/10 21:03:06 kolmodin Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild,v 1.12 2009/08/01 11:50:00 mabi Exp $
57
58 # Brief explanation of the bootstrap logic:
59 #
60 @@ -43,12 +43,13 @@
61 amd64? ( mirror://gentoo/ghc-bin-${PV}-amd64.tbz2 )
62 hppa? ( mirror://gentoo/ghc-bin-${PV}-hppa.tbz2 )
63 ia64? ( mirror://gentoo/ghc-bin-${PV}-ia64.tbz2 )
64 + ppc? ( mirror://gentoo/ghc-bin-${PV}-ppc.tbz2 )
65 sparc? ( mirror://gentoo/ghc-bin-${PV}-sparc.tbz2 )
66 x86? ( mirror://gentoo/ghc-bin-${PV}-x86.tbz2 )"
67
68 LICENSE="BSD"
69 SLOT="0"
70 -KEYWORDS="alpha amd64 hppa ia64 sparc x86"
71 +KEYWORDS="alpha amd64 hppa ia64 ~ppc sparc x86"
72 IUSE="binary doc ghcbootstrap"
73
74 RDEPEND="