blob: 4d54280a0d3921fff0b13a74f1e0f47a904a4c63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# 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}"
|