patrick 14/11/23 13:23:26
Modified: ChangeLog
Added: hyperdex-1.5.0.ebuild
Removed: hyperdex-1.1.0.ebuild hyperdex-1.3.0.ebuild
hyperdex-1.2.0-r1.ebuild hyperdex-1.3.1.ebuild
Log:
Bump
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.27 dev-db/hyperdex/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/hyperdex/ChangeLog?rev=1.27&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/hyperdex/ChangeLog?rev=1.27&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/hyperdex/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/hyperdex/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 17 Sep 2014 03:25:08 -0000 1.26
+++ ChangeLog 23 Nov 2014 13:23:26 -0000 1.27
@@ -1,6 +1,13 @@
# ChangeLog for dev-db/hyperdex
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/hyperdex/ChangeLog,v 1.26 2014/09/17
03:25:08 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/hyperdex/ChangeLog,v 1.27 2014/11/23
13:23:26 patrick Exp $
+
+*hyperdex-1.5.0 (23 Nov 2014)
+
+ 23 Nov 2014; Patrick Lauer <[email protected]> +hyperdex-1.5.0.ebuild,
+ -hyperdex-1.1.0.ebuild, -hyperdex-1.2.0-r1.ebuild, -hyperdex-1.3.0.ebuild,
+ -hyperdex-1.3.1.ebuild:
+ Bump
*hyperdex-1.4.5 (17 Sep 2014)
1.1 dev-db/hyperdex/hyperdex-1.5.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/hyperdex/hyperdex-1.5.0.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/hyperdex/hyperdex-1.5.0.ebuild?rev=1.1&content-type=text/plain
Index: hyperdex-1.5.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/hyperdex/hyperdex-1.5.0.ebuild,v 1.1
2014/11/23 13:23:26 patrick Exp $
EAPI=5
# depends on libmacaroons python bindings
RESTRICT="test"
PYTHON_COMPAT=( python2_7)
inherit eutils python-r1 autotools
DESCRIPTION="A searchable distributed Key-Value Store"
HOMEPAGE="http://hyperdex.org"
SRC_URI="http://hyperdex.org/src/${P}.tar.gz
http://dev.gentooexperimental.org/~patrick/autotools-java.tar"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE="+python"
# need to add ruby and java useflags too
DEPEND="dev-cpp/glog
dev-cpp/sparsehash
dev-libs/cityhash
dev-libs/libpo6
dev-libs/libe
dev-libs/busybee
dev-libs/popt
dev-libs/replicant
dev-libs/libmacaroons
dev-libs/json-c"
RDEPEND="${DEPEND}"
src_prepare() {
cp "${WORKDIR}/"*.m4 m4/
sed -i -e 's~json/json.h~json-c/json.h~' configure.ac
common/datatype_document.cc daemon/index_document.cc || die "Blergh!"
eautoreconf
}
src_configure() {
econf --disable-static \
$(use_enable python python-bindings)
}
src_install() {
emake DESTDIR="${D}" install || die "Failed to install"
newinitd "${FILESDIR}/hyperdex.initd" hyperdex || die "Failed to
install init script"
newconfd "${FILESDIR}/hyperdex.confd" hyperdex || die "Failed to
install config file"
find "${D}" -name '*.la' -exec rm {} \; # bad buildsystem! bad!
}