summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-03-01 11:43:34 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-03-01 11:43:34 +0000
commit6ff3c8514cc8640fea60d6f810fd33f3e812d1c6 (patch)
tree185f99c179d3a00d853aac99d072e819dd41d389 /dev-lang/ghc
parentAdd ~alpha (diff)
downloadgentoo-2-6ff3c8514cc8640fea60d6f810fd33f3e812d1c6.tar.gz
gentoo-2-6ff3c8514cc8640fea60d6f810fd33f3e812d1c6.tar.bz2
gentoo-2-6ff3c8514cc8640fea60d6f810fd33f3e812d1c6.zip
Add ~alpha
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-lang/ghc')
-rw-r--r--dev-lang/ghc/ChangeLog6
-rw-r--r--dev-lang/ghc/ghc-6.6.1.ebuild11
-rw-r--r--dev-lang/ghc/ghc-6.8.2.ebuild9
3 files changed, 16 insertions, 10 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog
index 4b88591d18d6..fa03cada2308 100644
--- a/dev-lang/ghc/ChangeLog
+++ b/dev-lang/ghc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/ghc
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.150 2008/01/29 18:03:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.151 2008/03/01 11:43:34 armin76 Exp $
+
+ 01 Mar 2008; Raúl Porcel <armin76@gentoo.org> ghc-6.6.1.ebuild,
+ ghc-6.8.2.ebuild:
+ Add ~alpha
29 Jan 2008; Jeroen Roovers <jer@gentoo.org> ghc-6.8.2.ebuild:
Marked ~hppa (bug #206643).
diff --git a/dev-lang/ghc/ghc-6.6.1.ebuild b/dev-lang/ghc/ghc-6.6.1.ebuild
index 1448abe8c7e5..afe38aa6a80c 100644
--- a/dev-lang/ghc/ghc-6.6.1.ebuild
+++ b/dev-lang/ghc/ghc-6.6.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.6.1.ebuild,v 1.16 2007/12/16 18:36:39 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.6.1.ebuild,v 1.17 2008/03/01 11:43:34 armin76 Exp $
# Brief explanation of the bootstrap logic:
#
@@ -38,6 +38,7 @@ EXTRA_SRC_URI="${MY_PV}"
[[ -z "${IS_SNAPSHOT}" ]] && EXTRA_SRC_URI="current/dist"
SRC_URI="!binary? ( http://haskell.org/ghc/dist/${EXTRA_SRC_URI}/${MY_P}-src.tar.bz2 )
+ alpha? ( mirror://gentoo/ghc-bin-${PV}-alpha.tbz2 )
amd64? ( mirror://gentoo/ghc-bin-${PV}-amd64.tbz2 )
hppa? ( mirror://gentoo/ghc-bin-${PV}-hppa.tbz2 )
ia64? ( mirror://gentoo/ghc-bin-${PV}-ia64.tbz2 )
@@ -47,7 +48,7 @@ SRC_URI="!binary? ( http://haskell.org/ghc/dist/${EXTRA_SRC_URI}/${MY_P}-src.tar
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 hppa ~ia64 ppc sparc x86"
+KEYWORDS="~alpha amd64 hppa ~ia64 ppc sparc x86"
IUSE="binary doc ghcbootstrap"
LOC="/opt/ghc" # location for installation of binary version
@@ -138,9 +139,9 @@ pkg_setup() {
die "USE=\"ghcbootstrap binary\" is not a valid combination."
[[ -z $(type -P ghc) ]] && \
die "Could not find a ghc to bootstrap with."
- elif use alpha || use ppc64; then
+ elif use ppc64; then
eerror "No binary .tbz2 package available yet for these arches:"
- eerror " alpha, ppc64"
+ eerror " ppc64"
eerror "Please try emerging with USE=ghcbootstrap and report build"
eerror "sucess or failure to the haskell team (haskell@gentoo.org)"
die "No binary available for this arch yet, USE=ghcbootstrap"
diff --git a/dev-lang/ghc/ghc-6.8.2.ebuild b/dev-lang/ghc/ghc-6.8.2.ebuild
index ed2cd15deb75..37fb52b07a46 100644
--- a/dev-lang/ghc/ghc-6.8.2.ebuild
+++ b/dev-lang/ghc/ghc-6.8.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild,v 1.3 2008/01/29 18:03:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild,v 1.4 2008/03/01 11:43:34 armin76 Exp $
# Brief explanation of the bootstrap logic:
#
@@ -39,6 +39,7 @@ EXTRA_SRC_URI="${PV}"
[[ "${IS_SNAPSHOT}" ]] && EXTRA_SRC_URI="stable/dist"
SRC_URI="!binary? ( http://haskell.org/ghc/dist/${EXTRA_SRC_URI}/${P}-src.tar.bz2 )
+ alpha? ( mirror://gentoo/ghc-bin-${PV}-alpha.tbz2 )
amd64? ( mirror://gentoo/ghc-bin-${PV}-amd64.tbz2 )
hppa? ( mirror://gentoo/ghc-bin-${PV}-hppa.tbz2 )
sparc? ( mirror://gentoo/ghc-bin-${PV}-sparc.tbz2 )
@@ -46,7 +47,7 @@ SRC_URI="!binary? ( http://haskell.org/ghc/dist/${EXTRA_SRC_URI}/${P}-src.tar.bz
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~sparc ~x86"
IUSE="binary doc ghcbootstrap"
RDEPEND="
@@ -128,9 +129,9 @@ pkg_setup() {
die "USE=\"ghcbootstrap binary\" is not a valid combination."
[[ -z $(type -P ghc) ]] && \
die "Could not find a ghc to bootstrap with."
- elif use alpha || use ia64 || use ppc || use ppc64; then
+ elif use ia64 || use ppc || use ppc64; then
eerror "No binary .tbz2 package available yet for these arches:"
- eerror " alpha, ia64, ppc, ppc64"
+ eerror " ia64, ppc, ppc64"
eerror "Please try emerging with USE=ghcbootstrap and report build"
eerror "sucess or failure to the haskell team (haskell@gentoo.org)"
die "No binary available for this arch yet, USE=ghcbootstrap"