summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-06-13 17:50:55 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-06-13 18:50:53 +0200
commitaa4447717797393f694ae68a47c9bb7d641a0d88 (patch)
tree6ab67efcae274f2b577cbae21e015bf8d7b481e3 /kde-apps/kdesdk-meta
parentkde-apps/kde-dev-utils: 24.05.1 version bump (diff)
downloadgentoo-aa4447717797393f694ae68a47c9bb7d641a0d88.tar.gz
gentoo-aa4447717797393f694ae68a47c9bb7d641a0d88.tar.bz2
gentoo-aa4447717797393f694ae68a47c9bb7d641a0d88.zip
kde-apps/kdesdk-meta: 24.05.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kdesdk-meta')
-rw-r--r--kde-apps/kdesdk-meta/kdesdk-meta-24.05.1.ebuild35
1 files changed, 35 insertions, 0 deletions
diff --git a/kde-apps/kdesdk-meta/kdesdk-meta-24.05.1.ebuild b/kde-apps/kdesdk-meta/kdesdk-meta-24.05.1.ebuild
new file mode 100644
index 000000000000..dce8d3391eaf
--- /dev/null
+++ b/kde-apps/kdesdk-meta/kdesdk-meta-24.05.1.ebuild
@@ -0,0 +1,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"
+IUSE="cvs git mercurial perl php python subversion webengine"
+
+RDEPEND="
+ >=kde-apps/kapptemplate-${PV}:*
+ >=kde-apps/kcachegrind-${PV}:*
+ >=kde-apps/kde-dev-scripts-${PV}:*
+ >=kde-apps/kde-dev-utils-${PV}:*
+ >=kde-apps/kdesdk-thumbnailers-${PV}:*
+ >=kde-apps/kompare-${PV}:*
+ >=kde-apps/libkomparediff2-${PV}:*
+ >=kde-apps/poxml-${PV}:*
+ >=kde-apps/umbrello-${PV}:*
+ cvs? ( >=kde-apps/cervisia-${PV}:* )
+ git? ( >=kde-apps/dolphin-plugins-git-${PV}:* )
+ mercurial? ( >=kde-apps/dolphin-plugins-mercurial-${PV}:* )
+ perl? ( >=dev-util/kio-perldoc-${PV}:* )
+ python? ( >=kde-apps/lokalize-${PV}:* )
+ subversion? ( >=kde-apps/dolphin-plugins-subversion-${PV}:* )
+ webengine? (
+ >=dev-util/kdevelop-${PV}:*
+ php? ( >=dev-util/kdevelop-php-${PV}:* )
+ python? ( >=dev-util/kdevelop-python-${PV}:* )
+ )
+"