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

EAPI=4

inherit kde4-base

MY_PN="${PN//_/-}"
DESCRIPTION="Plasmoid for Google contacts stored on akonadi"
HOMEPAGE="http://kde-apps.org/content/show.php/Google+contacts?content=149182"
SRC_URI="http://dev.gentoo.org/~tampakrap/tarballs/${MY_PN}-0.1.tar.bz2"

LICENSE="GPL-2"

SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="kde-misc/akonadi-google"
RDEPEND="${DEPEND}"

MY_PN="${PN//-/_}"

S="${WORKDIR}/${MY_PN}"