| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/kde-base/kjots/kjots-4.8.4.ebuild,v 1.1 2012/06/21 21:54:40 dilfridge Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
|
| 7 |
KDE_HANDBOOK="optional"
|
| 8 |
KMNAME="kdepim"
|
| 9 |
inherit kde4-meta
|
| 10 |
|
| 11 |
DESCRIPTION="KDE note taking utility"
|
| 12 |
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
|
| 13 |
IUSE="debug"
|
| 14 |
|
| 15 |
DEPEND="
|
| 16 |
>=dev-libs/grantlee-0.1
|
| 17 |
$(add_kdebase_dep kdepimlibs 'semantic-desktop')
|
| 18 |
$(add_kdebase_dep kdepim-common-libs)
|
| 19 |
"
|
| 20 |
RDEPEND="${DEPEND}"
|
| 21 |
|
| 22 |
KMEXTRACTONLY="
|
| 23 |
akonadi_next/
|
| 24 |
"
|