blueness 15/02/10 01:03:45 Modified: gcc-4.9.2.ebuild gcc-4.8.4.ebuild ChangeLog Log: Forward port msgfmt link fix from 4.7.4 to 4.8.4 and 4.9.2, bug #372377 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.13 sys-devel/gcc/gcc-4.9.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.9.2.ebuild?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.9.2.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.9.2.ebuild?r1=1.12&r2=1.13 Index: gcc-4.9.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.9.2.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- gcc-4.9.2.ebuild 5 Feb 2015 17:52:13 -0000 1.12 +++ gcc-4.9.2.ebuild 10 Feb 2015 01:03:45 -0000 1.13 @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.9.2.ebuild,v 1.12 2015/02/05 17:52:13 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.9.2.ebuild,v 1.13 2015/02/10 01:03:45 blueness Exp $ EAPI="4" -PATCH_VER="1.0" +PATCH_VER="1.1" UCLIBC_VER="1.0" # Hardened gcc 4 stuff 1.2 sys-devel/gcc/gcc-4.8.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.8.4.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.8.4.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.8.4.ebuild?r1=1.1&r2=1.2 Index: gcc-4.8.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gcc-4.8.4.ebuild 26 Dec 2014 21:08:59 -0000 1.1 +++ gcc-4.8.4.ebuild 10 Feb 2015 01:03:45 -0000 1.2 @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.4.ebuild,v 1.1 2014/12/26 21:08:59 zorry Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.4.ebuild,v 1.2 2015/02/10 01:03:45 blueness Exp $ EAPI="4" -PATCH_VER="1.0" +PATCH_VER="1.1" UCLIBC_VER="1.0" # Hardened gcc 4 stuff 1.1047 sys-devel/gcc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.1047&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.1047&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.1046&r2=1.1047 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v retrieving revision 1.1046 retrieving revision 1.1047 diff -u -r1.1046 -r1.1047 --- ChangeLog 5 Feb 2015 17:52:13 -0000 1.1046 +++ ChangeLog 10 Feb 2015 01:03:45 -0000 1.1047 @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1046 2015/02/05 17:52:13 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1047 2015/02/10 01:03:45 blueness Exp $ + + 10 Feb 2015; Anthony G. Basile <[email protected]> gcc-4.8.4.ebuild, + gcc-4.9.2.ebuild: + Forward port msgfmt link fix from 4.7.4 to 4.8.4 and 4.9.2, bug #372377 05 Feb 2015; Anthony G. Basile <[email protected]> gcc-4.9.2.ebuild: Add ~mips, bug #536874
