summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-10-25 21:51:06 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-10-25 22:06:07 +0200
commitda9b91c7fb8823c3907b7b99f998efdf4f06f632 (patch)
tree96af749c2561679a87c862dbe5f42692ff883b83 /app-editors/vim
parentdev-java/oracle-jre-bin: Remove vulnerable 1.8.0.144 wrt bug #635030 (diff)
downloadgentoo-da9b91c7fb8823c3907b7b99f998efdf4f06f632.tar.gz
gentoo-da9b91c7fb8823c3907b7b99f998efdf4f06f632.tar.bz2
gentoo-da9b91c7fb8823c3907b7b99f998efdf4f06f632.zip
app-editors/vim: do not install ex and view manual pages.
These files do not exist anymore. I did run a compilation before commiting 878e0db62befbbe40403ba4b6bba204ecccca466 but for some reason didn't catch these errors. Sorry :[. Closes: https://bugs.gentoo.org/635390 Closes: https://bugs.gentoo.org/635136 Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'app-editors/vim')
-rw-r--r--app-editors/vim/vim-8.0.1188.ebuild9
-rw-r--r--app-editors/vim/vim-9999.ebuild9
2 files changed, 8 insertions, 10 deletions
diff --git a/app-editors/vim/vim-8.0.1188.ebuild b/app-editors/vim/vim-8.0.1188.ebuild
index 0d1fd7c9a300..901f2d45a92c 100644
--- a/app-editors/vim/vim-8.0.1188.ebuild
+++ b/app-editors/vim/vim-8.0.1188.ebuild
@@ -50,7 +50,9 @@ RDEPEND="
tcl? ( dev-lang/tcl:0= )
X? ( x11-libs/libXt )
"
-DEPEND="${RDEPEND}
+
+DEPEND="
+ ${RDEPEND}
sys-devel/autoconf
nls? ( sys-devel/gettext )
"
@@ -312,12 +314,9 @@ src_install() {
fi
newbashcomp "${FILESDIR}"/${PN}-completion ${PN}
+
# keep in sync with 'complete ... -F' list
bashcomp_alias vim ex vi view rvim rview vimdiff
-
- # We shouldn't be installing the ex or view man page symlinks, as they
- # are managed by eselect-vi
- rm "${ED}"/usr/share/man/man1/{ex,view}.1 || die
}
pkg_postinst() {
diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild
index 0d1fd7c9a300..901f2d45a92c 100644
--- a/app-editors/vim/vim-9999.ebuild
+++ b/app-editors/vim/vim-9999.ebuild
@@ -50,7 +50,9 @@ RDEPEND="
tcl? ( dev-lang/tcl:0= )
X? ( x11-libs/libXt )
"
-DEPEND="${RDEPEND}
+
+DEPEND="
+ ${RDEPEND}
sys-devel/autoconf
nls? ( sys-devel/gettext )
"
@@ -312,12 +314,9 @@ src_install() {
fi
newbashcomp "${FILESDIR}"/${PN}-completion ${PN}
+
# keep in sync with 'complete ... -F' list
bashcomp_alias vim ex vi view rvim rview vimdiff
-
- # We shouldn't be installing the ex or view man page symlinks, as they
- # are managed by eselect-vi
- rm "${ED}"/usr/share/man/man1/{ex,view}.1 || die
}
pkg_postinst() {