diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-01-02 20:39:32 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-01-02 20:39:32 +0000 |
commit | e779f247a1a8b6b1526740c21d156565cfae9dab (patch) | |
tree | 0a04d344b4f9bc831b6156140701e17760a15c0c /sys-devel/gcc | |
parent | Version bumped. Thanks to Kraml Liu <kraml.liu@gmail.com> for providing a pat... (diff) | |
download | gentoo-2-e779f247a1a8b6b1526740c21d156565cfae9dab.tar.gz gentoo-2-e779f247a1a8b6b1526740c21d156565cfae9dab.tar.bz2 gentoo-2-e779f247a1a8b6b1526740c21d156565cfae9dab.zip |
Removing the message about reporting bugs upstream. Please report them on bugs.gentoo.org
(Portage version: 2.1_pre2)
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.0.2-r3.ebuild | 10 |
2 files changed, 6 insertions, 10 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index d90583c8ed7c..ba9638fd062b 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.482 2006/01/01 18:27:20 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.483 2006/01/02 20:39:32 halcy0n Exp $ + + 02 Jan 2006; Mark Loeser <halcy0n@gentoo.org> gcc-4.0.2-r3.ebuild: + Removing the message about reporting bugs upstream. Please report them on + bugs.gentoo.org *gcc-4.0.2-r3 (01 Jan 2006) diff --git a/sys-devel/gcc/gcc-4.0.2-r3.ebuild b/sys-devel/gcc/gcc-4.0.2-r3.ebuild index b7171cc29ffe..0f2b070a8813 100644 --- a/sys-devel/gcc/gcc-4.0.2-r3.ebuild +++ b/sys-devel/gcc/gcc-4.0.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.2-r3.ebuild,v 1.1 2006/01/01 18:27:21 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.2-r3.ebuild,v 1.2 2006/01/02 20:39:32 halcy0n Exp $ PATCH_VER="1.4" PATCH_GCC_VER="4.0.2" @@ -64,11 +64,3 @@ src_unpack() { epatch "${FILESDIR}"/4.0.2/gcc-4.0.2-cross-compile.patch } -pkg_postinst() { - toolchain_pkg_postinst - - einfo "This gcc-4 ebuild is provided for your convenience, and the use" - einfo "of this compiler is not supported by the Gentoo Developers." - einfo "Please file bugs related to gcc-4 with upstream developers." - einfo "Compiler bugs should be filed at http://gcc.gnu.org/bugzilla/" -} |