Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update dependency after package move from x11-libs/openmotif to x11-libs/motif. | 2012-10-24 | 1 | -2/+2 | |
| | |||||
* | Use has_version instead of built_with_use. | 2012-09-18 | 1 | -2/+2 | |
| | |||||
* | Allow vim to be built against ruby-1.9. | 2012-09-11 | 1 | -3/+3 | |
| | |||||
* | dev-util/pkgconfig -> virtual/pkgconfig | 2012-05-02 | 1 | -3/+3 | |
| | |||||
* | Migrating vim.eclass from bash-completion.eclass to bash-completion-r1.eclass | 2011-11-28 | 1 | -11/+4 | |
| | | | | Also removing old blocker on 'app-vim/vimspell' which is no longer in the tree. | ||||
* | Followup to bug #378107: fix for EPREFIX. | 2011-08-20 | 1 | -2/+2 | |
| | |||||
* | Bug #378107: Build with >=perl-core/ExtUtils-ParseXS-3.20.0 | 2011-08-18 | 1 | -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 runtime | 2011-07-13 | 1 | -4/+8 | |
| | | | | file changes too) | ||||
* | Fixup a minor typo. | 2011-07-13 | 1 | -3/+3 | |
| | |||||
* | QA (partial): use emake -j1 rather than make -j1. | 2011-03-28 | 1 | -3/+3 | |
| | |||||
* | Bug #360217: Needs auto/config.mk copied in as of 7.3.122 | 2011-03-24 | 1 | -1/+5 | |
| | |||||
* | Use the global neXt USE flag instead of nextaw (bug #292682 by Nico R). | 2011-03-14 | 1 | -8/+8 | |
| | |||||
* | Use slot dependencies for gtk+. | 2011-03-06 | 1 | -2/+2 | |
| | |||||
* | Bug #340479 - Use slot dependencies for openmotif, and force all vim.eclass | 2011-01-04 | 1 | -2/+3 | |
| | | | | users to use EAPI 2 or 3 | ||||
* | Fix openmotif dependency. | 2010-10-10 | 1 | -3/+3 | |
| | |||||
* | Require Ruby 1.8 and just 1.8 instead of virtual/ruby, eclasses style. | 2010-08-03 | 1 | -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!) | 2010-07-20 | 1 | -2/+5 | |
| | |||||
* | Removing now-deprecated epause from vim.eclass | 2010-07-15 | 1 | -4/+1 | |
| | |||||
* | Rename local USE flag 'vim-with-x' to global USE flag 'X' | 2010-06-09 | 1 | -7/+12 | |
| | |||||
* | Use PYTHON_USE_WITH_OPT to only pull in python when actually required. Bug ↵ | 2010-05-03 | 1 | -1/+2 | |
| | | | | #317939 | ||||
* | Apply interix *vim workaround to eclass, bug 310991 | 2010-04-15 | 1 | -2/+11 | |
| | |||||
* | Due to portage's environment filtering, variables that start with BASH_ ↵ | 2010-04-07 | 1 | -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! | 2010-03-28 | 1 | -4/+4 | |
| | |||||
* | Fix for bug #311175 and bug #311179: Clean up python support | 2010-03-26 | 1 | -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 Ramsay | 2010-03-23 | 1 | -26/+36 | |
| | |||||
* | Took Darkside's advice on preventing a double run of econf for EAPI=2, plus | 2009-10-21 | 1 | -4/+12 | |
| | | | | scarabeus' tip on not accepting unknown EAPIs. | ||||
* | A couple more small cleanups: | 2009-10-17 | 1 | -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: | 2009-10-17 | 1 | -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) | 2009-10-17 | 1 | -9/+39 | |
| | | | | This includes some EAPI-aware code (finally) | ||||
* | The bashcomp message for vim-core should mention 'xxd' not 'vim-core' | 2009-10-14 | 1 | -1/+5 | |
| | | | | Fixes bug #278056 | ||||
* | whitespace | 2009-10-11 | 1 | -2/+2 | |
| | |||||
* | Allow either gzipped or uncompressed patches in the tarball. | 2009-05-18 | 1 | -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. | 2008-10-10 | 1 | -3/+2 | |
| | |||||
* | Quoting, fixes #203985 | 2008-07-26 | 1 | -88/+88 | |
| | |||||
* | Strip colour codes before piping to vim for vimmanpager, bug 212844, thanks ↵ | 2008-04-06 | 1 | -1/+2 | |
| | | | | to Guillaume Castagnino | ||||
* | Comment out netbeans dependency, gvim doesn't require dev-util/netbeans for ↵ | 2008-03-03 | 1 | -3/+6 | |
| | | | | netbeans external editor support, bug 184065. | ||||
* | Close file handles in gawk code to avoid leakage, bug 205037 | 2008-01-09 | 1 | -1/+3 | |
| | |||||
* | fixed parsing Subject: of vim patch mails | 2007-11-07 | 1 | -2/+2 | |
| | |||||
* | respect GVIM_DESKTOP_SUFFIX, so gvim.desktop file can be updated. | 2007-09-27 | 1 | -2/+2 | |
| | |||||
* | call eselect vi update with --if-unset to respect user's choice (bug 187449) | 2007-09-05 | 1 | -2/+3 | |
| | |||||
* | Remove python-2.5 block. Only a problem when python is built w/ USE="-threads". | 2007-05-09 | 1 | -6/+2 | |
| | |||||
* | Vim's hatin' on python-2.5, See Bug #177716. | 2007-05-09 | 1 | -2/+6 | |
| | |||||
* | Remove virtual/x11 depends in some eclasses | 2007-03-26 | 1 | -5/+4 | |
| | |||||
* | Use elog instead of einfo in the appropriate places. | 2007-03-21 | 1 | -19/+19 | |
| | |||||
* | Don't use `which`, use `type -P`. | 2007-03-13 | 1 | -2/+2 | |
| | |||||
* | mzscheme support is currently broken. bug #91970 | 2007-02-22 | 1 | -9/+11 | |
| | |||||
* | Newest supertab doesn't block vim7. | 2007-01-11 | 1 | -3/+4 | |
| | |||||
* | Kill 'inherit debug'. | 2007-01-05 | 1 | -4/+6 | |
| | |||||
* | Link with libcurses instead of libncurses | 2007-01-03 | 1 | -2/+2 | |
| | |||||
* | Make sure vim-core doesn't install ex or view man pages. | 2006-10-31 | 1 | -2/+2 | |
| |