diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-08-18 18:34:46 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-08-18 18:34:46 +0000 |
commit | 3e74c745215da0430e53b7e32f597a569bad39dd (patch) | |
tree | 1079edefe0384a5d53422a2c0f121ccfc4fdb897 /app-editors | |
parent | Add lc-fenet-9999, thanks to 0xd34df00d. (diff) | |
download | gentoo-2-3e74c745215da0430e53b7e32f597a569bad39dd.tar.gz gentoo-2-3e74c745215da0430e53b7e32f597a569bad39dd.tar.bz2 gentoo-2-3e74c745215da0430e53b7e32f597a569bad39dd.zip |
Remove old vim-core related completion install.
(Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/gvim/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/gvim/gvim-7.4.5.ebuild | 9 | ||||
-rw-r--r-- | app-editors/gvim/gvim-7.4.ebuild | 9 | ||||
-rw-r--r-- | app-editors/gvim/gvim-9999.ebuild | 9 |
4 files changed, 14 insertions, 19 deletions
diff --git a/app-editors/gvim/ChangeLog b/app-editors/gvim/ChangeLog index 801592bf6489..7bbda9fe73e2 100644 --- a/app-editors/gvim/ChangeLog +++ b/app-editors/gvim/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/gvim # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.408 2013/08/18 18:31:45 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/ChangeLog,v 1.409 2013/08/18 18:34:46 radhermit Exp $ + + 18 Aug 2013; Tim Harder <radhermit@gentoo.org> gvim-7.4.ebuild, + gvim-7.4.5.ebuild, gvim-9999.ebuild: + Remove old vim-core related completion install. 18 Aug 2013; Tim Harder <radhermit@gentoo.org> -gvim-7.3.266.ebuild, -gvim-7.3.409.ebuild, -gvim-7.3.444.ebuild, -gvim-7.3.456.ebuild, diff --git a/app-editors/gvim/gvim-7.4.5.ebuild b/app-editors/gvim/gvim-7.4.5.ebuild index 17c99744c18b..435a530c304e 100644 --- a/app-editors/gvim/gvim-7.4.5.ebuild +++ b/app-editors/gvim/gvim-7.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.4.5.ebuild,v 1.1 2013/08/18 18:24:33 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.4.5.ebuild,v 1.2 2013/08/18 18:34:46 radhermit Exp $ EAPI=5 VIM_VERSION="7.4" @@ -355,11 +355,8 @@ src_install() { doins "${FILESDIR}"/gvim.xpm # bash completion script, bug #79018. - if [[ ${PN} == "vim-core" ]] ; then - newbashcomp "${FILESDIR}"/xxd-completion xxd - else - newbashcomp "${FILESDIR}"/${PN}-completion ${PN} - fi + newbashcomp "${FILESDIR}"/${PN}-completion ${PN} + # We shouldn't be installing the ex or view man page symlinks, as they # are managed by eselect-vi rm -f "${ED}"/usr/share/man/man1/{ex,view}.1 diff --git a/app-editors/gvim/gvim-7.4.ebuild b/app-editors/gvim/gvim-7.4.ebuild index 2d03376a4180..9f6624c94dfb 100644 --- a/app-editors/gvim/gvim-7.4.ebuild +++ b/app-editors/gvim/gvim-7.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.4.ebuild,v 1.3 2013/08/14 03:40:22 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-7.4.ebuild,v 1.4 2013/08/18 18:34:46 radhermit Exp $ EAPI=5 VIM_VERSION="7.4" @@ -355,11 +355,8 @@ src_install() { doins "${FILESDIR}"/gvim.xpm # bash completion script, bug #79018. - if [[ ${PN} == "vim-core" ]] ; then - newbashcomp "${FILESDIR}"/xxd-completion xxd - else - newbashcomp "${FILESDIR}"/${PN}-completion ${PN} - fi + newbashcomp "${FILESDIR}"/${PN}-completion ${PN} + # We shouldn't be installing the ex or view man page symlinks, as they # are managed by eselect-vi rm -f "${ED}"/usr/share/man/man1/{ex,view}.1 diff --git a/app-editors/gvim/gvim-9999.ebuild b/app-editors/gvim/gvim-9999.ebuild index 621de4a7918b..67f0f67df2eb 100644 --- a/app-editors/gvim/gvim-9999.ebuild +++ b/app-editors/gvim/gvim-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-9999.ebuild,v 1.5 2013/08/14 03:40:22 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/gvim/gvim-9999.ebuild,v 1.6 2013/08/18 18:34:46 radhermit Exp $ EAPI=5 VIM_VERSION="7.4" @@ -355,11 +355,8 @@ src_install() { doins "${FILESDIR}"/gvim.xpm # bash completion script, bug #79018. - if [[ ${PN} == "vim-core" ]] ; then - newbashcomp "${FILESDIR}"/xxd-completion xxd - else - newbashcomp "${FILESDIR}"/${PN}-completion ${PN} - fi + newbashcomp "${FILESDIR}"/${PN}-completion ${PN} + # We shouldn't be installing the ex or view man page symlinks, as they # are managed by eselect-vi rm -f "${ED}"/usr/share/man/man1/{ex,view}.1 |