public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/v8: v8-3.18.5.14.ebuild v8-3.19.18.19.ebuild v8-9999.ebuild v8-3.19.18.18.ebuild ChangeLog v8-3.20.15.5.ebuild v8-3.20.12.1.ebuild
@ 2013-08-18  3:12 Stephen Klimaszewski (steev)
  0 siblings, 0 replies; only message in thread
From: Stephen Klimaszewski (steev) @ 2013-08-18  3:12 UTC (permalink / raw
  To: gentoo-commits

steev       13/08/18 03:12:50

  Modified:             v8-3.18.5.14.ebuild v8-3.19.18.19.ebuild
                        v8-9999.ebuild v8-3.19.18.18.ebuild ChangeLog
                        v8-3.20.15.5.ebuild v8-3.20.12.1.ebuild
  Log:
  v8: Add default to arm_fpu so that build doesn't fail when mfpu=(anything but neon)
  
  (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.4                  dev-lang/v8/v8-3.18.5.14.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.18.5.14.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.18.5.14.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.18.5.14.ebuild?r1=1.3&r2=1.4

Index: v8-3.18.5.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.18.5.14.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- v8-3.18.5.14.ebuild	31 Jul 2013 08:47:17 -0000	1.3
+++ v8-3.18.5.14.ebuild	18 Aug 2013 03:12:49 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.18.5.14.ebuild,v 1.3 2013/07/31 08:47:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.18.5.14.ebuild,v 1.4 2013/08/18 03:12:49 steev Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python2_{6,7} )
@@ -46,7 +46,7 @@
 			fi ;;
 		arm*-*)
 			myarch="arm"
-			myconf+=" -Dv8_target_arch=arm -Darm_fpu="
+			myconf+=" -Dv8_target_arch=arm -Darm_fpu=default"
 			if [[ ${CHOST} == *-hardfloat-* ]] ; then
 				myconf+=" -Dv8_use_arm_eabi_hardfloat=true"
 			else



1.2                  dev-lang/v8/v8-3.19.18.19.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.19.18.19.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.19.18.19.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.19.18.19.ebuild?r1=1.1&r2=1.2

Index: v8-3.19.18.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.19.18.19.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- v8-3.19.18.19.ebuild	18 Aug 2013 03:01:00 -0000	1.1
+++ v8-3.19.18.19.ebuild	18 Aug 2013 03:12:49 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.19.18.19.ebuild,v 1.1 2013/08/18 03:01:00 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.19.18.19.ebuild,v 1.2 2013/08/18 03:12:49 steev Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python2_{6,7} )
@@ -46,7 +46,7 @@
 			fi ;;
 		arm*-*)
 			myarch="arm"
-			myconf+=" -Dv8_target_arch=arm -Darm_fpu="
+			myconf+=" -Dv8_target_arch=arm -Darm_fpu=default"
 			if [[ ${CHOST} == *-hardfloat-* ]] ; then
 				myconf+=" -Dv8_use_arm_eabi_hardfloat=true"
 			else



1.48                 dev-lang/v8/v8-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-9999.ebuild?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-9999.ebuild?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-9999.ebuild?r1=1.47&r2=1.48

Index: v8-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- v8-9999.ebuild	31 Jul 2013 04:34:22 -0000	1.47
+++ v8-9999.ebuild	18 Aug 2013 03:12:49 -0000	1.48
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.47 2013/07/31 04:34:22 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.48 2013/08/18 03:12:49 steev Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python2_{6,7} )
@@ -60,7 +60,7 @@
 			fi ;;
 		arm*-*)
 			myarch="arm"
-			myconf+=" -Dv8_target_arch=arm -Darm_fpu="
+			myconf+=" -Dv8_target_arch=arm -Darm_fpu=default"
 			if [[ ${CHOST} == *-hardfloat-* ]] ; then
 				myconf+=" -Dv8_use_arm_eabi_hardfloat=true"
 			else



1.2                  dev-lang/v8/v8-3.19.18.18.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.19.18.18.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.19.18.18.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.19.18.18.ebuild?r1=1.1&r2=1.2

