diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-06-30 02:48:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-06-30 02:48:38 +0000 |
commit | cb332e8afd96f5bdd31ea0a00c406ab36dfca85f (patch) | |
tree | 4f09e39460cd75996f21c7cfc6555b9ffd0bf00f /sys-devel | |
parent | arm/s390/sh love (diff) | |
download | gentoo-2-cb332e8afd96f5bdd31ea0a00c406ab36dfca85f.tar.gz gentoo-2-cb332e8afd96f5bdd31ea0a00c406ab36dfca85f.tar.bz2 gentoo-2-cb332e8afd96f5bdd31ea0a00c406ab36dfca85f.zip |
Move glibc into PDEPEND and drop libstdc++ garbage.
(Portage version: 2.1.1_pre1-r5)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.0.2-r3.ebuild | 12 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.0.3.ebuild | 12 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.1.0-r1.ebuild | 12 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.1.1.ebuild | 12 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.2.0_alpha20060603.ebuild | 12 |
6 files changed, 31 insertions, 36 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index ba8213a0565a..0fa14fcc5636 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,11 @@ # 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.559 2006/06/27 14:50:11 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.560 2006/06/30 02:48:38 vapier Exp $ + + 30 Jun 2006; Mike Frysinger <vapier@gentoo.org> gcc-4.0.2-r3.ebuild, + gcc-4.0.3.ebuild, gcc-4.1.0-r1.ebuild, gcc-4.1.1.ebuild, + gcc-4.2.0_alpha20060603.ebuild: + Move glibc into PDEPEND and drop libstdc++ garbage. 27 Jun 2006; Luca Barbato <lu_zero@gentoo.org> gcc-4.1.1.ebuild: Marked stable on ppc diff --git a/sys-devel/gcc/gcc-4.0.2-r3.ebuild b/sys-devel/gcc/gcc-4.0.2-r3.ebuild index 07a01cf452f9..da8f712c3144 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.15 2006/06/22 05:38:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.2-r3.ebuild,v 1.16 2006/06/30 02:48:38 vapier Exp $ PATCH_VER="1.6" PATCH_GCC_VER="4.0.2" @@ -47,17 +47,15 @@ RDEPEND=">=sys-libs/zlib-1.1.4 >=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext ) )" -if [[ ${CATEGORY} != cross-* ]] ; then - RDEPEND="${RDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.3.6 )" -fi DEPEND="${RDEPEND} test? ( sys-devel/autogen ) >=sys-apps/texinfo-4.2-r4 >=sys-devel/bison-1.875 >=${CATEGORY}/binutils-2.15.94" - -PDEPEND="|| ( app-admin/eselect-compiler sys-devel/gcc-config ) - x86? ( !nocxx? ( !elibc_uclibc? ( !build? ( =virtual/libstdc++-3.3 ) ) ) )" +PDEPEND="|| ( app-admin/eselect-compiler sys-devel/gcc-config )" +if [[ ${CATEGORY} != cross-* ]] ; then + PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.3.6 )" +fi src_unpack() { gcc_src_unpack diff --git a/sys-devel/gcc/gcc-4.0.3.ebuild b/sys-devel/gcc/gcc-4.0.3.ebuild index 5bf4b5c985eb..01426e9bcdcc 100644 --- a/sys-devel/gcc/gcc-4.0.3.ebuild +++ b/sys-devel/gcc/gcc-4.0.3.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.3.ebuild,v 1.8 2006/06/22 05:38:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.3.ebuild,v 1.9 2006/06/30 02:48:38 vapier Exp $ PATCH_VER="1.3" UCLIBC_VER="1.0" @@ -42,17 +42,15 @@ RDEPEND=">=sys-libs/zlib-1.1.4 >=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext ) )" -if [[ ${CATEGORY} != cross-* ]] ; then - RDEPEND="${RDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.3.6 )" -fi DEPEND="${RDEPEND} test? ( sys-devel/autogen ) >=sys-apps/texinfo-4.2-r4 >=sys-devel/bison-1.875 >=${CATEGORY}/binutils-2.15.94" - -PDEPEND="|| ( app-admin/eselect-compiler sys-devel/gcc-config ) - x86? ( !nocxx? ( !elibc_uclibc? ( !build? ( =virtual/libstdc++-3.3 ) ) ) )" +PDEPEND="|| ( app-admin/eselect-compiler sys-devel/gcc-config )" +if [[ ${CATEGORY} != cross-* ]] ; then + PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.3.6 )" +fi src_unpack() { gcc_src_unpack diff --git a/sys-devel/gcc/gcc-4.1.0-r1.ebuild b/sys-devel/gcc/gcc-4.1.0-r1.ebuild index cfa0436039f5..953611cd2f6a 100644 --- a/sys-devel/gcc/gcc-4.1.0-r1.ebuild +++ b/sys-devel/gcc/gcc-4.1.0-r1.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.1.0-r1.ebuild,v 1.8 2006/06/25 01:43:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.0-r1.ebuild,v 1.9 2006/06/30 02:48:38 vapier Exp $ PATCH_VER="1.7" UCLIBC_VER="1.1" @@ -37,17 +37,15 @@ RDEPEND=">=sys-libs/zlib-1.1.4 >=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext ) )" -if [[ ${CATEGORY} != cross-* ]] ; then - RDEPEND="${RDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.3.6 )" -fi DEPEND="${RDEPEND} test? ( sys-devel/autogen ) >=sys-apps/texinfo-4.2-r4 >=sys-devel/bison-1.875 >=${CATEGORY}/binutils-2.15.94" - -PDEPEND="|| ( app-admin/eselect-compiler sys-devel/gcc-config ) - x86? ( !nocxx? ( !elibc_uclibc? ( !build? ( =virtual/libstdc++-3.3 ) ) ) )" +PDEPEND="|| ( app-admin/eselect-compiler sys-devel/gcc-config )" +if [[ ${CATEGORY} != cross-* ]] ; then + PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.3.6 )" +fi src_unpack() { gcc_src_unpack diff --git a/sys-devel/gcc/gcc-4.1.1.ebuild b/sys-devel/gcc/gcc-4.1.1.ebuild index 813447c5eb89..a9e90031d8c2 100644 --- a/sys-devel/gcc/gcc-4.1.1.ebuild +++ b/sys-devel/gcc/gcc-4.1.1.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.1.1.ebuild,v 1.13 2006/06/27 14:50:11 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.1.ebuild,v 1.14 2006/06/30 02:48:38 vapier Exp $ PATCH_VER="1.6" UCLIBC_VER="1.0" @@ -37,17 +37,15 @@ RDEPEND=">=sys-libs/zlib-1.1.4 >=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext ) )" -if [[ ${CATEGORY} != cross-* ]] ; then - RDEPEND="${RDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.3.6 )" -fi DEPEND="${RDEPEND} test? ( sys-devel/autogen ) >=sys-apps/texinfo-4.2-r4 >=sys-devel/bison-1.875 >=${CATEGORY}/binutils-2.15.94" - -PDEPEND="|| ( app-admin/eselect-compiler sys-devel/gcc-config ) - x86? ( !nocxx? ( !elibc_uclibc? ( !build? ( =virtual/libstdc++-3.3 ) ) ) )" +PDEPEND="|| ( app-admin/eselect-compiler sys-devel/gcc-config )" +if [[ ${CATEGORY} != cross-* ]] ; then + PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.3.6 )" +fi src_unpack() { gcc_src_unpack diff --git a/sys-devel/gcc/gcc-4.2.0_alpha20060603.ebuild b/sys-devel/gcc/gcc-4.2.0_alpha20060603.ebuild index 87b8bc027570..5d1e522231f5 100644 --- a/sys-devel/gcc/gcc-4.2.0_alpha20060603.ebuild +++ b/sys-devel/gcc/gcc-4.2.0_alpha20060603.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.2.0_alpha20060603.ebuild,v 1.4 2006/06/25 01:43:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.2.0_alpha20060603.ebuild,v 1.5 2006/06/30 02:48:38 vapier Exp $ ETYPE="gcc-compiler" @@ -30,16 +30,14 @@ RDEPEND=">=sys-libs/zlib-1.1.4 >=sys-libs/ncurses-5.2-r2 nls? ( sys-devel/gettext ) )" -if [[ ${CATEGORY} != cross-* ]] ; then - RDEPEND="${RDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.3.6 )" -fi DEPEND="${RDEPEND} >=sys-apps/texinfo-4.2-r4 >=sys-devel/bison-1.875 >=${CATEGORY}/binutils-2.16.1" - -PDEPEND="|| ( app-admin/eselect-compiler sys-devel/gcc-config ) - x86? ( !nocxx? ( !elibc_uclibc? ( !build? ( =virtual/libstdc++-3.3 ) ) ) )" +PDEPEND="|| ( app-admin/eselect-compiler sys-devel/gcc-config )" +if [[ ${CATEGORY} != cross-* ]] ; then + PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.3.6 )" +fi pkg_setup() { if [[ -z ${I_PROMISE_TO_SUPPLY_PATCHES_WITH_BUGS} ]] ; then |