# Copyright 2015 awesome information technology, http://awesome-it.de # Distributed under the terms of the GNU General Public License v3 # $Header: $ EAPI=5 inherit git-2 cmake-utils eutils EGIT_REPO_URI="https://git.kolab.org/diffusion/U/utils.git" [[ ${PV} == "9999" ]] || EGIT_COMMIT="${P}" DESCRIPTION="Various utilities for Kolab" HOMEPAGE="http://kolab.org" LICENSE="GPLv2+" SLOT="0" KEYWORDS="~amd64" DEPEND=" dev-util/cmake dev-libs/boost net-misc/curl net-libs/libkolab dev-libs/ossp-uuid dev-qt/qtcore dev-libs/xerces-c" RDEPEND="${DEPEND}" src_unpack() { git-2_src_unpack }