summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2005-03-25 14:31:43 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2005-03-25 14:31:43 +0000
commit285a480a8733eab0a9b7d0b4af0472aed2402730 (patch)
treee1bce210f91443f1ecafaf94dc8725ccec950001 /dev-libs/pth
parent~amd64 (diff)
downloadgentoo-2-285a480a8733eab0a9b7d0b4af0472aed2402730.tar.gz
gentoo-2-285a480a8733eab0a9b7d0b4af0472aed2402730.tar.bz2
gentoo-2-285a480a8733eab0a9b7d0b4af0472aed2402730.zip
fix compile warnings
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-libs/pth')
-rw-r--r--dev-libs/pth/ChangeLog7
-rw-r--r--dev-libs/pth/Manifest17
-rw-r--r--dev-libs/pth/pth-1.4.0.ebuild5
-rw-r--r--dev-libs/pth/pth-1.4.1.ebuild5
4 files changed, 19 insertions, 15 deletions
diff --git a/dev-libs/pth/ChangeLog b/dev-libs/pth/ChangeLog
index 45cac1811a9f..ee5a13689d9d 100644
--- a/dev-libs/pth/ChangeLog
+++ b/dev-libs/pth/ChangeLog
@@ -1,6 +1,11 @@
# 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.28 2005/02/09 10:19:15 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/ChangeLog,v 1.29 2005/03/25 14:31:43 vanquirius Exp $
+
+ 25 Mar 2005; Marcelo Goes <vanquirius@gentoo.org> pth-1.4.0.ebuild,
+ pth-1.4.1.ebuild:
+ Replacing pow10 with math_pow10 and round with math_round in pth_string.c to
+ fix warnings.
09 Feb 2005; Daniel Black <dragonheart@gentoo.org> pth-2.0.3.ebuild:
gawk problem fixed enabling full locale
diff --git a/dev-libs/pth/Manifest b/dev-libs/pth/Manifest
index ce4258699086..d22c6714fef2 100644
--- a/dev-libs/pth/Manifest
+++ b/dev-libs/pth/Manifest
@@ -1,18 +1,11 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
+MD5 1653c02c5abf5795fefde2f616286528 pth-1.4.0.ebuild 656
+MD5 2272f831bacf31be864eda4caaa85e7d pth-1.4.0-r1.ebuild 702
+MD5 ec870506fee931e3ae4250c693cbce55 pth-1.4.1.ebuild 654
MD5 609c2259a30ad33bb592b8021867ac7e ChangeLog 3444
MD5 566cf4f89e44670d0aba4a745913d748 metadata.xml 224
MD5 2d83231bcef0c2543031db5c1c6c8781 pth-2.0.3.ebuild 830
-MD5 1653c02c5abf5795fefde2f616286528 pth-1.4.0.ebuild 656
-MD5 ec870506fee931e3ae4250c693cbce55 pth-1.4.1.ebuild 654
+MD5 5a8d84760fa717b03ba0a74fdcda84a2 files/digest-pth-1.4.0-r1 61
+MD5 833a0c49a8d1dfdc6f2db2b6510caa9c files/pth-1.4.0-warning.diff 472
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)
-
-iD8DBQFCCeOpmdTrptrqvGERApaNAKCAsvzXZQ3HigdtsdksZCrJse0HEQCaAtzw
-aYIBuSd68t/7mvWLeznqLBA=
-=TlfJ
------END PGP SIGNATURE-----
diff --git a/dev-libs/pth/pth-1.4.0.ebuild b/dev-libs/pth/pth-1.4.0.ebuild
index b20517c50259..f39681b52096 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-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.22 2005/01/22 09:41:13 swtaylor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.0.ebuild,v 1.23 2005/03/25 14:31:43 vanquirius Exp $
inherit gnuconfig libtool
@@ -19,6 +19,9 @@ src_unpack() {
unpack ${A}
gnuconfig_update
use ppc-macos && darwintoolize
+ #fix warnings
+ sed -i "s:pow10:math_pow10:g" ${S}/pth_string.c
+ sed -i "s:round:math_round:g" ${S}/pth_string.c
}
src_install() {
diff --git a/dev-libs/pth/pth-1.4.1.ebuild b/dev-libs/pth/pth-1.4.1.ebuild
index 90536e7362a1..f836e134c63a 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-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.20 2005/01/22 09:41:13 swtaylor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/pth/pth-1.4.1.ebuild,v 1.21 2005/03/25 14:31:43 vanquirius Exp $
inherit gnuconfig
@@ -21,6 +21,9 @@ src_unpack() {
# update GNU config files
gnuconfig_update
+ #fix warnings
+ sed -i "s:pow10:math_pow10:g" pth_string.c
+ sed -i "s:round:math_round:g" pth_string.c
}
src_install() {