summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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"
* app-shells/bash: ppc stable wrt bug #557510Agostino Sarubbo2015-09-061-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc"
* app-shells/bash: arm stable, bug #557510Markus Meier2015-09-011-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="arm"
* app-shells/bash: add alpha keywordTobias Klausmann2015-08-301-1/+1
| | | | | | Gentoo-Bug: 557510 Package-Manager: portage-2.2.20.1
* app-shells/bash: mark 4.3_p39 arm64/m68k/s390/sh stableMike Frysinger2015-08-261-1/+1
|
* sys-libs/ncurses: move to SLOT=0 #557472Mike Frysinger2015-08-261-1/+1
| | | | | Use SLOT=0 for installing of main development files like other packages so we can use other SLOTs for installing SONAME libs for binary packages.
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* app-shells/bash: x86 stable wrt bug #557510Mikle Kolyada2015-08-241-1/+1
| | | | Package-Manager: portage-2.2.20.1
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* app-shells/bash: Stable for PPC64 (bug #557510).Jeroen Roovers2015-08-241-1/+1
| | | | Package-Manager: portage-2.2.20.1
* app-shells/bash: version bump to 4.3_p42Mike Frysinger2015-08-182-0/+251
|
* app-shells/bash: Stable for HPPA (bug #557510).Jeroen Roovers2015-08-181-1/+1
| | | | Package-Manager: portage-2.2.20.1
* app-shells/bash: ia64 stable wrt bug #557510Mikle Kolyada2015-08-161-1/+1
| | | | Package-Manager: portage-2.2.20.1
* app-shells/bash: Use slot operators for ncursesJustin Lecher2015-08-161-1/+1
| | | | | Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* app-shells/bash: amd64 stable wrt bug #557510Mikle Kolyada2015-08-151-1/+1
| | | | Package-Manager: portage-2.2.20.1
* app-shells/bash: mask pre0 until newer version goes stableMike Frysinger2015-08-131-1/+1
|
* app-shells/bash: add EAPI=2 version to smooth upgradesMike Frysinger2015-08-131-0/+136
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-0880-0/+6143
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed