summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove old VIMRUNTIME warning.Tim Harder2013-06-111-10/+1
|
* Replace backticks with $(...).Tim Harder2013-06-091-10/+10
|
* Remove old runtime and netrw snapshot unpacking support.Tim Harder2013-06-091-21/+1
|
* Add PYTHON_REQUIRED_USE for python-single-r1.Tim Harder2013-05-301-1/+2
|
* Remove unused src_unpack function.Tim Harder2013-05-171-6/+1
|
* Migrate from supporting cvs to mercurial for live builds.Tim Harder2013-05-171-56/+41
|
* Fix dangling gvim manpage symlinks (bug #455480, patch by Arfrever).Tim Harder2013-05-081-4/+6
|
* Fix build with sys-libs/ncurses[tinfo] (bug #457564, patch by Ben Longbons).Tim Harder2013-05-081-5/+1
|
* Remove old, conditional src_configure call in src_compile.Tim Harder2013-04-241-3/+1
|
* Migrate from python-r1 to python-single-r1.Tim Harder2013-04-241-23/+14
|
* Use python-r1 in EAPI 5 (patch by mgorny, bug #458794).Tim Harder2013-04-211-13/+55
|
* Remove pre-EAPI 2 code blocks (patch by mgorny, bug #458794).Tim Harder2013-04-211-17/+6
|
* Disable python.eclass inherit in vim-core (patch by mgorny, bug #458794).Tim Harder2013-04-211-2/+3
|
* Move EAPI check earlier (patch by mgorny, bug #458794).Tim Harder2013-04-211-15/+15
|
* add sys-apps/gawk depChristoph Junghans2013-03-101-2/+3
|
* Update dependency after package move from x11-libs/openmotif to x11-libs/motif.Ulrich Müller2012-10-241-2/+2
|
* Use has_version instead of built_with_use.Tim Harder2012-09-181-2/+2
|
* Allow vim to be built against ruby-1.9.Tim Harder2012-09-111-3/+3
|
* dev-util/pkgconfig -> virtual/pkgconfigJeff Horelick2012-05-021-3/+3
|
* Migrating vim.eclass from bash-completion.eclass to bash-completion-r1.eclassJim Ramsay2011-11-281-11/+4
| | | | Also removing old blocker on 'app-vim/vimspell' which is no longer in the tree.
* Followup to bug #378107: fix for EPREFIX.Jim Ramsay2011-08-201-2/+2
|
* Bug #378107: Build with >=perl-core/ExtUtils-ParseXS-3.20.0Jim Ramsay2011-08-181-1/+7
| | | | | This just takes the patches from the above build and rolls a single sed line into the eclass instead.
* Altering vim patch logic to deal with monolithic patches (which include runtimeJim Ramsay2011-07-131-4/+8
| | | | file changes too)
* Fixup a minor typo.Jim Ramsay2011-07-131-3/+3
|
* QA (partial): use emake -j1 rather than make -j1.Diego Elio Pettenò2011-03-281-3/+3
|
* Bug #360217: Needs auto/config.mk copied in as of 7.3.122Jim Ramsay2011-03-241-1/+5
|
* Use the global neXt USE flag instead of nextaw (bug #292682 by Nico R).Tim Harder2011-03-141-8/+8
|
* Use slot dependencies for gtk+.Tim Harder2011-03-061-2/+2
|
* Bug #340479 - Use slot dependencies for openmotif, and force all vim.eclassJim Ramsay2011-01-041-2/+3
| | | | users to use EAPI 2 or 3
* Fix openmotif dependency.Ulrich Müller2010-10-101-3/+3
|
* Require Ruby 1.8 and just 1.8 instead of virtual/ruby, eclasses style.Diego Elio Pettenò2010-08-031-3/+3
| | | | Note the use of the EAPI-0 format rather than slot since we don't know where they are used...
* Updating code to use eshopts_push/pop (Bug #328873, thanks Spanky!)Jim Ramsay2010-07-201-2/+5
|
* Removing now-deprecated epause from vim.eclassJim Ramsay2010-07-151-4/+1
|
* Rename local USE flag 'vim-with-x' to global USE flag 'X'Jim Ramsay2010-06-091-7/+12
|
* Use PYTHON_USE_WITH_OPT to only pull in python when actually required. Bug ↵Jim Ramsay2010-05-031-1/+2
| | | | #317939
* Apply interix *vim workaround to eclass, bug 310991Jeremy Olexa2010-04-151-2/+11
|
* Due to portage's environment filtering, variables that start with BASH_ ↵Jeremy Olexa2010-04-071-2/+2
| | | | cannot be used. As such, s/BASH_COMPLETION_NAME/BASHCOMPLETION_NAME/g for bug 312671
* Oops, don't use MY_PN before setting it!Jim Ramsay2010-03-281-4/+4
|
* Fix for bug #311175 and bug #311179: Clean up python supportJim Ramsay2010-03-261-14/+18
| | | | | | 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.
* Add EAPI3 support to vim.eclass, signed off by Jim RamsayJeremy Olexa2010-03-231-26/+36
|
* Took Darkside's advice on preventing a double run of econf for EAPI=2, plusJim Ramsay2009-10-211-4/+12
| | | | scarabeus' tip on not accepting unknown EAPIs.
* A couple more small cleanups:Jim Ramsay2009-10-171-5/+11
| | | | | - 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
* Big long-overdue cleanup:Jim Ramsay2009-10-171-287/+170
| | | | | | | | | | | - 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)
* Add dependency on python[threads] (Bug #228099)Jim Ramsay2009-10-171-9/+39
| | | | This includes some EAPI-aware code (finally)
* The bashcomp message for vim-core should mention 'xxd' not 'vim-core'Jim Ramsay2009-10-141-1/+5
| | | | Fixes bug #278056
* whitespaceMarkus Meier2009-10-111-2/+2
|
* Allow either gzipped or uncompressed patches in the tarball.Jim Ramsay2009-05-181-5/+24
| | | | | | | 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).
* Remove the tr which truncates utf8 man pages, bug 225039.Ali Polatel2008-10-101-3/+2
|
* Quoting, fixes #203985Ali Polatel2008-07-261-88/+88
|
* Strip colour codes before piping to vim for vimmanpager, bug 212844, thanks ↵Ali Polatel2008-04-061-1/+2
| | | | to Guillaume Castagnino