diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-07-11 02:37:45 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-07-11 02:37:45 +0000 |
commit | 8b4116a213b92bcb05d435f5f898418ce460d529 (patch) | |
tree | 9a6e4c6c8875d989c77fb7900dcda8b99d4e7930 /dev-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-8b4116a213b92bcb05d435f5f898418ce460d529.tar.gz gentoo-2-8b4116a213b92bcb05d435f5f898418ce460d529.tar.bz2 gentoo-2-8b4116a213b92bcb05d435f5f898418ce460d529.zip |
Bump
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/replicant/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/replicant/replicant-0.6.1.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-libs/replicant/ChangeLog b/dev-libs/replicant/ChangeLog index 957bfd5524d6..ec1436e61f74 100644 --- a/dev-libs/replicant/ChangeLog +++ b/dev-libs/replicant/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/replicant # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/replicant/ChangeLog,v 1.10 2014/05/22 08:22:59 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/replicant/ChangeLog,v 1.11 2014/07/11 02:37:45 patrick Exp $ + +*replicant-0.6.1 (11 Jul 2014) + + 11 Jul 2014; Patrick Lauer <patrick@gentoo.org> +replicant-0.6.1.ebuild: + Bump *replicant-0.6.0 (22 May 2014) diff --git a/dev-libs/replicant/replicant-0.6.1.ebuild b/dev-libs/replicant/replicant-0.6.1.ebuild new file mode 100644 index 000000000000..a7da05baa5e8 --- /dev/null +++ b/dev-libs/replicant/replicant-0.6.1.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.6.1.ebuild,v 1.1 2014/07/11 02:37:45 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}" |