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 12CC3138010 for ; Sun, 7 Oct 2012 16:45:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 451DFE0077; Sun, 7 Oct 2012 16:45:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C3168E0077 for ; Sun, 7 Oct 2012 16:44:59 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05A4D33C34C for ; Sun, 7 Oct 2012 16:44:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 9B791E5436 for ; Sun, 7 Oct 2012 16:44:56 +0000 (UTC) From: "Magnus Granberg" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Magnus Granberg" Message-ID: <1349628279.74e43e37137230baba79a43eaa7c52c77b8e122e.zorry@gentoo> Subject: [gentoo-commits] proj/hardened-dev:testing commit in: sys-devel/gcc/, eclass/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: eclass/toolchain.eclass eclass/toolchain.eclass~ sys-devel/gcc/gcc-4.8.0_alpha20120909.ebuild sys-devel/gcc/gcc-4.8.0_alpha20120930.ebuild X-VCS-Directories: sys-devel/gcc/ eclass/ X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: 74e43e37137230baba79a43eaa7c52c77b8e122e X-VCS-Branch: testing Date: Sun, 7 Oct 2012 16:44:56 +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: 0988a063-825e-4d5e-933a-5886a8f63210 X-Archives-Hash: 569b06b48ced6b8fe622724d0d7a5282 commit: 74e43e37137230baba79a43eaa7c52c77b8e122e Author: Magnus Granberg gentoo org> AuthorDate: Sun Oct 7 16:44:39 2012 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Sun Oct 7 16:44:39 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=74e43e37 Bump of the gcc 4.8 ebuild --- eclass/toolchain.eclass | 2 +- eclass/toolchain.eclass~ | 2 +- ...20909.ebuild => gcc-4.8.0_alpha20120930.ebuild} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 6ef4355..5717a32 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -946,7 +946,7 @@ src_prepare() { # Fixup libtool to correctly generate .la files with portage cd "${S}" eautoreconf - for subdirs in gcc ; do + for subdirs in gcc libccp ; do cd "${S}/${subdirs}/" eautoreconf done diff --git a/eclass/toolchain.eclass~ b/eclass/toolchain.eclass~ index 8e3c0a4..6ef4355 100644 --- a/eclass/toolchain.eclass~ +++ b/eclass/toolchain.eclass~ @@ -946,7 +946,7 @@ src_prepare() { # Fixup libtool to correctly generate .la files with portage cd "${S}" eautoreconf - for subdirs in gcc libcpp ; do + for subdirs in gcc ; do cd "${S}/${subdirs}/" eautoreconf done diff --git a/sys-devel/gcc/gcc-4.8.0_alpha20120909.ebuild b/sys-devel/gcc/gcc-4.8.0_alpha20120930.ebuild similarity index 96% rename from sys-devel/gcc/gcc-4.8.0_alpha20120909.ebuild rename to sys-devel/gcc/gcc-4.8.0_alpha20120930.ebuild index 1acd584..0e02680 100644 --- a/sys-devel/gcc/gcc-4.8.0_alpha20120909.ebuild +++ b/sys-devel/gcc/gcc-4.8.0_alpha20120930.ebuild @@ -3,7 +3,7 @@ # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild,v 1.9 2012/03/15 20:21:44 vapier Exp $ EAPI=4 -PATCH_VER="1.0" +#PATCH_VER="1.0" inherit toolchain