summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-05-12 19:47:54 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-05-13 21:54:36 +0200
commit361e7b537d38be0bcad74ae959a7ae037844e22c (patch)
treeddf8640c0876a983e7c0929fc59022d7052226d1
parentkde-apps/kde-dev-utils: 22.04.1 version bump (diff)
downloadgentoo-361e7b537d38be0bcad74ae959a7ae037844e22c.tar.gz
gentoo-361e7b537d38be0bcad74ae959a7ae037844e22c.tar.bz2
gentoo-361e7b537d38be0bcad74ae959a7ae037844e22c.zip
kde-apps/kdesdk-meta: 22.04.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/kdesdk-meta/kdesdk-meta-22.04.1.ebuild36
1 files changed, 36 insertions, 0 deletions
diff --git a/kde-apps/kdesdk-meta/kdesdk-meta-22.04.1.ebuild b/kde-apps/kdesdk-meta/kdesdk-meta-22.04.1.ebuild
new file mode 100644
index 000000000000..bd4f4c479cea
--- /dev/null
+++ b/kde-apps/kdesdk-meta/kdesdk-meta-22.04.1.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 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-kioslaves-${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} )
+ 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} )
+ )
+"