blob: fd85a816b4e9dda6848cd55508fd85309f2c3eb8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdetoys/kdetoys-4.0.0.ebuild,v 1.1 2008/01/17 23:55:50 philantrop Exp $
EAPI="1"
inherit kde4-base
DESCRIPTION="KDE toys module"
HOMEPAGE="http://www.kde.org/"
KEYWORDS="~amd64 ~x86"
IUSE="debug htmlhandbook"
LICENSE="GPL-2 LGPL-2"
RESTRICT="test"
COMMON_DEPEND=">=app-misc/strigi-0.5.7
|| ( >=kde-base/kdebase-${PV}:${SLOT}
( >=kde-base/kscreensaver-${PV}:${SLOT} >=kde-base/plasma-${PV}:${SLOT} ) )"
DEPEND="${DEPEND} ${COMMON_DEPEND}"
RDEPEND="${RDEPEND} ${COMMON_DEPEND}"
src_compile() {
mycmakeargs="${mycmakeargs}
-DWITH_Plasma=ON"
kde4-base_src_compile
}
|