summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2005-12-20 21:08:16 +0000
committerMark Loeser <halcy0n@gentoo.org>2005-12-20 21:08:16 +0000
commit8222b9bed41479e44ce9bca63b40464a11e8b0ce (patch)
tree57ff9ea850549aba3bb82ed8c98930c9b73674f0 /sys-devel/gcc
parentFix slot, add ~amd64 (diff)
downloadhistorical-8222b9bed41479e44ce9bca63b40464a11e8b0ce.tar.gz
historical-8222b9bed41479e44ce9bca63b40464a11e8b0ce.tar.bz2
historical-8222b9bed41479e44ce9bca63b40464a11e8b0ce.zip
Testing the libstdc++ virtual before marking it stable. Then we can remove it from all of the gcc ebuilds and put it into the binary ebuilds that require it.
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r--sys-devel/gcc/ChangeLog8
-rw-r--r--sys-devel/gcc/Manifest14
-rw-r--r--sys-devel/gcc/gcc-4.0.1.ebuild4
-rw-r--r--sys-devel/gcc/gcc-4.0.2-r2.ebuild4
-rw-r--r--sys-devel/gcc/gcc-4.1.0_beta20051216.ebuild4
5 files changed, 20 insertions, 14 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog
index 256f102b2b6e..ca551d0155e9 100644
--- a/sys-devel/gcc/ChangeLog
+++ b/sys-devel/gcc/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-devel/gcc
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.477 2005/12/17 01:44:31 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.478 2005/12/20 21:08:16 halcy0n Exp $
+
+ 20 Dec 2005; Mark Loeser <halcy0n@gentoo.org> gcc-4.0.1.ebuild,
+ gcc-4.0.2-r2.ebuild, gcc-4.1.0_beta20051216.ebuild:
+ Testing the libstdc++ virtual before marking it stable. Then we can remove
+ it from all of the gcc ebuilds and put it into the binary ebuilds that
+ require it.
*gcc-4.1.0_beta20051216 (17 Dec 2005)
diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 70d637165e5e..1c0b7f123522 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -1,7 +1,7 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 635e416dcef017db43584ee08ce6a38b ChangeLog 97751
+MD5 9012c349df9a5bb7d4f50ce12acc345c ChangeLog 98036
MD5 8ec9b0352d226e4693cabffe0fa5bba6 files/3.2.1/gcc31-loop-load-final-value.patch 3324
MD5 5e8f2122ef7f9ce187b0a0d50ac9d24a files/3.2.1/gcc32-arm-disable-mathf.patch 2229
MD5 044a164462d9392aa67cde6f9fd5c1bc files/3.2.1/gcc32-arm-reload1-fix.patch 932
@@ -98,14 +98,14 @@ MD5 71e25d702be3dd13ee277b7383345fad gcc-3.4.3-r1.ebuild 5477
MD5 769273e24a52732ce892d08ebeb4bbeb gcc-3.4.3.20050110-r2.ebuild 5240
MD5 c44289f25b99d3c631f97a8043826901 gcc-3.4.4-r1.ebuild 5203
MD5 14188c45d8fee496cb16ba55363fd2c2 gcc-3.4.5.ebuild 5046
-MD5 c2611e7e7fdf69e451da52b22ef78815 gcc-4.0.1.ebuild 1889
-MD5 6d1d3d9964764e83c5b2b966eb4abb49 gcc-4.0.2-r2.ebuild 2204
-MD5 a6be757f4f942b35981cdfba0e0ad883 gcc-4.1.0_beta20051216.ebuild 2170
+MD5 103f90b35ea4fb36f174d4e29a2f00c1 gcc-4.0.1.ebuild 1864
+MD5 174f2d562e09f4eab132d7b8e3b42818 gcc-4.0.2-r2.ebuild 2178
+MD5 9df672a0201da740dd73de713c67d22a gcc-4.1.0_beta20051216.ebuild 2144
MD5 567094e03359ffc1c95af7356395228d metadata.xml 162
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDo22OCRZPokWLroQRAqaiAJ9HFJWV4p9QPz5wOyfKPE6WeLUGrwCgy35n
-YZ7konml/u0YbMsZ0UNlyMU=
-=CHau
+iD8DBQFDqHLLCRZPokWLroQRAkG6AJ4mazxOV7pNNRPclMOeV839l7rxFwCfcAhw
+Kflk2pPtjxsFkOxauzQQvAE=
+=2EYv
-----END PGP SIGNATURE-----
diff --git a/sys-devel/gcc/gcc-4.0.1.ebuild b/sys-devel/gcc/gcc-4.0.1.ebuild
index aa1671be652d..e60ae5f152cb 100644
--- a/sys-devel/gcc/gcc-4.0.1.ebuild
+++ b/sys-devel/gcc/gcc-4.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.1.ebuild,v 1.10 2005/11/21 01:12:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.1.ebuild,v 1.11 2005/12/20 21:08:16 halcy0n Exp $
PATCH_VER="1.0"
PATCH_GCC_VER="4.0.1"
@@ -50,7 +50,7 @@ DEPEND="${RDEPEND}
>=${CATEGORY}/binutils-2.16.1"
PDEPEND="|| ( app-admin/eselect-compiler sys-devel/gcc-config )
- x86? ( !nocxx? ( !elibc_uclibc? ( !build? ( || ( sys-libs/libstdc++-v3 =sys-devel/gcc-3.3* ) ) ) ) )"
+ x86? ( !nocxx? ( !elibc_uclibc? ( !build? ( =virtual/libstdc++-3.3 ) ) ) )"
pkg_postinst() {
toolchain_pkg_postinst
diff --git a/sys-devel/gcc/gcc-4.0.2-r2.ebuild b/sys-devel/gcc/gcc-4.0.2-r2.ebuild
index b56e25876ef0..330a78978cfe 100644
--- a/sys-devel/gcc/gcc-4.0.2-r2.ebuild
+++ b/sys-devel/gcc/gcc-4.0.2-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 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-r2.ebuild,v 1.1 2005/12/13 01:52:43 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.2-r2.ebuild,v 1.2 2005/12/20 21:08:16 halcy0n Exp $
PATCH_VER="1.3"
PATCH_GCC_VER="4.0.2"
@@ -53,7 +53,7 @@ DEPEND="${RDEPEND}
>=${CATEGORY}/binutils-2.16.1"
PDEPEND="|| ( app-admin/eselect-compiler sys-devel/gcc-config )
- x86? ( !nocxx? ( !elibc_uclibc? ( !build? ( || ( sys-libs/libstdc++-v3 =sys-devel/gcc-3.3* ) ) ) ) )"
+ x86? ( !nocxx? ( !elibc_uclibc? ( !build? ( =virtual/libstdc++-3.3 ) ) ) )"
src_unpack() {
gcc_src_unpack
diff --git a/sys-devel/gcc/gcc-4.1.0_beta20051216.ebuild b/sys-devel/gcc/gcc-4.1.0_beta20051216.ebuild
index d751d5fbf668..47eb4509e0b5 100644
--- a/sys-devel/gcc/gcc-4.1.0_beta20051216.ebuild
+++ b/sys-devel/gcc/gcc-4.1.0_beta20051216.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 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_beta20051216.ebuild,v 1.1 2005/12/17 01:44:32 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.0_beta20051216.ebuild,v 1.2 2005/12/20 21:08:16 halcy0n Exp $
ETYPE="gcc-compiler"
@@ -40,7 +40,7 @@ DEPEND="${RDEPEND}
>=${CATEGORY}/binutils-2.16.1"
PDEPEND="|| ( app-admin/eselect-compiler sys-devel/gcc-config )
- x86? ( !nocxx? ( !elibc_uclibc? ( !build? ( || ( sys-libs/libstdc++-v3 =sys-devel/gcc-3.3* ) ) ) ) )"
+ x86? ( !nocxx? ( !elibc_uclibc? ( !build? ( =virtual/libstdc++-3.3 ) ) ) )"
pkg_setup() {
if [ -z $I_PROMISE_TO_SUPPLY_PATCHES_WITH_BUGS ] ; then