# ChangeLog for sys-libs/libstdc++-v3
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog,v 1.30 2004/11/22 03:22:20 tgall Exp $

  21 Nov 2004; Tom Gall <tgall@gentoo.org> libstdc++-v3-3.3.4.ebuild:
  fix bug #70972 on ppc64

  11 Nov 2004; Joshua Kinard <kumba@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild,
  libstdc++-v3-3.3.4.ebuild:
  Marked unstable on sparc.

  31 Oct 2004; Joshua Kinard <kumba@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
  Marked stable on mips.

  30 Oct 2004; Travis Tilley <lv@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild,
  libstdc++-v3-3.3.4.ebuild:
  updated the ebuild with a table of known valid arch settings for i386/x86-64,
  mips, and rs6000/ppc/ppc64

  26 Oct 2004; Daniel Goller <morfic@gentoo.org> libstdc++-v3-3.3.4.ebuild:
  Do the required magic to deal with G3, G4, G5 archs on gcc3.3
  Closing bug 64252

  11 Sep 2004; Travis Tilley <lv@gentoo.org> -libstdc++-v3-3.3.4-r1.ebuild:
  temporarily removing ebuild pending a redesign of the toolchain eclass.
  compatibility library targets should be handled differently from normal
  library targets.

*libstdc++-v3-3.3.4-r1 (05 Sep 2004)

  05 Sep 2004; Travis Tilley <lv@gentoo.org> +libstdc++-v3-3.3.4-r1.ebuild:
  added stack smashing protection and converted the ebuild over to using the new
  toolchain.eclass

  03 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
  libstdc++-v3-3.3.3-r1.ebuild:
  Masked libstdc++-v3-3.3.3-r1.ebuild stable for ppc

  01 Sep 2004; Travis Tilley <lv@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild,
  libstdc++-v3-3.3.4.ebuild:
  made libstdc++-v3 use $(get_libdir) for optionally installing to lib32/lib64
  based on the CONF_LIBDIR setting. CONF_LIBDIR wont be fully supported until
  portage 2.0.51

*libstdc++-v3-3.3.4 (29 Aug 2004)

  29 Aug 2004; Travis Tilley <lv@gentoo.org> +libstdc++-v3-3.3.4.ebuild:
  version bump

  28 Aug 2004; <solar@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
  added call to gnuconfig_update

  28 Aug 2004; <solar@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
  remove glibc from the depends if USE=uclibc is set

  19 Aug 2004; Guy Martin <gmsoft@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
  Removed hppa KEYWORD until we have a working >=gcc-3.3.3.

  17 Aug 2004; Luca Barbato <lu_zero@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
  Marked ~ppc

  02 Aug 2004; Daniel Goller <morfic@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
  Without stable deps reversing x86 to ~x86

  01 Aug 2004; Tom Gall <tgall@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
  stable on ppc64, bug #59028

  31 Jul 2004; Aron Griffis <agriffis@gentoo.org>
  libstdc++-v3-3.3.3-r1.ebuild:
  replace-flags -march=pentium-m -march=pentium3 for gcc-3.3 compat #58967

  30 Jul 2004; Daniel Goller <morfic@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
  Marked stable on x86

  25 Jul 2004; Daniel Goller <morfic@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
  Marked ~x86 for gcc3.4 profile

  15 Jul 2004; Travis Tilley <lv@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
  added -fstack-protector and a few others to the list of filtered flags

  13 Jul 2004; Travis Tilley <lv@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
  filter some gcc 3.4 flags that the gcc 3.3.3 xgcc will fail on

  11 Jul 2004; Travis Tilley <lv@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
  gcc 3.3 doesnt support -mtune on numerous archs, so xgcc will fail if we have
  it in CFLAGS. the ebuild now filters this flag.

  02 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
  libstdc++-v3-3.3.3-r1.ebuild:
  virtual/glibc -> virtual/libc

  10 Jun 2004; Travis Tilley <lv@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
  stable on amd64

  10 Jun 2004; Travis Tilley <lv@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
  fixed the bug where some apps would fail to link if libstdc++-v3 is installed.
  I didnt have previous ebuilds remove the .so symlink... this one does.

  31 May 2004; Joshua Kinard <kumba@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
  Added ~mips to KEYWORDS.

  26 May 2004; Travis Tilley <lv@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
  adding ~amd64 keyword now that gcc 3.4 is also marked ~amd64

  27 May 2004; Travis Tilley <lv@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
  changed directory so that it doesnt clash with gcc 3.3.3

*libstdc++-v3-3.3.3-r1 (24 May 2004)

  24 May 2004; Travis Tilley <lv@gentoo.org> +libstdc++-v3-3.3.3-r1.ebuild,
  -libstdc++-v3-3.3.3.ebuild:
  moved library to versioned directory with an env.d entry that tries to be as
  far after the 3.4 libstdc++ as possible. hopefully this will fix the problems
  people see with arts and similar ebuilds when the compat package is installed.

*libstdc++-v3-3.3.3 (23 May 2004)

  23 May 2004; Travis Tilley <lv@gentoo.org> +Changelog,
  +files/libstdc++_amd64_multilib_hack.patch, +libstdc++-v3-3.3.3.ebuild:
  initial commit