public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/v8: v8-3.7.7.ebuild v8-3.7.6.ebuild ChangeLog
@ 2011-11-23 22:23 Mike Gilbert (floppym)
  0 siblings, 0 replies; only message in thread
From: Mike Gilbert (floppym) @ 2011-11-23 22:23 UTC (permalink / raw
  To: gentoo-commits

floppym     11/11/23 22:23:20

  Modified:             v8-3.7.7.ebuild v8-3.7.6.ebuild ChangeLog
  Log:
  Remove obsolete sed call; the build system allows us to turn off -Werror.
  
  (Portage version: 2.2.0_alpha77/cvs/Linux x86_64)

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

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

Index: v8-3.7.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.7.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- v8-3.7.7.ebuild	23 Nov 2011 19:27:23 -0000	1.2
+++ v8-3.7.7.ebuild	23 Nov 2011 22:23:19 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.7.7.ebuild,v 1.2 2011/11/23 19:27:23 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.7.7.ebuild,v 1.3 2011/11/23 22:23:19 floppym Exp $
 
 EAPI="4"
 
@@ -31,11 +31,6 @@
 	python_pkg_setup
 }
 
-src_prepare() {
-	# Stop -Werror from breaking the build.
-	sed -i -e "s/-Werror//" build/standalone.gypi || die
-}
-
 src_compile() {
 	tc-export AR CC CXX RANLIB
 	export LINK="${CXX}"



1.3                  dev-lang/v8/v8-3.7.6.ebuild

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

Index: v8-3.7.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.7.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- v8-3.7.6.ebuild	23 Nov 2011 19:27:23 -0000	1.2
+++ v8-3.7.6.ebuild	23 Nov 2011 22:23:20 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.7.6.ebuild,v 1.2 2011/11/23 19:27:23 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.7.6.ebuild,v 1.3 2011/11/23 22:23:20 floppym Exp $
 
 EAPI="4"
 
@@ -31,11 +31,6 @@
 	python_pkg_setup
 }
 
-src_prepare() {
-	# Stop -Werror from breaking the build.
-	sed -i -e "s/-Werror//" build/standalone.gypi || die
-}
-
 src_compile() {
 	tc-export AR CC CXX RANLIB
 	export LINK="${CXX}"



1.112                dev-lang/v8/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog	23 Nov 2011 19:29:35 -0000	1.111
+++ ChangeLog	23 Nov 2011 22:23:20 -0000	1.112
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/v8
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.111 2011/11/23 19:29:35 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.112 2011/11/23 22:23:20 floppym Exp $
+
+  23 Nov 2011; Mike Gilbert <floppym@gentoo.org> v8-3.7.6.ebuild,
+  v8-3.7.7.ebuild:
+  Remove obsolete sed call; the build system allows us to turn off -Werror.
 
   23 Nov 2011; Mike Gilbert <floppym@gentoo.org> v8-9999.ebuild:
   Add pkg_pretend check to live ebuild.






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

only message in thread, other threads:[~2011-11-23 22:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-23 22:23 [gentoo-commits] gentoo-x86 commit in dev-lang/v8: v8-3.7.7.ebuild v8-3.7.6.ebuild ChangeLog 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