vapier      14/10/19 20:16:14

  Modified:             bash-3.1_p23.ebuild bash-3.2_p57.ebuild ChangeLog
  Log:
  Update prototype headers, drop Mandrake/readline patches that are not needed, 
and pull back in the old version.h parallel build fix.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key D2E96200)

Revision  Changes    Path
1.5                  app-shells/bash/bash-3.1_p23.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/bash-3.1_p23.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/bash-3.1_p23.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/bash-3.1_p23.ebuild?r1=1.4&r2=1.5

Index: bash-3.1_p23.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.1_p23.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bash-3.1_p23.ebuild 8 Oct 2014 06:21:18 -0000       1.4
+++ bash-3.1_p23.ebuild 19 Oct 2014 20:16:14 -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-3.1_p23.ebuild,v 1.4 
2014/10/08 06:21:18 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.1_p23.ebuild,v 1.5 
2014/10/19 20:16:14 vapier Exp $
 
 EAPI="4"
 
@@ -65,13 +65,14 @@
        touch lib/{readline,termcap}/Makefile.in # for config.status
        sed -ri -e 's:\$[(](RL|HIST)_LIBSRC[)]/[[:alpha:]]*.h::g' Makefile.in 
|| die
 
-       epatch "${FILESDIR}"/${PN}-3.1-gentoo.patch
        epatch "${FILESDIR}"/autoconf-mktime-2.53.patch #220040
+       epatch "${FILESDIR}"/${PN}-2.05b-parallel-build.patch #41002
+       epatch "${FILESDIR}"/${PN}-3.1-protos.patch
        epatch "${FILESDIR}"/${PN}-3.1-ulimit.patch
        epatch "${FILESDIR}"/${PN}-3.0-read-memleak.patch
        epatch "${FILESDIR}"/${PN}-3.0-trap-fg-signals.patch
-       epatch "${FILESDIR}"/bash-3.1-fix-dash-login-shell.patch #118257
-       epatch "${FILESDIR}"/bash-3.1-dev-fd-test-as-user.patch #131875
+       epatch "${FILESDIR}"/${PN}-3.1-fix-dash-login-shell.patch #118257
+       epatch "${FILESDIR}"/${PN}-3.1-dev-fd-test-as-user.patch #131875
 
        epatch_user
 }



1.5                  app-shells/bash/bash-3.2_p57.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/bash-3.2_p57.ebuild?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/bash-3.2_p57.ebuild?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/bash-3.2_p57.ebuild?r1=1.4&r2=1.5

Index: bash-3.2_p57.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p57.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- bash-3.2_p57.ebuild 8 Oct 2014 06:21:18 -0000       1.4
+++ bash-3.2_p57.ebuild 19 Oct 2014 20:16:14 -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-3.2_p57.ebuild,v 1.4 
2014/10/08 06:21:18 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.2_p57.ebuild,v 1.5 
2014/10/19 20:16:14 vapier Exp $
 
 EAPI="4"
 
@@ -66,11 +66,10 @@
        sed -ri -e 's:\$[(](RL|HIST)_LIBSRC[)]/[[:alpha:]]*.h::g' Makefile.in 
|| die
 
        epatch "${FILESDIR}"/autoconf-mktime-2.59.patch #220040
-       epatch "${FILESDIR}"/${PN}-3.1-gentoo.patch
        epatch "${FILESDIR}"/${PN}-3.2-loadables.patch
+       epatch "${FILESDIR}"/${PN}-2.05b-parallel-build.patch #41002
        epatch "${FILESDIR}"/${PN}-3.2-protos.patch
        epatch "${FILESDIR}"/${PN}-3.2-session-leader.patch #231775
-       epatch "${FILESDIR}"/${PN}-3.2-parallel-build.patch #189671
        epatch "${FILESDIR}"/${PN}-3.2-ldflags-for-build.patch #211947
        epatch "${FILESDIR}"/${PN}-3.2-process-subst.patch
        epatch "${FILESDIR}"/${PN}-3.2-ulimit.patch



1.420                app-shells/bash/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/ChangeLog?rev=1.420&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/ChangeLog?rev=1.420&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/bash/ChangeLog?r1=1.419&r2=1.420

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v
retrieving revision 1.419
retrieving revision 1.420
diff -u -r1.419 -r1.420
--- ChangeLog   8 Oct 2014 16:10:09 -0000       1.419
+++ ChangeLog   19 Oct 2014 20:16:14 -0000      1.420
@@ -1,6 +1,13 @@
 # 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.419 
2014/10/08 16:10:09 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/ChangeLog,v 1.420 
2014/10/19 20:16:14 vapier Exp $
+
+  19 Oct 2014; Mike Frysinger <vap...@gentoo.org>
+  +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:
+  Update prototype headers, drop Mandrake/readline patches that are not needed,
+  and pull back in the old version.h parallel build fix.
 
   08 Oct 2014; Lars Wendler <polynomia...@gentoo.org> -bash-3.1_p21.ebuild,
   -bash-3.1_p22.ebuild, -bash-3.2_p55.ebuild, -bash-3.2_p56.ebuild,




Reply via email to