patrick     15/07/10 03:53:48

  Modified:             ChangeLog
  Added:                hyperdex-1.8.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.35                 dev-db/hyperdex/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/hyperdex/ChangeLog?rev=1.35&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/hyperdex/ChangeLog?rev=1.35&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/hyperdex/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/hyperdex/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog   18 Jun 2015 02:53:38 -0000      1.34
+++ ChangeLog   10 Jul 2015 03:53:48 -0000      1.35
@@ -1,6 +1,11 @@
 # ChangeLog for dev-db/hyperdex
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/hyperdex/ChangeLog,v 1.34 2015/06/18 
02:53:38 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/hyperdex/ChangeLog,v 1.35 2015/07/10 
03:53:48 patrick Exp $
+
+*hyperdex-1.8.0 (10 Jul 2015)
+
+  10 Jul 2015; Patrick Lauer <patr...@gentoo.org> +hyperdex-1.8.0.ebuild:
+  Bump
 
   18 Jun 2015; Patrick Lauer <patr...@gentoo.org> -hyperdex-1.7.0.ebuild:
   Remove old



1.1                  dev-db/hyperdex/hyperdex-1.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/hyperdex/hyperdex-1.8.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/hyperdex/hyperdex-1.8.0.ebuild?rev=1.1&content-type=text/plain

Index: hyperdex-1.8.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/hyperdex/hyperdex-1.8.0.ebuild,v 1.1 
2015/07/10 03:53:48 patrick Exp $
EAPI=5

# Tests fail, still
RESTRICT="test"

PYTHON_COMPAT=( python2_7)
inherit eutils python-single-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="test +python"
# need to add ruby and java useflags too

DEPEND="dev-cpp/glog
        dev-cpp/sparsehash
        dev-libs/cityhash
        >=dev-libs/hyperleveldb-1.2
        >=dev-libs/libpo6-0.8
        >=dev-libs/libe-0.11
        >=dev-libs/busybee-0.7
        dev-libs/popt
        >=dev-libs/replicant-0.8
        >=dev-libs/libmacaroons-0.3
        >=dev-libs/libtreadstone-0.2
        dev-libs/json-c"
RDEPEND="${DEPEND}"

REQUIRED_USE="test? ( python )"

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
        use python && python-single-r1_pkg_setup
}
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!
}

src_test() {
        emake -j1 check
}




Reply via email to