diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-02-04 14:32:25 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-02-04 14:32:25 +0000 |
commit | 6c71016df5e19bc506846ef7ab5cf702c098b024 (patch) | |
tree | 45855f11ca75284b3d0361986bcfaf4476fce141 /dev-lang | |
parent | Version bump. (diff) | |
download | gentoo-2-6c71016df5e19bc506846ef7ab5cf702c098b024.tar.gz gentoo-2-6c71016df5e19bc506846ef7ab5cf702c098b024.tar.bz2 gentoo-2-6c71016df5e19bc506846ef7ab5cf702c098b024.zip |
Version bump for dev channel release. Remove old.
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/v8/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/v8/v8-3.0.12.8.ebuild (renamed from dev-lang/v8/v8-3.0.7.ebuild) | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lang/v8/ChangeLog b/dev-lang/v8/ChangeLog index 8299b6fd5bf7..91a877cc9b89 100644 --- a/dev-lang/v8/ChangeLog +++ b/dev-lang/v8/ChangeLog @@ -1,6 +1,12 @@ # 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.34 2011/02/02 12:51:57 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.35 2011/02/04 14:32:25 phajdan.jr Exp $ + +*v8-3.0.12.8 (04 Feb 2011) + + 04 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> -v8-3.0.7.ebuild, + +v8-3.0.12.8.ebuild: + Version bump for dev channel release. Remove old. *v8-3.0.12 (02 Feb 2011) diff --git a/dev-lang/v8/v8-3.0.7.ebuild b/dev-lang/v8/v8-3.0.12.8.ebuild index d89bbab91a65..2d6390684c19 100644 --- a/dev-lang/v8/v8-3.0.7.ebuild +++ b/dev-lang/v8/v8-3.0.12.8.ebuild @@ -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.0.7.ebuild,v 1.2 2011/01/22 10:05:32 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.0.12.8.ebuild,v 1.1 2011/02/04 14:32:25 phajdan.jr Exp $ EAPI="2" @@ -36,9 +36,6 @@ src_prepare() { # Respect the user's CFLAGS, including the optimization level. epatch "${FILESDIR}"/${PN}-no-O3-r0.patch - # Fix a compile error (bug #349794), to be upstreamed. - epatch "${FILESDIR}"/${PN}-gentoo-bug-349794-r0.patch - # Remove a test that is known to fail: # http://groups.google.com/group/v8-users/browse_thread/thread/b8a3f42b5aa18d06 rm test/mjsunit/debug-script.js || die |