From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 09F21138A1A for ; Sat, 31 Jan 2015 16:15:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83701E0899; Sat, 31 Jan 2015 16:15:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22703E0899 for ; Sat, 31 Jan 2015 16:15:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 096E434075C for ; Sat, 31 Jan 2015 16:15:26 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 984) id A09C010C47; Sat, 31 Jan 2015 16:15:23 +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 sys-devel/gcc-apple: gcc-apple-4.2.1_p5666-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gcc-apple-4.2.1_p5666-r2.ebuild ChangeLog X-VCS-Directories: sys-devel/gcc-apple X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150131161523.A09C010C47@oystercatcher.gentoo.org> Date: Sat, 31 Jan 2015 16:15:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0d483782-d589-4874-b438-b0dea302e1f9 X-Archives-Hash: ec346a6c32b346882eefccf08b72cf84 grobian 15/01/31 16:15:23 Modified: gcc-apple-4.2.1_p5666-r2.ebuild ChangeLog Log: Update darwin14 patch with much better approach by Michael Weisner, not revbumping because darwin14 bootstrapping should be broken anyway (Portage version: 2.2.14-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89) Revision Changes Path 1.3 sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r2.ebuild?r1=1.2&r2=1.3 Index: gcc-apple-4.2.1_p5666-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gcc-apple-4.2.1_p5666-r2.ebuild 23 Nov 2014 15:37:36 -0000 1.2 +++ gcc-apple-4.2.1_p5666-r2.ebuild 31 Jan 2015 16:15:23 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r2.ebuild,v 1.2 2014/11/23 15:37:36 redlizard Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/gcc-apple-4.2.1_p5666-r2.ebuild,v 1.3 2015/01/31 16:15:23 grobian Exp $ EAPI="3" @@ -119,9 +119,8 @@ [[ ${CHOST} == *86*-apple-darwin8 ]] && \ epatch "${FILESDIR}"/${PN}-${GCC_VERS}-dsymutil.patch - # Pseudo-support OS X 10.10 - [[ ${CHOST} == *-darwin14 ]] && \ - epatch "${FILESDIR}"/${P}-darwin14.patch + # support OS X 10.10 + epatch "${FILESDIR}"/${P}-darwin14.patch # bootstrapping might fail with host provided gcc on 10.4/x86 if ! is_crosscompile && ! echo "int main(){return 0;}" | gcc -o "${T}"/foo \ 1.31 sys-devel/gcc-apple/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-apple/ChangeLog?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-apple/ChangeLog?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc-apple/ChangeLog?r1=1.30&r2=1.31 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ChangeLog 23 Nov 2014 15:37:36 -0000 1.30 +++ ChangeLog 31 Jan 2015 16:15:23 -0000 1.31 @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/gcc-apple -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/ChangeLog,v 1.30 2014/11/23 15:37:36 redlizard Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-apple/ChangeLog,v 1.31 2015/01/31 16:15:23 grobian Exp $ + + 31 Jan 2015; Fabian Groffen + files/gcc-apple-4.2.1_p5666-darwin14.patch, gcc-apple-4.2.1_p5666-r2.ebuild: + Update darwin14 patch with much better approach by Michael Weisner, not + revbumping because darwin14 bootstrapping should be broken anyway 23 Nov 2014; redlizard gcc-apple-4.2.1_p5666-r2.ebuild: Change the portage-2.2.14 dependency to a blocker, as the upgrade needs to