summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-01-28 08:00:53 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-01-28 08:00:53 +0000
commitddd96d4b9212b85283ed79fbeb1a865b93a3ffd5 (patch)
tree5e9072a08af143474e2a27b839a292ea61833abe /net-misc/cocaine-core/cocaine-core-0.9.2.ebuild
parentInitial commit, ebuild by me (diff)
downloadhistorical-ddd96d4b9212b85283ed79fbeb1a865b93a3ffd5.tar.gz
historical-ddd96d4b9212b85283ed79fbeb1a865b93a3ffd5.tar.bz2
historical-ddd96d4b9212b85283ed79fbeb1a865b93a3ffd5.zip
Initial commit, ebuild by me
Package-Manager: portage-2.2.0_alpha161/cvs/Linux x86_64
Diffstat (limited to 'net-misc/cocaine-core/cocaine-core-0.9.2.ebuild')
-rw-r--r--net-misc/cocaine-core/cocaine-core-0.9.2.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/net-misc/cocaine-core/cocaine-core-0.9.2.ebuild b/net-misc/cocaine-core/cocaine-core-0.9.2.ebuild
new file mode 100644
index 000000000000..bae4e2433cc1
--- /dev/null
+++ b/net-misc/cocaine-core/cocaine-core-0.9.2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/cocaine-core/cocaine-core-0.9.2.ebuild,v 1.1 2013/01/28 08:00:44 patrick Exp $
+
+EAPI=4
+DESCRIPTION="Cloud platform, core parts"
+HOMEPAGE="http://reverbrain.com/cocaine/"
+SRC_URI="https://github.com/cocaine/${PN}/archive/${PV}.tar.gz"
+
+inherit eutils cmake-utils
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-libs/boost
+ <net-libs/zeromq-3
+ dev-libs/libev
+ dev-libs/msgpack
+ dev-libs/libcgroup
+ "
+RDEPEND="${DEPEND}"