Skip to content

Commit

Permalink
kde-apps/kdesdk-meta: Add USE bazaar,git,mercurial,subversion
Browse files Browse the repository at this point in the history
For new packages kde-apps/dolphin-plugins-{bazaar,git,mercurial,subversion}.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Dec 13, 2018
1 parent 3ef6645 commit 5431fb1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 5 additions & 2 deletions kde-apps/kdesdk-meta/kdesdk-meta-18.12.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ HOMEPAGE="https://www.kde.org/applications/development"
LICENSE="metapackage"
SLOT="5"
KEYWORDS="~amd64 ~x86"
IUSE="cvs +webkit"
IUSE="bazaar cvs git mercurial subversion +webkit"

RDEPEND="
>=kde-apps/dolphin-plugins-${PV}:${SLOT}
>=kde-apps/kapptemplate-${PV}:${SLOT}
>=kde-apps/kcachegrind-${PV}:${SLOT}
>=kde-apps/kde-dev-scripts-${PV}:${SLOT}
Expand All @@ -24,6 +23,10 @@ RDEPEND="
>=kde-apps/libkomparediff2-${PV}:${SLOT}
>=kde-apps/lokalize-${PV}:${SLOT}
>=kde-apps/poxml-${PV}:${SLOT}
bazaar? ( >=kde-apps/dolphin-plugins-bazaar-${PV}:${SLOT} )
cvs? ( >=kde-apps/cervisia-${PV}:${SLOT} )
git? ( >=kde-apps/dolphin-plugins-git-${PV}:${SLOT} )
mercurial? ( >=kde-apps/dolphin-plugins-mercurial-${PV}:${SLOT} )
subversion? ( >=kde-apps/dolphin-plugins-subversion-${PV}:${SLOT} )
webkit? ( >=kde-apps/umbrello-${PV}:${SLOT} )
"
6 changes: 6 additions & 0 deletions kde-apps/kdesdk-meta/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@
<email>[email protected]</email>
<name>Gentoo KDE Project</name>
</maintainer>
<use>
<flag name="bazaar">Enable support for Bazaar VCS in <pkg>kde-apps/dolphin</pkg> via <pkg>kde-apps/dolphin-plugins-bazaar</pkg></flag>
<flag name="git">Enable support for Git VCS in <pkg>kde-apps/dolphin</pkg> via <pkg>kde-apps/dolphin-plugins-git</pkg></flag>
<flag name="mercurial">Enable support for Mercurial VCS in <pkg>kde-apps/dolphin</pkg> via <pkg>kde-apps/dolphin-plugins-mercurial</pkg></flag>
<flag name="subversion">Enable support for Apache Subversion VCS in <pkg>kde-apps/dolphin</pkg> via <pkg>kde-apps/dolphin-plugins-subversion</pkg></flag>
</use>
</pkgmetadata>

0 comments on commit 5431fb1

Please sign in to comment.