# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit subversion DESCRIPTION="Google's open source JavaScript engine" HOMEPAGE="http://code.google.com/p/v8/" ESVN_REPO_URI="http://v8.googlecode.com/svn/trunk" ESVN_PROJECT="v8" LICENSE="" SLOT="0" KEYWORDS="~x86" RDEPEND="" DEPEND="${RDEPEND} dev-util/scons" src_compile(){ scons ${MAKEOPTS} || die } src_install(){ insinto /usr doins -r include insinto /usr/lib doins lib* }