# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="5"

DESCRIPTION="Open-source distributed database built with love"
HOMEPAGE="http://www.rethinkdb.com/"
SRC_URI="http://github.com/${PN}/${PN}/archive/v${PV}.tar.gz"

LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="
	dev-lang/coffee-script
	dev-lang/less
	dev-lang/v8
	dev-libs/boost[static-libs]
	dev-libs/openssl
	dev-libs/protobuf[static-libs]
	dev-util/ctags
	dev-util/google-perftools[static-libs]
	net-libs/nodejs
	net-misc/curl
	sys-devel/m4
"
#	dev-libs/protobuf-c

DEPEND="${RDEPEND}"