Index: v8-3.19.18.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.19.18.18.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- v8-3.19.18.18.ebuild	9 Aug 2013 03:44:33 -0000	1.1
+++ v8-3.19.18.18.ebuild	18 Aug 2013 03:12:49 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.19.18.18.ebuild,v 1.1 2013/08/09 03:44:33 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.19.18.18.ebuild,v 1.2 2013/08/18 03:12:49 steev Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python2_{6,7} )
@@ -46,7 +46,7 @@
 			fi ;;
 		arm*-*)
 			myarch="arm"
-			myconf+=" -Dv8_target_arch=arm -Darm_fpu="
+			myconf+=" -Dv8_target_arch=arm -Darm_fpu=default"
 			if [[ ${CHOST} == *-hardfloat-* ]] ; then
 				myconf+=" -Dv8_use_arm_eabi_hardfloat=true"
 			else



1.335                dev-lang/v8/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/ChangeLog?rev=1.335&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/ChangeLog?rev=1.335&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/ChangeLog?r1=1.334&r2=1.335

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v
retrieving revision 1.334
retrieving revision 1.335
diff -u -r1.334 -r1.335
--- ChangeLog	18 Aug 2013 03:01:00 -0000	1.334
+++ ChangeLog	18 Aug 2013 03:12:49 -0000	1.335
@@ -1,6 +1,12 @@
 # ChangeLog for dev-lang/v8
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.334 2013/08/18 03:01:00 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.335 2013/08/18 03:12:49 steev Exp $
+
+  18 Aug 2013; Steev Klimaszewski <steev@gentoo.org> v8-3.18.5.14.ebuild,
+  v8-3.19.18.18.ebuild, v8-3.19.18.19.ebuild, v8-3.20.12.1.ebuild,
+  v8-3.20.15.5.ebuild, v8-9999.ebuild:
+  v8: Add default to arm_fpu so that build doesn't fail when mfpu=(anything but
+  neon)
 
 *v8-3.19.18.19 (18 Aug 2013)
 



1.2                  dev-lang/v8/v8-3.20.15.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.20.15.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.20.15.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.20.15.5.ebuild?r1=1.1&r2=1.2

Index: v8-3.20.15.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.20.15.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- v8-3.20.15.5.ebuild	17 Aug 2013 22:41:58 -0000	1.1
+++ v8-3.20.15.5.ebuild	18 Aug 2013 03:12:49 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.20.15.5.ebuild,v 1.1 2013/08/17 22:41:58 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.20.15.5.ebuild,v 1.2 2013/08/18 03:12:49 steev Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python2_{6,7} )
@@ -52,7 +52,7 @@
 			fi ;;
 		arm*-*)
 			myarch="arm"
-			myconf+=" -Dv8_target_arch=arm -Darm_fpu="
+			myconf+=" -Dv8_target_arch=arm -Darm_fpu=default"
 			if [[ ${CHOST} == *-hardfloat-* ]] ; then
 				myconf+=" -Dv8_use_arm_eabi_hardfloat=true"
 			else



1.2                  dev-lang/v8/v8-3.20.12.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.20.12.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.20.12.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/v8-3.20.12.1.ebuild?r1=1.1&r2=1.2

Index: v8-3.20.12.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.20.12.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- v8-3.20.12.1.ebuild	13 Aug 2013 03:56:22 -0000	1.1
+++ v8-3.20.12.1.ebuild	18 Aug 2013 03:12:49 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.20.12.1.ebuild,v 1.1 2013/08/13 03:56:22 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.20.12.1.ebuild,v 1.2 2013/08/18 03:12:49 steev Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python2_{6,7} )
@@ -52,7 +52,7 @@
 			fi ;;
 		arm*-*)
 			myarch="arm"
-			myconf+=" -Dv8_target_arch=arm -Darm_fpu="
+			myconf+=" -Dv8_target_arch=arm -Darm_fpu=default"
 			if [[ ${CHOST} == *-hardfloat-* ]] ; then
 				myconf+=" -Dv8_use_arm_eabi_hardfloat=true"
 			else





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-18  3:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-18  3:12 [gentoo-commits] gentoo-x86 commit in dev-lang/v8: v8-3.18.5.14.ebuild v8-3.19.18.19.ebuild v8-9999.ebuild v8-3.19.18.18.ebuild ChangeLog v8-3.20.15.5.ebuild v8-3.20.12.1.ebuild Stephen Klimaszewski (steev)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox