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 <[email protected]> llvm-9999.ebuild:
+  Remove no longer needed gcc-4.9 patch. Update clang vesion number.
 
   29 Jun 2015; Bernard Cafarelli <[email protected]> llvm-3.5.2.ebuild,
   +files/llvm-3.5.2-gcc-5.1.patch:




Reply via email to