summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Comment out netbeans dependency, gvim doesn't require dev-util/netbeans for ↵Ali Polatel2008-03-031-3/+6
| | | | netbeans external editor support, bug 184065.
* Close file handles in gawk code to avoid leakage, bug 205037Ali Polatel2008-01-091-1/+3
|
* fixed parsing Subject: of vim patch mailsAli Polatel2007-11-071-2/+2
|
* respect GVIM_DESKTOP_SUFFIX, so gvim.desktop file can be updated.Ali Polatel2007-09-271-2/+2
|
* call eselect vi update with --if-unset to respect user's choice (bug 187449)Ali Polatel2007-09-051-2/+3
|
* Remove python-2.5 block. Only a problem when python is built w/ USE="-threads".Mike Kelly2007-05-091-6/+2
|
* Vim's hatin' on python-2.5, See Bug #177716.Mike Kelly2007-05-091-2/+6
|
* Remove virtual/x11 depends in some eclassesStefan Schweizer2007-03-261-5/+4
|
* Use elog instead of einfo in the appropriate places.Mike Kelly2007-03-211-19/+19
|
* Don't use `which`, use `type -P`.Mike Kelly2007-03-131-2/+2
|
* mzscheme support is currently broken. bug #91970Mike Kelly2007-02-221-9/+11
|
* Newest supertab doesn't block vim7.Mike Kelly2007-01-111-3/+4
|
* Kill 'inherit debug'.Elfyn McBratney2007-01-051-4/+6
|
* Link with libcurses instead of libncursesHarald van Dijk2007-01-031-2/+2
|
* Make sure vim-core doesn't install ex or view man pages.Mike Kelly2006-10-311-2/+2
|
* Add a RDEPEND on eselect-vi in addition to the DEPEND (for binpkgs).Mike Kelly2006-10-291-1/+2
|
* Fix creation of gvim man page symlinks. Thanks to exg for the report.Mike Kelly2006-10-091-4/+4
|
* Add symlinks for gvim, gview, and gvimdiff man pages for gvim.Mike Kelly2006-10-021-2/+9
|
* Update for eselect-vi-1.1Mike Kelly2006-09-241-3/+11
|
* Add support for using eselect vi update for handling the /usr/bin/vi symlink ↵Mike Kelly2006-09-201-2/+14
| | | | in versions >=7.0.109. This should allow us to no longer block app-editors/nvi, for example.
* Purge old code that uses the termcap-compat use flag from the eclass. No ↵Mike Kelly2006-09-121-42/+9
| | | | ebuild has used it in nearly a year, and it doesn't affect unmerging at all.
* install vimtutorRyan Phillips2006-05-281-1/+2
|
* ECVS_SERVER updateMike Frysinger2006-05-131-2/+2
|
* package move - edit for rphillipsMichael Sterrett2006-05-121-3/+3
|
* changed libiconv to virtualRyan Phillips2006-05-101-3/+3
|
* sys-apps/acl has to be conditional on linux kernel (while acl support can be ↵Diego Elio Pettenò2006-04-021-3/+3
| | | | present on freebsd anyway).
* Removed app-vim/curcmdmode block as requested by ciaranm.Michael Hanselmann2006-03-291-3/+2
|
* \!<app-vim/autoalign-11Stefan Schweizer2006-03-251-2/+2
|
* Vim update, commit for ciaranm, thanks to Ed Catmur, bug 122562Stefan Schweizer2006-03-251-17/+11
|
* Workaround for bug #119023 is no longer needed.Ciaran McCreesh2006-01-231-6/+1
|
* Fix vim7 build, bug #119023Ciaran McCreesh2006-01-171-1/+5
|
* Update vim7 blocksCiaran McCreesh2006-01-131-2/+3
|
* look ma, I'm touching eclasses!Brian Harring2006-01-071-2/+2
| | | | | 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...
* remove the portage dep, it's no longer relevantCiaran McCreesh2005-12-241-3/+1
|