Gentoo Archives: gentoo-dev

From: Samuli Suominen <ssuominen@g.o>
To: gentoo-dev@l.g.o, lack@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: vim.eclass
Date: Mon, 28 Nov 2011 18:23:14
Message-Id: 4ED3D09E.9020900@gentoo.org
1 eclass has ChangeLog file now. any particular reason why you skipped it?
2
3 or is it not meant to be used yet / not mandatory to use yet? since most
4 people seem to skip it.
5
6 - Samuli
7
8 On 11/28/2011 08:13 PM, Jim Ramsay (lack) wrote:
9 > lack 11/11/28 18:13:42
10 >
11 > Modified: vim.eclass
12 > Log:
13 > Migrating vim.eclass from bash-completion.eclass to bash-completion-r1.eclass
14 >
15 > Also removing old blocker on 'app-vim/vimspell' which is no longer in the tree.
16 >
17 > Revision Changes Path
18 > 1.201 eclass/vim.eclass
19 >
20 > file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/vim.eclass?rev=1.201&view=markup
21 > plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/vim.eclass?rev=1.201&content-type=text/plain
22 > diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/vim.eclass?r1=1.200&r2=1.201
23 >
24 > Index: vim.eclass
25 > ===================================================================
26 > RCS file: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v
27 > retrieving revision 1.200
28 > retrieving revision 1.201
29 > diff -u -r1.200 -r1.201
30 > --- vim.eclass 20 Aug 2011 15:46:21 -0000 1.200
31 > +++ vim.eclass 28 Nov 2011 18:13:42 -0000 1.201
32 > @@ -1,6 +1,6 @@
33 > # Copyright 1999-2011 Gentoo Foundation
34 > # Distributed under the terms of the GNU General Public License v2
35 > -# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.200 2011/08/20 15:46:21 lack Exp $
36 > +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.201 2011/11/28 18:13:42 lack Exp $
37 >
38 > # Authors:
39 > # Jim Ramsay <lack@g.o>
40 > @@ -31,7 +31,7 @@
41 > PYTHON_USE_WITH_OPT="python"
42 > PYTHON_USE_WITH="threads"
43 > fi
44 > -inherit eutils vim-doc flag-o-matic versionator fdo-mime bash-completion prefix python
45 > +inherit eutils vim-doc flag-o-matic versionator fdo-mime bash-completion-r1 prefix python
46 >
47 > HOMEPAGE="http://www.vim.org/"
48 > SLOT="0"
49 > @@ -95,7 +95,6 @@
50 > acl? ( kernel_linux? ( sys-apps/acl ) )
51 > ruby? ( =dev-lang/ruby-1.8* )
52 > !<app-vim/align-30-r1
53 > - !app-vim/vimspell
54 > !<app-vim/vimbuddy-0.9.1-r1
55 > !<app-vim/autoalign-11
56 > !<app-vim/supertab-0.41"
57 > @@ -625,9 +624,9 @@
58 >
59 > # bash completion script, bug #79018.
60 > if [[ ${MY_PN} == "vim-core" ]] ; then
61 > - dobashcompletion "${FILESDIR}"/xxd-completion xxd
62 > + newbashcomp "${FILESDIR}"/xxd-completion xxd
63 > else
64 > - dobashcompletion "${FILESDIR}"/${MY_PN}-completion ${MY_PN}
65 > + newbashcomp "${FILESDIR}"/${MY_PN}-completion ${MY_PN}
66 > fi
67 > # We shouldn't be installing the ex or view man page symlinks, as they
68 > # are managed by eselect-vi
69 > @@ -723,12 +722,6 @@
70 >
71 > echo
72 >
73 > - # Display bash-completion message
74 > - if [[ ${MY_PN} == "vim-core" ]] ; then
75 > - export BASHCOMPLETION_NAME="xxd"
76 > - fi
77 > - bash-completion_pkg_postinst
78 > -
79 > # Make convenience symlinks
80 > if [[ ${MY_PN} != "vim-core" ]] ; then
81 > # But only for vim/gvim, bug #252724
82 >
83 >
84 >
85 >

Replies