* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nttcp/
@ 2020-11-26 23:04 Aaron Bauman
0 siblings, 0 replies; 2+ messages in thread
From: Aaron Bauman @ 2020-11-26 23:04 UTC (permalink / raw
To: gentoo-commits
commit: 8de4c542556f03403488cd6988040d282a110ae8
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 26 22:48:21 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Nov 26 23:04:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8de4c542
net-analyzer/nttcp: drop old
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
net-analyzer/nttcp/nttcp-1.47-r1.ebuild | 30 ------------------------------
1 file changed, 30 deletions(-)
diff --git a/net-analyzer/nttcp/nttcp-1.47-r1.ebuild b/net-analyzer/nttcp/nttcp-1.47-r1.ebuild
deleted file mode 100644
index 5d6f49f0906..00000000000
--- a/net-analyzer/nttcp/nttcp-1.47-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils 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 ~mips ~ppc x86"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-format-security.patch
-}
-
-src_compile() {
- emake \
- ARCH= \
- CC="$(tc-getCC)" \
- LFLAGS="${LDFLAGS}" \
- OPT="${CFLAGS}"
-}
-
-src_install() {
- dobin ${PN}
- doman ${PN}.1
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nttcp/
@ 2021-04-03 15:57 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2021-04-03 15:57 UTC (permalink / raw
To: gentoo-commits
commit: 04b76a975a8b7a23a41095fc34402e0bdf19a925
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 2 02:10:13 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 3 15:55:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04b76a97
net-analyzer/nttcp: EAPI 7, eutils--
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-analyzer/nttcp/nttcp-1.47-r3.ebuild | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/net-analyzer/nttcp/nttcp-1.47-r3.ebuild b/net-analyzer/nttcp/nttcp-1.47-r3.ebuild
index f502164771a..4203113e885 100644
--- a/net-analyzer/nttcp/nttcp-1.47-r3.ebuild
+++ b/net-analyzer/nttcp/nttcp-1.47-r3.ebuild
@@ -1,20 +1,21 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit eutils toolchain-funcs
+EAPI=7
-DESCRIPTION="tool to test TCP and UDP throughput"
+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"
+LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 ~mips ~ppc x86"
-src_prepare() {
- epatch "${FILESDIR}"/${P}-format-security.patch
-}
+PATCHES=(
+ "${FILESDIR}"/${P}-format-security.patch
+)
src_compile() {
emake \
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-04-03 15:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-03 15:57 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nttcp/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2020-11-26 23:04 Aaron Bauman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox