2013-07-03 01:18:45 +04:00
|
|
|
# Copyright 1999-2013 Gentoo Foundation
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2013-08-05 09:48:51 +04:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesdk-strigi-analyzer/kdesdk-strigi-analyzer-4.10.5.ebuild,v 1.5 2013/08/02 14:29:21 ago Exp $
|
2013-07-03 01:18:45 +04:00
|
|
|
|
|
|
|
EAPI=5
|
|
|
|
|
|
|
|
if [[ ${PV} == *9999 ]]; then
|
|
|
|
eclass="kde4-base"
|
|
|
|
KMNAME="kdesdk-strigi-analyzers"
|
|
|
|
else
|
|
|
|
eclass="kde4-meta"
|
|
|
|
KMNAME="kdesdk"
|
|
|
|
KMMODULE="kdesdk-strigi-analyzers"
|
|
|
|
fi
|
|
|
|
inherit ${eclass}
|
|
|
|
|
|
|
|
DESCRIPTION="kdesdk: strigi plugins"
|
2013-08-05 09:48:51 +04:00
|
|
|
KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
|
2013-07-03 01:18:45 +04:00
|
|
|
IUSE="debug"
|
|
|
|
|
|
|
|
DEPEND="
|
|
|
|
app-misc/strigi
|
|
|
|
"
|
|
|
|
RDEPEND="${DEPEND}"
|