summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2008-01-26 19:53:25 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2008-01-26 19:53:25 +0000
commita4efd8a88d346eafec74eb3948146f2dc981ee06 (patch)
treef3c779fb85b7ead65a82c6d2b3d1955af7e6025a /dev-lang/ghc
parentAdd ~ia64/~sparc wrt #207599 (diff)
downloadgentoo-2-a4efd8a88d346eafec74eb3948146f2dc981ee06.tar.gz
gentoo-2-a4efd8a88d346eafec74eb3948146f2dc981ee06.tar.bz2
gentoo-2-a4efd8a88d346eafec74eb3948146f2dc981ee06.zip
Drop ~alpha ~hppa ~ia64 ~ppc ~ppc64 keywords as per bug #206643. They will have to wait for new binaries.
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-lang/ghc')
-rw-r--r--dev-lang/ghc/ChangeLog8
-rw-r--r--dev-lang/ghc/ghc-6.2.2.ebuild6
-rw-r--r--dev-lang/ghc/ghc-6.4.2.ebuild6
-rw-r--r--dev-lang/ghc/ghc-6.6.ebuild6
-rw-r--r--dev-lang/ghc/ghc-6.8.2.ebuild6
5 files changed, 18 insertions, 14 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog
index 22c7391dae46..fafb3c0d10b8 100644
--- a/dev-lang/ghc/ChangeLog
+++ b/dev-lang/ghc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/ghc
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.148 2007/12/23 14:36:53 araujo Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.149 2008/01/26 19:53:25 dcoutts Exp $
+
+ 26 Jan 2008; Duncan Coutts <dcoutts@gentoo.org> ghc-6.8.2.ebuild:
+ Drop ~alpha ~hppa ~ia64 ~ppc ~ppc64 keywords as per bug #206643.
+ They will have to wait for new binaries. Also fix a few minor QA bugs.
23 Dec 2007; Luis F. Araujo <araujo@gentoo.org> ghc-6.4.2.ebuild:
Droping the last reference to virtual/x11
diff --git a/dev-lang/ghc/ghc-6.2.2.ebuild b/dev-lang/ghc/ghc-6.2.2.ebuild
index 7a418b44e54b..f228fe2ad0f6 100644
--- a/dev-lang/ghc/ghc-6.2.2.ebuild
+++ b/dev-lang/ghc/ghc-6.2.2.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.2.2.ebuild,v 1.26 2007/12/13 15:58:31 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.2.2.ebuild,v 1.27 2008/01/26 19:53:25 dcoutts Exp $
# Brief explanation of the bootstrap logic:
#
@@ -260,7 +260,7 @@ src_install() {
|| die "make install failed"
cd "${S}/ghc"
- dodoc README ANNOUNCE LICENSE VERSION
+ dodoc README ANNOUNCE VERSION
dosbin "${FILESDIR}/ghc-updater"
diff --git a/dev-lang/ghc/ghc-6.4.2.ebuild b/dev-lang/ghc/ghc-6.4.2.ebuild
index 540779af6e4b..41223149db0c 100644
--- a/dev-lang/ghc/ghc-6.4.2.ebuild
+++ b/dev-lang/ghc/ghc-6.4.2.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.4.2.ebuild,v 1.26 2007/12/23 14:36:53 araujo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.2.ebuild,v 1.27 2008/01/26 19:53:25 dcoutts Exp $
# Brief explanation of the bootstrap logic:
#
@@ -328,7 +328,7 @@ src_install() {
|| die "make install failed"
cd "${S}/ghc"
- dodoc README ANNOUNCE LICENSE VERSION
+ dodoc README ANNOUNCE VERSION
dosbin "${FILESDIR}/ghc-updater"
diff --git a/dev-lang/ghc/ghc-6.6.ebuild b/dev-lang/ghc/ghc-6.6.ebuild
index 0590d3ffe148..c032c79a2b4f 100644
--- a/dev-lang/ghc/ghc-6.6.ebuild
+++ b/dev-lang/ghc/ghc-6.6.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.ebuild,v 1.14 2007/12/13 15:58:31 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.6.ebuild,v 1.15 2008/01/26 19:53:25 dcoutts Exp $
# Brief explanation of the bootstrap logic:
#
@@ -274,7 +274,7 @@ src_install() {
|| die "make install failed"
cd "${S}"
- dodoc README ANNOUNCE LICENSE VERSION
+ dodoc README ANNOUNCE VERSION
dosbin "${FILESDIR}/ghc-updater"
fi
diff --git a/dev-lang/ghc/ghc-6.8.2.ebuild b/dev-lang/ghc/ghc-6.8.2.ebuild
index e4f01c60f956..30923566b862 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-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.8.2.ebuild,v 1.1 2007/12/19 20:51:45 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild,v 1.2 2008/01/26 19:53:25 dcoutts Exp $
# Brief explanation of the bootstrap logic:
#
@@ -45,7 +45,7 @@ SRC_URI="!binary? ( http://haskell.org/ghc/dist/${EXTRA_SRC_URI}/${P}-src.tar.bz
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~sparc ~x86"
IUSE="binary doc ghcbootstrap"
RDEPEND="