diff options
author | Scott W Taylor <swtaylor@gentoo.org> | 2005-01-22 09:41:13 +0000 |
---|---|---|
committer | Scott W Taylor <swtaylor@gentoo.org> | 2005-01-22 09:41:13 +0000 |
commit | 98ee783b694086cebc82ce657d3164c415f495e7 (patch) | |
tree | 50cc2090e3aaaefb923e9250b3c8db60b7001f7b /dev-libs | |
parent | version bump (diff) | |
download | historical-98ee783b694086cebc82ce657d3164c415f495e7.tar.gz historical-98ee783b694086cebc82ce657d3164c415f495e7.tar.bz2 historical-98ee783b694086cebc82ce657d3164c415f495e7.zip |
fix for awk locale behavior. closes #78749
Package-Manager: portage-2.0.51-r14
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/pth/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/pth/Manifest | 18 | ||||
-rw-r--r-- | dev-libs/pth/pth-1.4.0.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/pth/pth-1.4.1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/pth/pth-2.0.3.ebuild | 8 |
5 files changed, 16 insertions, 23 deletions
diff --git a/dev-libs/pth/ChangeLog b/dev-libs/pth/ChangeLog index de5983b9888a..23a951bd9449 100644 --- a/dev-libs/pth/ChangeLog +++ b/dev-libs/pth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/pth # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.24 2005/01/19 20:52:58 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.25 2005/01/22 09:41:13 swtaylor Exp $ + + 22 Jan 2005; Scott W Taylor <swtaylor@gentoo.org> pth-2.0.3.ebuild: + pth_p.h was being built wrong from other locales. closes bug 78749 *pth-2.0.3 (20 Jan 2005) diff --git a/dev-libs/pth/Manifest b/dev-libs/pth/Manifest index ea06b4eb5f9a..615d48bd67a4 100644 --- a/dev-libs/pth/Manifest +++ b/dev-libs/pth/Manifest @@ -1,18 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 bc24083812e877f48bc59628c3f35f0f ChangeLog 2918 +MD5 1653c02c5abf5795fefde2f616286528 pth-1.4.0.ebuild 656 +MD5 ec870506fee931e3ae4250c693cbce55 pth-1.4.1.ebuild 654 +MD5 bb634db592e7a3e9e05795e1180b0814 ChangeLog 3055 MD5 566cf4f89e44670d0aba4a745913d748 metadata.xml 224 -MD5 9dd98d11c0b08cc26f955cd3359deb92 pth-2.0.3.ebuild 831 -MD5 051b9642232505d4559f14a8f87a2944 pth-1.4.0.ebuild 655 -MD5 aef848d883b258cbf0600f4b431bd88c pth-1.4.1.ebuild 653 +MD5 f65b9f0b511cadb41a7cd1957d31ee1c pth-2.0.3.ebuild 874 MD5 5a8d84760fa717b03ba0a74fdcda84a2 files/digest-pth-1.4.0 61 MD5 1bfd642d99d813a259564df018c7f6dd files/digest-pth-1.4.1 61 MD5 b2b42d9f7e85e829667e5cec706c44fe files/digest-pth-2.0.3 61 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFB7sjAmdTrptrqvGERAm5dAJ9SmwyWK2xm0yfu/J8KILPzBuaFRgCeKYXD -MugQyKsO1IUuYSa4Xf9qUFc= -=BB94 ------END PGP SIGNATURE----- diff --git a/dev-libs/pth/pth-1.4.0.ebuild b/dev-libs/pth/pth-1.4.0.ebuild index 32041faa4450..b20517c50259 100644 --- a/dev-libs/pth/pth-1.4.0.ebuild +++ b/dev-libs/pth/pth-1.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.0.ebuild,v 1.21 2004/12/20 19:32:26 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.0.ebuild,v 1.22 2005/01/22 09:41:13 swtaylor Exp $ inherit gnuconfig libtool diff --git a/dev-libs/pth/pth-1.4.1.ebuild b/dev-libs/pth/pth-1.4.1.ebuild index 8c5759c95909..90536e7362a1 100644 --- a/dev-libs/pth/pth-1.4.1.ebuild +++ b/dev-libs/pth/pth-1.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.1.ebuild,v 1.19 2004/12/20 19:32:26 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.1.ebuild,v 1.20 2005/01/22 09:41:13 swtaylor Exp $ inherit gnuconfig diff --git a/dev-libs/pth/pth-2.0.3.ebuild b/dev-libs/pth/pth-2.0.3.ebuild index b23ddd057e19..d4c6428353e6 100644 --- a/dev-libs/pth/pth-2.0.3.ebuild +++ b/dev-libs/pth/pth-2.0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.3.ebuild,v 1.1 2005/01/19 20:52:58 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-2.0.3.ebuild,v 1.2 2005/01/22 09:41:13 swtaylor Exp $ inherit fixheadtails @@ -22,8 +22,8 @@ src_unpack() { src_compile() { econf || die "econf failed" - # note - needed so parallel compile works - emake pth_p.h || die "pth_p.h make failed" + # note - needed so parallel compile works. also needs built with standard locale + LANG=C emake pth_p.h || die "pth_p.h make failed" emake || die "emake failed" } |