public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/v8: v8-3.9.24.1.ebuild v8-3.9.23.ebuild ChangeLog
@ 2012-04-03 11:30 Fabian Groffen (grobian)
  0 siblings, 0 replies; only message in thread
From: Fabian Groffen (grobian) @ 2012-04-03 11:30 UTC (permalink / raw
  To: gentoo-commits

grobian     12/04/03 11:30:53

  Modified:             v8-3.9.24.1.ebuild v8-3.9.23.ebuild ChangeLog
  Log:
  Drop useless sed for unused SCons buildsystem from all ebuilds for consistency
  
  (Portage version: 2.2.01.20366-prefix/cvs/SunOS i386)

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

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

Index: v8-3.9.24.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.9.24.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- v8-3.9.24.1.ebuild	2 Apr 2012 12:47:18 -0000	1.1
+++ v8-3.9.24.1.ebuild	3 Apr 2012 11:30:53 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.9.24.1.ebuild,v 1.1 2012/04/02 12:47:18 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.9.24.1.ebuild,v 1.2 2012/04/03 11:30:53 grobian Exp $
 
 EAPI="4"
 
@@ -47,8 +47,6 @@
 	sed -i \
 		-e '/^LINK_COMMANDS_MAC =/,/^SHARED_HEADER =/s#-shared#-dynamiclib -all_load -install_name '"${EPREFIX}/usr/$(get_libdir)/libv8$(get_libname $(get_version_component_range 1-3))"'#' \
 		build/gyp/pylib/gyp/generator/make.py || die
-	# don't force targetting old machines
-	sed -i -e "s/, '-mmacosx-version-min=10.4'//" SConstruct || die
 }
 
 src_compile() {



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

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

Index: v8-3.9.23.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.9.23.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- v8-3.9.23.ebuild	24 Mar 2012 20:38:21 -0000	1.1
+++ v8-3.9.23.ebuild	3 Apr 2012 11:30:53 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.9.23.ebuild,v 1.1 2012/03/24 20:38:21 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.9.23.ebuild,v 1.2 2012/04/03 11:30:53 grobian Exp $
 
 EAPI="4"
 
@@ -47,8 +47,6 @@
 	sed -i \
 		-e '/^LINK_COMMANDS_MAC =/,/^SHARED_HEADER =/s#-shared#-dynamiclib -all_load -install_name '"${EPREFIX}/usr/$(get_libdir)/libv8$(get_libname $(get_version_component_range 1-3))"'#' \
 		build/gyp/pylib/gyp/generator/make.py || die
-	# don't force targetting old machines
-	sed -i -e "s/, '-mmacosx-version-min=10.4'//" SConstruct || die
 }
 
 src_compile() {



1.160                dev-lang/v8/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- ChangeLog	2 Apr 2012 12:47:18 -0000	1.159
+++ ChangeLog	3 Apr 2012 11:30:53 -0000	1.160
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/v8
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.159 2012/04/02 12:47:18 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.160 2012/04/03 11:30:53 grobian Exp $
+
+  03 Apr 2012; Fabian Groffen <grobian@gentoo.org> v8-3.9.23.ebuild,
+  v8-3.9.24.1.ebuild:
+  Drop useless sed for unused SCons buildsystem from all ebuilds for consistency
 
 *v8-3.9.24.1 (02 Apr 2012)
 






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

only message in thread, other threads:[~2012-04-03 11:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-03 11:30 [gentoo-commits] gentoo-x86 commit in dev-lang/v8: v8-3.9.24.1.ebuild v8-3.9.23.ebuild ChangeLog Fabian Groffen (grobian)

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