Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 142989 - Add global history patch to bash ebuild
Summary: Add global history patch to bash ebuild
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-06 08:59 UTC by Assaf Berg
Modified: 2006-08-07 16:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to the 3.1_p16 ebuild to add the use flag and apply the patch (bash-3.1_p16.ebuild.patch,627 bytes, patch)
2006-08-06 09:01 UTC, Assaf Berg
Details | Diff
Global history patch based on gchistory v0.1.6 updated for bash-3.1p16 (gc-0.1.6-history.patch,20.65 KB, patch)
2006-08-06 09:02 UTC, Assaf Berg
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Assaf Berg 2006-08-06 08:59:53 UTC
There's a neat patch at https://sourceforge.net/projects/bash-gchistory/ that implements a shared history when running multiple instances of bash.

I modified the patch a bit to apply cleanly against bash-3.1_p16, and added a 'global-history' use flag to the ebuild.
Comment 1 Assaf Berg 2006-08-06 09:01:21 UTC
Created attachment 93595 [details, diff]
Patch to the 3.1_p16 ebuild to add the use flag and apply the patch
Comment 2 Assaf Berg 2006-08-06 09:02:19 UTC
Created attachment 93597 [details, diff]
Global history patch based on gchistory v0.1.6 updated for bash-3.1p16
Comment 3 SpanKY gentoo-dev 2006-08-06 11:31:35 UTC
i'm pretty sure upstream hasnt seen this ... it needs to sent there first
Comment 4 Assaf Berg 2006-08-07 00:32:57 UTC
I doubt upstream would want to mess with this.
Oh well, was worth a shot :)
Comment 5 SpanKY gentoo-dev 2006-08-07 16:40:46 UTC
you'll never know for sure if you dont ask ;)

we have enabled the history append option now in bash ...