summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-01-31 11:15:41 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-01-31 15:12:10 +0100
commitcb1268a1d37dbc1bf3b05c4f5fca655d5f9f9d73 (patch)
tree4e47f7a71446a7f46fb7356c325ba3278e4e7d0a
parentd3921b634c26b702826641dd926b12405cd1f41e (diff)
downloadkde-cb1268a1d37dbc1bf3b05c4f5fca655d5f9f9d73.tar.gz
kde-cb1268a1d37dbc1bf3b05c4f5fca655d5f9f9d73.tar.bz2
kde-cb1268a1d37dbc1bf3b05c4f5fca655d5f9f9d73.zip
kde-apps/kdesdk-meta: 22.12.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/kdesdk-meta/kdesdk-meta-22.12.2.ebuild36
1 files changed, 36 insertions, 0 deletions
diff --git a/kde-apps/kdesdk-meta/kdesdk-meta-22.12.2.ebuild b/kde-apps/kdesdk-meta/kdesdk-meta-22.12.2.ebuild
new file mode 100644
index 00000000000..9f33aeeba53
--- /dev/null
+++ b/kde-apps/kdesdk-meta/kdesdk-meta-22.12.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 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="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} )
+ )
+"