summaryrefslogtreecommitdiff
path: root/kde-apps/kdesdk-meta/kdesdk-meta-23.08.4.ebuild
blob: 27b1cc0c21f885c22b7f024caccab9f740e8ca77 (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
35
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="KDE SDK - merge this to pull in all kdesdk-derived packages"
HOMEPAGE="https://apps.kde.org/categories/development/"

LICENSE="metapackage"
SLOT="0"
KEYWORDS="amd64 arm64 x86"
IUSE="cvs git mercurial perl php python subversion webengine"

RDEPEND="
	>=kde-apps/kapptemplate-${PV}:5
	>=kde-apps/kcachegrind-${PV}:5
	>=kde-apps/kde-dev-scripts-${PV}:5
	>=kde-apps/kde-dev-utils-${PV}:5
	>=kde-apps/kdesdk-thumbnailers-${PV}:5
	>=kde-apps/kompare-${PV}:5
	>=kde-apps/libkomparediff2-${PV}:5
	>=kde-apps/poxml-${PV}:5
	>=kde-apps/umbrello-${PV}:5
	cvs? ( >=kde-apps/cervisia-${PV}:5 )
	git? ( >=kde-apps/dolphin-plugins-git-${PV}:5 )
	mercurial? ( >=kde-apps/dolphin-plugins-mercurial-${PV}:5 )
	perl? ( >=dev-util/kio-perldoc-${PV}:5 )
	python? ( >=kde-apps/lokalize-${PV}:5 )
	subversion? ( >=kde-apps/dolphin-plugins-subversion-${PV}:5 )
	webengine? (
		>=dev-util/kdevelop-${PV}:5
		php? ( >=dev-util/kdevelop-php-${PV}:5 )
		python? ( >=dev-util/kdevelop-python-${PV}:5 )
	)
"