mgorny 14/10/11 18:34:46 Modified: vim-9999.ebuild vim-7.4.430.ebuild ChangeLog Log: Install necessary bash-completion aliases, bug #521152. Update completed command list in the file. (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.15 app-editors/vim/vim-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/vim-9999.ebuild?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/vim-9999.ebuild?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/vim-9999.ebuild?r1=1.14&r2=1.15 Index: vim-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/vim/vim-9999.ebuild,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- vim-9999.ebuild 6 Sep 2014 17:52:52 -0000 1.14 +++ vim-9999.ebuild 11 Oct 2014 18:34:46 -0000 1.15 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-9999.ebuild,v 1.14 2014/09/06 17:52:52 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-9999.ebuild,v 1.15 2014/10/11 18:34:46 mgorny Exp $ EAPI=5 VIM_VERSION="7.4" @@ -333,6 +333,8 @@ 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 1.3 app-editors/vim/vim-7.4.430.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/vim-7.4.430.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/vim-7.4.430.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/vim-7.4.430.ebuild?r1=1.2&r2=1.3 Index: vim-7.4.430.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.430.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- vim-7.4.430.ebuild 6 Sep 2014 17:52:52 -0000 1.2 +++ vim-7.4.430.ebuild 11 Oct 2014 18:34:46 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.430.ebuild,v 1.2 2014/09/06 17:52:52 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.4.430.ebuild,v 1.3 2014/10/11 18:34:46 mgorny Exp $ EAPI=5 VIM_VERSION="7.4" @@ -333,6 +333,8 @@ 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 1.471 app-editors/vim/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/ChangeLog?rev=1.471&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/ChangeLog?rev=1.471&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/ChangeLog?r1=1.470&r2=1.471 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v retrieving revision 1.470 retrieving revision 1.471 diff -u -r1.470 -r1.471 --- ChangeLog 19 Sep 2014 08:59:36 -0000 1.470 +++ ChangeLog 11 Oct 2014 18:34:46 -0000 1.471 @@ -1,6 +1,11 @@ # ChangeLog for app-editors/vim # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.470 2014/09/19 08:59:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.471 2014/10/11 18:34:46 mgorny Exp $ + + 11 Oct 2014; Michał Górny <[email protected]> files/vim-completion, + vim-7.4.430.ebuild, vim-9999.ebuild: + Install necessary bash-completion aliases, bug #521152. Update completed + command list in the file. 19 Sep 2014; Agostino Sarubbo <[email protected]> vim-7.4.273.ebuild: Stable for ppc64, wrt bug #511190
