summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-lang/ghc/Manifest4
-rw-r--r--dev-lang/ghc/files/digest-ghc-6.2.22
-rw-r--r--dev-lang/ghc/ghc-6.2.2.ebuild9
3 files changed, 11 insertions, 4 deletions
diff --git a/dev-lang/ghc/Manifest b/dev-lang/ghc/Manifest
index 83ee416b3a1f..b04de1f05680 100644
--- a/dev-lang/ghc/Manifest
+++ b/dev-lang/ghc/Manifest
@@ -1,7 +1,7 @@
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 122a3cf76eff7f0af3ab087dd4277193 ghc-6.2.2.ebuild 4730
+MD5 93a943c364228b73bb1c3a6008306e53 ghc-6.2.2.ebuild 4750
MD5 1fb3de6853518ec7296c3326095353e8 ChangeLog 8981
MD5 a769ecfcd1cdd2d40986627df7dfb249 metadata.xml 224
MD5 700ce4a5a2ed7953404345f57ac8bbc7 ghc-6.2-r1.ebuild 5182
@@ -12,7 +12,7 @@ MD5 9c184505ec441675c94d47a3110fa754 files/ghc-6.2.documentation.patch 721
MD5 d4a4184d5dcf525047332f9c68e522f7 files/ghc-5.04.3-r1.patch 2717
MD5 0cc23d312b60d64e20735768503db1c6 files/digest-ghc-6.2.1-r1 67
MD5 d417c9e24a826959ad6d921247e43328 files/digest-ghc-6.0.1 67
-MD5 2657b1ad2259eadd2439f233744afc48 files/digest-ghc-6.2.2 67
+MD5 9e9c22452b545fd9ec1367155c15d8e2 files/digest-ghc-6.2.2 67
MD5 2e1bd1157c6d47093864b670d6b51a64 files/digest-ghc-6.2-r1 65
MD5 2e1bd1157c6d47093864b670d6b51a64 files/digest-ghc-6.2 65
MD5 c2e63b1796b9c089a23a07b0eb6e76a7 files/ghc-6.2.hardened.patch.bz2 362
diff --git a/dev-lang/ghc/files/digest-ghc-6.2.2 b/dev-lang/ghc/files/digest-ghc-6.2.2
index f022e58da9e8..826a54976458 100644
--- a/dev-lang/ghc/files/digest-ghc-6.2.2
+++ b/dev-lang/ghc/files/digest-ghc-6.2.2
@@ -1 +1 @@
-MD5 8dc5ab2137ef9593f52180b0b2423d7f ghc-6.2.2-src.tar.bz2 5407409
+MD5 42088bff4de30e7c3a277cfa55d5589e ghc-6.2.2-src.tar.bz2 5406427
diff --git a/dev-lang/ghc/ghc-6.2.2.ebuild b/dev-lang/ghc/ghc-6.2.2.ebuild
index f156155b51bc..6278f40b5114 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
# 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.3 2004/10/26 13:50:12 kosmikus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.2.2.ebuild,v 1.4 2004/11/09 12:26:27 kosmikus Exp $
# Brief explanation of the bootstrap logic:
#
@@ -21,6 +21,13 @@ IUSE="doc tetex opengl"
DESCRIPTION="The Glasgow Haskell Compiler"
HOMEPAGE="http://www.haskell.org/ghc/"
+# The RESTRICT is a temporary measure: upstream source tarball
+# has changed, and I want to prevent bug reports due to the fact
+# that the new sources have not been propagated to all the mirrors.
+# I'll upload the new sources soon, and once they are likely to
+# have propagated, the nomirror restriction will be removed again.
+RESTRICT="nomirror"
+
SRC_URI="http://www.haskell.org/ghc/dist/${PV}/ghc-${PV}-src.tar.bz2"
LICENSE="as-is"