Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/ghc: ChangeLog ghc-6.12.3.ebuild
Date: Sat, 09 Oct 2010 15:03:56
Message-Id: 20101009142740.24A092004C@flycatcher.gentoo.org
1 slyfox 10/10/09 14:27:40
2
3 Modified: ChangeLog ghc-6.12.3.ebuild
4 Log:
5 Updated binaries for alpha and ia64 (export typechecker API for haddock)
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.195 dev-lang/ghc/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.195&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.195&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.194&r2=1.195
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v
18 retrieving revision 1.194
19 retrieving revision 1.195
20 diff -u -r1.194 -r1.195
21 --- ChangeLog 4 Oct 2010 20:57:12 -0000 1.194
22 +++ ChangeLog 9 Oct 2010 14:26:50 -0000 1.195
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-lang/ghc
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.194 2010/10/04 20:57:12 slyfox Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.195 2010/10/09 14:26:50 slyfox Exp $
28 +
29 + 09 Oct 2010; Sergei Trofimovich <slyfox@g.o> ghc-6.12.3.ebuild:
30 + Updated binaries for alpha and ia64 (export typechecker API for haddock)
31
32 04 Oct 2010; Sergei Trofimovich <slyfox@g.o> ghc-6.12.3.ebuild,
33 +files/ghc-6.12.3-ghciless-haddock-3558.patch:
34
35
36
37 1.16 dev-lang/ghc/ghc-6.12.3.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.12.3.ebuild?rev=1.16&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.12.3.ebuild?rev=1.16&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6.12.3.ebuild?r1=1.15&r2=1.16
42
43 Index: ghc-6.12.3.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.12.3.ebuild,v
46 retrieving revision 1.15
47 retrieving revision 1.16
48 diff -u -r1.15 -r1.16
49 --- ghc-6.12.3.ebuild 4 Oct 2010 20:57:12 -0000 1.15
50 +++ ghc-6.12.3.ebuild 9 Oct 2010 14:27:04 -0000 1.16
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.12.3.ebuild,v 1.15 2010/10/04 20:57:12 slyfox Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.12.3.ebuild,v 1.16 2010/10/09 14:27:04 slyfox Exp $
56
57 # Brief explanation of the bootstrap logic:
58 #
59 @@ -35,10 +35,10 @@
60
61 arch_binaries=""
62
63 -arch_binaries="$arch_binaries alpha? ( http://code.haskell.org/~slyfox/ghc-alpha/ghc-bin-${PV}-alpha.tbz2 )"
64 +arch_binaries="$arch_binaries alpha? ( http://code.haskell.org/~slyfox/ghc-alpha/ghc-bin-${PV}-alpha-haddock.tbz2 )"
65 arch_binaries="$arch_binaries x86? ( mirror://gentoo/ghc-bin-${PV}-x86.tbz2 )"
66 arch_binaries="$arch_binaries amd64? ( mirror://gentoo/ghc-bin-${PV}-amd64.tbz2 )"
67 -arch_binaries="$arch_binaries ia64? ( http://code.haskell.org/~slyfox/ghc-ia64/ghc-bin-${PV}-ia64-fixed-fiw.tbz2 )"
68 +arch_binaries="$arch_binaries ia64? ( http://code.haskell.org/~slyfox/ghc-ia64/ghc-bin-${PV}-ia64-haddock.tbz2 )"
69 arch_binaries="$arch_binaries sparc? ( http://code.haskell.org/~slyfox/ghc-sparc/ghc-bin-${PV}-sparc.tbz2 )"
70 arch_binaries="$arch_binaries ppc64? ( mirror://gentoo/ghc-bin-${PV}-ppc64.tbz2 )"
71 arch_binaries="$arch_binaries ppc? ( mirror://gentoo/ghc-bin-${PV}-ppc.tbz2 )"