summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-06-22 11:03:02 +0000
committerMike Frysinger <vapier@gentoo.org>2008-06-22 11:03:02 +0000
commit5a285d19067a4f95cc7745ebb4122a0c736932fc (patch)
treef66b7e8c7b85790aafb96b5ffd12d74751df4d65 /sys-devel
parentFixed typo in USE flag for terminus font: qoute -> quote, bug #228813, thank ... (diff)
downloadgentoo-2-5a285d19067a4f95cc7745ebb4122a0c736932fc.tar.gz
gentoo-2-5a285d19067a4f95cc7745ebb4122a0c736932fc.tar.bz2
gentoo-2-5a285d19067a4f95cc7745ebb4122a0c736932fc.zip
Move patches out of $FILESDIR and into patch tarball.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25 x86_64, RepoMan options: --force)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/gcc/ChangeLog5
-rw-r--r--sys-devel/gcc/gcc-3.2.2.ebuild15
2 files changed, 7 insertions, 13 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog
index 6ca5ffb68af4..58de74d3f136 100644
--- a/sys-devel/gcc/ChangeLog
+++ b/sys-devel/gcc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/gcc
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.654 2008/06/22 10:52:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.655 2008/06/22 11:03:02 vapier Exp $
+
+ 22 Jun 2008; Mike Frysinger <vapier@gentoo.org> gcc-3.2.2.ebuild:
+ Move patches out of $FILESDIR and into patch tarball.
22 Jun 2008; Mike Frysinger <vapier@gentoo.org>
+files/3.2.3/gcc-3.2.3-poisoned-malloc.patch, gcc-3.2.3-r4.ebuild:
diff --git a/sys-devel/gcc/gcc-3.2.2.ebuild b/sys-devel/gcc/gcc-3.2.2.ebuild
index 8d5aa4ee45fd..6ffd3092d69c 100644
--- a/sys-devel/gcc/gcc-3.2.2.ebuild
+++ b/sys-devel/gcc/gcc-3.2.2.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.2.ebuild,v 1.29 2007/06/24 18:14:41 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.2.ebuild,v 1.30 2008/06/22 11:03:02 vapier Exp $
# This version is really meant JUST for the ps2
MAN_VER=""
-PATCH_VER="1.0"
+PATCH_VER="1.1"
UCLIBC_VER=""
PIE_VER=""
PP_VER=""
@@ -20,12 +20,3 @@ inherit toolchain eutils
DESCRIPTION="The GNU Compiler Collection. Includes C/C++ and java compilers"
KEYWORDS=""
-
-src_unpack() {
- gcc_src_unpack
-
- epatch "${FILESDIR}"/3.2.2/gcc32-pr7768.patch
- epatch "${FILESDIR}"/3.2.2/gcc32-pr8213.patch
- epatch "${FILESDIR}"/3.2.2/gcc-3.2.2-cross-compile.patch
- epatch "${FILESDIR}"/3.2.2/gcc-3.2.2-no-COPYING-cross-compile.patch
-}