summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of 'bash: BASH_COMPLETION: readonly variable' message.Bo Ørsted Andresen2008-06-151-2/+4
| | | | Package-Manager: portage-2.1.5.5
* Remove all old-style digests from the system and regen the Manifest files.Robin H. Johnson2008-01-314-12/+0
|
* Fix bugs in files/bash-completion.sh, in particular default was renamed toAron Griffis2006-11-221-3/+0
| | | | | base during development but forgot to change it here Package-Manager: portage-2.1.2_pre3-r1
* Fix bugs in files/bash-completion.sh, in particular default was renamed toAron Griffis2006-11-222-6/+15
| | | | | base during development but forgot to change it here Package-Manager: portage-2.1.2_pre3-r1
* Break /etc/bash_completion into /usr/share/bash-completion/{.pre,base,.post}Aron Griffis2006-11-204-0/+51
| | | | | | | | | | so that the base definitions can be eselected. Rename /etc/profile.d/bash-completion to have a .sh extension so it's loaded automatically by /etc/profile. This is okay because it doesn't do anything until modules have been eselected. All of this makes it possible to configure bash-completions entirely with eselect instead of needing to add snippets to one's .bashrc Package-Manager: portage-2.1.2_rc1-r7
* Version bump; closes bugs 101311, 111681, 111765, 117770, and 122591.Aaron Walker2006-03-023-0/+26
| | | | Package-Manager: portage-2.1_pre5-r2
* Revision bump; updated tar patch so 'tar tf' works as expected on ↵Aaron Walker2005-07-242-5/+24
| | | | | | uncompressed .tar files (bug 99996). Keeping keywords. Package-Manager: portage-2.0.51.22-r2
* Version bump; this version disables code that triggers a bash-3 bug (see bug ↵Aaron Walker2005-07-216-1/+1
| | | | | | 99540). Package-Manager: portage-2.0.51.22-r2
* Version bump; removed old ebuild/patches.Aaron Walker2005-07-138-160/+69
| | | | Package-Manager: portage-2.0.51.22-r1
* Revision bump; updated _cvs patch so that 'cvs add' completion ignores files ↵Aaron Walker2005-05-192-4/+14
| | | | | | matching *~. Package-Manager: portage-2.0.51.22-r1
* Revision bump; add patch for bug in _command meta-completion (sudo -<TAB> fex).Aaron Walker2005-05-062-0/+16
| | | | Package-Manager: portage-2.0.51.21-r1
* Tidy.Aaron Walker2005-04-206-165/+0
| | | | Package-Manager: portage-2.0.51.19
* Revision bump; fixes bug 82810. New patch layout since we're starting to get ↵Aaron Walker2005-04-209-0/+185
| | | | | | quite a few. Also include gkrellm patch which was accidentally dropped at some point. Package-Manager: portage-2.0.51.19
* Revision bump; fix find completion so that it properly completes on ↵Aaron Walker2005-04-062-0/+23
| | | | | | -?(i)wholename. Thanks to ciaranm for the patch. Package-Manager: portage-2.0.51.19
* Fix patch.Aaron Walker2005-03-291-2/+2
| | | | Package-Manager: portage-2.0.51.19
* Revision bump; updated tar completion so -xf will work with both gzip and ↵Aaron Walker2005-03-294-3/+13
| | | | | | bzip2 archives now that tar-1.15.1 is stable. Closes bug 76957. Tidy old ebuilds. Package-Manager: portage-2.0.51.19
* Revision bump; extend mutt completion to also work with muttng. Thanks to ↵Aaron Walker2005-03-282-0/+70
| | | | | | Marcin 'aye' Kryczek <aye@gentoo.pl> in bug 86853 for the patch. Package-Manager: portage-2.0.51.19
* Revision bump; broke gentoo-bashcomp out into its own ebuild. Added as PDEPEND.Aaron Walker2005-03-161-0/+1
| | | | Package-Manager: portage-2.0.51.19
* Revision bump; new gentoo-bashcomp release including bug fixes, as well as ↵Aaron Walker2005-02-071-0/+2
| | | | | | new webapp-config and portageq completion. Also emerge -C and equery now support completion on package names only. Package-Manager: portage-2.0.51.16
* Revision bump for bug 78922; fixes a few equery completion bugs.Aaron Walker2005-02-042-0/+119
| | | | Package-Manager: portage-2.0.51-r15
* New upstream release; early spring cleansing now that 20041017-r3 has been ↵Aaron Walker2005-01-227-48/+1
| | | | | | keyworded properly. Package-Manager: portage-2.0.51-r14
* Version bump; also updated gentoo patch with fix for bug 78439.Aaron Walker2005-01-202-0/+41
| | | | Package-Manager: portage-2.0.51-r14
* Revision bump; new gentoo-bashcomp release.Aaron Walker2005-01-184-185/+1
| | | | Package-Manager: portage-2.0.51-r13
* New upstream release.Aaron Walker2005-01-132-0/+41
|
* Revision bump; gentoo-bashcomp patch update. See bug 75225. Thanks to Ed Catmur.Aaron Walker2005-01-122-24/+44
|
* Patch contained $Id ... $ which of course got replaced on commit...Aaron Walker2005-01-091-59/+1
|
* Revision bump; added diff against gentoo-bashcomp cvs HEAD that closes bugs ↵Aaron Walker2005-01-092-0/+181
| | | | 74733, 75332, and 76416.
* New upstream release; marked 20041017-r3 stable on x86.Aaron Walker2005-01-043-2/+41
|
* Added 20041017-rcs.diff which fixes a rcs completion issue (see bug 75253); ↵Aaron Walker2005-01-021-0/+19
| | | | Thanks to Ed Catmur <ed@catmur.co.uk> for the patch. Waiting on a few gentoo-bashcomp bugs to be closed before revbumping to r4.
* Revision bump. New gentoo-bashcomp release which includes new ekeyword ↵Aaron Walker2004-12-061-0/+2
| | | | completion (thanks ciaranm) in addition to fixing bug 73266. Also, as of this release, the gentoo completions file is installed into /usr/share/bash-completion, with a symlink taking its old location (/etc/bash_completion.d).
* Revision bump; new gentoo-bashcomp release. Also, added gentoo patch for ↵Aaron Walker2004-11-273-3/+40
| | | | extra filetypes support for .ts (bug 67201) and others. Fixed gkrellm completion to complete for gkrellm2 as well. Marked 20041017-r1 stable on x86.
* Clean up profile.d file thanks to Joker.Aaron Walker2004-11-121-11/+8
|
* Don't install subversion completion since >=dev-util/subversion-1.1.1-r1 ↵Aaron Walker2004-11-121-0/+2
| | | | provides a much better one.
* Updated profile.d file to also source anything in ~/.bash_completion.dAaron Walker2004-11-091-1/+8
|
* Marked 20040711 stable on x86; removed 20040526.Aaron Walker2004-10-302-602/+0
|
* Version bump; includes new version of gentoo-bashcomp as well (new equery ↵Aaron Walker2004-10-191-0/+2
| | | | completion available which closes #55687).
* Version bump; closes #67148.Aaron Walker2004-10-121-0/+2
|
* Made bash-completion profile init script a bit nicer.Christian Birchinger2004-07-291-11/+4
|
* we work with bash3 too #58708Mike Frysinger2004-07-282-5/+16
|
* Gentoo Technologies -> Gentoo FoundationAron Griffis2004-07-142-3/+3
|
* Removed old versionChristian Birchinger2004-07-061-2/+0
|
* Version bumpChristian Birchinger2004-07-041-0/+2
|
* Adjusted permission of profile.d init scriptChristian Birchinger2004-06-161-0/+0
|
* Added a new gentoo completion from ↵Christian Birchinger2004-06-121-0/+2
| | | | http://sourceforge.net/projects/gentoo-bashcomp/
* Removed old versionsChristian Birchinger2004-06-122-602/+0
|
* Version bump. Fixed Bug #51071 in gentoo-completion.Christian Birchinger2004-05-262-0/+602
|
* Removed old versionsChristian Birchinger2004-04-264-1230/+0
|
* Changed opengl-update so it handles more than xfree and nvidiaChristian Birchinger2004-04-182-0/+602
|
* Version bumpChristian Birchinger2004-04-132-0/+615
|
* nospace fix for bug #42878 added and old versions removedChristian Birchinger2004-02-276-1234/+4
|