summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-02-10 07:09:48 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-02-10 07:09:48 +0000
commit489e7298705b2eb2d20fd310690b3ff81281707e (patch)
tree2d901b54a1ef82e0d18e2a728447d97f51f276a2 /dev-libs/replicant
parentBump (diff)
downloadgentoo-2-489e7298705b2eb2d20fd310690b3ff81281707e.tar.gz
gentoo-2-489e7298705b2eb2d20fd310690b3ff81281707e.tar.bz2
gentoo-2-489e7298705b2eb2d20fd310690b3ff81281707e.zip
Bump
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs/replicant')
-rw-r--r--dev-libs/replicant/ChangeLog7
-rw-r--r--dev-libs/replicant/replicant-0.1.1.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-libs/replicant/ChangeLog b/dev-libs/replicant/ChangeLog
index 7b1f6ff2c55f..007b83342090 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.1 2013/01/24 06:37:51 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/replicant/ChangeLog,v 1.2 2013/02/10 07:09:48 patrick Exp $
+
+*replicant-0.1.1 (10 Feb 2013)
+
+ 10 Feb 2013; Patrick Lauer <patrick@gentoo.org> +replicant-0.1.1.ebuild:
+ Bump
*replicant-0.1.0 (24 Jan 2013)
diff --git a/dev-libs/replicant/replicant-0.1.1.ebuild b/dev-libs/replicant/replicant-0.1.1.ebuild
new file mode 100644
index 000000000000..331775ea616e
--- /dev/null
+++ b/dev-libs/replicant/replicant-0.1.1.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.1.ebuild,v 1.1 2013/02/10 07:09:48 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}"