From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/iperf/
Date: Tue, 29 Dec 2020 23:35:24 +0000 (UTC) [thread overview]
Message-ID: <1609284615.a0ef7dc54f00dc5ebac1064ab35e8fe2821ce320.sam@gentoo> (raw)
commit: a0ef7dc54f00dc5ebac1064ab35e8fe2821ce320
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 29 23:30:15 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 23:30:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0ef7dc5
net-misc/iperf: cleanup old
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/iperf/Manifest | 2 --
net-misc/iperf/iperf-3.7.ebuild | 35 -----------------------------------
net-misc/iperf/iperf-3.8.1.ebuild | 37 -------------------------------------
net-misc/iperf/iperf-3.9.ebuild | 37 -------------------------------------
4 files changed, 111 deletions(-)
diff --git a/net-misc/iperf/Manifest b/net-misc/iperf/Manifest
index 152ccbdb0d5..e58dfb818b5 100644
--- a/net-misc/iperf/Manifest
+++ b/net-misc/iperf/Manifest
@@ -1,5 +1,3 @@
DIST iperf-2.0.13.tar.gz 326148 BLAKE2B 2a40aea9e2d7fdc935b91be5e4e586bf68dd27604375d2570570145e5db1ea5837469a4989f47586986932bef33cba05ed19ed3a9ce40c0a5531581c6d3ba982 SHA512 40fcfb8f4d27887f53a743ac07396511fb2a7ac59f4b300fe36896bd0241e191945fa253705990711772ee776d5e4227ed62760fc92abebdfebcedd11c27c0ea
DIST iperf-3.6.tar.gz 602406 BLAKE2B 791355c52e587bae01560e14448b92c3e4e070afc4f311964d2577ea790886777ca1512ea349d105a83f312f795800c01e13c53b700511df14bcf2a7c28f5dda SHA512 0a1c8fd9b33369a2a018423cf33e63cfe7202ae411996f467199ae5b834ff7977d0e5c7e342f4f1b7d90c1c156453daa4dac9f94d11bb581d6d43c807538206d
-DIST iperf-3.7.tar.gz 609874 BLAKE2B a2abd640004713a0d805be4779e5fd17a7a5ce58ef67cbb0ce8050e30000465686466b30b699b2d8cb374be6b5a063ce220cb79e48fa8fd2257cce69cd8a90e8 SHA512 4a861a506d7e37958e1af62d1634d11c4937d5974bfce636d421aa80c88f038c96738d9e196a7667e38ef515f998b467d4ff3db30af7e3efea8d9ac8a63a61e7
-DIST iperf-3.8.1.tar.gz 622721 BLAKE2B 8afcf0ba0ca9d82caf62eca1da4f656921f5b7b1e1b284533da57410db714744f5b3e80562d273a98bde7981e6204d309d36e8e6ebe399f4b4a8a94b02dbfd27 SHA512 3b551e2d603724374228682b316a0b1572f8630d51dcfed673b9d3df8589ce27679c27f3e9ce9539fabc111faa96fe5981778599076abe4f24b7a1d48ab63b09
DIST iperf-3.9.tar.gz 627100 BLAKE2B c09018dc066612c61076ed4c53dd93b4dba766fbcbc359eb402055dcaa90af63e2df2b6c67ba8a0a72a17648014240dc5b355084e69550afed4d59257a224de8 SHA512 3da0939bed576a7c14baa03c996e6f407f20bfe58c4b3a36a66e74f41bd5442c0b23ab18c8eb1f2f37fd47449af533b61b658d810c68707b2b06d28894ac2035
diff --git a/net-misc/iperf/iperf-3.7.ebuild b/net-misc/iperf/iperf-3.7.ebuild
deleted file mode 100644
index 99e8e391c85..00000000000
--- a/net-misc/iperf/iperf-3.7.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils ltprune
-
-DESCRIPTION="A TCP, UDP, and SCTP network bandwidth measurement tool"
-HOMEPAGE="https://github.com/esnet/iperf/"
-SRC_URI="https://github.com/esnet/iperf/archive/${PV/_/}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="libressl sctp static-libs"
-
-DEPEND="
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
- sctp? ( net-misc/lksctp-tools )
-"
-RDEPEND="${DEPEND}"
-S=${WORKDIR}/${P/_/}
-
-src_configure() {
- use sctp || export ac_cv_header_netinet_sctp_h=no
- econf \
- $(use_enable static-libs static)
-}
-
-src_install() {
- default
- newconfd "${FILESDIR}"/iperf.confd iperf3
- newinitd "${FILESDIR}"/iperf3.initd iperf3
- prune_libtool_files
-}
diff --git a/net-misc/iperf/iperf-3.8.1.ebuild b/net-misc/iperf/iperf-3.8.1.ebuild
deleted file mode 100644
index 433d895afc1..00000000000
--- a/net-misc/iperf/iperf-3.8.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A TCP, UDP, and SCTP network bandwidth measurement tool"
-HOMEPAGE="https://github.com/esnet/iperf/"
-SRC_URI="https://github.com/esnet/iperf/archive/${PV/_/}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="libressl sctp static-libs"
-
-DEPEND="
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
- sctp? ( net-misc/lksctp-tools )
-"
-RDEPEND="
- ${DEPEND}
-"
-S=${WORKDIR}/${P/_/}
-DOCS="README.md RELNOTES.md"
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- $(use_with sctp)
-}
-
-src_install() {
- default
- newconfd "${FILESDIR}"/iperf.confd iperf3
- newinitd "${FILESDIR}"/iperf3.initd iperf3
- find "${ED}" -name '*.la' -delete || die
-}
diff --git a/net-misc/iperf/iperf-3.9.ebuild b/net-misc/iperf/iperf-3.9.ebuild
deleted file mode 100644
index 433d895afc1..00000000000
--- a/net-misc/iperf/iperf-3.9.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A TCP, UDP, and SCTP network bandwidth measurement tool"
-HOMEPAGE="https://github.com/esnet/iperf/"
-SRC_URI="https://github.com/esnet/iperf/archive/${PV/_/}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="libressl sctp static-libs"
-
-DEPEND="
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
- sctp? ( net-misc/lksctp-tools )
-"
-RDEPEND="
- ${DEPEND}
-"
-S=${WORKDIR}/${P/_/}
-DOCS="README.md RELNOTES.md"
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- $(use_with sctp)
-}
-
-src_install() {
- default
- newconfd "${FILESDIR}"/iperf.confd iperf3
- newinitd "${FILESDIR}"/iperf3.initd iperf3
- find "${ED}" -name '*.la' -delete || die
-}
next reply other threads:[~2020-12-29 23:35 UTC|newest]
Thread overview: 155+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-29 23:35 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-27 17:51 [gentoo-commits] repo/gentoo:master commit in: net-misc/iperf/ Sam James
2024-10-13 11:06 Sam James
2024-10-08 21:50 Jakov Smolić
2024-10-05 21:47 Jakov Smolić
2024-10-05 14:30 Arthur Zamarin
2024-10-05 10:10 Sam James
2024-01-22 9:37 Sam James
2024-01-04 18:11 Arthur Zamarin
2024-01-03 21:49 Sam James
2024-01-03 21:49 Sam James
2024-01-03 21:49 Sam James
2024-01-03 21:34 Sam James
2024-01-03 21:34 Sam James
2024-01-03 21:34 Sam James
2023-12-28 3:43 Sam James
2023-12-02 7:13 Sam James
2023-10-26 16:17 Arthur Zamarin
2023-10-23 14:05 Arthur Zamarin
2023-10-22 11:39 Sam James
2023-10-22 11:39 Sam James
2023-10-22 11:39 Sam James
2023-10-22 11:39 Sam James
2023-09-15 4:33 Sam James
2023-07-14 15:53 Arthur Zamarin
2023-07-09 11:03 Arthur Zamarin
2023-07-09 11:03 Arthur Zamarin
2023-07-09 9:03 Sam James
2023-07-09 9:03 Sam James
2023-07-09 8:16 Sam James
2023-07-09 8:16 Sam James
2023-03-24 14:01 Arthur Zamarin
2023-03-24 13:41 Arthur Zamarin
2023-03-22 9:21 Sam James
2023-03-22 6:00 Sam James
2023-02-17 11:10 Sam James
2022-12-10 4:36 Sam James
2022-11-25 10:18 Arthur Zamarin
2022-11-25 7:16 Sam James
2022-11-25 6:39 Arthur Zamarin
2022-11-25 5:44 Sam James
2022-11-25 5:44 Sam James
2022-11-25 5:41 Sam James
2022-11-25 5:41 Sam James
2022-10-04 5:12 Yixun Lan
2022-10-02 16:30 Arthur Zamarin
2022-10-02 16:30 Arthur Zamarin
2022-10-02 16:30 Arthur Zamarin
2022-10-02 16:30 Arthur Zamarin
2022-10-02 16:30 Arthur Zamarin
2022-10-02 2:26 Sam James
2022-10-02 2:26 Sam James
2022-10-01 6:19 Arthur Zamarin
2022-04-17 16:44 Sam James
2022-03-14 21:05 Jakov Smolić
2022-03-14 21:05 Jakov Smolić
2022-03-12 12:27 Arthur Zamarin
2022-03-12 12:14 Arthur Zamarin
2022-03-10 9:13 Agostino Sarubbo
2022-03-10 9:13 Agostino Sarubbo
2022-03-10 9:12 Agostino Sarubbo
2022-03-10 7:51 Jakov Smolić
2022-03-09 16:13 Sam James
2022-02-03 6:13 Sam James
2022-01-01 9:38 Sam James
2021-08-07 14:45 Sam James
2021-08-07 14:43 Sam James
2021-08-06 7:33 Agostino Sarubbo
2021-08-06 7:33 Agostino Sarubbo
2021-08-06 7:32 Agostino Sarubbo
2021-08-03 11:03 Sam James
2021-07-25 20:09 Sam James
2021-06-03 16:37 Sam James
2021-05-30 7:53 Tim Harder
2021-05-27 23:39 Sam James
2021-04-30 10:11 Mikle Kolyada
2021-03-23 4:53 Sam James
2021-01-06 15:06 Fabian Groffen
2021-01-03 12:10 Sergei Trofimovich
2021-01-03 12:10 Sergei Trofimovich
2021-01-03 11:51 Sergei Trofimovich
2021-01-03 11:50 Sergei Trofimovich
2021-01-02 21:38 Sven Wegener
2021-01-02 21:08 Sam James
2021-01-02 11:11 Sam James
2021-01-01 11:21 Sergei Trofimovich
2021-01-01 11:21 Sergei Trofimovich
2020-12-30 0:15 Sam James
2020-12-30 0:15 Sam James
2020-12-27 17:57 Fabian Groffen
2020-12-16 21:33 Ben Kohler
2020-11-04 0:44 Sam James
2020-11-04 0:44 Sam James
2020-08-18 11:10 Jeroen Roovers
2020-08-17 21:21 Jeroen Roovers
2020-06-15 10:05 Jeroen Roovers
2020-06-11 8:29 Jeroen Roovers
2020-05-08 20:58 Mart Raudsepp
2019-12-01 11:31 Jeroen Roovers
2019-09-22 7:02 Matt Turner
2019-06-24 9:08 Jeroen Roovers
2019-05-13 9:13 Jeroen Roovers
2019-05-12 22:03 Sergei Trofimovich
2019-05-12 22:03 Sergei Trofimovich
2019-05-12 21:57 Sergei Trofimovich
2019-05-12 21:57 Sergei Trofimovich
2019-05-12 20:56 Thomas Deutschmann
2019-05-11 11:17 Mikle Kolyada
2019-05-08 6:25 Sergei Trofimovich
2019-05-08 6:25 Sergei Trofimovich
2019-05-07 6:26 Sergei Trofimovich
2019-05-07 6:26 Sergei Trofimovich
2019-04-29 9:30 Jeroen Roovers
2019-02-26 12:10 Jeroen Roovers
2019-02-26 12:10 Jeroen Roovers
2018-10-26 16:55 Lars Wendler
2018-10-26 9:10 Lars Wendler
2018-09-01 12:58 Jeroen Roovers
2018-06-26 9:18 Jeroen Roovers
2018-06-26 9:18 Jeroen Roovers
2018-04-06 11:05 Fabian Groffen
2018-03-05 15:03 Jeroen Roovers
2018-03-05 15:03 Jeroen Roovers
2018-02-15 15:23 Jeroen Roovers
2018-02-15 15:23 Jeroen Roovers
2017-11-08 17:19 Jeroen Roovers
2017-11-08 17:19 Jeroen Roovers
2017-09-11 8:21 Jeroen Roovers
2017-09-11 8:21 Jeroen Roovers
2017-09-11 8:21 Jeroen Roovers
2017-06-21 9:16 Jeroen Roovers
2017-03-07 8:48 Jeroen Roovers
2017-03-07 8:48 Jeroen Roovers
2017-02-27 15:10 Jeroen Roovers
2017-02-27 15:10 Jeroen Roovers
2017-02-07 15:52 Jeroen Roovers
2017-01-15 10:17 Jeroen Roovers
2016-12-21 21:34 Thomas Deutschmann
2016-12-17 14:09 Aaron Bauman
2016-12-17 14:09 Aaron Bauman
2016-11-03 21:11 Justin Lecher
2016-10-06 5:42 Jeroen Roovers
2016-10-06 5:31 Jeroen Roovers
2016-08-08 8:39 Andrew Savchenko
2016-07-29 13:03 Jeroen Roovers
2016-07-08 9:17 Jeroen Roovers
2016-07-08 8:42 Agostino Sarubbo
2016-07-08 8:17 Agostino Sarubbo
2016-06-27 8:47 Agostino Sarubbo
2016-06-11 7:24 Jeroen Roovers
2016-06-11 7:05 Jeroen Roovers
2016-06-10 13:01 Agostino Sarubbo
2016-06-10 5:11 Jeroen Roovers
2016-02-16 16:56 Jeroen Roovers
2016-01-29 1:20 Jason Donenfeld
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1609284615.a0ef7dc54f00dc5ebac1064ab35e8fe2821ce320.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox