blob: 26f1e400de171beda1179a062489d0f03ff3ca6e (
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
30
31
32
33
34
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdesdk-meta/kdesdk-meta-4.5.3.ebuild,v 1.1 2010/11/03 16:30:11 scarabeus Exp $
EAPI="3"
inherit kde4-functions
DESCRIPTION="KDE SDK - merge this to pull in all kdesdk-derived packages"
HOMEPAGE="http://www.kde.org/"
LICENSE="GPL-2"
SLOT="4.5"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="aqua kdeprefix"
RDEPEND="
$(add_kdebase_dep cervisia)
$(add_kdebase_dep dolphin-plugins)
$(add_kdebase_dep kapptemplate)
$(add_kdebase_dep kate)
$(add_kdebase_dep kbugbuster)
$(add_kdebase_dep kcachegrind)
$(add_kdebase_dep kdeaccounts-plugin)
$(add_kdebase_dep kdesdk-kioslaves)
$(add_kdebase_dep kdesdk-misc)
$(add_kdebase_dep kdesdk-scripts)
$(add_kdebase_dep kdesdk-strigi-analyzer)
$(add_kdebase_dep kompare)
$(add_kdebase_dep kstartperf)
$(add_kdebase_dep kuiviewer)
$(add_kdebase_dep lokalize)
$(add_kdebase_dep umbrello)
$(block_other_slots)
"
|