public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/v8: v8-9999.ebuild v8-3.18.1.ebuild ChangeLog
@ 2013-04-29 18:56 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; only message in thread
From: PaweA Hajdan (phajdan.jr) @ 2013-04-29 18:56 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    13/04/29 18:56:35

  Modified:             v8-9999.ebuild v8-3.18.1.ebuild ChangeLog
  Log:
  Fix build on hardened systems, bug #466928 and patch by Alphat-PC.
  
  (Portage version: 2.1.11.55/cvs/Linux i686, signed Manifest commit with key 30427902)

Revision  Changes    Path
1.45                 dev-lang/v8/v8-9999.ebuild

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

Index: v8-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- v8-9999.ebuild	23 Apr 2013 00:23:55 -0000	1.44
+++ v8-9999.ebuild	29 Apr 2013 18:56:35 -0000	1.45
@@ -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.44 2013/04/23 00:23:55 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.45 2013/04/29 18:56:35 phajdan.jr Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python2_{6,7} )
@@ -89,11 +89,11 @@
 
 	# Build mksnapshot so we can pax-mark it.
 	emake "${makeargs[@]}" mksnapshot.${myarch}
-	pax-mark m out/Release/mksnapshot
+	pax-mark m out/Release/mksnapshot.${myarch}
 
 	# Build everything else.
 	emake "${makeargs[@]}"
-	pax-mark m out/Release/{cctest,d8}
+	pax-mark m out/Release/{cctest,d8,preparser}
 }
 
 src_test() {
@@ -133,7 +133,7 @@
 	dolib out/Release/lib.target/libv8$(get_libname ${soname_version})
 	dosym libv8$(get_libname ${soname_version}) /usr/$(get_libdir)/libv8$(get_libname)
 
-	dodoc AUTHORS ChangeLog || die
+	dodoc AUTHORS ChangeLog
 }
 
 # TODO: remove functions below after they are removed from chromium.eclass'



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

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

Index: v8-3.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.18.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- v8-3.18.1.ebuild	27 Apr 2013 10:47:03 -0000	1.2
+++ v8-3.18.1.ebuild	29 Apr 2013 18:56:35 -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.18.1.ebuild,v 1.2 2013/04/27 10:47:03 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.18.1.ebuild,v 1.3 2013/04/29 18:56:35 phajdan.jr Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python2_{6,7} )
@@ -88,11 +88,11 @@
 
 	# Build mksnapshot so we can pax-mark it.
 	emake "${makeargs[@]}" mksnapshot.${myarch}
-	pax-mark m out/Release/mksnapshot
+	pax-mark m out/Release/mksnapshot.${myarch}
 
 	# Build everything else.
 	emake "${makeargs[@]}"
-	pax-mark m out/Release/{cctest,d8}
+	pax-mark m out/Release/{cctest,d8,preparser}
 }
 
 src_test() {
@@ -132,7 +132,7 @@
 	dolib out/Release/lib.target/libv8$(get_libname ${soname_version})
 	dosym libv8$(get_libname ${soname_version}) /usr/$(get_libdir)/libv8$(get_libname)
 
-	dodoc AUTHORS ChangeLog || die
+	dodoc AUTHORS ChangeLog
 }
 
 # TODO: remove functions below after they are removed from chromium.eclass'



1.307                dev-lang/v8/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v
retrieving revision 1.306
retrieving revision 1.307
diff -u -r1.306 -r1.307
--- ChangeLog	27 Apr 2013 10:47:03 -0000	1.306
+++ ChangeLog	29 Apr 2013 18:56:35 -0000	1.307
@@ -1,6 +1,10 @@
 # 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.306 2013/04/27 10:47:03 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.307 2013/04/29 18:56:35 phajdan.jr Exp $
+
+  29 Apr 2013; Pawel Hajdan jr <phajdan.jr@gentoo.org> v8-3.18.1.ebuild,
+  v8-9999.ebuild:
+  Fix build on hardened systems, bug #466928 and patch by Alphat-PC.
 
   27 Apr 2013; Fabian Groffen <grobian@gentoo.org> v8-3.17.16.2.ebuild,
   v8-3.18.1.ebuild:





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

only message in thread, other threads:[~2013-04-29 18:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-29 18:56 [gentoo-commits] gentoo-x86 commit in dev-lang/v8: v8-9999.ebuild v8-3.18.1.ebuild ChangeLog PaweA Hajdan (phajdan.jr)

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