Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vim/
Date: Wed, 25 Oct 2017 20:06:20
Message-Id: 1508961967.da9b91c7fb8823c3907b7b99f998efdf4f06f632.monsieurp@gentoo
1 commit: da9b91c7fb8823c3907b7b99f998efdf4f06f632
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 25 19:51:06 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 25 20:06:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da9b91c7
7
8 app-editors/vim: do not install ex and view manual pages.
9
10 These files do not exist anymore. I did run a compilation before
11 commiting 878e0db62befbbe40403ba4b6bba204ecccca466 but for some
12 reason didn't catch these errors. Sorry :[.
13
14 Closes: https://bugs.gentoo.org/635390
15 Closes: https://bugs.gentoo.org/635136
16 Package-Manager: Portage-2.3.8, Repoman-2.3.3
17
18 app-editors/vim/vim-8.0.1188.ebuild | 9 ++++-----
19 app-editors/vim/vim-9999.ebuild | 9 ++++-----
20 2 files changed, 8 insertions(+), 10 deletions(-)
21
22 diff --git a/app-editors/vim/vim-8.0.1188.ebuild b/app-editors/vim/vim-8.0.1188.ebuild
23 index 0d1fd7c9a30..901f2d45a92 100644
24 --- a/app-editors/vim/vim-8.0.1188.ebuild
25 +++ b/app-editors/vim/vim-8.0.1188.ebuild
26 @@ -50,7 +50,9 @@ RDEPEND="
27 tcl? ( dev-lang/tcl:0= )
28 X? ( x11-libs/libXt )
29 "
30 -DEPEND="${RDEPEND}
31 +
32 +DEPEND="
33 + ${RDEPEND}
34 sys-devel/autoconf
35 nls? ( sys-devel/gettext )
36 "
37 @@ -312,12 +314,9 @@ src_install() {
38 fi
39
40 newbashcomp "${FILESDIR}"/${PN}-completion ${PN}
41 +
42 # keep in sync with 'complete ... -F' list
43 bashcomp_alias vim ex vi view rvim rview vimdiff
44 -
45 - # We shouldn't be installing the ex or view man page symlinks, as they
46 - # are managed by eselect-vi
47 - rm "${ED}"/usr/share/man/man1/{ex,view}.1 || die
48 }
49
50 pkg_postinst() {
51
52 diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild
53 index 0d1fd7c9a30..901f2d45a92 100644
54 --- a/app-editors/vim/vim-9999.ebuild
55 +++ b/app-editors/vim/vim-9999.ebuild
56 @@ -50,7 +50,9 @@ RDEPEND="
57 tcl? ( dev-lang/tcl:0= )
58 X? ( x11-libs/libXt )
59 "
60 -DEPEND="${RDEPEND}
61 +
62 +DEPEND="
63 + ${RDEPEND}
64 sys-devel/autoconf
65 nls? ( sys-devel/gettext )
66 "
67 @@ -312,12 +314,9 @@ src_install() {
68 fi
69
70 newbashcomp "${FILESDIR}"/${PN}-completion ${PN}
71 +
72 # keep in sync with 'complete ... -F' list
73 bashcomp_alias vim ex vi view rvim rview vimdiff
74 -
75 - # We shouldn't be installing the ex or view man page symlinks, as they
76 - # are managed by eselect-vi
77 - rm "${ED}"/usr/share/man/man1/{ex,view}.1 || die
78 }
79
80 pkg_postinst() {