grobian     15/05/31 14:38:44

  Modified:             llvm-3.6.1.ebuild llvm-9999.ebuild
                        llvm-3.5.2.ebuild ChangeLog
  Log:
  Fix dependencies for Darwin: only 3.4 can be compiled with gcc-apple-4.2.1, 
later versions need Clang.  We can compile 3.4 without libcxx, later versions 
need it on Darwin, so require it.
  
  (Portage version: 2.2.14-prefix/cvs/Darwin i386, signed Manifest commit with 
key 0x5F75F607C5C74E89)

Revision  Changes    Path
1.3                  sys-devel/llvm/llvm-3.6.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild?r1=1.2&r2=1.3

Index: llvm-3.6.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- llvm-3.6.1.ebuild   31 May 2015 09:45:07 -0000      1.2
+++ llvm-3.6.1.ebuild   31 May 2015 14:38:44 -0000      1.3
@@ -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-3.6.1.ebuild,v 1.2 
2015/05/31 09:45:07 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.6.1.ebuild,v 1.3 
2015/05/31 14:38:44 grobian Exp $
 
 EAPI=5
 
@@ -46,10 +46,11 @@
        >=sys-devel/make-3.81
        >=sys-devel/flex-2.5.4
        >=sys-devel/bison-1.875d
-       || ( >=sys-devel/gcc-3.0 >=sys-devel/gcc-apple-4.2.1 
>=sys-devel/llvm-3.5
+       || ( >=sys-devel/gcc-3.0 >=sys-devel/llvm-3.5
                ( >=sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx )
        )
        || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-5.1 )
+       kernel_Darwin? ( sys-libs/libcxx )
        clang? ( xml? ( virtual/pkgconfig ) )
        doc? ( dev-python/sphinx )
        libffi? ( virtual/pkgconfig )



1.109                sys-devel/llvm/llvm-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.109&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.109&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?r1=1.108&r2=1.109

Index: llvm-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- llvm-9999.ebuild    31 May 2015 09:45:07 -0000      1.108
+++ llvm-9999.ebuild    31 May 2015 14:38:44 -0000      1.109
@@ -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.108 
2015/05/31 09:45:07 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.109 
2015/05/31 14:38:44 grobian Exp $
 
 EAPI=5
 
@@ -44,10 +44,11 @@
        >=sys-devel/make-3.81
        >=sys-devel/flex-2.5.4
        >=sys-devel/bison-1.875d
-       || ( >=sys-devel/gcc-3.0 >=sys-devel/gcc-apple-4.2.1 
>=sys-devel/llvm-3.5
+       || ( >=sys-devel/gcc-3.0 >=sys-devel/llvm-3.5
                ( >=sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx )
        )
        || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-5.1 )
+       kernel_Darwin? ( sys-libs/libcxx )
        clang? ( xml? ( virtual/pkgconfig ) )
        libffi? ( virtual/pkgconfig )
        !!<dev-python/configparser-3.3.0.2



1.4                  sys-devel/llvm/llvm-3.5.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild?r1=1.3&r2=1.4

Index: llvm-3.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- llvm-3.5.2.ebuild   31 May 2015 09:45:07 -0000      1.3
+++ llvm-3.5.2.ebuild   31 May 2015 14:38:44 -0000      1.4
@@ -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-3.5.2.ebuild,v 1.3 
2015/05/31 09:45:07 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.5.2.ebuild,v 1.4 
2015/05/31 14:38:44 grobian Exp $
 
 EAPI=5
 
@@ -46,10 +46,11 @@
        >=sys-devel/make-3.81
        >=sys-devel/flex-2.5.4
        >=sys-devel/bison-1.875d
-       || ( >=sys-devel/gcc-3.0 >=sys-devel/gcc-apple-4.2.1 
>=sys-devel/llvm-3.3
+       || ( >=sys-devel/gcc-3.0 >=sys-devel/llvm-3.3
                ( >=sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx )
        )
        || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-5.1 )
+       kernel_Darwin? ( sys-libs/libcxx )
        clang? ( xml? ( virtual/pkgconfig ) )
        doc? ( dev-python/sphinx )
        libffi? ( virtual/pkgconfig )



1.243                sys-devel/llvm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.243&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.243&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.242&r2=1.243

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
retrieving revision 1.242
retrieving revision 1.243
diff -u -r1.242 -r1.243
--- ChangeLog   31 May 2015 09:45:07 -0000      1.242
+++ ChangeLog   31 May 2015 14:38:44 -0000      1.243
@@ -1,6 +1,12 @@
 # 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.242 2015/05/31 
09:45:07 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.243 2015/05/31 
14:38:44 grobian Exp $
+
+  31 May 2015; Fabian Groffen <grob...@gentoo.org> llvm-3.4.2.ebuild,
+  llvm-3.5.2.ebuild, llvm-3.6.1.ebuild, llvm-9999.ebuild:
+  Fix dependencies for Darwin: only 3.4 can be compiled with gcc-apple-4.2.1,
+  later versions need Clang.  We can compile 3.4 without libcxx, later versions
+  need it on Darwin, so require it.
 
   31 May 2015; Fabian Groffen <grob...@gentoo.org> llvm-3.4.2.ebuild,
   llvm-3.5.2.ebuild, llvm-3.6.1.ebuild, llvm-9999.ebuild:




Reply via email to