summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-shells/bash: remove sys-apps/paludis providerMikle Kolyada2018-09-193-5/+2
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* app-shells/bash: Move bash-4.3 into its own slot.Lars Wendler2018-09-171-77/+9
| | | | | | Removed SLOT="0" version. Package-Manager: Portage-2.3.49, Repoman-2.3.10
* app-shells/bash: Removed old.Lars Wendler2018-09-173-780/+0
| | | | Package-Manager: Portage-2.3.49, Repoman-2.3.10
* app-shells/bash: remove unused patchesMichael Mair-Keimberger2018-06-262-31/+0
|
* app-shells/bash: Bump to version 4.4_p23Thomas Deutschmann2018-06-072-0/+264
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* app-shells/bash: drop EAPI=2 ebuildAaron Bauman2018-05-301-136/+0
| | | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/8645
* app-shells/bash: Mark stable wrt bug #643124Mikle Kolyada2018-05-111-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* app-shells/bash-4.4_p12: arm64 stable (bug #643124)Mart Raudsepp2018-04-211-1/+1
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* app-shells/bash: sh stable wrt bug #643124Mikle Kolyada2018-03-221-1/+1
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* app-shells/bash-4.4_p12-r0: alpha stableTobias Klausmann2018-03-041-1/+1
| | | | Gentoo-Bug: http://bugs.gentoo.org/643124
* app-shells/bash: Bump to version 4.4_p19Lars Wendler2018-02-112-0/+261
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* app-shells/bash: Bump to version 4.4_p18Lars Wendler2018-02-012-0/+266
| | | | Package-Manager: Portage-2.3.22, Repoman-2.3.6
* */*: Remove sparc-fbsd keywordsMichał Górny2018-01-2310-18/+18
|
* app-shells/bash: Revbump to fix jobs overflow.Lars Wendler2018-01-162-0/+274
| | | | | Closes: https://bugs.gentoo.org/644720 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* app-shells/bash: arm stable, bug #643124Markus Meier2018-01-101-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="arm"
* app-shells/bash: Version 4.4_p12 stable for x86.Lars Wendler2018-01-051-1/+1
| | | | | Bug: https://bugs.gentoo.org/643124 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* app-shells/bash: Remove redundant code in bashrc, bug #625304Sven Wegener2018-01-041-6/+2
| | | | | Closes: https://bugs.gentoo.org/625304 Package-Manager: Portage-2.3.14, Repoman-2.3.6
* app-shells/bash: amd64 stable wrt bug #643124Mikle Kolyada2018-01-031-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* app-shells/bash: stable 4.4_p12 for ia64/ppc/ppc64, bug #643124Sergei Trofimovich2018-01-031-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64 ppc ppc64"
* app-shells/bash: stable 4.4_p12 for hppa/sparc, bug #643124Rolf Eike Beer2018-01-031-2/+2
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="hppa sparc"
* app-shells/*: Update Manifest hashesMichał Górny2017-12-091-298/+298
|
* app-shells/bash: remove unused patches.Michael Mair-Keimberger2017-10-2011-843/+0
|
* app-shells/bash: Removed old.Lars Wendler2017-06-171-254/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* app-shells/bash: Security cleanup (bug #608732)Thomas Deutschmann2017-06-171-255/+0
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4953
* app-shells/bash: show full cwd for root userJason A. Donenfeld2017-06-101-2/+2
| | | | | | | | | | | | | Though the first declaration of PS1 in this file uses \w uniformly for root and non-root, the two subsequent ones inconsistently do not. Thus, a normal user is able to see clearly where he is in the file system, whereas the root user -- who should have this sort of visibility -- does not, since \W (upper-case) is used instead. It seems clear that this difference is just the result of an old bug; \w for both user types is clearly more reasonable. This patch fixes things up as such. Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org> Acked-by: Robin H. Johnson <robbat2@gentoo.org>
* Revert "app-shells/bash: show full cwd for root user"Jason A. Donenfeld2017-06-101-2/+2
| | | | | | | YIKES! I did not mean to actually push this, just send it to the mailing list. Apologies. This reverts commit 1db68b96bcedd3ace96a31729cbdc17c71afdb86.
* app-shells/bash: show full cwd for root userJason A. Donenfeld2017-06-101-2/+2
| | | | | | | | | | | | Though the first declaration of PS1 in this file uses \w uniformly for root and non-root, the two subsequent ones inconsistently do not. Thus, a normal user is able to see clearly where he is in the file system, whereas the root user -- who should have this sort of visibility -- does not, since \W (upper-case) is used instead. It seems clear that this difference is just the result of an old bug; \w for both user types is clearly more reasonable. This patch fixes things up as such. Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-289-9/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* app-shells/bash: Version bump to 4.4_p12Patrick McLean2017-02-092-0/+255
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-shells/bash: version bump to 4.4_p11Mike Frysinger2017-01-202-0/+260
|
* app-shells/bash: Removed old.Lars Wendler2017-01-091-252/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* app-shells/bash: mark arm/arm64/hppa/ia64/m68k/ppc/ppc64/s390/sh/sparc ↵Mike Frysinger2016-12-151-1/+1
| | | | stable #600174
* app-shells/bash: x86 stable wrt bug #600174Agostino Sarubbo2016-12-061-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-shells/bash: amd64 stable wrt bug #600174Agostino Sarubbo2016-12-061-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* app-shells/bash-4.3_p48-r1: stable on alphaTobias Klausmann2016-12-051-1/+1
| | | | Gentoo-Bug: 600174
* app-shells/bash: Removed old.Lars Wendler2016-12-042-372/+0
| | | | Package-Manager: portage-2.3.2
* app-shells/bash: Revbump to add popd offset overflow fix to bash-4.3 (#600174).Lars Wendler2016-12-041-0/+253
| | | | Package-Manager: portage-2.3.2
* app-shells/bash: unify release version checking logicMike Frysinger2016-11-271-6/+13
|
* app-shells/bash: upstream fix for crash on invalid popd #600174Mike Frysinger2016-11-263-248/+31
|
* app-shells/bash: version bump to 4.4_p5Mike Frysinger2016-11-142-0/+252
|
* app-shells/bash: mark 4.3_p48 arm64/ia64/m68k/ppc/s390/sh/sparc stable #595268Mike Frysinger2016-11-101-1/+1
|
* app-shells/bash: drop now unused USE=vanilla #598812Mike Frysinger2016-11-103-3/+3
|
* app-shells/bash: drop unused memory patch #597006Mike Frysinger2016-11-102-29/+0
| | | | | The patch applies against the readline source which we delete in the bash ebuild, so it doesn't do anything useful here.
* app-shells/bash: prefixify hard-coded path names.Benda Xu2016-10-241-2/+5
| | | | | | Bug: 595142 Package-Manager: portage-2.3.0
* app-shells/bash: arm stable, bug #595268Markus Meier2016-10-181-1/+1
| | | | | Package-Manager: portage-2.3.1 RepoMan-Options: --include-arches="arm"
* app-shells/bash: Removed old.Lars Wendler2016-10-131-245/+0
| | | | | Package-Manager: portage-2.3.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-shells/bash: Revbump to fix bug #597006Lars Wendler2016-10-132-0/+274
| | | | | Package-Manager: portage-2.3.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* app-shells/bash-4.3_p48-r0: stable on alphaTobias Klausmann2016-10-111-1/+1
| | | | Gentoo-Bug: 595268
* app-shells/bash: Stable for HPPA PPC64 (bug #595268).Jeroen Roovers2016-10-081-1/+1
| | | | | Package-Manager: portage-2.3.1 RepoMan-Options: --ignore-arches
* app-shells/bash: x86 stable wrt bug #595268Agostino Sarubbo2016-10-071-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>