* [gentoo-commits] gentoo-x86 commit in dev-db/hyperdex: hyperdex-1.4.4.ebuild ChangeLog hyperdex-1.4.2.ebuild hyperdex-1.4.0.ebuild hyperdex-1.4.3.ebuild
@ 2014-09-01 3:53 Patrick Lauer (patrick)
0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2014-09-01 3:53 UTC (permalink / raw
To: gentoo-commits
patrick 14/09/01 03:53:23
Modified: ChangeLog
Added: hyperdex-1.4.4.ebuild
Removed: hyperdex-1.4.2.ebuild hyperdex-1.4.0.ebuild
hyperdex-1.4.3.ebuild
Log:
Bump
(Portage version: 2.2.12/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.25 dev-db/hyperdex/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/hyperdex/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/hyperdex/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/hyperdex/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/hyperdex/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 26 Aug 2014 09:42:59 -0000 1.24
+++ ChangeLog 1 Sep 2014 03:53:23 -0000 1.25
@@ -1,6 +1,12 @@
# 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.24 2014/08/26 09:42:59 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/hyperdex/ChangeLog,v 1.25 2014/09/01 03:53:23 patrick Exp $
+
+*hyperdex-1.4.4 (01 Sep 2014)
+
+ 01 Sep 2014; Patrick Lauer <patrick@gentoo.org> +hyperdex-1.4.4.ebuild,
+ -hyperdex-1.4.0.ebuild, -hyperdex-1.4.2.ebuild, -hyperdex-1.4.3.ebuild:
+ Bump
*hyperdex-1.4.3 (26 Aug 2014)
1.1 dev-db/hyperdex/hyperdex-1.4.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/hyperdex/hyperdex-1.4.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/hyperdex/hyperdex-1.4.4.ebuild?rev=1.1&content-type=text/plain
Index: hyperdex-1.4.4.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.4.4.ebuild,v 1.1 2014/09/01 03:53:23 patrick Exp $
EAPI=5
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/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!
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-09-01 3:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-01 3:53 [gentoo-commits] gentoo-x86 commit in dev-db/hyperdex: hyperdex-1.4.4.ebuild ChangeLog hyperdex-1.4.2.ebuild hyperdex-1.4.0.ebuild hyperdex-1.4.3.ebuild Patrick Lauer (patrick)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox