summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2012-01-22 16:42:57 +0000
committerJeroen Roovers <jer@gentoo.org>2012-01-22 16:42:57 +0000
commit97d984256677f3b4433f9b48c7d2ad9aaf9dde6c (patch)
treed9d20f4eb84fbd3b4ece6dc7c28f701ac1cb01c1 /net-analyzer
parentFix building with sys-libs/zlib >= 1.2.5.1-r1 (OF change) wrt #383179 (diff)
downloadgentoo-2-97d984256677f3b4433f9b48c7d2ad9aaf9dde6c.tar.gz
gentoo-2-97d984256677f3b4433f9b48c7d2ad9aaf9dde6c.tar.bz2
gentoo-2-97d984256677f3b4433f9b48c7d2ad9aaf9dde6c.zip
Old.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/nttcp/ChangeLog5
-rw-r--r--net-analyzer/nttcp/nttcp-1.47.ebuild25
2 files changed, 4 insertions, 26 deletions
diff --git a/net-analyzer/nttcp/ChangeLog b/net-analyzer/nttcp/ChangeLog
index df53d0b2713e..a678d2e37eaf 100644
--- a/net-analyzer/nttcp/ChangeLog
+++ b/net-analyzer/nttcp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/nttcp
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nttcp/ChangeLog,v 1.17 2012/01/22 15:13:04 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nttcp/ChangeLog,v 1.18 2012/01/22 16:42:57 jer Exp $
+
+ 22 Jan 2012; Jeroen Roovers <jer@gentoo.org> -nttcp-1.47.ebuild:
+ Old.
22 Jan 2012; Raúl Porcel <armin76@gentoo.org> nttcp-1.47.ebuild,
nttcp-1.47-r1.ebuild:
diff --git a/net-analyzer/nttcp/nttcp-1.47.ebuild b/net-analyzer/nttcp/nttcp-1.47.ebuild
deleted file mode 100644
index be37ce3bfdb2..000000000000
--- a/net-analyzer/nttcp/nttcp-1.47.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nttcp/nttcp-1.47.ebuild,v 1.13 2012/01/22 15:13:04 armin76 Exp $
-
-inherit toolchain-funcs
-
-DESCRIPTION="tool to test TCP and UDP throughput"
-HOMEPAGE="http://www.leo.org/~elmar/nttcp/"
-SRC_URI="http://www.leo.org/~elmar/nttcp/${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-DEPEND=""
-
-src_compile() {
- emake ARCH= CC="$(tc-getCC)" OPT="${CFLAGS}" || die "build failed"
-}
-
-src_install() {
- dobin nttcp || die
- doman nttcp.1
-}