blob: 5b5e4743a05796279edff9e077d59f7d96122e61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
inherit kde4-base git
DESCRIPTION="Gmail notifier applet/plasmoid for kde"
HOMEPAGE="http://sourceforge.net/projects/kcheckgmail"
EGIT_REPO_URI="git://git.debian.org/users/lpereira-guest/kcheckgmail.git"
EGIT_BRANCH="kde4-port"
EGIT_TREE="${EGIT_BRANCH}"
LICENSE="GPL-2"
KEYWORDS=""
SLOT="0"
IUSE="debug"
RDEPEND="
>=kde-base/plasma-workspace-${KDE_MINIMAL}
"
|