diff options
Diffstat (limited to 'dev-lang/ghc')
-rw-r--r-- | dev-lang/ghc/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.2.2.ebuild | 10 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.4.1-r2.ebuild | 16 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.4.1-r3.ebuild | 16 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.4.2.ebuild | 16 |
5 files changed, 35 insertions, 31 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index 5621ec473fcc..f56b1d2c6ed9 100644 --- a/dev-lang/ghc/ChangeLog +++ b/dev-lang/ghc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/ghc -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.114 2006/10/03 23:42:18 dcoutts Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.115 2007/01/06 18:18:56 kosmikus Exp $ + + 06 Jan 2007; Andres Loeh <kosmikus@gentoo.org> ghc-6.2.2.ebuild, + ghc-6.4.1-r2.ebuild, ghc-6.4.1-r3.ebuild, ghc-6.4.2.ebuild: + Fixed elog / einfo usage. 03 Oct 2006; Duncan Coutts <dcoutts@gentoo.org> +files/ghc-6.4.2-sparcmangler.patch, ghc-6.4.2.ebuild: diff --git a/dev-lang/ghc/ghc-6.2.2.ebuild b/dev-lang/ghc/ghc-6.2.2.ebuild index d2f51ca4a901..c8cf51fab923 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-2005 Gentoo Foundation +# Copyright 1999-2007 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.19 2005/10/07 19:33:57 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.2.2.ebuild,v 1.20 2007/01/06 18:18:56 kosmikus Exp $ # Brief explanation of the bootstrap logic: # @@ -190,9 +190,9 @@ src_install () { pkg_postinst () { ghc-reregister - einfo "If you have dev-lang/ghc-bin installed, you might" - einfo "want to unmerge it. It is no longer needed." - einfo + elog "If you have dev-lang/ghc-bin installed, you might" + elog "want to unmerge it. It is no longer needed." + elog ewarn "If you upgrade from another ghc version, please run" ewarn "/usr/sbin/ghc-updater to re-merge all ghc-based" ewarn "Haskell libraries." diff --git a/dev-lang/ghc/ghc-6.4.1-r2.ebuild b/dev-lang/ghc/ghc-6.4.1-r2.ebuild index 460931f05431..7f43b97a59eb 100644 --- a/dev-lang/ghc/ghc-6.4.1-r2.ebuild +++ b/dev-lang/ghc/ghc-6.4.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.1-r2.ebuild,v 1.14 2006/05/21 17:25:22 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.1-r2.ebuild,v 1.15 2007/01/06 18:18:56 kosmikus Exp $ # Brief explanation of the bootstrap logic: # @@ -138,9 +138,9 @@ src_compile() { if use alpha || use hppa || use ppc64; then echo "SplitObjs=NO" >> mk/build.mk elif ! check_reqs_conditional; then - einfo "Turning off ghc's 'Split Objs' feature because this machine" - einfo "does not have enough RAM for it. This will have the effect" - einfo "of making binaries produced by ghc considerably larger." + elog "Turning off ghc's 'Split Objs' feature because this machine" + elog "does not have enough RAM for it. This will have the effect" + elog "of making binaries produced by ghc considerably larger." echo "SplitObjs=NO" >> mk/build.mk fi @@ -198,9 +198,9 @@ pkg_postinst () { $(ghc-getghcpkg) unregister Cabal > /dev/null eend $? ghc-reregister - einfo "If you have dev-lang/ghc-bin installed, you might" - einfo "want to unmerge it. It is no longer needed." - einfo + elog "If you have dev-lang/ghc-bin installed, you might" + elog "want to unmerge it. It is no longer needed." + elog ewarn "IMPORTANT:" ewarn "If you have upgraded from another version of ghc or" ewarn "if you have switched from ghc-bin to ghc, please run:" diff --git a/dev-lang/ghc/ghc-6.4.1-r3.ebuild b/dev-lang/ghc/ghc-6.4.1-r3.ebuild index 8710a378c2c3..f669cd695cad 100644 --- a/dev-lang/ghc/ghc-6.4.1-r3.ebuild +++ b/dev-lang/ghc/ghc-6.4.1-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.1-r3.ebuild,v 1.10 2006/10/03 23:15:54 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.1-r3.ebuild,v 1.11 2007/01/06 18:18:56 kosmikus Exp $ # Brief explanation of the bootstrap logic: # @@ -219,9 +219,9 @@ src_compile() { if use alpha || use hppa || use ppc64; then echo "SplitObjs=NO" >> mk/build.mk elif ! check_reqs_conditional; then - einfo "Turning off ghc's 'Split Objs' feature because this machine" - einfo "does not have enough RAM for it. This will have the effect" - einfo "of making binaries produced by ghc considerably larger." + elog "Turning off ghc's 'Split Objs' feature because this machine" + elog "does not have enough RAM for it. This will have the effect" + elog "of making binaries produced by ghc considerably larger." echo "SplitObjs=NO" >> mk/build.mk fi @@ -283,9 +283,9 @@ pkg_postinst () { $(ghc-getghcpkg) unregister Cabal > /dev/null eend $? ghc-reregister - einfo "If you have dev-lang/ghc-bin installed, you might" - einfo "want to unmerge it. It is no longer needed." - einfo + elog "If you have dev-lang/ghc-bin installed, you might" + elog "want to unmerge it. It is no longer needed." + elog ewarn "IMPORTANT:" ewarn "If you have upgraded from another version of ghc or" ewarn "if you have switched from ghc-bin to ghc, please run:" diff --git a/dev-lang/ghc/ghc-6.4.2.ebuild b/dev-lang/ghc/ghc-6.4.2.ebuild index 963a2a1d446a..02b39ddaf0d4 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-2006 Gentoo Foundation +# Copyright 1999-2007 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.16 2006/10/03 23:42:18 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.2.ebuild,v 1.17 2007/01/06 18:18:56 kosmikus Exp $ # Brief explanation of the bootstrap logic: # @@ -226,9 +226,9 @@ src_compile() { # The SplitObjs feature makes 'ar'/'ranlib' take loads of RAM: CHECKREQS_MEMORY="200" if ! check_reqs_conditional; then - einfo "Turning off ghc's 'Split Objs' feature because this machine" - einfo "does not have enough RAM for it. This will have the effect" - einfo "of making binaries produced by ghc considerably larger." + elog "Turning off ghc's 'Split Objs' feature because this machine" + elog "does not have enough RAM for it. This will have the effect" + elog "of making binaries produced by ghc considerably larger." echo "SplitObjs=NO" >> mk/build.mk fi @@ -291,9 +291,9 @@ pkg_postinst () { $(ghc-getghcpkg) unregister Cabal > /dev/null eend $? ghc-reregister - einfo "If you have dev-lang/ghc-bin installed, you might" - einfo "want to unmerge it. It is no longer needed." - einfo + elog "If you have dev-lang/ghc-bin installed, you might" + elog "want to unmerge it. It is no longer needed." + elog ewarn "IMPORTANT:" ewarn "If you have upgraded from another version of ghc or" ewarn "if you have switched from ghc-bin to ghc, please run:" |