diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-02-21 03:25:41 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-02-21 03:25:41 +0000 |
commit | 7d743401d254088fa71f1bf9e9bfe1fccac4099d (patch) | |
tree | 961f6753c6d444d83213aaff138a6ff41f5e9afd /dev-libs | |
parent | Compat libs for 9999. (diff) | |
download | gentoo-2-7d743401d254088fa71f1bf9e9bfe1fccac4099d.tar.gz gentoo-2-7d743401d254088fa71f1bf9e9bfe1fccac4099d.tar.bz2 gentoo-2-7d743401d254088fa71f1bf9e9bfe1fccac4099d.zip |
Bump
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/replicant/ChangeLog | 9 | ||||
-rw-r--r-- | dev-libs/replicant/replicant-0.4.0.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-libs/replicant/ChangeLog b/dev-libs/replicant/ChangeLog index 7a053902a3a3..edf206513938 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.7 2013/12/11 03:53:20 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/replicant/ChangeLog,v 1.8 2014/02/21 03:25:41 patrick Exp $ + +*replicant-0.4.0 (21 Feb 2014) + + 21 Feb 2014; Patrick Lauer <patrick@gentoo.org> +replicant-0.4.0.ebuild: + Bump 11 Dec 2013; Patrick Lauer <patrick@gentoo.org> -replicant-0.1.0.ebuild, -replicant-0.1.1.ebuild, -replicant-0.1.2.ebuild, -replicant-0.2.1.ebuild, 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}" |