summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-04-28 17:44:23 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-04-28 17:44:23 +0000
commitf94c571f4eca5d2470d4f3c2d21495ae5f411ff8 (patch)
treee67c06257d28866a1191b82cf8f0844587cc7c0c /dev-lang/ghc
parent Version bump (bug #214048). Thanks to Christian van der Leeden. (diff)
downloadgentoo-2-f94c571f4eca5d2470d4f3c2d21495ae5f411ff8.tar.gz
gentoo-2-f94c571f4eca5d2470d4f3c2d21495ae5f411ff8.tar.bz2
gentoo-2-f94c571f4eca5d2470d4f3c2d21495ae5f411ff8.zip
Upload again the binaries for alpha, and add ~ia64 wrt #206643
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-lang/ghc')
-rw-r--r--dev-lang/ghc/ChangeLog5
-rw-r--r--dev-lang/ghc/ghc-6.8.2.ebuild9
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog
index fa03cada2308..3317486cd512 100644
--- a/dev-lang/ghc/ChangeLog
+++ b/dev-lang/ghc/ChangeLog
@@ -1,6 +1,9 @@
# 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.151 2008/03/01 11:43:34 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.152 2008/04/28 17:44:23 armin76 Exp $
+
+ 28 Apr 2008; Raúl Porcel <armin76@gentoo.org> ghc-6.8.2.ebuild:
+ Upload again the binaries for alpha, and add ~ia64 wrt #206643
01 Mar 2008; Raúl Porcel <armin76@gentoo.org> ghc-6.6.1.ebuild,
ghc-6.8.2.ebuild:
diff --git a/dev-lang/ghc/ghc-6.8.2.ebuild b/dev-lang/ghc/ghc-6.8.2.ebuild
index 37fb52b07a46..706a43bf6a6c 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.4 2008/03/01 11:43:34 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild,v 1.5 2008/04/28 17:44:23 armin76 Exp $
# Brief explanation of the bootstrap logic:
#
@@ -42,12 +42,13 @@ SRC_URI="!binary? ( http://haskell.org/ghc/dist/${EXTRA_SRC_URI}/${P}-src.tar.bz
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 )
sparc? ( mirror://gentoo/ghc-bin-${PV}-sparc.tbz2 )
x86? ( mirror://gentoo/ghc-bin-${PV}-x86.tbz2 )"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc ~x86"
IUSE="binary doc ghcbootstrap"
RDEPEND="
@@ -129,9 +130,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 ia64 || use ppc || use ppc64; then
+ elif use ppc || use ppc64; then
eerror "No binary .tbz2 package available yet for these arches:"
- eerror " ia64, ppc, ppc64"
+ eerror " 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"