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 002CB138F14 for ; Sun, 19 Jul 2015 17:29:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9492014012; Sun, 19 Jul 2015 17:29:36 +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 2AAA714012 for ; Sun, 19 Jul 2015 17:29:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 35CFE3408FE for ; Sun, 19 Jul 2015 17:29:35 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2279) id 358C8AE; Sun, 19 Jul 2015 17:29:33 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/llvm: llvm-9999.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: llvm-9999.ebuild ChangeLog X-VCS-Directories: sys-devel/llvm X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150719172933.358C8AE@oystercatcher.gentoo.org> Date: Sun, 19 Jul 2015 17:29:33 +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: 213c4ea3-c1c6-4404-80bd-4f488eef7518 X-Archives-Hash: 5efc22156ba003c6a20f1a38558250e6 mgorny 15/07/19 17:29:33 Modified: llvm-9999.ebuild ChangeLog Log: Remove no longer needed gcc-4.9 patch. Update clang vesion number. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision Changes Path 1.119 sys-devel/llvm/llvm-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.119&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.119&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?r1=1.118&r2=1.119 Index: llvm-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v retrieving revision 1.118 retrieving revision 1.119 diff -u -r1.118 -r1.119 --- llvm-9999.ebuild 15 Jun 2015 22:26:52 -0000 1.118 +++ llvm-9999.ebuild 19 Jul 2015 17:29:33 -0000 1.119 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.118 2015/06/15 22:26:52 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.119 2015/07/19 17:29:33 mgorny Exp $ EAPI=5 @@ -152,7 +152,6 @@ } src_prepare() { - epatch "${FILESDIR}"/${PN}-3.5-gcc-4.9.patch # Make ocaml warnings non-fatal, bug #537308 sed -e "/RUN/s/-warn-error A//" -i test/Bindings/OCaml/*ml || die @@ -364,7 +363,7 @@ if use clang; then # note: magic applied in multilib_src_install()! - CLANG_VERSION=3.7 + CLANG_VERSION=3.8 MULTILIB_CHOST_TOOLS+=( /usr/bin/clang 1.256 sys-devel/llvm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.256&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.256&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.255&r2=1.256 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v retrieving revision 1.255 retrieving revision 1.256 diff -u -r1.255 -r1.256 --- ChangeLog 29 Jun 2015 11:58:05 -0000 1.255 +++ ChangeLog 19 Jul 2015 17:29:33 -0000 1.256 @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/llvm # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.255 2015/06/29 11:58:05 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.256 2015/07/19 17:29:33 mgorny Exp $ + + 19 Jul 2015; Michał Górny llvm-9999.ebuild: + Remove no longer needed gcc-4.9 patch. Update clang vesion number. 29 Jun 2015; Bernard Cafarelli llvm-3.5.2.ebuild, +files/llvm-3.5.2-gcc-5.1.patch: