diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-24 12:05:00 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-04-24 15:46:35 +0200 |
commit | ae007e6c8e456f6a9f1b18d9f624b72ddc46fc16 (patch) | |
tree | b9605979d0ae84f25aac3b9d4915eb6cfac02cd4 /kde-apps | |
parent | kde-apps/kde-dev-utils: 21.04.0 version bump (diff) | |
download | gentoo-ae007e6c8e456f6a9f1b18d9f624b72ddc46fc16.tar.gz gentoo-ae007e6c8e456f6a9f1b18d9f624b72ddc46fc16.tar.bz2 gentoo-ae007e6c8e456f6a9f1b18d9f624b72ddc46fc16.zip |
kde-apps/kdesdk-meta: 21.04.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/kdesdk-meta/kdesdk-meta-21.04.0.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/kde-apps/kdesdk-meta/kdesdk-meta-21.04.0.ebuild b/kde-apps/kdesdk-meta/kdesdk-meta-21.04.0.ebuild new file mode 100644 index 000000000000..51bd10479ac6 --- /dev/null +++ b/kde-apps/kdesdk-meta/kdesdk-meta-21.04.0.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} ) +" |