* [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: ChangeLog gcc-4.2.4-r1.ebuild gcc-4.1.2.ebuild
@ 2013-12-28 1:38 Ryan Hill (dirtyepic)
0 siblings, 0 replies; only message in thread
From: Ryan Hill (dirtyepic) @ 2013-12-28 1:38 UTC (permalink / raw
To: gentoo-commits
dirtyepic 13/12/28 01:38:39
Modified: ChangeLog gcc-4.2.4-r1.ebuild gcc-4.1.2.ebuild
Log:
Backport libgcj patch for glibc-2.15 a couple more versions.
Signed-off-by: Ryan Hill <dirtyepic@gentoo.org>
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
Revision Changes Path
1.988 sys-devel/gcc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.988&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.988&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.987&r2=1.988
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
retrieving revision 1.987
retrieving revision 1.988
diff -u -r1.987 -r1.988
--- ChangeLog 24 Dec 2013 06:16:08 -0000 1.987
+++ ChangeLog 28 Dec 2013 01:38:39 -0000 1.988
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/gcc
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.987 2013/12/24 06:16:08 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.988 2013/12/28 01:38:39 dirtyepic Exp $
+
+ 28 Dec 2013; Ryan Hill <dirtyepic@gentoo.org> gcc-4.1.2.ebuild,
+ gcc-4.2.4-r1.ebuild:
+ Backport libgcj patch for glibc-2.15 a couple more versions.
24 Dec 2013; Ryan Hill <dirtyepic@gentoo.org> gcc-4.6.4.ebuild,
gcc-4.7.3-r1.ebuild:
1.15 sys-devel/gcc/gcc-4.2.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.2.4-r1.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.2.4-r1.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.2.4-r1.ebuild?r1=1.14&r2=1.15
Index: gcc-4.2.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.2.4-r1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- gcc-4.2.4-r1.ebuild 12 Apr 2013 06:47:58 -0000 1.14
+++ gcc-4.2.4-r1.ebuild 28 Dec 2013 01:38:39 -0000 1.15
@@ -1,8 +1,8 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.2.4-r1.ebuild,v 1.14 2013/04/12 06:47:58 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.2.4-r1.ebuild,v 1.15 2013/12/28 01:38:39 dirtyepic Exp $
-PATCH_VER="1.2"
+PATCH_VER="1.3"
UCLIBC_VER="1.0"
inherit toolchain
1.36 sys-devel/gcc/gcc-4.1.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.1.2.ebuild?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.1.2.ebuild?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.1.2.ebuild?r1=1.35&r2=1.36
Index: gcc-4.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.2.ebuild,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- gcc-4.1.2.ebuild 5 Oct 2013 04:08:32 -0000 1.35
+++ gcc-4.1.2.ebuild 28 Dec 2013 01:38:39 -0000 1.36
@@ -1,8 +1,8 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.2.ebuild,v 1.35 2013/10/05 04:08:32 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.2.ebuild,v 1.36 2013/12/28 01:38:39 dirtyepic Exp $
-PATCH_VER="1.4"
+PATCH_VER="1.5"
UCLIBC_VER="1.0"
D_VER="0.24"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-12-28 1:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-28 1:38 [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: ChangeLog gcc-4.2.4-r1.ebuild gcc-4.1.2.ebuild Ryan Hill (dirtyepic)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox