vapier 14/10/19 20:30:15 Modified: ChangeLog bash-4.0_p44.ebuild Log: Update prototype headers, drop Mandrake/readline patches that are not needed, and pull back in the old version.h parallel build fix.
Revision Changes Path 1.421 app-shells/bash/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/ChangeLog?rev=1.421&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/ChangeLog?rev=1.421&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/ChangeLog?r1=1.420&r2=1.421 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v retrieving revision 1.420 retrieving revision 1.421 diff -u -r1.420 -r1.421 --- ChangeLog 19 Oct 2014 20:16:14 -0000 1.420 +++ ChangeLog 19 Oct 2014 20:30:15 -0000 1.421 @@ -1,11 +1,12 @@ # 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.420 2014/10/19 20:16:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.421 2014/10/19 20:30:15 vapier Exp $ 19 Oct 2014; Mike Frysinger <[email protected]> +files/bash-2.05b-parallel-build.patch, +files/bash-3.1-protos.patch, -files/bash-3.1-gentoo.patch, -files/bash-3.2-parallel-build.patch, - bash-3.1_p23.ebuild, bash-3.2_p57.ebuild, files/bash-3.2-protos.patch: + bash-3.1_p23.ebuild, bash-3.2_p57.ebuild, files/bash-3.2-protos.patch, + bash-4.0_p44.ebuild: Update prototype headers, drop Mandrake/readline patches that are not needed, and pull back in the old version.h parallel build fix. 1.5 app-shells/bash/bash-4.0_p44.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/bash-4.0_p44.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/bash-4.0_p44.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/bash-4.0_p44.ebuild?r1=1.4&r2=1.5 Index: bash-4.0_p44.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.0_p44.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- bash-4.0_p44.ebuild 8 Oct 2014 06:21:18 -0000 1.4 +++ bash-4.0_p44.ebuild 19 Oct 2014 20:30:15 -0000 1.5 @@ -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.0_p44.ebuild,v 1.4 2014/10/08 06:21:18 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.0_p44.ebuild,v 1.5 2014/10/19 20:30:15 vapier Exp $ EAPI="4" @@ -68,7 +68,7 @@ epatch "${FILESDIR}"/${PN}-4.0-configure.patch #304901 epatch "${FILESDIR}"/${PN}-4.x-deferred-heredocs.patch sed -i '1i#define NEED_FPURGE_DECL' execute_cmd.c # needs fpurge() decl - epatch "${FILESDIR}"/${PN}-3.2-parallel-build.patch #189671 + epatch "${FILESDIR}"/${PN}-2.05b-parallel-build.patch #41002 epatch "${FILESDIR}"/${PN}-4.0-ldflags-for-build.patch #211947 epatch "${FILESDIR}"/${PN}-4.0-negative-return.patch epatch "${FILESDIR}"/${PN}-4.0-parallel-build.patch #267613
