summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2014-02-21 03:25:53 +0000
committerPatrick Lauer <patrick@gentoo.org>2014-02-21 03:25:53 +0000
commitcd0152790c9c63a02ff26476e399b86b47a6884c (patch)
tree4ac717ea841c3a21d8eac4a62bdfe881d7099e41 /dev-libs/replicant/replicant-0.4.0.ebuild
parentCompat libs for 9999. (diff)
downloadhistorical-cd0152790c9c63a02ff26476e399b86b47a6884c.tar.gz
historical-cd0152790c9c63a02ff26476e399b86b47a6884c.tar.bz2
historical-cd0152790c9c63a02ff26476e399b86b47a6884c.zip
Bump
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/replicant/replicant-0.4.0.ebuild')
-rw-r--r--dev-libs/replicant/replicant-0.4.0.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-libs/replicant/replicant-0.4.0.ebuild b/dev-libs/replicant/replicant-0.4.0.ebuild
new file mode 100644
index 000000000000..dacd095fa48d
--- /dev/null
+++ b/dev-libs/replicant/replicant-0.4.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/replicant/replicant-0.4.0.ebuild,v 1.1 2014/02/21 03:25:41 patrick Exp $
+EAPI=4
+
+DESCRIPTION="Hyperdex replicant support library"
+
+HOMEPAGE="http://hyperdex.org"
+SRC_URI="http://hyperdex.org/src/${P}.tar.gz"
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE=""
+
+DEPEND=">=dev-libs/libpo6-0.4
+ >=dev-libs/libe-0.4
+ >=dev-libs/busybee-0.4
+ dev-libs/hyperleveldb
+ dev-cpp/glog
+ dev-cpp/sparsehash"
+RDEPEND="${DEPEND}"