summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-11-20 05:17:30 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-11-20 05:17:30 +0000
commitd69c7322ecd481570c05a917eac2a173a5e0aaa7 (patch)
tree73f9a3b67e2cacebb6d2739aafef27cd1fe146e4 /dev-libs/replicant
parentLet the init script know about the pid file so it can report the status corre... (diff)
downloadgentoo-2-d69c7322ecd481570c05a917eac2a173a5e0aaa7.tar.gz
gentoo-2-d69c7322ecd481570c05a917eac2a173a5e0aaa7.tar.bz2
gentoo-2-d69c7322ecd481570c05a917eac2a173a5e0aaa7.zip
Bump
(Portage version: 2.2.7/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.3.0.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-libs/replicant/ChangeLog b/dev-libs/replicant/ChangeLog
index b00b53e2cef6..3f82bf367e09 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.4 2013/04/15 06:33:18 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/replicant/ChangeLog,v 1.5 2013/11/20 05:17:30 patrick Exp $
+
+*replicant-0.3.0 (20 Nov 2013)
+
+ 20 Nov 2013; Patrick Lauer <patrick@gentoo.org> +replicant-0.3.0.ebuild:
+ Bump
*replicant-0.2.1 (15 Apr 2013)
diff --git a/dev-libs/replicant/replicant-0.3.0.ebuild b/dev-libs/replicant/replicant-0.3.0.ebuild
new file mode 100644
index 000000000000..b59b609e119f
--- /dev/null
+++ b/dev-libs/replicant/replicant-0.3.0.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.3.0.ebuild,v 1.1 2013/11/20 05:17:30 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"
+RDEPEND="${DEPEND}"