2012-08-08 12:50:09 +04:00
|
|
|
# Copyright 1999-2012 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2012-09-03 22:23:35 +04:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/kde-base/kalarm/kalarm-4.8.5.ebuild,v 1.4 2012/09/03 12:20:33 scarabeus Exp $
|
2012-08-08 12:50:09 +04:00
|
|
|
|
|
|
|
EAPI=4
|
|
|
|
|
|
|
|
KDE_HANDBOOK="optional"
|
|
|
|
KMNAME="kdepim"
|
|
|
|
KDE_SCM="git"
|
|
|
|
inherit kde4-meta
|
|
|
|
|
|
|
|
DESCRIPTION="Personal alarm message, command and email scheduler for KDE"
|
2012-09-03 22:23:35 +04:00
|
|
|
KEYWORDS="amd64 ~arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
|
2012-08-08 12:50:09 +04:00
|
|
|
IUSE="debug"
|
|
|
|
|
|
|
|
RDEPEND="
|
|
|
|
$(add_kdebase_dep kdepimlibs 'semantic-desktop')
|
|
|
|
$(add_kdebase_dep kdepim-common-libs)
|
|
|
|
media-libs/phonon
|
|
|
|
"
|
|
|
|
DEPEND="${RDEPEND}"
|
|
|
|
|
|
|
|
KMEXTRACTONLY="
|
|
|
|
kmail/
|
|
|
|
"
|