diff options
author | Andres Loeh <kosmikus@gentoo.org> | 2004-11-03 13:57:04 +0000 |
---|---|---|
committer | Andres Loeh <kosmikus@gentoo.org> | 2004-11-03 13:57:04 +0000 |
commit | eaf81ee6b111b635e9970592d7a196d987813295 (patch) | |
tree | 279c5af2eabe7faa65330ba61329aa962398b8ca /dev-lang/ghc-bin | |
parent | dont need unzip (Manifest recommit) (diff) | |
download | gentoo-2-eaf81ee6b111b635e9970592d7a196d987813295.tar.gz gentoo-2-eaf81ee6b111b635e9970592d7a196d987813295.tar.bz2 gentoo-2-eaf81ee6b111b635e9970592d7a196d987813295.zip |
ghc-pkg was not installed properly for amd64 (#56997)
Diffstat (limited to 'dev-lang/ghc-bin')
-rw-r--r-- | dev-lang/ghc-bin/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ghc-bin/Manifest | 4 | ||||
-rw-r--r-- | dev-lang/ghc-bin/ghc-bin-6.2.1.ebuild | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/dev-lang/ghc-bin/ChangeLog b/dev-lang/ghc-bin/ChangeLog index db4124cdcd38..1911d9e5b38d 100644 --- a/dev-lang/ghc-bin/ChangeLog +++ b/dev-lang/ghc-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ghc-bin # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ChangeLog,v 1.19 2004/10/18 22:54:07 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ChangeLog,v 1.20 2004/11/03 13:57:04 kosmikus Exp $ + + 03 Nov 2004; Andres Loeh <kosmikus@gentoo.org> ghc-bin-6.2.1.ebuild: + ghc-pkg was not installed properly for amd64 (#56997) 19 Oct 2004; Andres Loeh <kosmikus@gentoo.org> ghc-bin-6.2.1.ebuild: Fix amd64 version to properly install environment file. diff --git a/dev-lang/ghc-bin/Manifest b/dev-lang/ghc-bin/Manifest index e56241faeb75..d408ca5a93d6 100644 --- a/dev-lang/ghc-bin/Manifest +++ b/dev-lang/ghc-bin/Manifest @@ -1,8 +1,8 @@ MD5 6bcb39e43042ae34b089d7ed5aff38b0 ghc-bin-6.2.2.ebuild 1375 -MD5 091b42749e14c5649f08db531056d98d ghc-bin-6.2.1.ebuild 1567 +MD5 16d97a945f9e64113390e8afd685ecff ghc-bin-6.2.1.ebuild 1636 MD5 08266b96fed68394570f9610a3e4e90b ghc-bin-5.04.3.ebuild 1504 MD5 4e3dbc12aff326b145ce1d8a4ee4f9a0 ghc-bin-6.0.ebuild 1502 -MD5 1e5070f1fd11a726734c6985e674421f ChangeLog 3352 +MD5 3b70c6b5553224a5febfdd62c81d5941 ChangeLog 3480 MD5 a769ecfcd1cdd2d40986627df7dfb249 metadata.xml 224 MD5 dc2076294cb2b94c5cfe811acf61ad68 ghc-bin-6.2.ebuild 1374 MD5 a82ba08a8abb4ae38bcc8d467c665e7b files/10ghc 40 diff --git a/dev-lang/ghc-bin/ghc-bin-6.2.1.ebuild b/dev-lang/ghc-bin/ghc-bin-6.2.1.ebuild index d66b69683c79..903e0e312984 100644 --- a/dev-lang/ghc-bin/ghc-bin-6.2.1.ebuild +++ b/dev-lang/ghc-bin/ghc-bin-6.2.1.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-bin/ghc-bin-6.2.1.ebuild,v 1.2 2004/10/18 22:54:07 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ghc-bin-6.2.1.ebuild,v 1.3 2004/11/03 13:57:04 kosmikus Exp $ IUSE="" @@ -43,8 +43,10 @@ src_install () { pushd ${D}/opt/ghc/bin ln -s ../lib/bin/ghc ghc-${PV} ln -s ../lib/bin/ghci ghci-${PV} + ln -s ../lib/bin/ghc-pkg ghc-pkg-${PV} ln -s ghc-${PV} ghc ln -s ghci-${PV} ghci + ln -s ghc-pkg-${PV} ghc-pkg popd # TODO: what about documentation |