vapier 14/10/17 17:44:54 Modified: gcc-4.0.4.ebuild ChangeLog Log: Push out queued patches and move stuff from FILESDIR to the patchset. (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.18 sys-devel/gcc/gcc-4.0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.0.4.ebuild?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.0.4.ebuild?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.0.4.ebuild?r1=1.17&r2=1.18 Index: gcc-4.0.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.4.ebuild,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- gcc-4.0.4.ebuild 19 Jan 2014 01:51:34 -0000 1.17 +++ gcc-4.0.4.ebuild 17 Oct 2014 17:44:54 -0000 1.18 @@ -1,32 +1,19 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.4.ebuild,v 1.17 2014/01/19 01:51:34 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.4.ebuild,v 1.18 2014/10/17 17:44:54 vapier Exp $ EAPI="2" -PATCH_VER="1.1" +PATCH_VER="1.2" UCLIBC_VER="1.0" -inherit eutils toolchain +inherit toolchain DESCRIPTION="The GNU Compiler Collection" LICENSE="GPL-2+ LGPL-2.1+ FDL-1.2+" -KEYWORDS="-* ~ia64 ~m68k" +KEYWORDS="" RDEPEND="" DEPEND="${RDEPEND} >=${CATEGORY}/binutils-2.15.94" - -src_prepare() { - toolchain_src_prepare - - use vanilla && return 0 - - [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.patch - - # Fix cross-compiling - epatch "${FILESDIR}"/4.0.2/gcc-4.0.2-cross-compile.patch - - [[ ${CTARGET} == *-softfloat-* ]] && epatch "${FILESDIR}"/4.0.2/gcc-4.0.2-softfloat.patch -} 1.1022 sys-devel/gcc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.1022&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.1022&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.1021&r2=1.1022 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v retrieving revision 1.1021 retrieving revision 1.1022 diff -u -r1.1021 -r1.1022 --- ChangeLog 2 Oct 2014 00:10:29 -0000 1.1021 +++ ChangeLog 17 Oct 2014 17:44:54 -0000 1.1022 @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1021 2014/10/02 00:10:29 rhill Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1022 2014/10/17 17:44:54 vapier Exp $ + + 17 Oct 2014; Mike Frysinger <[email protected]> + -files/4.0.2/gcc-4.0.2-cross-compile.patch, gcc-4.0.4.ebuild: + Push out queued patches and move stuff from FILESDIR to the patchset. 02 Oct 2014; Ryan Hill <[email protected]> gcc-4.7.3-r1.ebuild: 4.7.3 p1.5: Backport PR60155 fix to stable (bug #512586).
