diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-04-15 06:33:18 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-04-15 06:33:18 +0000 |
commit | edcd10648c8abe951fd2d9a1f94bcdb7c14245f4 (patch) | |
tree | 527805110e3e057b5f1d549934a07837a193c8b4 /dev-libs/replicant | |
parent | Bump (diff) | |
download | gentoo-2-edcd10648c8abe951fd2d9a1f94bcdb7c14245f4.tar.gz gentoo-2-edcd10648c8abe951fd2d9a1f94bcdb7c14245f4.tar.bz2 gentoo-2-edcd10648c8abe951fd2d9a1f94bcdb7c14245f4.zip |
Bump
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs/replicant')
-rw-r--r-- | dev-libs/replicant/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/replicant/replicant-0.2.1.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-libs/replicant/ChangeLog b/dev-libs/replicant/ChangeLog index 5ac308499cb6..b00b53e2cef6 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.3 2013/02/25 05:43:34 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/replicant/ChangeLog,v 1.4 2013/04/15 06:33:18 patrick Exp $ + +*replicant-0.2.1 (15 Apr 2013) + + 15 Apr 2013; Patrick Lauer <patrick@gentoo.org> +replicant-0.2.1.ebuild: + Bump *replicant-0.1.2 (25 Feb 2013) diff --git a/dev-libs/replicant/replicant-0.2.1.ebuild b/dev-libs/replicant/replicant-0.2.1.ebuild new file mode 100644 index 000000000000..1f32682e0bc0 --- /dev/null +++ b/dev-libs/replicant/replicant-0.2.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.2.1.ebuild,v 1.1 2013/04/15 06:33:18 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}" |