summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-editors/vim/vim-8.2.4328-r1.ebuild (renamed from app-editors/vim/vim-8.2.4328.ebuild)11
-rw-r--r--app-editors/vim/vim-9999.ebuild11
2 files changed, 4 insertions, 18 deletions
diff --git a/app-editors/vim/vim-8.2.4328.ebuild b/app-editors/vim/vim-8.2.4328-r1.ebuild
index 2b7c3b0992cc..5d9a0aae046a 100644
--- a/app-editors/vim/vim-8.2.4328.ebuild
+++ b/app-editors/vim/vim-8.2.4328-r1.ebuild
@@ -45,7 +45,8 @@ RDEPEND="
lua? ( ${LUA_DEPS}
$(lua_gen_impl_dep 'deprecated' lua5-1)
)
- !minimal? ( ~app-editors/vim-core-${PV} )
+ ~app-editors/vim-core-${PV}
+ !<app-editors/vim-core-8.2.4328-r1
vim-pager? ( app-editors/vim-core[-minimal] )
perl? ( dev-lang/perl:= )
python? ( ${PYTHON_DEPS} )
@@ -318,14 +319,6 @@ src_install() {
fperms a+x ${vimfiles}/macros/manpager.sh
fi
- # Fix an issue of missing defaults.vim when USE=minimal.
- if use minimal ; then
- if [[ ! -f "${vimfiles}/defaults.vim" ]]; then
- insinto ${vimfiles}
- doins runtime/defaults.vim
- fi
- fi
-
domenu runtime/vim.desktop
newbashcomp "${FILESDIR}"/${PN}-completion ${PN}
diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild
index 2b7c3b0992cc..5d9a0aae046a 100644
--- a/app-editors/vim/vim-9999.ebuild
+++ b/app-editors/vim/vim-9999.ebuild
@@ -45,7 +45,8 @@ RDEPEND="
lua? ( ${LUA_DEPS}
$(lua_gen_impl_dep 'deprecated' lua5-1)
)
- !minimal? ( ~app-editors/vim-core-${PV} )
+ ~app-editors/vim-core-${PV}
+ !<app-editors/vim-core-8.2.4328-r1
vim-pager? ( app-editors/vim-core[-minimal] )
perl? ( dev-lang/perl:= )
python? ( ${PYTHON_DEPS} )
@@ -318,14 +319,6 @@ src_install() {
fperms a+x ${vimfiles}/macros/manpager.sh
fi
- # Fix an issue of missing defaults.vim when USE=minimal.
- if use minimal ; then
- if [[ ! -f "${vimfiles}/defaults.vim" ]]; then
- insinto ${vimfiles}
- doins runtime/defaults.vim
- fi
- fi
-
domenu runtime/vim.desktop
newbashcomp "${FILESDIR}"/${PN}-completion ${PN}