Log of /eclass/vim.eclass
Parent Directory
|
Revision Log
Revision
1.201 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Nov 28 18:13:42 2011 UTC
(17 months, 2 weeks ago)
by
lack
Branch:
MAIN
Changes since
1.200: +4 -11 lines
Diff to
previous 1.200
Migrating vim.eclass from bash-completion.eclass to bash-completion-r1.eclass
Also removing old blocker on 'app-vim/vimspell' which is no longer in the tree.
Revision
1.199 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Aug 18 02:48:43 2011 UTC
(21 months ago)
by
lack
Branch:
MAIN
Changes since
1.198: +7 -1 lines
Diff to
previous 1.198
Bug #378107: Build with >=perl-core/ExtUtils-ParseXS-3.20.0
This just takes the patches from the above build and rolls a single sed line
into the eclass instead.
Revision
1.198 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jul 13 04:22:33 2011 UTC
(22 months, 1 week ago)
by
lack
Branch:
MAIN
Changes since
1.197: +8 -4 lines
Diff to
previous 1.197
Altering vim patch logic to deal with monolithic patches (which include runtime
file changes too)
Revision
1.192 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 4 13:55:57 2011 UTC
(2 years, 4 months ago)
by
lack
Branch:
MAIN
Changes since
1.191: +3 -2 lines
Diff to
previous 1.191
Bug #340479 - Use slot dependencies for openmotif, and force all vim.eclass
users to use EAPI 2 or 3
Revision
1.190 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Aug 3 15:50:02 2010 UTC
(2 years, 9 months ago)
by
flameeyes
Branch:
MAIN
Changes since
1.189: +3 -3 lines
Diff to
previous 1.189
Require Ruby 1.8 and just 1.8 instead of virtual/ruby, eclasses style.
Note the use of the EAPI-0 format rather than slot since we don't know where they are used...
Revision
1.184 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Apr 7 04:20:46 2010 UTC
(3 years, 1 month ago)
by
darkside
Branch:
MAIN
Changes since
1.183: +2 -2 lines
Diff to
previous 1.183
Due to portage's environment filtering, variables that start with BASH_ cannot be used. As such, s/BASH_COMPLETION_NAME/BASHCOMPLETION_NAME/g for bug 312671
Revision
1.182 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Mar 26 18:40:26 2010 UTC
(3 years, 1 month ago)
by
lack
Branch:
MAIN
Changes since
1.181: +18 -14 lines
Diff to
previous 1.181
Fix for bug #311175 and bug #311179: Clean up python support
app-editors/vim and app-editors/gvim both rely completely on vim.eclass, so this
is the place to ensure we only use python2, since vim does not yet support
python3.
Revision
1.180 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Oct 21 22:20:36 2009 UTC
(3 years, 6 months ago)
by
lack
Branch:
MAIN
Changes since
1.179: +12 -4 lines
Diff to
previous 1.179
Took Darkside's advice on preventing a double run of econf for EAPI=2, plus
scarabeus' tip on not accepting unknown EAPIs.
Revision
1.179 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Oct 17 18:30:40 2009 UTC
(3 years, 7 months ago)
by
lack
Branch:
MAIN
Changes since
1.178: +11 -5 lines
Diff to
previous 1.178
A couple more small cleanups:
- Only check 'use python' if IUSE has python in in (Fixes QA warning)
- Look for gentoo/patches-all and a new vim-core specific gentoo/patches-core
Revision
1.178 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Oct 17 17:10:52 2009 UTC
(3 years, 7 months ago)
by
lack
Branch:
MAIN
Changes since
1.177: +169 -286 lines
Diff to
previous 1.177
Big long-overdue cleanup:
- Removed all code that had anything to do with <vim-7 since all version 6 has
been out of the tree for over a year now.
- Reorganized IUSE and all [RP]DEPEND variables to be less spread-out
- Moved in all current IUSE and [RP]DEPEND from app-editors/[g]vim[-core]
- Make dev-util/ctags dependent on USE=minimal for app-editors/vim
(Bug #261025)
- Don't call update_vim_symlinks() for app-editors/vim-core
(Bug #252724)
Revision
1.177 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Oct 17 13:43:30 2009 UTC
(3 years, 7 months ago)
by
lack
Branch:
MAIN
Changes since
1.176: +39 -9 lines
Diff to
previous 1.176
Add dependency on python[threads] (Bug #228099)
This includes some EAPI-aware code (finally)
Revision
1.176 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Oct 14 01:29:49 2009 UTC
(3 years, 7 months ago)
by
lack
Branch:
MAIN
Changes since
1.175: +5 -1 lines
Diff to
previous 1.175
The bashcomp message for vim-core should mention 'xxd' not 'vim-core'
Fixes bug #278056
Revision
1.174 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon May 18 17:02:32 2009 UTC
(4 years ago)
by
lack
Branch:
MAIN
Changes since
1.173: +24 -5 lines
Diff to
previous 1.173
Allow either gzipped or uncompressed patches in the tarball.
Also removed date-seeking regexp to find first and second lines of the patch
since as of 7.2.167 the date format in all vim.org patches has changed. It is
less work (while marginally less correct) to just look for lines that start with
'***' and do not end with '****' (and "---" / "----" for the second line).
Revision
1.171 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Apr 6 09:22:13 2008 UTC
(5 years, 1 month ago)
by
hawking
Branch:
MAIN
Changes since
1.170: +2 -1 lines
Diff to
previous 1.170
Strip colour codes before piping to vim for vimmanpager, bug 212844, thanks to Guillaume Castagnino
Revision
1.170 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Mar 3 15:09:18 2008 UTC
(5 years, 2 months ago)
by
hawking
Branch:
MAIN
Changes since
1.169: +6 -3 lines
Diff to
previous 1.169
Comment out netbeans dependency, gvim doesn't require dev-util/netbeans for netbeans external editor support, bug 184065.
Revision
1.151 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Sep 20 14:59:41 2006 UTC
(6 years, 7 months ago)
by
pioto
Branch:
MAIN
Changes since
1.150: +14 -2 lines
Diff to
previous 1.150
Add support for using eselect vi update for handling the /usr/bin/vi symlink in versions >=7.0.109. This should allow us to no longer block app-editors/nvi, for example.
Revision
1.150 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Sep 12 18:43:27 2006 UTC
(6 years, 8 months ago)
by
pioto
Branch:
MAIN
Changes since
1.149: +9 -42 lines
Diff to
previous 1.149
Purge old code that uses the termcap-compat use flag from the eclass. No ebuild has used it in nearly a year, and it doesn't affect unmerging at all.
Revision
1.145 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Apr 2 16:34:38 2006 UTC
(7 years, 1 month ago)
by
flameeyes
Branch:
MAIN
Changes since
1.144: +3 -3 lines
Diff to
previous 1.144
sys-apps/acl has to be conditional on linux kernel (while acl support can be present on freebsd anyway).
Revision
1.138 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jan 7 23:46:57 2006 UTC
(7 years, 4 months ago)
by
ferringb
Branch:
MAIN
Changes since
1.137: +2 -2 lines
Diff to
previous 1.137
look ma, I'm touching eclasses!
introducing PORTAGE_ACTUAL_DISTDIR support for bug 117440, DISTDIR symlink indirection (blocks all unstated access to DISTDIR).
Also breaks these eclasses since they have unstated access...
Revision
1.117 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Aug 9 22:58:03 2005 UTC
(7 years, 9 months ago)
by
ciaranm
Branch:
MAIN
Changes since
1.116: +2 -45 lines
Diff to
previous 1.116
Remove spell things and unconditionally install dictionaries for now. This will be changed before vim7 comes out of package.mask.
Revision
1.90 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jan 15 11:57:57 2005 UTC
(8 years, 4 months ago)
by
ciaranm
Branch:
MAIN
Changes since
1.89: +49 -56 lines
Diff to
previous 1.89
remove code for handling versions which are no longer in the tree. add in a check that we're trying to build a version of vim which this eclass can actually handle, in case anyone has a silly overlay/package.mask setup.
Revision
1.86 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Dec 18 22:55:53 2004 UTC
(8 years, 5 months ago)
by
spb
Branch:
MAIN
Changes since
1.85: +5 -2 lines
Diff to
previous 1.85
changed bzip2 | tar to tar -j to workaround some random breakage on freebsd. ciaranm told me to!
Revision
1.60 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jun 26 23:50:38 2004 UTC
(8 years, 10 months ago)
by
ciaranm
Branch:
MAIN
Changes since
1.59: +5 -12 lines
Diff to
previous 1.59
remove legacy ruby-1.6 DEPENDs, no vim version in the tree has problems with 1.8
Revision
1.19 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Mar 30 20:03:03 2003 UTC
(10 years, 1 month ago)
by
agriffis
Branch:
MAIN
Changes since
1.18: +65 -37 lines
Diff to
previous 1.18
make patch application faster and fix bug #18245, also enable emake to be used
Revision
1.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Mar 12 06:45:49 2003 UTC
(10 years, 2 months ago)
by
jhhudso
Branch:
MAIN
Changes since
1.6: +2 -2 lines
Diff to
previous 1.6
Added use nls && unpack ${LANG} to vim.eclass to fix the nls bugs with
vim that had popped up.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.
| Sticky Tag: |
|