Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/mercurial/
Date: Sun, 30 May 2021 05:42:20
Message-Id: 1622353330.414cf32ed4876631aad90feb3fb4e00c4708151d.juippis@gentoo
1 commit: 414cf32ed4876631aad90feb3fb4e00c4708151d
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun May 30 05:39:14 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun May 30 05:42:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=414cf32e
7
8 dev-vcs/mercurial: remove zsh-completion use on -9999
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 dev-vcs/mercurial/mercurial-9999.ebuild | 11 ++++-------
15 1 file changed, 4 insertions(+), 7 deletions(-)
16
17 diff --git a/dev-vcs/mercurial/mercurial-9999.ebuild b/dev-vcs/mercurial/mercurial-9999.ebuild
18 index bc9d4124ebe..516f17871e1 100644
19 --- a/dev-vcs/mercurial/mercurial-9999.ebuild
20 +++ b/dev-vcs/mercurial/mercurial-9999.ebuild
21 @@ -17,7 +17,7 @@ EHG_REPO_URI="https://www.mercurial-scm.org/repo/hg"
22 LICENSE="GPL-2+"
23 SLOT="0"
24 KEYWORDS=""
25 -IUSE="+chg emacs gpg test tk rust zsh-completion"
26 +IUSE="+chg emacs gpg test tk rust"
27
28 BDEPEND="
29 dev-python/docutils[${PYTHON_USEDEP}]
30 @@ -28,8 +28,7 @@ RDEPEND="
31 dev-python/zstandard[${PYTHON_USEDEP}]
32 gpg? ( app-crypt/gnupg )
33 tk? ( dev-lang/tk )
34 - zsh-completion? ( app-shells/zsh )"
35 -
36 +"
37 DEPEND="emacs? ( >=app-editors/emacs-23.1:* )
38 test? ( app-arch/unzip
39 dev-python/pygments[${PYTHON_USEDEP}] )"
40 @@ -106,10 +105,8 @@ python_install_all() {
41
42 newbashcomp contrib/bash_completion hg
43
44 - if use zsh-completion ; then
45 - insinto /usr/share/zsh/site-functions
46 - newins contrib/zsh_completion _hg
47 - fi
48 + insinto /usr/share/zsh/site-functions
49 + newins contrib/zsh_completion _hg
50
51 dobin hgeditor
52 if use tk; then