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.6.1.ebuild ghc-6.8.2.ebuild
Date: Sat, 01 Mar 2008 11:43:38
Message-Id: E1JVQ7r-0007ye-Ce@stork.gentoo.org
1 armin76 08/03/01 11:43:35
2
3 Modified: ChangeLog ghc-6.6.1.ebuild ghc-6.8.2.ebuild
4 Log:
5 Add ~alpha
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.151 dev-lang/ghc/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.151&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ChangeLog?rev=1.151&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ChangeLog?r1=1.150&r2=1.151
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v
18 retrieving revision 1.150
19 retrieving revision 1.151
20 diff -u -r1.150 -r1.151
21 --- ChangeLog 29 Jan 2008 18:03:26 -0000 1.150
22 +++ ChangeLog 1 Mar 2008 11:43:34 -0000 1.151
23 @@ -1,6 +1,10 @@
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.150 2008/01/29 18:03:26 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.151 2008/03/01 11:43:34 armin76 Exp $
28 +
29 + 01 Mar 2008; Raúl Porcel <armin76@g.o> ghc-6.6.1.ebuild,
30 + ghc-6.8.2.ebuild:
31 + Add ~alpha
32
33 29 Jan 2008; Jeroen Roovers <jer@g.o> ghc-6.8.2.ebuild:
34 Marked ~hppa (bug #206643).
35
36
37
38 1.17 dev-lang/ghc/ghc-6.6.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ghc-6.6.1.ebuild?rev=1.17&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ghc-6.6.1.ebuild?rev=1.17&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ghc-6.6.1.ebuild?r1=1.16&r2=1.17
43
44 Index: ghc-6.6.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.6.1.ebuild,v
47 retrieving revision 1.16
48 retrieving revision 1.17
49 diff -u -r1.16 -r1.17
50 --- ghc-6.6.1.ebuild 16 Dec 2007 18:36:39 -0000 1.16
51 +++ ghc-6.6.1.ebuild 1 Mar 2008 11:43:34 -0000 1.17
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2007 Gentoo Foundation
54 +# Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.6.1.ebuild,v 1.16 2007/12/16 18:36:39 nixnut Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.6.1.ebuild,v 1.17 2008/03/01 11:43:34 armin76 Exp $
58
59 # Brief explanation of the bootstrap logic:
60 #
61 @@ -38,6 +38,7 @@
62 [[ -z "${IS_SNAPSHOT}" ]] && EXTRA_SRC_URI="current/dist"
63
64 SRC_URI="!binary? ( http://haskell.org/ghc/dist/${EXTRA_SRC_URI}/${MY_P}-src.tar.bz2 )
65 + alpha? ( mirror://gentoo/ghc-bin-${PV}-alpha.tbz2 )
66 amd64? ( mirror://gentoo/ghc-bin-${PV}-amd64.tbz2 )
67 hppa? ( mirror://gentoo/ghc-bin-${PV}-hppa.tbz2 )
68 ia64? ( mirror://gentoo/ghc-bin-${PV}-ia64.tbz2 )
69 @@ -47,7 +48,7 @@
70
71 LICENSE="BSD"
72 SLOT="0"
73 -KEYWORDS="amd64 hppa ~ia64 ppc sparc x86"
74 +KEYWORDS="~alpha amd64 hppa ~ia64 ppc sparc x86"
75 IUSE="binary doc ghcbootstrap"
76
77 LOC="/opt/ghc" # location for installation of binary version
78 @@ -138,9 +139,9 @@
79 die "USE=\"ghcbootstrap binary\" is not a valid combination."
80 [[ -z $(type -P ghc) ]] && \
81 die "Could not find a ghc to bootstrap with."
82 - elif use alpha || use ppc64; then
83 + elif use ppc64; then
84 eerror "No binary .tbz2 package available yet for these arches:"
85 - eerror " alpha, ppc64"
86 + eerror " ppc64"
87 eerror "Please try emerging with USE=ghcbootstrap and report build"
88 eerror "sucess or failure to the haskell team (haskell@g.o)"
89 die "No binary available for this arch yet, USE=ghcbootstrap"
90
91
92
93 1.4 dev-lang/ghc/ghc-6.8.2.ebuild
94
95 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild?rev=1.4&view=markup
96 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild?rev=1.4&content-type=text/plain
97 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild?r1=1.3&r2=1.4
98
99 Index: ghc-6.8.2.ebuild
100 ===================================================================
101 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild,v
102 retrieving revision 1.3
103 retrieving revision 1.4
104 diff -u -r1.3 -r1.4
105 --- ghc-6.8.2.ebuild 29 Jan 2008 18:03:26 -0000 1.3
106 +++ ghc-6.8.2.ebuild 1 Mar 2008 11:43:34 -0000 1.4
107 @@ -1,6 +1,6 @@
108 # Copyright 1999-2008 Gentoo Foundation
109 # Distributed under the terms of the GNU General Public License v2
110 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild,v 1.3 2008/01/29 18:03:26 jer Exp $
111 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild,v 1.4 2008/03/01 11:43:34 armin76 Exp $
112
113 # Brief explanation of the bootstrap logic:
114 #
115 @@ -39,6 +39,7 @@
116 [[ "${IS_SNAPSHOT}" ]] && EXTRA_SRC_URI="stable/dist"
117
118 SRC_URI="!binary? ( http://haskell.org/ghc/dist/${EXTRA_SRC_URI}/${P}-src.tar.bz2 )
119 + alpha? ( mirror://gentoo/ghc-bin-${PV}-alpha.tbz2 )
120 amd64? ( mirror://gentoo/ghc-bin-${PV}-amd64.tbz2 )
121 hppa? ( mirror://gentoo/ghc-bin-${PV}-hppa.tbz2 )
122 sparc? ( mirror://gentoo/ghc-bin-${PV}-sparc.tbz2 )
123 @@ -46,7 +47,7 @@
124
125 LICENSE="BSD"
126 SLOT="0"
127 -KEYWORDS="~amd64 ~hppa ~sparc ~x86"
128 +KEYWORDS="~alpha ~amd64 ~hppa ~sparc ~x86"
129 IUSE="binary doc ghcbootstrap"
130
131 RDEPEND="
132 @@ -128,9 +129,9 @@
133 die "USE=\"ghcbootstrap binary\" is not a valid combination."
134 [[ -z $(type -P ghc) ]] && \
135 die "Could not find a ghc to bootstrap with."
136 - elif use alpha || use ia64 || use ppc || use ppc64; then
137 + elif use ia64 || use ppc || use ppc64; then
138 eerror "No binary .tbz2 package available yet for these arches:"
139 - eerror " alpha, ia64, ppc, ppc64"
140 + eerror " ia64, ppc, ppc64"
141 eerror "Please try emerging with USE=ghcbootstrap and report build"
142 eerror "sucess or failure to the haskell team (haskell@g.o)"
143 die "No binary available for this arch yet, USE=ghcbootstrap"
144
145
146
147 --
148 gentoo-commits@l.g.o mailing list