diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-17 09:05:32 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-17 09:05:32 +0000 |
commit | 641e0675b01a05b366901224b4e623d052049143 (patch) | |
tree | 3259e1e5f6868b63973b9d15ecf393e7b2c93482 /dev-lang | |
parent | fix path in jikes patch, #67847 (Manifest recommit) (diff) | |
download | gentoo-2-641e0675b01a05b366901224b4e623d052049143.tar.gz gentoo-2-641e0675b01a05b366901224b4e623d052049143.tar.bz2 gentoo-2-641e0675b01a05b366901224b4e623d052049143.zip |
Version bump for amd64 only (~amd64). Closes #58588.
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ghc-bin/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/ghc-bin/Manifest | 6 | ||||
-rw-r--r-- | dev-lang/ghc-bin/files/digest-ghc-bin-6.2.1 | 1 | ||||
-rw-r--r-- | dev-lang/ghc-bin/ghc-bin-6.2.1.ebuild | 53 |
4 files changed, 64 insertions, 3 deletions
diff --git a/dev-lang/ghc-bin/ChangeLog b/dev-lang/ghc-bin/ChangeLog index 1a6cb390101c..95819cbe5f21 100644 --- a/dev-lang/ghc-bin/ChangeLog +++ b/dev-lang/ghc-bin/ChangeLog @@ -1,6 +1,11 @@ # 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.16 2004/07/02 04:26:35 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ChangeLog,v 1.17 2004/10/17 09:05:32 absinthe Exp $ + +*ghc-bin-6.2.1 (17 Oct 2004) + + 17 Oct 2004; Dylan Carlson <absinthe@gentoo.org> +ghc-bin-6.2.1.ebuild: + Version bump for amd64 only (~amd64). Closes #58588. 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> ghc-bin-5.04.3.ebuild, ghc-bin-6.0.ebuild, ghc-bin-6.2.ebuild: diff --git a/dev-lang/ghc-bin/Manifest b/dev-lang/ghc-bin/Manifest index a617c58c0a62..9d9a83efdd85 100644 --- a/dev-lang/ghc-bin/Manifest +++ b/dev-lang/ghc-bin/Manifest @@ -1,9 +1,11 @@ -MD5 2e9a2be8ad15dbf85f3478039d3c4489 ChangeLog 2937 +MD5 0ce5cec959fb78258b35a74fdf677456 ChangeLog 3098 MD5 08266b96fed68394570f9610a3e4e90b ghc-bin-5.04.3.ebuild 1504 MD5 4e3dbc12aff326b145ce1d8a4ee4f9a0 ghc-bin-6.0.ebuild 1502 -MD5 dc2076294cb2b94c5cfe811acf61ad68 ghc-bin-6.2.ebuild 1374 MD5 a769ecfcd1cdd2d40986627df7dfb249 metadata.xml 224 +MD5 dc2076294cb2b94c5cfe811acf61ad68 ghc-bin-6.2.ebuild 1374 +MD5 5fed4bc327e45a9c48fcf05f6b18bd03 ghc-bin-6.2.1.ebuild 1341 MD5 a82ba08a8abb4ae38bcc8d467c665e7b files/10ghc 40 MD5 2b726390b70f784de758ee02184ef450 files/digest-ghc-bin-5.04.3 171 MD5 981523171b835c239b68613e6080246d files/digest-ghc-bin-6.0 162 MD5 7131d05db80999f47946fedb5083ad01 files/digest-ghc-bin-6.2 81 +MD5 42a1da9d86ec405ba28644ee8036a40c files/digest-ghc-bin-6.2.1 69 diff --git a/dev-lang/ghc-bin/files/digest-ghc-bin-6.2.1 b/dev-lang/ghc-bin/files/digest-ghc-bin-6.2.1 new file mode 100644 index 000000000000..53df8b219841 --- /dev/null +++ b/dev-lang/ghc-bin/files/digest-ghc-bin-6.2.1 @@ -0,0 +1 @@ +MD5 68bed415c325be437174fd4750b74e91 ghc6_6.2.1-5_amd64.deb 29591090 diff --git a/dev-lang/ghc-bin/ghc-bin-6.2.1.ebuild b/dev-lang/ghc-bin/ghc-bin-6.2.1.ebuild new file mode 100644 index 000000000000..cb0e3b8486f0 --- /dev/null +++ b/dev-lang/ghc-bin/ghc-bin-6.2.1.ebuild @@ -0,0 +1,53 @@ +# 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.1 2004/10/17 09:05:32 absinthe Exp $ + +IUSE="" + +S="${WORKDIR}" +DESCRIPTION="Glasgow Haskell Compiler (binary-only version for amd64)" +SRC_URI="http://debian-amd64.alioth.debian.org/pure64/pool/unstable/main/amd64/g/ghc6/ghc6_6.2.1-5_amd64.deb" +HOMEPAGE="http://www.haskell.org" +LICENSE="as-is" +KEYWORDS="-* ~amd64" +SLOT="0" +DEPEND="app-arch/dpkg" +RDEPEND=">=dev-lang/perl-5.6.1 + >=sys-devel/gcc-2.95.3 + >=dev-libs/gmp-4.1" +PROVIDE="virtual/ghc" + +src_unpack() { + for i in ${A}; do + dpkg -x ${DISTDIR}/${i} . + done +} + +src_install () { + # Copy it + mkdir -p ${D}/opt/ghc + for i in lib share; do + cp -rl usr/$i/ghc-6.2.1 ${D}/opt/ghc/$i + done + + # Provide package.conf + pushd ${D}/opt/ghc/lib + cp -a package.conf.shipped package.conf + popd + + # Generate symlinks in ${D}/opt/ghc/bin + mkdir -p ${D}/opt/ghc/bin + pushd ${D}/opt/ghc/bin + ln -s ../lib/bin/ghc ghc6 + ln -s ../lib/bin/ghci ghci6 + ln -s ghc6 ghc + ln -s ghci6 ghci + popd + + # Adjust paths in ${D}/opt/ghc/lib/bin + pushd ${D}/opt/ghc/lib/bin + perl -i -ne 's#/usr/lib/ghc-6.2.1#/opt/ghc/lib#g; + s#/usr/share/ghc-6.2.1#/opt/ghc/share#g;print' \ + ghc-6.2.1 ghci-6.2.1 ghcprof hsc2hs ghc-pkg-6.2.1 + popd +} |