diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-12-11 03:44:56 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-12-11 03:44:56 +0000 |
commit | e7a2c20d4dea2440f50c96a585f5c1b661f43eb5 (patch) | |
tree | a336bf2177d114b032a04d0736e6b2dc03969cd1 /dev-libs/replicant | |
parent | final fix for bug 491238 (diff) | |
download | gentoo-2-e7a2c20d4dea2440f50c96a585f5c1b661f43eb5.tar.gz gentoo-2-e7a2c20d4dea2440f50c96a585f5c1b661f43eb5.tar.bz2 gentoo-2-e7a2c20d4dea2440f50c96a585f5c1b661f43eb5.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/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/replicant/replicant-0.3.1.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-libs/replicant/ChangeLog b/dev-libs/replicant/ChangeLog index 3f82bf367e09..60cefd8a15a1 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.5 2013/11/20 05:17:30 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/replicant/ChangeLog,v 1.6 2013/12/11 03:44:56 patrick Exp $ + +*replicant-0.3.1 (11 Dec 2013) + + 11 Dec 2013; Patrick Lauer <patrick@gentoo.org> +replicant-0.3.1.ebuild: + Bump *replicant-0.3.0 (20 Nov 2013) diff --git a/dev-libs/replicant/replicant-0.3.1.ebuild b/dev-libs/replicant/replicant-0.3.1.ebuild new file mode 100644 index 000000000000..3b59805515d3 --- /dev/null +++ b/dev-libs/replicant/replicant-0.3.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.3.1.ebuild,v 1.1 2013/12/11 03:44:56 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}" |