public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/v8: v8-3.15.11.15.ebuild ChangeLog
@ 2013-02-18 21:47 Mike Gilbert (floppym)
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Gilbert (floppym) @ 2013-02-18 21:47 UTC (permalink / raw
  To: gentoo-commits

floppym     13/02/18 21:47:23

  Modified:             v8-3.15.11.15.ebuild ChangeLog
  Log:
  Also apply build changes to 3.15.
  
  (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.2                  dev-lang/v8/v8-3.15.11.15.ebuild

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

Index: v8-3.15.11.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.15.11.15.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- v8-3.15.11.15.ebuild	6 Feb 2013 02:30:42 -0000	1.1
+++ v8-3.15.11.15.ebuild	18 Feb 2013 21:47:23 -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.15.11.15.ebuild,v 1.1 2013/02/06 02:30:42 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.15.11.15.ebuild,v 1.2 2013/02/18 21:47:23 floppym Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python2_{6,7} )
@@ -23,7 +23,7 @@
 	epatch "${FILESDIR}"/${PN}-vfp2-r0.patch
 }
 
-src_compile() {
+src_configure() {
 	tc-export AR CC CXX RANLIB
 	export LINK=${CXX}
 
@@ -46,20 +46,34 @@
 	esac
 	mytarget=${myarch}.release
 
-	local snapshot=on
-	host-is-pax && snapshot=off
-
 	# TODO: Add console=readline option once implemented upstream
 	# http://code.google.com/p/v8/issues/detail?id=1781
 
+	# Generate the real Makefile.
 	emake V=1 \
 		library=shared \
 		werror=no \
 		soname_version=${soname_version} \
-		snapshot=${snapshot} \
+		snapshot=on \
 		hardfp=${hardfp} \
-		${mytarget} || die
+		out/Makefile.${myarch} || die
+}
+
+src_compile() {
+	local makeargs=(
+		-C out
+		-f Makefile.${myarch}
+		V=1
+		BUILDTYPE=Release
+		builddir="${S}/out/${mytarget}"
+	)
+
+	# Build mksnapshot so we can pax-mark it.
+	emake "${makeargs[@]}" mksnapshot || die
+	pax-mark m out/${mytarget}/mksnapshot
 
+	# Build everything else.
+	emake "${makeargs[@]}" || die
 	pax-mark m out/${mytarget}/{cctest,d8,shell} || die
 }
 



1.280                dev-lang/v8/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v
retrieving revision 1.279
retrieving revision 1.280
diff -u -r1.279 -r1.280
--- ChangeLog	18 Feb 2013 21:36:45 -0000	1.279
+++ ChangeLog	18 Feb 2013 21:47:23 -0000	1.280
@@ -1,6 +1,9 @@
 # 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.279 2013/02/18 21:36:45 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.280 2013/02/18 21:47:23 floppym Exp $
+
+  18 Feb 2013; Mike Gilbert <floppym@gentoo.org> v8-3.15.11.15.ebuild:
+  Also apply build changes to 3.15.
 
 *v8-3.16.14.1 (18 Feb 2013)
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-lang/v8: v8-3.15.11.15.ebuild ChangeLog
@ 2013-02-22 12:09 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-22 12:09 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/22 12:09:10

  Modified:             v8-3.15.11.15.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #458644
  
  (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-lang/v8/v8-3.15.11.15.ebuild

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

Index: v8-3.15.11.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.15.11.15.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- v8-3.15.11.15.ebuild	18 Feb 2013 21:47:23 -0000	1.2
+++ v8-3.15.11.15.ebuild	22 Feb 2013 12:09:10 -0000	1.3
@@ -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.15.11.15.ebuild,v 1.2 2013/02/18 21:47:23 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.15.11.15.ebuild,v 1.3 2013/02/22 12:09:10 ago Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python2_{6,7} )
@@ -14,7 +14,7 @@
 
 soname_version="$(get_version_component_range 1-3)"
 SLOT="0/${soname_version}"
-KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm ~x86 ~x86-fbsd ~x64-macos ~x86-macos"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"



1.281                dev-lang/v8/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v
retrieving revision 1.280
retrieving revision 1.281
diff -u -r1.280 -r1.281
--- ChangeLog	18 Feb 2013 21:47:23 -0000	1.280
+++ ChangeLog	22 Feb 2013 12:09:10 -0000	1.281
@@ -1,6 +1,9 @@
 # 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.280 2013/02/18 21:47:23 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.281 2013/02/22 12:09:10 ago Exp $
+
+  22 Feb 2013; Agostino Sarubbo <ago@gentoo.org> v8-3.15.11.15.ebuild:
+  Stable for amd64, wrt bug #458644
 
   18 Feb 2013; Mike Gilbert <floppym@gentoo.org> v8-3.15.11.15.ebuild:
   Also apply build changes to 3.15.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-lang/v8: v8-3.15.11.15.ebuild ChangeLog
@ 2013-02-22 12:09 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-22 12:09 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/22 12:09:44

  Modified:             v8-3.15.11.15.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #458644
  
  (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

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

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

Index: v8-3.15.11.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.15.11.15.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- v8-3.15.11.15.ebuild	22 Feb 2013 12:09:10 -0000	1.3
+++ v8-3.15.11.15.ebuild	22 Feb 2013 12:09:44 -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.15.11.15.ebuild,v 1.3 2013/02/22 12:09:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.15.11.15.ebuild,v 1.4 2013/02/22 12:09:44 ago Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python2_{6,7} )
@@ -14,7 +14,7 @@
 
 soname_version="$(get_version_component_range 1-3)"
 SLOT="0/${soname_version}"
-KEYWORDS="amd64 ~arm ~x86 ~x86-fbsd ~x64-macos ~x86-macos"
+KEYWORDS="amd64 ~arm x86 ~x86-fbsd ~x64-macos ~x86-macos"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"



1.282                dev-lang/v8/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v
retrieving revision 1.281
retrieving revision 1.282
diff -u -r1.281 -r1.282
--- ChangeLog	22 Feb 2013 12:09:10 -0000	1.281
+++ ChangeLog	22 Feb 2013 12:09:44 -0000	1.282
@@ -1,6 +1,9 @@
 # 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.281 2013/02/22 12:09:10 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.282 2013/02/22 12:09:44 ago Exp $
+
+  22 Feb 2013; Agostino Sarubbo <ago@gentoo.org> v8-3.15.11.15.ebuild:
+  Stable for x86, wrt bug #458644
 
   22 Feb 2013; Agostino Sarubbo <ago@gentoo.org> v8-3.15.11.15.ebuild:
   Stable for amd64, wrt bug #458644





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-02-22 12:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-22 12:09 [gentoo-commits] gentoo-x86 commit in dev-lang/v8: v8-3.15.11.15.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-02-22 12:09 Agostino Sarubbo (ago)
2013-02-18 21:47 Mike Gilbert (floppym)

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