Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@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: Mon, 28 Apr 2008 17:44:28
Message-Id: E1JqXOq-0007VW-5f@stork.gentoo.org
1 armin76 08/04/28 17:44:24
2
3 Modified: ChangeLog ghc-6.8.2.ebuild
4 Log:
5 Upload again the binaries for alpha, and add ~ia64 wrt #206643
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.152 dev-lang/ghc/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.152&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.152&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.151&r2=1.152
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v
18 retrieving revision 1.151
19 retrieving revision 1.152
20 diff -u -r1.151 -r1.152
21 --- ChangeLog 1 Mar 2008 11:43:34 -0000 1.151
22 +++ ChangeLog 28 Apr 2008 17:44:23 -0000 1.152
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-lang/ghc
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.151 2008/03/01 11:43:34 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.152 2008/04/28 17:44:23 armin76 Exp $
28 +
29 + 28 Apr 2008; Raúl Porcel <armin76@g.o> ghc-6.8.2.ebuild:
30 + Upload again the binaries for alpha, and add ~ia64 wrt #206643
31
32 01 Mar 2008; Raúl Porcel <armin76@g.o> ghc-6.6.1.ebuild,
33 ghc-6.8.2.ebuild:
34
35
36
37 1.5 dev-lang/ghc/ghc-6.8.2.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild?rev=1.5&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild?rev=1.5&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild?r1=1.4&r2=1.5
42
43 Index: ghc-6.8.2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild,v
46 retrieving revision 1.4
47 retrieving revision 1.5
48 diff -u -r1.4 -r1.5
49 --- ghc-6.8.2.ebuild 1 Mar 2008 11:43:34 -0000 1.4
50 +++ ghc-6.8.2.ebuild 28 Apr 2008 17:44:23 -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-lang/ghc/ghc-6.8.2.ebuild,v 1.4 2008/03/01 11:43:34 armin76 Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild,v 1.5 2008/04/28 17:44:23 armin76 Exp $
56
57 # Brief explanation of the bootstrap logic:
58 #
59 @@ -42,12 +42,13 @@
60 alpha? ( mirror://gentoo/ghc-bin-${PV}-alpha.tbz2 )
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 sparc? ( mirror://gentoo/ghc-bin-${PV}-sparc.tbz2 )
65 x86? ( mirror://gentoo/ghc-bin-${PV}-x86.tbz2 )"
66
67 LICENSE="BSD"
68 SLOT="0"
69 -KEYWORDS="~alpha ~amd64 ~hppa ~sparc ~x86"
70 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc ~x86"
71 IUSE="binary doc ghcbootstrap"
72
73 RDEPEND="
74 @@ -129,9 +130,9 @@
75 die "USE=\"ghcbootstrap binary\" is not a valid combination."
76 [[ -z $(type -P ghc) ]] && \
77 die "Could not find a ghc to bootstrap with."
78 - elif use ia64 || use ppc || use ppc64; then
79 + elif use ppc || use ppc64; then
80 eerror "No binary .tbz2 package available yet for these arches:"
81 - eerror " ia64, ppc, ppc64"
82 + eerror " ppc, ppc64"
83 eerror "Please try emerging with USE=ghcbootstrap and report build"
84 eerror "sucess or failure to the haskell team (haskell@g.o)"
85 die "No binary available for this arch yet, USE=ghcbootstrap"
86
87
88
89 --
90 gentoo-commits@l.g.o mailing list