voyageur    15/06/18 12:40:13

  Modified:             metadata.xml ChangeLog llvm-2.8-r2.ebuild
                        llvm-2.9-r2.ebuild
  Log:
  Remove last llvm-gcc references, this was removed years ago
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  Changes    Path
1.16                 sys-devel/llvm/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/metadata.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- metadata.xml        15 Jun 2015 12:52:14 -0000      1.15
+++ metadata.xml        18 Jun 2015 12:40:13 -0000      1.16
@@ -20,7 +20,6 @@
                <flag name='doc'>Build and install the HTML documentation and 
regenerate the man pages</flag>
                <flag name='gold'>Build the gold linker plugin</flag>
                <flag name='lldb'>Build the lldb debugger</flag>
-               <flag name='llvm-gcc'>Build LLVM with 
<pkg>sys-devel/llvm-gcc</pkg></flag>
                <flag name='multitarget'>Build all host targets (default: host 
only)</flag>
                <flag name='ncurses'>Support querying terminal properties using 
ncurses' terminfo</flag>
                <flag name='static-analyzer'>Install the Clang static analyzer 
(requires USE=clang)</flag>



1.254                sys-devel/llvm/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v
retrieving revision 1.253
retrieving revision 1.254
diff -u -r1.253 -r1.254
--- ChangeLog   15 Jun 2015 22:26:52 -0000      1.253
+++ ChangeLog   18 Jun 2015 12:40:13 -0000      1.254
@@ -1,6 +1,10 @@
 # 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.253 2015/06/15 
22:26:52 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.254 2015/06/18 
12:40:13 voyageur Exp $
+
+  18 Jun 2015; Bernard Cafarelli <[email protected]> llvm-2.8-r2.ebuild,
+  llvm-2.9-r2.ebuild, metadata.xml:
+  Remove last llvm-gcc references, this was removed years ago
 
   15 Jun 2015; Bernard Cafarelli <[email protected]> llvm-9999.ebuild:
   lldb fixes thanks to mgorny's review



1.11                 sys-devel/llvm/llvm-2.8-r2.ebuild

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

Index: llvm-2.8-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-2.8-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- llvm-2.8-r2.ebuild  10 Jun 2013 22:26:20 -0000      1.10
+++ llvm-2.8-r2.ebuild  18 Jun 2015 12:40:13 -0000      1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 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/llvm/llvm-2.8-r2.ebuild,v 1.10 
2013/06/10 22:26:20 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-2.8-r2.ebuild,v 1.11 
2015/06/18 12:40:13 voyageur Exp $
 
 EAPI="4"
 inherit eutils multilib toolchain-funcs
@@ -14,7 +14,7 @@
 LICENSE="UoI-NCSA"
 SLOT="0"
 KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="debug +libffi llvm-gcc multitarget ocaml test udis86"
+IUSE="debug +libffi multitarget ocaml test udis86"
 
 DEPEND="dev-lang/perl
        >=sys-devel/make-3.79
@@ -117,31 +117,10 @@
                CONF_FLAGS="${CONF_FLAGS} --enable-pic"
        fi
 
-       # things would be built differently depending on whether llvm-gcc is
-       # used or not.
-       local LLVM_GCC_DIR=/dev/null
-       local LLVM_GCC_DRIVER=nope ; local LLVM_GPP_DRIVER=nope
-       if use llvm-gcc ; then
-               if has_version sys-devel/llvm-gcc; then
-                       LLVM_GCC_DIR=$(ls -d 
${EROOT}/usr/$(get_libdir)/llvm-gcc* 2> /dev/null)
-                       LLVM_GCC_DRIVER=$(find ${LLVM_GCC_DIR} -name 
'llvm*-gcc' 2> /dev/null)
-                       if [[ -z ${LLVM_GCC_DRIVER} ]] ; then
-                               die "failed to find installed llvm-gcc, 
LLVM_GCC_DIR=${LLVM_GCC_DIR}"
-                       fi
-                       einfo "Using $LLVM_GCC_DRIVER"
-                       LLVM_GPP_DRIVER=${LLVM_GCC_DRIVER/%-gcc/-g++}
-               else
-                       eerror "llvm-gcc USE flag enabled, but 
sys-devel/llvm-gcc was not found"
-                       eerror "Building with standard gcc, re-merge this 
package after installing"
-                       eerror "llvm-gcc to build with it"
-                       eerror "This is normal behavior on first LLVM merge"
-               fi
-       fi
-
        CONF_FLAGS="${CONF_FLAGS} \
-               --with-llvmgccdir=${LLVM_GCC_DIR} \
-               --with-llvmgcc=${LLVM_GCC_DRIVER} \
-               --with-llvmgxx=${LLVM_GPP_DRIVER}"
+               --with-llvmgccdir=/dev/null \
+               --with-llvmgcc=nope \
+               --with-llvmgxx=nope"
 
        if use ocaml; then
                CONF_FLAGS="${CONF_FLAGS} --enable-bindings=ocaml"



