summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Hajdan <phajdan.jr@gentoo.org>2011-07-21 16:49:25 +0000
committerPaweł Hajdan <phajdan.jr@gentoo.org>2011-07-21 16:49:25 +0000
commit267426a2b44b1ec7d8eca2ed4dccdcee0edb3650 (patch)
treefba16da6d33f9818008253d1755a8d4a73645048 /dev-lang
parentRemoved static-libs flag, as they were built anyway (diff)
downloadgentoo-2-267426a2b44b1ec7d8eca2ed4dccdcee0edb3650.tar.gz
gentoo-2-267426a2b44b1ec7d8eca2ed4dccdcee0edb3650.tar.bz2
gentoo-2-267426a2b44b1ec7d8eca2ed4dccdcee0edb3650.zip
Version bump for beta channel release. Remove old.
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/v8/ChangeLog8
-rw-r--r--dev-lang/v8/v8-3.3.10.21.ebuild (renamed from dev-lang/v8/v8-3.2.10.15.ebuild)8
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-lang/v8/ChangeLog b/dev-lang/v8/ChangeLog
index bb4b48ff71d2..27da13039920 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.68 2011/07/19 18:40:25 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/ChangeLog,v 1.69 2011/07/21 16:49:25 phajdan.jr Exp $
+
+*v8-3.3.10.21 (21 Jul 2011)
+
+ 21 Jul 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> -v8-3.2.10.15.ebuild,
+ +v8-3.3.10.21.ebuild:
+ Version bump for beta channel release. Remove old.
*v8-3.4.12.1 (19 Jul 2011)
diff --git a/dev-lang/v8/v8-3.2.10.15.ebuild b/dev-lang/v8/v8-3.3.10.21.ebuild
index 9689ff681bef..e1fe981de8bd 100644
--- a/dev-lang/v8/v8-3.2.10.15.ebuild
+++ b/dev-lang/v8/v8-3.3.10.21.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.2.10.15.ebuild,v 1.4 2011/06/21 07:13:09 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.3.10.21.ebuild,v 1.1 2011/07/21 16:49:25 phajdan.jr Exp $
EAPI="2"
@@ -12,9 +12,8 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="~amd64 ~arm ~x86"
IUSE="readline"
-RESTRICT="test"
RDEPEND="readline? ( >=sys-libs/readline-6.1 )"
DEPEND="${RDEPEND}"
@@ -33,9 +32,6 @@ src_prepare() {
# Respect the user's CFLAGS, including the optimization level.
epatch "${FILESDIR}"/${PN}-no-O3-r0.patch
- # Backport a compile fix.
- epatch "${FILESDIR}"/${PN}-upstream-bug-1326-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