Skip to content

Commit

Permalink
kde-apps/kdesdk-meta: 20.08.2 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Oct 9, 2020
1 parent 41a2cdf commit 3f91809
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions kde-apps/kdesdk-meta/kdesdk-meta-20.08.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Copyright 1999-2020 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://kde.org/applications/development"

LICENSE="metapackage"
SLOT="5"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="cvs git mercurial python subversion +webkit"

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/kross-interpreters-${PV}:${SLOT}
>=kde-apps/libkomparediff2-${PV}:${SLOT}
>=kde-apps/poxml-${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} )
subversion? ( >=kde-apps/dolphin-plugins-subversion-${PV}:${SLOT} )
webkit? ( >=kde-apps/umbrello-${PV}:${SLOT} )
"

0 comments on commit 3f91809

Please sign in to comment.