summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-02-25 05:43:34 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-02-25 05:43:34 +0000
commit2a25829e069b5c230c2e1903d6f4ec99b05b78cd (patch)
treeecd62db0e635c24a7391484c90257c012a98557a /dev-libs
parentBump (diff)
downloadgentoo-2-2a25829e069b5c230c2e1903d6f4ec99b05b78cd.tar.gz
gentoo-2-2a25829e069b5c230c2e1903d6f4ec99b05b78cd.tar.bz2
gentoo-2-2a25829e069b5c230c2e1903d6f4ec99b05b78cd.zip
Bump
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/replicant/ChangeLog7
-rw-r--r--dev-libs/replicant/replicant-0.1.2.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-libs/replicant/ChangeLog b/dev-libs/replicant/ChangeLog
index 007b83342090..5ac308499cb6 100644
--- a/dev-libs/replicant/ChangeLog
+++ b/dev-libs/replicant/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/replicant
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/replicant/ChangeLog,v 1.2 2013/02/10 07:09:48 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/replicant/ChangeLog,v 1.3 2013/02/25 05:43:34 patrick Exp $
+
+*replicant-0.1.2 (25 Feb 2013)
+
+ 25 Feb 2013; Patrick Lauer <patrick@gentoo.org> +replicant-0.1.2.ebuild:
+ Bump
*replicant-0.1.1 (10 Feb 2013)
diff --git a/dev-libs/replicant/replicant-0.1.2.ebuild b/dev-libs/replicant/replicant-0.1.2.ebuild
new file mode 100644
index 000000000000..7b0d1156f832
--- /dev/null
+++ b/dev-libs/replicant/replicant-0.1.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/replicant/replicant-0.1.2.ebuild,v 1.1 2013/02/25 05:43:34 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.2
+ >=dev-libs/libe-0.2
+ >=dev-libs/busybee-0.2
+ dev-libs/leveldb
+ dev-cpp/glog"
+RDEPEND="${DEPEND}"