From 8a491e2a67e8afe3b4e87326ec13879e7b0e4070 Mon Sep 17 00:00:00 2001 From: Ultrabug Date: Fri, 17 Nov 2017 15:37:07 +0100 Subject: dev-libs/libhdfs3: new live ebuild --- dev-libs/libhdfs3/libhdfs3-9999.ebuild | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 dev-libs/libhdfs3/libhdfs3-9999.ebuild (limited to 'dev-libs/libhdfs3/libhdfs3-9999.ebuild') diff --git a/dev-libs/libhdfs3/libhdfs3-9999.ebuild b/dev-libs/libhdfs3/libhdfs3-9999.ebuild new file mode 100644 index 0000000..034bb2b --- /dev/null +++ b/dev-libs/libhdfs3/libhdfs3-9999.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +CMAKE_VERBOSE="OFF" +EGIT_REPO_URI="https://github.com/ContinuumIO/libhdfs3-downstream.git" + +inherit cmake-utils git-r3 + +DESCRIPTION="A Native C/C++ HDFS Client" +HOMEPAGE="https://github.com/ContinuumIO/libhdfs3-downstream/" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + dev-cpp/gtest[static-libs] + dev-cpp/gmock[static-libs] + dev-libs/libxml2 + dev-libs/protobuf + net-libs/libgsasl[kerberos] +" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${P}/libhdfs3" + +src_prepare() { + cmake-utils_src_prepare + sed -e "s/DESTINATION lib/DESTINATION $(get_libdir)/g" -i src/CMakeLists.txt || die +} -- cgit v1.2.3-65-gdbad