summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-06-10 14:59:51 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-06-10 17:30:58 +0200
commita8650eea990979a6cea67aba81e469df9540cf83 (patch)
tree57e98a55f11bc2235507e48b7a5be88e6137205c /kde-apps/kdesdk-meta
parentkde-apps/kde-dev-utils: 21.04.2 version bump (diff)
downloadgentoo-a8650eea990979a6cea67aba81e469df9540cf83.tar.gz
gentoo-a8650eea990979a6cea67aba81e469df9540cf83.tar.bz2
gentoo-a8650eea990979a6cea67aba81e469df9540cf83.zip
kde-apps/kdesdk-meta: 21.04.2 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-21.04.2.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/kde-apps/kdesdk-meta/kdesdk-meta-21.04.2.ebuild b/kde-apps/kdesdk-meta/kdesdk-meta-21.04.2.ebuild
new file mode 100644
index 000000000000..c408838c9a98
--- /dev/null
+++ b/kde-apps/kdesdk-meta/kdesdk-meta-21.04.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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 python ruby subversion"
+
+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} )
+"