From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SOsge-0002AN-0o for garchives@archives.gentoo.org; Mon, 30 Apr 2012 15:38:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A41A7E0985; Mon, 30 Apr 2012 15:38:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 74BE4E0985 for ; Mon, 30 Apr 2012 15:38:44 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97C561B404F for ; Mon, 30 Apr 2012 15:38:43 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 984) id B2E9D2004B; Mon, 30 Apr 2012 15:38:41 +0000 (UTC) From: "Fabian Groffen (grobian)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, grobian@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/ghc: ghc-6.12.3-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ghc-6.12.3-r2.ebuild ChangeLog X-VCS-Directories: dev-lang/ghc X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen Content-Type: text/plain; charset=utf8 Message-Id: <20120430153841.B2E9D2004B@flycatcher.gentoo.org> Date: Mon, 30 Apr 2012 15:38:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 128926ed-cadf-42f5-a606-bf466e72b593 X-Archives-Hash: 504d8199fbd0e1a355999299f955ac40 grobian 12/04/30 15:38:41 Modified: ghc-6.12.3-r2.ebuild ChangeLog Log: Avoid errors for platforms we don't use Gentoo's binaries =20 (Portage version: 2.2.01.20430-prefix/cvs/Darwin i386) Revision Changes Path 1.8 dev-lang/ghc/ghc-6.12.3-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6= .12.3-r2.ebuild?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6= .12.3-r2.ebuild?rev=3D1.8&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/ghc-6= .12.3-r2.ebuild?r1=3D1.7&r2=3D1.8 Index: ghc-6.12.3-r2.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.12.3-r2.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ghc-6.12.3-r2.ebuild 13 Apr 2012 19:01:18 -0000 1.7 +++ ghc-6.12.3-r2.ebuild 30 Apr 2012 15:38:41 -0000 1.8 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.12.3-r2.ebuild,v 1= .7 2012/04/13 19:01:18 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.12.3-r2.ebuild,v 1= .8 2012/04/30 15:38:41 grobian Exp $ =20 # Brief explanation of the bootstrap logic: # @@ -225,7 +225,7 @@ =20 ghc_setup_cflags =20 - if ! use ghcbootstrap; then + if ! use ghcbootstrap && [[ ${CHOST} !=3D *-darwin* && ${CHOST} !=3D *-= solaris* ]]; then # Modify the wrapper script from the binary tarball to use GHC_CFLAGS. # See bug #313635. sed -i -e "s|\"\$topdir\"|\"\$topdir\" ${GHC_CFLAGS}|" \ 1.220 dev-lang/ghc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/Chang= eLog?rev=3D1.220&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/Chang= eLog?rev=3D1.220&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ghc/Chang= eLog?r1=3D1.219&r2=3D1.220 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v retrieving revision 1.219 retrieving revision 1.220 diff -u -r1.219 -r1.220 --- ChangeLog 27 Apr 2012 18:14:42 -0000 1.219 +++ ChangeLog 30 Apr 2012 15:38:41 -0000 1.220 @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ghc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.219 2012/0= 4/27 18:14:42 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.220 2012/0= 4/30 15:38:41 grobian Exp $ + + 30 Apr 2012; Fabian Groffen ghc-6.12.3-r2.ebuild: + Avoid errors for platforms we don't use Gentoo's binaries =20 *ghc-7.4.1-r1 (27 Apr 2012) =20