| 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/nepomuk-core/nepomuk-core-4.9.0-r2.ebuild,v 1.1 2012/08/08 21:45:06 johu Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
|
| 7 |
KDE_SCM="git"
|
| 8 |
inherit kde4-base
|
| 9 |
|
| 10 |
DESCRIPTION="Nepomuk core libraries"
|
| 11 |
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
| 12 |
IUSE="debug"
|
| 13 |
|
| 14 |
DEPEND="
|
| 15 |
>=app-misc/strigi-0.7.7[dbus,qt4]
|
| 16 |
>=dev-libs/soprano-2.8.0[dbus,raptor,redland,virtuoso]
|
| 17 |
"
|
| 18 |
RDEPEND="${DEPEND}"
|
| 19 |
|
| 20 |
add_blocker nepomuk '<4.8.80'
|
| 21 |
|
| 22 |
RESTRICT="test"
|
| 23 |
# bug 392989
|
| 24 |
|
| 25 |
PATCHES=(
|
| 26 |
"${FILESDIR}/${P}-kinotify-memleak.patch"
|
| 27 |
"${FILESDIR}/${P}-kinotify-infinite-loop.patch"
|
| 28 |
)
|