diff options
author | Travis Tilley <lv@gentoo.org> | 2004-09-28 13:37:32 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-09-28 13:37:32 +0000 |
commit | 0a16b39383888c8218f9905891dcae560f1c3a64 (patch) | |
tree | 6eb70c5284b17568b28a9741b77153a638608cf9 /app-shells | |
parent | Removed build of insmod for hppa. Marked stable on hppa. (Manifest recommit) (diff) | |
download | gentoo-2-0a16b39383888c8218f9905891dcae560f1c3a64.tar.gz gentoo-2-0a16b39383888c8218f9905891dcae560f1c3a64.tar.bz2 gentoo-2-0a16b39383888c8218f9905891dcae560f1c3a64.zip |
added a note about the origin of the jobs patch
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash/ChangeLog | 4 | ||||
-rw-r--r-- | app-shells/bash/bash-2.05b-r10.ebuild | 4 | ||||
-rw-r--r-- | app-shells/bash/bash-2.05b-r9.ebuild | 4 | ||||
-rw-r--r-- | app-shells/bash/bash-3.0-r5.ebuild | 4 | ||||
-rw-r--r-- | app-shells/bash/bash-3.0-r6.ebuild | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index 566fad2c7160..b72ac2d3d69e 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for app-shells/bash # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.53 2004/09/28 11:50:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.54 2004/09/28 13:37:32 lv Exp $ 28 Sep 2004; Aron Griffis <agriffis@gentoo.org> files/bashrc: Enable checkwinsize in system bashrc #65623 @@ -8,7 +8,7 @@ 28 Sep 2004; Travis Tilley <lv@gentoo.org> +files/bash-2.05b-jobs.patch, +files/bash-3.0-jobs.patch, bash-2.05b-r10.ebuild, bash-2.05b-r9.ebuild, bash-3.0-r5.ebuild, bash-3.0-r6.ebuild: - fixed using bash with post-20040808 glibc snapshots + added a fix from fedora for using bash with post-20040808 glibc snapshots. *bash-3.0-r6 (27 Sep 2004) diff --git a/app-shells/bash/bash-2.05b-r10.ebuild b/app-shells/bash/bash-2.05b-r10.ebuild index 0e87a279ae88..07a1b709381f 100644 --- a/app-shells/bash/bash-2.05b-r10.ebuild +++ b/app-shells/bash/bash-2.05b-r10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05b-r10.ebuild,v 1.9 2004/09/28 09:30:43 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05b-r10.ebuild,v 1.10 2004/09/28 13:37:32 lv Exp $ inherit gcc eutils flag-o-matic gnuconfig @@ -44,7 +44,7 @@ src_unpack() { epatch ${FILESDIR}/${P}-rbash.patch # Fix parallel make, bug #41002. epatch ${FILESDIR}/${P}-parallel-build.patch - # Fix using bash with post-20040808 glibc ebuilds + # Fix using bash with post-20040808 glibc ebuilds (from fedora) epatch ${FILESDIR}/${P}-jobs.patch # Enable SSH_SOURCE_BASHRC (#24762) diff --git a/app-shells/bash/bash-2.05b-r9.ebuild b/app-shells/bash/bash-2.05b-r9.ebuild index 467db50c35a0..ac9e76ccf31e 100644 --- a/app-shells/bash/bash-2.05b-r9.ebuild +++ b/app-shells/bash/bash-2.05b-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05b-r9.ebuild,v 1.23 2004/09/28 09:30:43 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-2.05b-r9.ebuild,v 1.24 2004/09/28 13:37:32 lv Exp $ inherit eutils flag-o-matic gnuconfig @@ -44,7 +44,7 @@ src_unpack() { epatch ${FILESDIR}/${P}-rbash.patch # Fix parallel make, bug #41002. epatch ${FILESDIR}/${P}-parallel-build.patch - # Fix using bash with post-20040808 glibc ebuilds + # Fix using bash with post-20040808 glibc ebuilds (from fedora) epatch ${FILESDIR}/${P}-jobs.patch # Enable SSH_SOURCE_BASHRC (#24762) diff --git a/app-shells/bash/bash-3.0-r5.ebuild b/app-shells/bash/bash-3.0-r5.ebuild index d0e0ba90c67d..953cffbe09a7 100644 --- a/app-shells/bash/bash-3.0-r5.ebuild +++ b/app-shells/bash/bash-3.0-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.0-r5.ebuild,v 1.7 2004/09/28 09:30:43 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.0-r5.ebuild,v 1.8 2004/09/28 13:37:32 lv Exp $ inherit eutils flag-o-matic gnuconfig gcc @@ -75,7 +75,7 @@ src_unpack() { # bug 60127 (bash 3 breaks array stripping) epatch ${FILESDIR}/${P}-array-stripping.patch - # Fix using bash with post-20040808 glibc ebuilds + # Fix using bash with post-20040808 glibc ebuilds (from fedora) epatch ${FILESDIR}/${P}-jobs.patch # Enable SSH_SOURCE_BASHRC (#24762) diff --git a/app-shells/bash/bash-3.0-r6.ebuild b/app-shells/bash/bash-3.0-r6.ebuild index 764d36f24820..a63f61b5c743 100644 --- a/app-shells/bash/bash-3.0-r6.ebuild +++ b/app-shells/bash/bash-3.0-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.0-r6.ebuild,v 1.2 2004/09/28 09:30:43 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.0-r6.ebuild,v 1.3 2004/09/28 13:37:32 lv Exp $ inherit eutils flag-o-matic gnuconfig gcc @@ -52,7 +52,7 @@ src_unpack() { # user creates a ~/.inputrc epatch ${FILESDIR}/${P}-etc-inputrc.patch - # Fix using bash with post-20040808 glibc ebuilds + # Fix using bash with post-20040808 glibc ebuilds (from fedora) epatch ${FILESDIR}/${P}-jobs.patch # Enable SSH_SOURCE_BASHRC (#24762) |