diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-11-30 23:19:03 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-11-30 23:19:03 +0000 |
commit | 3ae0af59ad1f45f763a524d83536b28e644276ee (patch) | |
tree | 0ce71a6b868a29410b6474cb171af2f1f8f66ddd /sys-libs | |
parent | Removing 2004.0 profile, it has been depcrecated for months now. (diff) | |
download | historical-3ae0af59ad1f45f763a524d83536b28e644276ee.tar.gz historical-3ae0af59ad1f45f763a524d83536b28e644276ee.tar.bz2 historical-3ae0af59ad1f45f763a524d83536b28e644276ee.zip |
Stable on alpha. Fixes some longstanding threading issues.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-libs/glibc/Manifest | 10 | ||||
-rw-r--r-- | sys-libs/glibc/glibc-2.3.5-r3.ebuild | 4 |
3 files changed, 16 insertions, 3 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog index 43b2e479857a..bbc309d863a6 100644 --- a/sys-libs/glibc/ChangeLog +++ b/sys-libs/glibc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/glibc # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.411 2005/11/18 03:52:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.412 2005/11/30 23:19:03 kloeri Exp $ + + 30 Nov 2005; Bryan Østergaard <kloeri@gentoo.org> glibc-2.3.5-r3.ebuild: + Stable on alpha. Fixes some longstanding threading issues. 18 Nov 2005; Mike Frysinger <vapier@gentoo.org> glibc-2.3.6-r1.ebuild: Add support for just installing glibc headers when doing a cross-compile. diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest index 94345960457f..f6c4f5c5b2d4 100644 --- a/sys-libs/glibc/Manifest +++ b/sys-libs/glibc/Manifest @@ -1,3 +1,6 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 121e8af1eacb07099980eb53b1bb954c ChangeLog 86916 MD5 941f13d27badc76c1e3704c59acaff26 files/2.3.1/glibc-2.3.1-ctype-compat-v3.patch 2823 MD5 67b125cec4f1f0d26ce4df706451fee6 files/2.3.1/glibc-2.3.1-fpu-cw-mips.patch 433 @@ -137,3 +140,10 @@ MD5 9c15c32a0bbef91769c4fd0c0d7a66c3 glibc-2.3.5.ebuild 40143 MD5 eb6575db85582f440333c8f79e5a1ca1 glibc-2.3.6-r1.ebuild 42013 MD5 c1860f958f09de634ae4e2e0b0377bd9 glibc-2.3.6.ebuild 40082 MD5 567094e03359ffc1c95af7356395228d metadata.xml 162 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDjjN5ugEuf3OQ0akRAslWAJ4u8C4sgE6ECmGawbCez8/ueQQ3xQCdG4+p +f83JZcheLsGx0saHmC/JSUs= +=gzG+ +-----END PGP SIGNATURE----- diff --git a/sys-libs/glibc/glibc-2.3.5-r3.ebuild b/sys-libs/glibc/glibc-2.3.5-r3.ebuild index 7088327b736f..b09cfd840e27 100644 --- a/sys-libs/glibc/glibc-2.3.5-r3.ebuild +++ b/sys-libs/glibc/glibc-2.3.5-r3.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-libs/glibc/glibc-2.3.5-r3.ebuild,v 1.7 2005/11/17 05:31:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5-r3.ebuild,v 1.8 2005/11/30 23:19:03 kloeri Exp $ # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries @@ -16,7 +16,7 @@ # CHOST = CTARGET - install into / # CHOST != CTARGET - install into /usr/CTARGET/ -KEYWORDS="-* ~alpha ~amd64 ~arm -hppa ~ppc ~sparc ~x86" +KEYWORDS="-* alpha ~amd64 ~arm -hppa ~ppc ~sparc ~x86" BRANCH_UPDATE="" |