From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 432271381F3 for ; Tue, 11 Dec 2012 17:39:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C19921C02F; Tue, 11 Dec 2012 17:39:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B677321C02F for ; Tue, 11 Dec 2012 17:39:15 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A90033DB86 for ; Tue, 11 Dec 2012 17:39:14 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id 42EF72171D; Tue, 11 Dec 2012 17:39:13 +0000 (UTC) From: "Agostino Sarubbo (ago)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ago@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: gcc-4.4.7.ebuild gcc-4.5.4.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gcc-4.4.7.ebuild gcc-4.5.4.ebuild ChangeLog X-VCS-Directories: sys-devel/gcc X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121211173913.42EF72171D@flycatcher.gentoo.org> Date: Tue, 11 Dec 2012 17:39:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2e7837cd-9410-47c3-a2f7-9b27134868ef X-Archives-Hash: 9bc388648b168b3d59b09ff6f8750da9 ago 12/12/11 17:39:13 Modified: gcc-4.4.7.ebuild gcc-4.5.4.ebuild ChangeLog Log: Stable for ia64, wrt bug #431878 (Portage version: 2.1.11.9/cvs/Linux ia64) Revision Changes Path 1.10 sys-devel/gcc/gcc-4.4.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.4.7.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.4.7.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.4.7.ebuild?r1=1.9&r2=1.10 Index: gcc-4.4.7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.7.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gcc-4.4.7.ebuild 25 Nov 2012 02:47:24 -0000 1.9 +++ gcc-4.4.7.ebuild 11 Dec 2012 17:39:13 -0000 1.10 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.7.ebuild,v 1.9 2012/11/25 02:47:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.7.ebuild,v 1.10 2012/12/11 17:39:13 ago Exp $ PATCH_VER="1.1" UCLIBC_VER="1.0" @@ -22,7 +22,7 @@ DESCRIPTION="The GNU Compiler Collection" LICENSE="GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.2" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" RDEPEND="" DEPEND="${RDEPEND} 1.10 sys-devel/gcc/gcc-4.5.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.5.4.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.5.4.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.5.4.ebuild?r1=1.9&r2=1.10 Index: gcc-4.5.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.4.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gcc-4.5.4.ebuild 24 Nov 2012 21:22:30 -0000 1.9 +++ gcc-4.5.4.ebuild 11 Dec 2012 17:39:13 -0000 1.10 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.4.ebuild,v 1.9 2012/11/24 21:22:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.4.ebuild,v 1.10 2012/12/11 17:39:13 ago Exp $ PATCH_VER="1.0" UCLIBC_VER="1.0" @@ -22,7 +22,7 @@ DESCRIPTION="The GNU Compiler Collection" LICENSE="GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.2" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" RDEPEND="" DEPEND="${RDEPEND} 1.917 sys-devel/gcc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.917&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.917&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.916&r2=1.917 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v retrieving revision 1.916 retrieving revision 1.917 diff -u -r1.916 -r1.917 --- ChangeLog 29 Nov 2012 05:06:03 -0000 1.916 +++ ChangeLog 11 Dec 2012 17:39:13 -0000 1.917 @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.916 2012/11/29 05:06:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.917 2012/12/11 17:39:13 ago Exp $ + + 11 Dec 2012; Agostino Sarubbo gcc-4.4.7.ebuild, + gcc-4.5.4.ebuild: + Stable for ia64, wrt bug #431878 29 Nov 2012; Mike Frysinger gcc-4.1.2.ebuild, gcc-4.2.4.ebuild: