blob: 7c72d3e67b93bae02442f549bed06b4024106ae2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/Attic/gcc-4.0.0.ebuild,v 1.7 2005/07/08 19:07:22 eradicator dead $
EAPI="5"
PATCH_VER="1.1"
UCLIBC_VER="1.0"
HTB_VER="1.00"
inherit toolchain
KEYWORDS=""
RDEPEND=""
DEPEND="${RDEPEND}
>=sys-devel/binutils-2.15.97"
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/"
}
|