blob: 2d9277953efa33dd43c2730645eae1674a4b8c9f (
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
26
27
28
29
30
31
32
33
34
35
36
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/ktimetracker/ktimetracker-4.4.5.ebuild,v 1.1 2010/06/30 15:37:09 alexxy Exp $
EAPI="3"
KMNAME="kdepim"
inherit kde4-meta
DESCRIPTION="KTimeTracker tracks time spent on various tasks."
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="debug +handbook"
RDEPEND="
$(add_kdebase_dep kdepim-kresources)
$(add_kdebase_dep kdepimlibs)
$(add_kdebase_dep libkdepim)
x11-libs/libXScrnSaver
"
DEPEND="${RDEPEND}
x11-proto/scrnsaverproto
"
KMEXTRACTONLY="
kresources/
"
KMLOADLIBS="libkdepim"
src_unpack() {
if use kontact; then
KMEXTRA="${KMEXTRA} kontact/plugins/ktimetracker"
fi
kde4-meta_src_unpack
}
|