2016-05-02 18:37:10 +03:00
|
|
|
# Copyright 1999-2016 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
# $Id$
|
|
|
|
|
|
|
|
EAPI=6
|
|
|
|
|
|
|
|
KMNAME="kdepim"
|
|
|
|
EGIT_BRANCH="KDE/4.14"
|
|
|
|
inherit kde4-meta
|
|
|
|
|
|
|
|
DESCRIPTION="Akonadi developer console"
|
|
|
|
COMMIT_ID="2aec255c6465676404e4694405c153e485e477d9"
|
|
|
|
SRC_URI="https://quickgit.kde.org/?p=kdepim.git&a=snapshot&h=${COMMIT_ID}&fmt=tgz -> ${KMNAME}-${PV}.tar.gz"
|
|
|
|
|
2016-06-16 10:11:22 +03:00
|
|
|
KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
|
2016-05-02 18:37:10 +03:00
|
|
|
IUSE="debug"
|
|
|
|
|
|
|
|
DEPEND="
|
|
|
|
>=app-office/akonadi-server-1.12.90
|
|
|
|
$(add_kdeapps_dep kdepimlibs 'akonadi(+)')
|
|
|
|
$(add_kdeapps_dep kdepim-common-libs)
|
|
|
|
"
|
|
|
|
RDEPEND="${DEPEND}"
|
|
|
|
|
|
|
|
KMEXTRACTONLY="
|
|
|
|
akonadi_next/
|
|
|
|
calendarsupport/
|
|
|
|
messageviewer/
|
|
|
|
"
|