summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-shells/bash: ia64 stable wrt bug #594496Agostino Sarubbo2016-09-291-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-shells/bash: arm stable wrt bug #594496Agostino Sarubbo2016-09-291-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="arm" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-shells/bash: ppc stable wrt bug #594496Agostino Sarubbo2016-09-291-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-shells/bash: sparc stable wrt bug #594496Agostino Sarubbo2016-09-291-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-shells/bash: x86 stable wrt bug #594496Agostino Sarubbo2016-09-291-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-shells/bash: Stable for HPPA PPC64 (bug #594496).Jeroen Roovers2016-09-221-1/+1
| | | | | Package-Manager: portage-2.3.1 RepoMan-Options: --ignore-arches
* app-shells/bash: amd64 stable wrt bug #594496Agostino Sarubbo2016-09-211-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-shells/bash-4.3_p46-r1: add alpha keywordTobias Klausmann2016-09-211-1/+1
| | | | Gentoo-Bug: 594496
* app-shells/bash: Revbump to fix CVE-2016-0634 (bug #594496).Lars Wendler2016-09-202-0/+372
| | | | | Package-Manager: portage-2.3.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-shells/bash: Re-enabled KEYWORDS.Lars Wendler2016-09-161-1/+1
| | | | | Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-shells/bash: Removed old.Lars Wendler2016-09-152-248/+0
| | | | | Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-shells/bash: Bump to version 4.4Lars Wendler2016-09-152-0/+246
| | | | | Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-shells/bash: Bump to version 4.4_rc2Lars Wendler2016-08-232-0/+246
| | | | | Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-shells/bash: version bump to 4.4_beta2Mike Frysinger2016-08-113-2/+39
|
* app-shells/bash: remove unused patchMichael Mair-Keimberger (asterix)2016-07-161-26/+0
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/1887 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* app-shells/bash: bashrc: back out clearing of default LS_COLORS #583814Mike Frysinger2016-06-231-23/+9
| | | | | | | | | The behavior of ls in the default case (when LS_COLORS isn't set) isn't documented well. The manual leads you to believe the defaults will be used when in reality they are not. A scan of the source shows this. So back out some the attempts to optimize the env and go back to exporting LS_COLORS all the time. We'll just have to live with incompat warnings when coreutils upgrades & changes behavior.
* app-shells/bash: version bump to 4.3_p46Mike Frysinger2016-06-233-0/+262
|
* app-shells/bash: bashrc: clean up ls_colors var too #572582Mike Frysinger2016-06-231-0/+1
|
* app-shells/bash: add EPREFIX to the paths.Benda Xu2016-06-132-8/+8
| | | | | | Bug: 585764 Package-Manager: portage-2.2.28
* app-shells/bash: use the system mktemp/mkstemp funcs #574426Mike Frysinger2016-05-1611-19/+30
|
* app-shells/bash: version bump to 4.4_rc1Mike Frysinger2016-02-252-2/+2
|
* 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/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-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-241-4/+4
| | | | | | | 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/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: 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>
* 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/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/bash: do not leave exit value non-zero in default profile scriptMike Frysinger2015-12-021-1/+3
| | | | | If the .bashrc file does not exist, then the one line check in the profile script leaves $? set to 1. Use a full if statement to avoid that.
* app-shells/bash: backport /dev/fd fix to older versions #431850Mike Frysinger2015-10-208-0/+68
|
* app-shells/bash: version bump to 4.4_betaMike Frysinger2015-10-153-23/+5
|
* app-shells/bash: sparc stable wrt bug #557510Agostino Sarubbo2015-09-211-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="sparc"