summaryrefslogtreecommitdiff
blob: d2c46e78dc79a8bcd61e94246f9728c1f8554f35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=2

inherit kde4-base subversion

DESCRIPTION="Google contacts and calendar akonadi resource"
HOMEPAGE="http://code.google.com/p/libgcal"
ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/extragear/pim/googledata"

LICENSE="GPL-2"
SLOT="4"
KEYWORDS=""
IUSE=""

DEPEND=">=kde-base/akonadi-${KDE_MINIMAL}[kdeprefix=]
		>=app-pda/libgcal-0.9.2
		dev-libs/boost
		dev-libs/libxslt"
RDEPEND="${DEPEND}"