vapier 15/05/17 04:27:34
Modified: yaboot-1.3.16.ebuild yaboot-1.3.17-r2.ebuild
yaboot-1.3.14-r2.ebuild ChangeLog
Log:
Drop support for ssp found in gcc-3 and older #527974.
(Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key
D2E96200)
Revision Changes Path
1.11 sys-boot/yaboot/yaboot-1.3.16.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild?rev=1.11&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild?rev=1.11&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild?r1=1.10&r2=1.11
Index: yaboot-1.3.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- yaboot-1.3.16.ebuild 17 May 2015 04:25:12 -0000 1.10
+++ yaboot-1.3.16.ebuild 17 May 2015 04:27:34 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild,v 1.10
2015/05/17 04:25:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.16.ebuild,v 1.11
2015/05/17 04:27:34 vapier Exp $
EAPI="5"
@@ -38,12 +38,7 @@
# dual boot patch
epatch "${FILESDIR}/yabootconfig-1.3.13.patch"
epatch "${FILESDIR}/chrpfix.patch"
- if [[ "$(gcc-major-version)" -eq "3" ]]; then
- epatch "${FILESDIR}/yaboot-nopiessp.patch"
- fi
- if [[ "$(gcc-major-version)" -eq "4" ]]; then
- epatch "${FILESDIR}/yaboot-nopiessp-gcc4.patch"
- fi
+ epatch "${FILESDIR}/yaboot-nopiessp-gcc4.patch"
# e2fsprogs memalign patch
epatch "${FILESDIR}/${P}-memalign.patch"
1.8 sys-boot/yaboot/yaboot-1.3.17-r2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild?rev=1.8&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild?rev=1.8&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild?r1=1.7&r2=1.8
Index: yaboot-1.3.17-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- yaboot-1.3.17-r2.ebuild 17 May 2015 04:25:12 -0000 1.7
+++ yaboot-1.3.17-r2.ebuild 17 May 2015 04:27:34 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild,v
1.7 2015/05/17 04:25:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild,v
1.8 2015/05/17 04:27:34 vapier Exp $
EAPI="5"
@@ -39,12 +39,7 @@
# dual boot patch
epatch "${FILESDIR}/yabootconfig-1.3.13.patch"
epatch "${FILESDIR}/chrpfix.patch"
- if [[ "$(gcc-major-version)" -eq "3" ]]; then
- epatch "${FILESDIR}/${PN}-nopiessp.patch"
- fi
- if [[ "$(gcc-major-version)" -eq "4" ]]; then
- epatch "${FILESDIR}/${P}-nopiessp-gcc4.patch"
- fi
+ epatch "${FILESDIR}/${P}-nopiessp-gcc4.patch"
# Error only on real errors, for prom printing format compile failure
sed -i "s:-Werror:-Wno-error:g" Makefile
1.11 sys-boot/yaboot/yaboot-1.3.14-r2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild?rev=1.11&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild?rev=1.11&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild?r1=1.10&r2=1.11
Index: yaboot-1.3.14-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- yaboot-1.3.14-r2.ebuild 17 May 2015 04:25:12 -0000 1.10
+++ yaboot-1.3.14-r2.ebuild 17 May 2015 04:27:34 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild,v
1.10 2015/05/17 04:25:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.14-r2.ebuild,v
1.11 2015/05/17 04:27:34 vapier Exp $
EAPI="5"
@@ -32,12 +32,7 @@
# dual boot patch
epatch "${FILESDIR}/yabootconfig-1.3.13.patch"
epatch "${FILESDIR}/chrpfix.patch"
- if [[ "$(gcc-major-version)" -eq "3" ]]; then
- epatch "${FILESDIR}/yaboot-nopiessp.patch"
- fi
- if [[ "$(gcc-major-version)" -eq "4" ]]; then
- epatch "${FILESDIR}/yaboot-nopiessp-gcc4.patch"
- fi
+ epatch "${FILESDIR}/yaboot-nopiessp-gcc4.patch"
epatch "${FILESDIR}/sysfs-ofpath.patch"
}
1.51 sys-boot/yaboot/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/ChangeLog?rev=1.51&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/ChangeLog?rev=1.51&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/ChangeLog?r1=1.50&r2=1.51
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog 17 May 2015 04:25:12 -0000 1.50
+++ ChangeLog 17 May 2015 04:27:34 -0000 1.51
@@ -1,6 +1,10 @@
# ChangeLog for sys-boot/yaboot
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v 1.50 2015/05/17
04:25:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v 1.51 2015/05/17
04:27:34 vapier Exp $
+
+ 17 May 2015; Mike Frysinger <[email protected]> -files/yaboot-nopiessp.patch,
+ yaboot-1.3.14-r2.ebuild, yaboot-1.3.16.ebuild, yaboot-1.3.17-r2.ebuild:
+ Drop support for ssp found in gcc-3 and older #527974.
17 May 2015; Mike Frysinger <[email protected]> yaboot-1.3.14-r2.ebuild,
yaboot-1.3.16.ebuild, yaboot-1.3.17-r2.ebuild: