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

grobian     12/11/16 19:26:00

  Modified:             v8-3.14.5.1.ebuild v8-3.15.1.2.ebuild
                        v8-9999.ebuild ChangeLog
  Log:
  Fix install_name reference of d8
  
  (Portage version: 2.2.01.21313-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)

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

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

Index: v8-3.14.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.14.5.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- v8-3.14.5.1.ebuild	15 Nov 2012 01:24:20 -0000	1.1
+++ v8-3.14.5.1.ebuild	16 Nov 2012 19:25:59 -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.14.5.1.ebuild,v 1.1 2012/11/15 01:24:20 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.14.5.1.ebuild,v 1.2 2012/11/16 19:25:59 grobian Exp $
 
 EAPI="4"
 
@@ -95,7 +95,7 @@
 			|| die
 		install_name_tool \
 			-change \
-			"${S}"/out/${mytarget}/libv8.so.${soname_version} \
+			/usr/local/lib/libv8.so.${soname_version} \
 			"${EPREFIX}"/usr/$(get_libdir)/libv8$(get_libname) \
 			out/${mytarget}/d8 || die
 	fi



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

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

Index: v8-3.15.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.15.1.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- v8-3.15.1.2.ebuild	15 Nov 2012 02:10:48 -0000	1.1
+++ v8-3.15.1.2.ebuild	16 Nov 2012 19:25:59 -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.15.1.2.ebuild,v 1.1 2012/11/15 02:10:48 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.15.1.2.ebuild,v 1.2 2012/11/16 19:25:59 grobian Exp $
 
 EAPI="4"
 
@@ -95,7 +95,7 @@
 			|| die
 		install_name_tool \
 			-change \
-			"${S}"/out/${mytarget}/libv8.so.${soname_version} \
+			/usr/local/lib/libv8.so.${soname_version} \
 			"${EPREFIX}"/usr/$(get_libdir)/libv8$(get_libname) \
 			out/${mytarget}/d8 || die
 	fi



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

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

Index: v8-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- v8-9999.ebuild	29 Aug 2012 17:13:26 -0000	1.32
+++ v8-9999.ebuild	16 Nov 2012 19:25:59 -0000	1.33
@@ -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-9999.ebuild,v 1.32 2012/08/29 17:13:26 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.33 2012/11/16 19:25:59 grobian Exp $
 
 EAPI="4"
 
@@ -102,7 +102,7 @@
 			|| die
 		install_name_tool \
 			-change \
-			"${S}"/out/${mytarget}/libv8.so.${soname_version} \
+			/usr/local/lib/libv8.so.${soname_version} \
 			"${EPREFIX}"/usr/$(get_libdir)/libv8$(get_libname) \
 			out/${mytarget}/d8 || die
 	fi



1.257                dev-lang/v8/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v
retrieving revision 1.256
retrieving revision 1.257
diff -u -r1.256 -r1.257
--- ChangeLog	15 Nov 2012 02:10:48 -0000	1.256
+++ ChangeLog	16 Nov 2012 19:25:59 -0000	1.257
@@ -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.256 2012/11/15 02:10:48 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.257 2012/11/16 19:25:59 grobian Exp $
+
+  16 Nov 2012; Fabian Groffen <grobian@gentoo.org> v8-3.14.5.1.ebuild,
+  v8-3.15.1.2.ebuild, v8-9999.ebuild:
+  Fix install_name reference of d8
 
 *v8-3.15.1.2 (15 Nov 2012)
 





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

only message in thread, other threads:[~2012-11-16 19:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-16 19:26 [gentoo-commits] gentoo-x86 commit in dev-lang/v8: v8-3.14.5.1.ebuild v8-3.15.1.2.ebuild v8-9999.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