summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Loeh <kosmikus@gentoo.org>2005-01-19 12:47:10 +0000
committerAndres Loeh <kosmikus@gentoo.org>2005-01-19 12:47:10 +0000
commitc287eb7b995b2e583d6c433113ae52ec71269b19 (patch)
tree2527c9e9b2b2cfd54207877639cadff5f406758b /dev-lang
parentfix for xpdf makeFileKey2 stack overflow, #78620 (diff)
downloadhistorical-c287eb7b995b2e583d6c433113ae52ec71269b19.tar.gz
historical-c287eb7b995b2e583d6c433113ae52ec71269b19.tar.bz2
historical-c287eb7b995b2e583d6c433113ae52ec71269b19.zip
Marked stable on x86.
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/ghc/ChangeLog7
-rw-r--r--dev-lang/ghc/Manifest12
-rw-r--r--dev-lang/ghc/ghc-6.0.1.ebuild4
-rw-r--r--dev-lang/ghc/ghc-6.2-r1.ebuild4
-rw-r--r--dev-lang/ghc/ghc-6.2.1-r1.ebuild4
-rw-r--r--dev-lang/ghc/ghc-6.2.2.ebuild6
-rw-r--r--dev-lang/ghc/ghc-6.2.ebuild4
7 files changed, 22 insertions, 19 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog
index ff57e2bb689e..c0fdaaefe555 100644
--- a/dev-lang/ghc/ChangeLog
+++ b/dev-lang/ghc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/ghc
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.48 2004/11/25 08:53:34 kosmikus Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.49 2005/01/19 12:47:10 kosmikus Exp $
+
+ 19 Jan 2005; Andres Loeh <kosmikus@gentoo.org> ghc-6.2.2.ebuild:
+ Marked stable on x86.
25 Nov 2004; Andres Loeh <kosmikus@gentoo.org> ghc-6.2.2.ebuild:
The amd64 build is unregistered (bug #58588).
diff --git a/dev-lang/ghc/Manifest b/dev-lang/ghc/Manifest
index 8e14835218ee..e8f0ddc2418f 100644
--- a/dev-lang/ghc/Manifest
+++ b/dev-lang/ghc/Manifest
@@ -1,10 +1,10 @@
-MD5 fea7650a5492528d515692c8a26f1ab8 ghc-6.2.1-r1.ebuild 5790
-MD5 cdc2c51fea57a0f87af76599f73c64f8 ghc-6.2.ebuild 5000
-MD5 1bab1224823b1bdf22fe21cbf40d8a56 ghc-6.0.1.ebuild 4709
-MD5 e7dcf23b7b3a513449fe256aa6e8cd9e ghc-6.2.2.ebuild 5072
-MD5 f40149b134163b7b8baf0ce3dfbc10a5 ChangeLog 9399
+MD5 b3aca41dacac3a53ee3573cd6a17c7b5 ghc-6.2.1-r1.ebuild 5790
+MD5 9c8c25714a043393277567279e652e16 ghc-6.2.ebuild 5003
+MD5 9da4aa7cbf64e86dd7b84a2b1bfa3b2a ghc-6.0.1.ebuild 4712
+MD5 54da56775fa0d42ad326576728bfb458 ghc-6.2.2.ebuild 5071
+MD5 7af12dc347f95d2cb70b5cd8f4bd95f3 ChangeLog 9491
MD5 a769ecfcd1cdd2d40986627df7dfb249 metadata.xml 224
-MD5 700ce4a5a2ed7953404345f57ac8bbc7 ghc-6.2-r1.ebuild 5182
+MD5 96042998f565e1486e53050ae829f094 ghc-6.2-r1.ebuild 5185
MD5 ee4e4b2265839fca7a4c06d565a51334 files/ghc-updater 8068
MD5 627087e51858d514520531cedbd372f8 files/ghc-6.2.1-linker.patch.bz2 658
MD5 1ae8c6b539b6706ba0e8b988a918a944 files/ghc-6.2.hardened.patch 525
diff --git a/dev-lang/ghc/ghc-6.0.1.ebuild b/dev-lang/ghc/ghc-6.0.1.ebuild
index 2d362eafe46c..e9cc5fb4ac0f 100644
--- a/dev-lang/ghc/ghc-6.0.1.ebuild
+++ b/dev-lang/ghc/ghc-6.0.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.0.1.ebuild,v 1.10 2004/10/18 16:47:48 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.0.1.ebuild,v 1.11 2005/01/19 12:47:10 kosmikus Exp $
#Some explanation of bootstrap logic:
#
diff --git a/dev-lang/ghc/ghc-6.2-r1.ebuild b/dev-lang/ghc/ghc-6.2-r1.ebuild
index cfb6c60f51d1..453c3e67123a 100644
--- a/dev-lang/ghc/ghc-6.2-r1.ebuild
+++ b/dev-lang/ghc/ghc-6.2-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.2-r1.ebuild,v 1.8 2004/10/18 16:47:48 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.2-r1.ebuild,v 1.9 2005/01/19 12:47:10 kosmikus Exp $
#Some explanation of bootstrap logic:
#
diff --git a/dev-lang/ghc/ghc-6.2.1-r1.ebuild b/dev-lang/ghc/ghc-6.2.1-r1.ebuild
index 7de8e347d9c6..4c1fbe750de3 100644
--- a/dev-lang/ghc/ghc-6.2.1-r1.ebuild
+++ b/dev-lang/ghc/ghc-6.2.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.2.1-r1.ebuild,v 1.5 2004/10/18 17:20:50 kosmikus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.2.1-r1.ebuild,v 1.6 2005/01/19 12:47:10 kosmikus Exp $
#Some explanation of bootstrap logic:
#
diff --git a/dev-lang/ghc/ghc-6.2.2.ebuild b/dev-lang/ghc/ghc-6.2.2.ebuild
index 5bfed9654b98..27e3ec00e6a1 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-2004 Gentoo Foundation
+# Copyright 1999-2005 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.8 2004/11/25 08:53:34 kosmikus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.2.2.ebuild,v 1.9 2005/01/19 12:47:10 kosmikus Exp $
# Brief explanation of the bootstrap logic:
#
@@ -25,7 +25,7 @@ SRC_URI="http://www.haskell.org/ghc/dist/${PV}/ghc-${PV}-src.tar.bz2"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="~x86 ~ppc -alpha ~amd64"
+KEYWORDS="x86 ~ppc -alpha ~amd64"
PROVIDE="virtual/ghc"
diff --git a/dev-lang/ghc/ghc-6.2.ebuild b/dev-lang/ghc/ghc-6.2.ebuild
index 18eb379e0ae7..4e863c1c27b9 100644
--- a/dev-lang/ghc/ghc-6.2.ebuild
+++ b/dev-lang/ghc/ghc-6.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.2.ebuild,v 1.12 2004/10/18 16:47:48 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.2.ebuild,v 1.13 2005/01/19 12:47:10 kosmikus Exp $
#Some explanation of bootstrap logic:
#