diff options
author | Tim Harder <radhermit@gentoo.org> | 2018-12-28 03:05:07 -0600 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2018-12-28 03:08:16 -0600 |
commit | b614ed7a2f040f1e6cc6f52bfe84b9494ead00b2 (patch) | |
tree | f416405ef6e822ac0247ec76a6c76db03b31c256 /app-editors/gvim/gvim-9999.ebuild | |
parent | app-editors/vim: version bump to 8.1.0648 (diff) | |
download | gentoo-b614ed7a2f040f1e6cc6f52bfe84b9494ead00b2.tar.gz gentoo-b614ed7a2f040f1e6cc6f52bfe84b9494ead00b2.tar.bz2 gentoo-b614ed7a2f040f1e6cc6f52bfe84b9494ead00b2.zip |
app-editors/gvim: version bump to 8.1.0648
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'app-editors/gvim/gvim-9999.ebuild')
-rw-r--r-- | app-editors/gvim/gvim-9999.ebuild | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/app-editors/gvim/gvim-9999.ebuild b/app-editors/gvim/gvim-9999.ebuild index 372fe57b79d6..f7f10ea790e1 100644 --- a/app-editors/gvim/gvim-9999.ebuild +++ b/app-editors/gvim/gvim-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -VIM_VERSION="8.0" -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) -PYTHON_REQ_USE="threads" +VIM_VERSION="8.1" +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) +PYTHON_REQ_USE="threads(+)" USE_RUBY="ruby23 ruby24 ruby25" inherit vim-doc flag-o-matic xdg-utils gnome2-utils bash-completion-r1 prefix python-single-r1 ruby-single @@ -280,14 +280,14 @@ src_compile() { } src_test() { - echo + einfo einfo "Starting vim tests. Several error messages will be shown" einfo "while the tests run. This is normal behaviour and does not" einfo "indicate a fault." - echo + einfo ewarn "If the tests fail, your terminal may be left in a strange" ewarn "state. Usually, running 'reset' will fix this." - echo + einfo # Don't let vim talk to X unset DISPLAY @@ -334,8 +334,6 @@ src_install() { newins "${FILESDIR}"/gvimrc-r1 gvimrc eprefixify "${ED}"/etc/vim/gvimrc - doicon -s scalable "${FILESDIR}"/gvim.svg - # bash completion script, bug #79018. newbashcomp "${FILESDIR}"/${PN}-completion ${PN} |