From aa37e6d5527ce32a3c358424034a651dcc6e3c54 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Wed, 14 May 2014 07:08:53 +0000 Subject: Fixed patchname (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC) --- app-shells/bash/ChangeLog | 7 ++++++- app-shells/bash/bash-4.3_p11-r5.ebuild | 4 ++-- app-shells/bash/files/bash-4.3-bind-compound-arry.patch | 10 ++++++++++ app-shells/bash/files/bash-4.3-bind-compund-arry.patch | 10 ---------- 4 files changed, 18 insertions(+), 13 deletions(-) create mode 100644 app-shells/bash/files/bash-4.3-bind-compound-arry.patch delete mode 100644 app-shells/bash/files/bash-4.3-bind-compund-arry.patch (limited to 'app-shells') diff --git a/app-shells/bash/ChangeLog b/app-shells/bash/ChangeLog index 424feb9a8bec..d57f24376161 100644 --- a/app-shells/bash/ChangeLog +++ b/app-shells/bash/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-shells/bash # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.369 2014/05/13 08:48:24 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.370 2014/05/14 07:08:53 polynomial-c Exp $ + + 14 May 2014; Lars Wendler bash-4.3_p11-r5.ebuild, + +files/bash-4.3-bind-compound-arry.patch, + -files/bash-4.3-bind-compund-arry.patch: + Fixed patchname. *bash-4.3_p11-r5 (13 May 2014) diff --git a/app-shells/bash/bash-4.3_p11-r5.ebuild b/app-shells/bash/bash-4.3_p11-r5.ebuild index 18ce03b2619c..1820d598dae5 100644 --- a/app-shells/bash/bash-4.3_p11-r5.ebuild +++ b/app-shells/bash/bash-4.3_p11-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.3_p11-r5.ebuild,v 1.1 2014/05/13 08:48:24 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.3_p11-r5.ebuild,v 1.2 2014/05/14 07:08:53 polynomial-c Exp $ EAPI="4" @@ -87,7 +87,7 @@ src_prepare() { "${FILESDIR}"/${PN}-4.3-complete-dequoting.patch \ "${FILESDIR}"/${PN}-4.3-extglob-directory.patch \ "${FILESDIR}"/${PN}-4.3-localvar-invisible.patch \ - "${FILESDIR}"/${PN}-4.3-bind-compund-arry.patch + "${FILESDIR}"/${PN}-4.3-bind-compound-arry.patch epatch_user } diff --git a/app-shells/bash/files/bash-4.3-bind-compound-arry.patch b/app-shells/bash/files/bash-4.3-bind-compound-arry.patch new file mode 100644 index 000000000000..c46bc33eca5b --- /dev/null +++ b/app-shells/bash/files/bash-4.3-bind-compound-arry.patch @@ -0,0 +1,10 @@ +*** ../bash-4.3-patched/arrayfunc.c 2014-03-28 10:54:21.000000000 -0400 +--- arrayfunc.c 2014-05-12 11:19:00.000000000 -0400 +*************** +*** 180,183 **** +--- 180,184 ---- + FREE (newval); + ++ VUNSETATTR (entry, att_invisible); /* no longer invisible */ + return (entry); + } diff --git a/app-shells/bash/files/bash-4.3-bind-compund-arry.patch b/app-shells/bash/files/bash-4.3-bind-compund-arry.patch deleted file mode 100644 index c46bc33eca5b..000000000000 --- a/app-shells/bash/files/bash-4.3-bind-compund-arry.patch +++ /dev/null @@ -1,10 +0,0 @@ -*** ../bash-4.3-patched/arrayfunc.c 2014-03-28 10:54:21.000000000 -0400 ---- arrayfunc.c 2014-05-12 11:19:00.000000000 -0400 -*************** -*** 180,183 **** ---- 180,184 ---- - FREE (newval); - -+ VUNSETATTR (entry, att_invisible); /* no longer invisible */ - return (entry); - } -- cgit v1.2.3-65-gdbad