summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2005-05-16 01:20:41 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2005-05-16 01:20:41 +0000
commit4aa042b65be6c8fefc26156480fe5aa3f484f89d (patch)
tree437b546abb95cc15e2088627c53171a52c64c9ca /net-analyzer/ttcp
parentold (diff)
downloadgentoo-2-4aa042b65be6c8fefc26156480fe5aa3f484f89d.tar.gz
gentoo-2-4aa042b65be6c8fefc26156480fe5aa3f484f89d.tar.bz2
gentoo-2-4aa042b65be6c8fefc26156480fe5aa3f484f89d.zip
bug 92745
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-analyzer/ttcp')
-rw-r--r--net-analyzer/ttcp/ChangeLog5
-rw-r--r--net-analyzer/ttcp/Manifest2
-rw-r--r--net-analyzer/ttcp/ttcp-1.12.ebuild6
3 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/ttcp/ChangeLog b/net-analyzer/ttcp/ChangeLog
index 7861b96bfc7e..4244f03234b9 100644
--- a/net-analyzer/ttcp/ChangeLog
+++ b/net-analyzer/ttcp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/ttcp
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttcp/ChangeLog,v 1.9 2005/02/24 16:48:24 j4rg0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttcp/ChangeLog,v 1.10 2005/05/16 01:17:06 vanquirius Exp $
+
+ 15 May 2005; Marcelo Goes <vanquirius@gentoo.org> ttcp-1.12.ebuild:
+ Use toolchain-funcs.eclass instead of gcc.eclass. See bug 92745.
24 Feb 2005; Lina Pezzella <j4rg0n@gentoo.org> ttcp-1.12.ebuild:
Stable ppc-macos
diff --git a/net-analyzer/ttcp/Manifest b/net-analyzer/ttcp/Manifest
index 35fe0b4e0b6e..44fa7ab524ae 100644
--- a/net-analyzer/ttcp/Manifest
+++ b/net-analyzer/ttcp/Manifest
@@ -1,5 +1,5 @@
+MD5 20b0d5249ea7a4e1f86d0a131acc9ca0 ttcp-1.12.ebuild 724
MD5 420241b08b10955e8b216e0b9d61dddc ChangeLog 1032
MD5 2af8f982680fc91884e7ca08c1ccdabe metadata.xml 230
-MD5 4e27cfadd3c3a4d772eb98e3032b2024 ttcp-1.12.ebuild 713
MD5 690842d44301d23c6ab6cc2536c16cfb files/digest-ttcp-1.12 60
MD5 8d82b8d7e98be982b36942093d19b005 files/ttcp-1.12-amd64.patch 5313
diff --git a/net-analyzer/ttcp/ttcp-1.12.ebuild b/net-analyzer/ttcp/ttcp-1.12.ebuild
index d68e2c9dfdbd..098c4ac5d1b1 100644
--- a/net-analyzer/ttcp/ttcp-1.12.ebuild
+++ b/net-analyzer/ttcp/ttcp-1.12.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttcp/ttcp-1.12.ebuild,v 1.9 2005/02/24 16:48:24 j4rg0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttcp/ttcp-1.12.ebuild,v 1.10 2005/05/16 01:17:06 vanquirius Exp $
-inherit gcc eutils
+inherit toolchain-funcs eutils
IUSE=""
DESCRIPTION="Tool to test TCP and UDP throughput"
@@ -21,7 +21,7 @@ src_unpack() {
}
src_compile() {
- $(gcc-getCC) ${CFLAGS} -o ttcp sgi-ttcp.c || die "compile failed"
+ $(tc-getCC) ${CFLAGS} -o ttcp sgi-ttcp.c || die "compile failed"
}
src_install() {