2012-10-03 10:10:25 +04:00
|
|
|
# Copyright 1999-2012 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2012-10-04 14:23:51 +04:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/kde-base/nepomuk-core/nepomuk-core-4.9.2-r1.ebuild,v 1.1 2012/10/04 07:25:15 johu Exp $
|
2012-10-03 10:10:25 +04:00
|
|
|
|
|
|
|
EAPI=4
|
|
|
|
|
|
|
|
inherit kde4-base
|
|
|
|
|
|
|
|
DESCRIPTION="Nepomuk core libraries"
|
|
|
|
KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
|
|
|
|
IUSE="debug"
|
|
|
|
|
|
|
|
DEPEND="
|
|
|
|
>=app-misc/strigi-0.7.7[dbus,qt4]
|
|
|
|
>=dev-libs/soprano-2.8.0[dbus,raptor,redland,virtuoso]
|
|
|
|
"
|
|
|
|
RDEPEND="${DEPEND}"
|
|
|
|
|
|
|
|
add_blocker nepomuk '<4.8.80'
|
|
|
|
|
|
|
|
RESTRICT="test"
|
|
|
|
# bug 392989
|
2012-10-04 14:23:51 +04:00
|
|
|
|
|
|
|
PATCHES=(
|
|
|
|
"${FILESDIR}/${P}-kinotify-delete.patch"
|
|
|
|
"${FILESDIR}/${P}-dirwatch-null.patch"
|
|
|
|
)
|