summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-shells/zsh-completions: Version bumpManuel Rüger2016-02-062-0/+35
| | | | Package-Manager: portage-2.2.27
* app-shells/bash: rev bump to push out bashrc updatesMike Frysinger2016-02-031-0/+248
|
* app-shells/bash: bashrc: avoid always exporting default LS_COLORSMike Frysinger2016-02-031-1/+25
| | | | | | | | | | We've long been exporting the LS_COLORS variable to the default env, but in practice, there's no reason to be doing this in the majority of cases. The value we most often load is equivalent to the default which means we're polluting the env and adding overhead for no gain. Add a little more code (and one extra `dircolors` exec unfortunately) to check to see if the LS_COLORS value we found is the default. If so, don't bother exporting it anymore.
* app-shells/bash: bashrc: drop custom parsing of dircolors databases #572582Mike Frysinger2016-02-031-19/+11
| | | | | | | | | | | | Starting with coreutils-8.24, the dircolors TERM entries are run through fnmatch rather than being a plain text string. This means our parsing logic no longer works because we assumed fixed strings. It isn't easy to process a list of path globs in bash, so rework the code to always run the dircolors tool. We were doing this anyways in the majority of cases, so it's not like we're adding that much overhead. The only people who are negatively impacted are interactive colorless terminals. Reported-by: Bernd Feige <Bernd.Feige@gmx.net>
* app-shells/bash: bashrc: quote the output of dircolors #572582#8Mike Frysinger2016-02-031-2/+2
| | | | | | | | The output of dircolors generally shouldn't be problematic even when it's unquoted (as it tends to be a long dense string w/out whitespace), but add quotes anyways just to be safe. Reported-by: konsolebox@gmail.com
* app-shells/bash: bashrc: enable colors for all TERMS that end in "color"Mike Frysinger2016-02-031-1/+1
| | | | | A bunch of terms end in values like "-256color" and "-color" to indicate the variant that supports color. Match all of those in the fallback case.
* app-shells/bash: bashrc: enable fallback TERM color checking for everyoneMike Frysinger2016-02-031-7/+9
| | | | | | We provide rudimentary TERM checking for BSD which doesn't have dircolors, but this logic works just as well for all systems such as embedded. Make this code run whenever dircolors does not exist.
* app-shells/bash: bashrc: simplify/unify TERM checking slightlyMike Frysinger2016-02-031-2/+2
| | | | | We've got two cases that check TERM with many common entries, so make the leading parts look the same.
* app-shells/zsh: add alpha keywordTobias Klausmann2016-02-011-1/+1
| | | | | | Gentoo-Bug: 563320 Package-Manager: portage-2.2.27
* Merge remote-tracking branch 'remotes/sbraz/bashcomp'Ian Delaney2016-01-282-7/+5
|\ | | | | | | Pull request: https://github.com/gentoo/gentoo/pull/731
| * app-shells/bash-completion: make use of epatch more consistentLouis Sautier2016-01-281-6/+2
| | | | | | | | Package-Manager: portage-2.2.27
| * app-shells/bash-completion: add patch to fix bug 543100Louis Sautier2016-01-281-1/+3
| | | | | | | | | | | | | | The patch was added for 2.1-r94 in fab2a7c5536a218bd909b2c7265e9c69296316dc but not for the most recent version Package-Manager: portage-2.2.27 RepoMan-Options: --force
* | app-shells/bash: enable USE=static support in SLOT-ed ebuildsMike Frysinger2016-01-267-71/+64
| |
* | app-shells/bash: convert 4.2 ebuild to SLOT=4.2 now that 4.3 is stableMike Frysinger2016-01-261-97/+14
| |
* | app-shells/bash: merge bashrc-r# files back to bashrcMike Frysinger2016-01-265-203/+3
| | | | | | | | This makes the history easier to track.
* | app-shells/bash: Back out the `history -a` by default as it can be a bit ↵Mike Frysinger2016-01-261-1/+4
| | | | | | | | troublesome with the constant disk load (failing drives, flaky network e.g. NFS, etc...). See #517342 for details.
* | app-shells/bashrc: Do window title setup through PS1 #223641 by ↵Mike Frysinger2016-01-261-7/+20
| | | | | | | | michael@smith-li.com. Add history -a to PROMPT_COMMAND #517342 by Paweł Hajdan, Jr.. Add fix from upstream for variable declare weirdness.
* | app-shells/bash: introduce support for bashrc.d directory that is sourced in ↵Michał Górny2016-01-261-1/+5
| | | | | | | | bashrc by default #468094
* | app-shells/bash: drop old versionsMike Frysinger2016-01-266-1084/+0
|/
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-2433-39/+39
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-2414-14/+56
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Remove explicit notion of maintainer-needed, for GLEP 67Michał Górny2016-01-245-15/+0
| | | | | | GLEP 67 removes the explicit notion of maintainer-needed@g.o being used for packages lacking maintainers, in favor of assuming maintainer-needed whenever the package has no maintainers.
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-245-8/+8
| | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
* app-shells/zsh: Stable for HPPA (bug #563320).Jeroen Roovers2016-01-241-1/+1
| | | | | Package-Manager: portage-2.2.27 RepoMan-Options: --ignore-arches
* app-shells/gentoo-zsh-completions: repo moved to the gentoo orgTim Harder2016-01-222-6/+6
|
* app-shells/mksh: OldPatrick Lauer2016-01-226-242/+0
| | | | Package-Manager: portage-2.2.27
* app-shells/mksh: BumpPatrick Lauer2016-01-222-0/+50
| | | | Package-Manager: portage-2.2.27
* app-shells/zsh: ppc stable wrt bug #563320Agostino Sarubbo2016-01-171-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-shells/zsh: amd64/arm/x86 stable wrt bug #563320Mikle Kolyada2016-01-171-1/+1
| | | | Package-Manager: portage-2.2.26
* app-shells/rc: only update /etc/shells when neededMike Frysinger2016-01-151-4/+5
|
* app-shells/rc: update libedit configure flag #571808Mike Frysinger2016-01-151-1/+1
|
* app-shells/bash: mark 4.3_p42-r1 arm/arm64/m68k/ppc/s390/sh stable #569874Mike Frysinger2016-01-111-1/+1
|
* app-shells/bash: ia64 stable wrt bug #569874Agostino Sarubbo2016-01-111-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-shells/bash-completion: Add patch to fix completion with escape ↵Patrice Clement2016-01-102-0/+127
| | | | | | | characters. Fixes bug 543100. Package-Manager: portage-2.2.26 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* app-shells/bash: alpha stable wrt bug #569874Agostino Sarubbo2016-01-101-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="alpha" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* Drop myself as maintainerJustin Lecher2016-01-091-4/+0
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* app-shells/bash: sparc stable wrt bug #569874Agostino Sarubbo2016-01-091-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-shells/bash: x86 stable wrt bug #569874Agostino Sarubbo2016-01-061-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-shells/push: version bump, migrate to EAPI6Ian Stakenvicius2016-01-042-0/+22
| | | | Package-Manager: portage-2.2.26
* app-shells/bash: Revbump to apply correct 042 patch (bug #570820).Lars Wendler2016-01-042-1/+1
| | | | | | | | Committed straight to stable where -r0 was stable. Package-Manager: portage-2.2.26 RepoMan-Options: --force Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-shells/bash: Stable for HPPA PPC64 (bug #569874).Jeroen Roovers2015-12-281-1/+1
| | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --ignore-arches
* app-shells/bash: amd64 stable wrt bug #569874Agostino Sarubbo2015-12-271-1/+1
| | | | | | Package-Manager: portage-2.2.24 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-shells/mksh: BumpPatrick Lauer2015-12-212-0/+50
|
* app-shells/hstr: Version bump.Patrice Clement2015-12-122-0/+33
| | | | | Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* app-shells/zsh: Version bump to 5.2Manuel Rüger2015-12-112-0/+215
| | | | | | Gentoo-Bug: 567470 Package-Manager: portage-2.2.26
* Merge remote-tracking branch 'github/pr/425'.Patrice Clement2015-12-114-0/+171
|\
| * app-shells/autojump-22.2.4-r4: python -> ipythonMarc Joliet2015-12-042-4/+7
| | | | | | | | | | Rename the python USE flag to ipython, since it really controls IPython support, and not general Python support.
| * app-shells/autojump-22.2.4-r4: convert einfo to elogMarc Joliet2015-12-041-2/+6
| | | | | | | | | | | | | | Convert the einfo message in src_install() to an elog message in pkg_postinst(), which is a more fitting place for such a message. Signed-off-by: Marc Joliet <marcec@gmx.de>
| * app-shells/autojump-22.2.4-r4: rm bundled argparseMarc Joliet2015-12-041-1/+5
| | | | | | | | | | | | | | Upstream only includes the bundled argparse module for Python 2.6 support. Patch bin/autojump to use the built-in argparse module instead. Signed-off-by: Marc Joliet <marcec@gmx.de>
| * app-shells/autojump-22.2.4-r4: use python_replicate_scriptMarc Joliet2015-12-041-0/+1
| | | | | | | | Signed-off-by: Marc Joliet <marcec@gmx.de>