Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: kde-apps/dolphin-plugins/
Date: Tue, 25 Aug 2020 14:59:44
Message-Id: 1598367564.836b930445ea412ad2b2672291dc30861a38b010.asturm@gentoo
1 commit: 836b930445ea412ad2b2672291dc30861a38b010
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 24 17:19:25 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 25 14:59:24 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=836b9304
7
8 kde-apps/dolphin-plugins: Drop IUSE=bazaar for missing dev-vcs/bzr
9
10 Package was last-rited in Gentoo ebuild repo and eclass as well.
11
12 Package-Manager: Portage-3.0.4, Repoman-3.0.1
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 kde-apps/dolphin-plugins/dolphin-plugins-4.14.3.ebuild | 9 ++++-----
16 kde-apps/dolphin-plugins/metadata.xml | 1 -
17 2 files changed, 4 insertions(+), 6 deletions(-)
18
19 diff --git a/kde-apps/dolphin-plugins/dolphin-plugins-4.14.3.ebuild b/kde-apps/dolphin-plugins/dolphin-plugins-4.14.3.ebuild
20 index f3dbd9b2..8862a49f 100644
21 --- a/kde-apps/dolphin-plugins/dolphin-plugins-4.14.3.ebuild
22 +++ b/kde-apps/dolphin-plugins/dolphin-plugins-4.14.3.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=5
29 @@ -7,25 +7,24 @@ inherit kde4-base
30
31 DESCRIPTION="Extra Dolphin plugins"
32 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
33 -IUSE="debug bazaar git mercurial subversion"
34 +IUSE="debug git mercurial subversion"
35
36 DEPEND="
37 $(add_kdeapps_dep libkonq)
38 "
39 RDEPEND="${DEPEND}
40 $(add_kdeapps_dep kompare)
41 - bazaar? ( dev-vcs/bzr )
42 git? ( dev-vcs/git )
43 mercurial? ( dev-vcs/mercurial )
44 subversion? ( dev-vcs/subversion )
45 "
46
47 src_install() {
48 - { use bazaar || use git || use mercurial || use subversion; } && kde4-base_src_install
49 + { use git || use mercurial || use subversion; } && kde4-base_src_install
50 }
51
52 pkg_postinst() {
53 - if ! use bazaar && ! use git && ! use mercurial && ! use subversion ; then
54 + if ! use git && ! use mercurial && ! use subversion ; then
55 einfo
56 einfo "You have disabled all plugin use flags. If you want to have vcs"
57 einfo "integration in dolphin, enable those of your needs."
58
59 diff --git a/kde-apps/dolphin-plugins/metadata.xml b/kde-apps/dolphin-plugins/metadata.xml
60 index 34d0cdf6..ebb817ee 100644
61 --- a/kde-apps/dolphin-plugins/metadata.xml
62 +++ b/kde-apps/dolphin-plugins/metadata.xml
63 @@ -3,7 +3,6 @@
64 <pkgmetadata>
65 <!-- maintainer-needed -->
66 <use>
67 - <flag name="bazaar">Enable support for the bazaar VCS</flag>
68 <flag name="git">Enable support for the git VCS</flag>
69 <flag name="mercurial">Enable support for the mercurial VCS</flag>
70 </use>