summaryrefslogtreecommitdiff
blob: 61e561d2f622ddc92c1d39d66521a4d4dd0f4dad (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
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

inherit eutils cmake-utils

DESCRIPTION="Cloud platform, core parts"
HOMEPAGE="http://reverbrain.com/cocaine/"
SRC_URI="http://repo.reverbrain.com/precise/current/source/${PN}_${PV}.tar.gz"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND="dev-libs/boost:=
	<net-libs/zeromq-3
	dev-libs/libev
	<dev-libs/msgpack-0.6
	dev-libs/libcgroup
	"
RDEPEND="${DEPEND}"

PATCHES=( "${FILESDIR}/${P}_binutils-2.23-compat.patch" )