summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-07-14 23:36:18 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-07-16 22:37:54 +0200
commit3e724579d6120352b82de9292a85b5b88bef84ba (patch)
treece56398b6cdc8e8a10f7642fe6b58bcb13dc7065 /kde-apps/kdesdk-meta/kdesdk-meta-22.04.3-r1.ebuild
parentsys-process/systemd-cron: drop 1.5.17 (diff)
downloadgentoo-3e724579d6120352b82de9292a85b5b88bef84ba.tar.gz
gentoo-3e724579d6120352b82de9292a85b5b88bef84ba.tar.bz2
gentoo-3e724579d6120352b82de9292a85b5b88bef84ba.zip
kde-apps/kdesdk-kioslaves: pkgmove to dev-util/kio-perldoc
kde-apps/kdesdk-meta-22.04.3 gains IUSE=perl to make it optional at the same time. See also: https://phabricator.kde.org/T15665 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kdesdk-meta/kdesdk-meta-22.04.3-r1.ebuild')
-rw-r--r--kde-apps/kdesdk-meta/kdesdk-meta-22.04.3-r1.ebuild36
1 files changed, 36 insertions, 0 deletions
diff --git a/kde-apps/kdesdk-meta/kdesdk-meta-22.04.3-r1.ebuild b/kde-apps/kdesdk-meta/kdesdk-meta-22.04.3-r1.ebuild
new file mode 100644
index 000000000000..316b460ad9e0
--- /dev/null
+++ b/kde-apps/kdesdk-meta/kdesdk-meta-22.04.3-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 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/development/"
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="cvs git mercurial perl php python ruby subversion webengine"
+
+RDEPEND="
+ >=kde-apps/kapptemplate-${PV}:${SLOT}
+ >=kde-apps/kcachegrind-${PV}:${SLOT}
+ >=kde-apps/kde-dev-scripts-${PV}:${SLOT}
+ >=kde-apps/kde-dev-utils-${PV}:${SLOT}
+ >=kde-apps/kdesdk-thumbnailers-${PV}:${SLOT}
+ >=kde-apps/kompare-${PV}:${SLOT}
+ >=kde-apps/libkomparediff2-${PV}:${SLOT}
+ >=kde-apps/poxml-${PV}:${SLOT}
+ >=kde-apps/umbrello-${PV}:${SLOT}
+ cvs? ( >=kde-apps/cervisia-${PV}:${SLOT} )
+ git? ( >=kde-apps/dolphin-plugins-git-${PV}:${SLOT} )
+ mercurial? ( >=kde-apps/dolphin-plugins-mercurial-${PV}:${SLOT} )
+ perl? ( >=dev-util/kio-perldoc-${PV}:${SLOT} )
+ python? ( >=kde-apps/lokalize-${PV}:${SLOT} )
+ ruby? ( >=kde-apps/kross-interpreters-${PV}:${SLOT} )
+ subversion? ( >=kde-apps/dolphin-plugins-subversion-${PV}:${SLOT} )
+ webengine? (
+ >=dev-util/kdevelop-${PV}:${SLOT}
+ php? ( >=dev-util/kdevelop-php-${PV}:${SLOT} )
+ python? ( >=dev-util/kdevelop-python-${PV}:${SLOT} )
+ )
+"