1.13                 sys-devel/llvm/llvm-2.9-r2.ebuild

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

Index: llvm-2.9-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-2.9-r2.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- llvm-2.9-r2.ebuild  10 Jun 2013 22:26:20 -0000      1.12
+++ llvm-2.9-r2.ebuild  18 Jun 2015 12:40:13 -0000      1.13
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 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/llvm/llvm-2.9-r2.ebuild,v 1.12 
2013/06/10 22:26:20 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-2.9-r2.ebuild,v 1.13 
2015/06/18 12:40:13 voyageur Exp $
 
 EAPI="4"
 inherit eutils flag-o-matic multilib toolchain-funcs pax-utils
@@ -12,7 +12,7 @@
 LICENSE="UoI-NCSA"
 SLOT="0"
 KEYWORDS="amd64 ~ppc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="debug +libffi llvm-gcc multitarget ocaml test udis86 vim-syntax"
+IUSE="debug +libffi multitarget ocaml test udis86 vim-syntax"
 
 DEPEND="dev-lang/perl
        >=sys-devel/make-3.79
@@ -110,31 +110,10 @@
                CONF_FLAGS="${CONF_FLAGS} --enable-pic"
        fi
 
-       # things would be built differently depending on whether llvm-gcc is
-       # used or not.
-       local LLVM_GCC_DIR=/dev/null
-       local LLVM_GCC_DRIVER=nope ; local LLVM_GPP_DRIVER=nope
-       if use llvm-gcc ; then
-               if has_version sys-devel/llvm-gcc; then
-                       LLVM_GCC_DIR=$(ls -d 
${EROOT}/usr/$(get_libdir)/llvm-gcc* 2> /dev/null)
-                       LLVM_GCC_DRIVER=$(find ${LLVM_GCC_DIR} -name 
'llvm*-gcc' 2> /dev/null)
-                       if [[ -z ${LLVM_GCC_DRIVER} ]] ; then
-                               die "failed to find installed llvm-gcc, 
LLVM_GCC_DIR=${LLVM_GCC_DIR}"
-                       fi
-                       einfo "Using $LLVM_GCC_DRIVER"
-                       LLVM_GPP_DRIVER=${LLVM_GCC_DRIVER/%-gcc/-g++}
-               else
-                       eerror "llvm-gcc USE flag enabled, but 
sys-devel/llvm-gcc was not found"
-                       eerror "Building with standard gcc, re-merge this 
package after installing"
-                       eerror "llvm-gcc to build with it"
-                       eerror "This is normal behavior on first LLVM merge"
-               fi
-       fi
-
        CONF_FLAGS="${CONF_FLAGS} \
-               --with-llvmgccdir=${LLVM_GCC_DIR} \
-               --with-llvmgcc=${LLVM_GCC_DRIVER} \
-               --with-llvmgxx=${LLVM_GPP_DRIVER}"
+               --with-llvmgccdir=/dev/null \
+               --with-llvmgcc=nope \
+               --with-llvmgxx=nope"
 
        if use ocaml; then
                CONF_FLAGS="${CONF_FLAGS} --enable-bindings=ocaml"




Reply via email to