diff options
author | 2022-01-04 11:27:54 +0100 | |
---|---|---|
committer | 2022-01-04 12:07:04 +0100 | |
commit | 1b64792ad3d1bc5913f8c6c05cd412bd2c8ff086 (patch) | |
tree | a58bdeac3c3ad91d23eeb3e58ea8a6c2734756c4 /kde-apps/kdesdk-meta | |
parent | kde-apps/kde-dev-utils: 21.12.1 version bump (diff) | |
download | kde-1b64792ad3d1bc5913f8c6c05cd412bd2c8ff086.tar.gz kde-1b64792ad3d1bc5913f8c6c05cd412bd2c8ff086.tar.bz2 kde-1b64792ad3d1bc5913f8c6c05cd412bd2c8ff086.zip |
kde-apps/kdesdk-meta: 21.12.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-21.12.1.ebuild | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/kde-apps/kdesdk-meta/kdesdk-meta-21.12.1.ebuild b/kde-apps/kdesdk-meta/kdesdk-meta-21.12.1.ebuild new file mode 100644 index 0000000000..c74b783f38 --- /dev/null +++ b/kde-apps/kdesdk-meta/kdesdk-meta-21.12.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2021 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} ) + ) +" |