# 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/LC/libcalendaring.git" [[ ${PV} == "9999" ]] || EGIT_COMMIT="${P}" [[ ${PV} == "4.9.1" ]] && EGIT_COMMIT="a3feac38652c976fbeb3683341686df76de1268b" # https://issues.kolab.org/show_bug.cgi?id=5008 DESCRIPTION="Advanced Calendaring Routines handling library" HOMEPAGE="http://kolab.org" LICENSE="GPLv2+" SLOT="0" KEYWORDS="~amd64" DEPEND=" dev-util/cmake dev-qt/qtcore dev-libs/libical dev-libs/boost" RDEPEND="${DEPEND}"