Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/iperf/
Date: Tue, 29 Dec 2020 23:35:28
Message-Id: 1609284615.a0ef7dc54f00dc5ebac1064ab35e8fe2821ce320.sam@gentoo
1 commit: a0ef7dc54f00dc5ebac1064ab35e8fe2821ce320
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 29 23:30:15 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 29 23:30:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0ef7dc5
7
8 net-misc/iperf: cleanup old
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 net-misc/iperf/Manifest | 2 --
14 net-misc/iperf/iperf-3.7.ebuild | 35 -----------------------------------
15 net-misc/iperf/iperf-3.8.1.ebuild | 37 -------------------------------------
16 net-misc/iperf/iperf-3.9.ebuild | 37 -------------------------------------
17 4 files changed, 111 deletions(-)
18
19 diff --git a/net-misc/iperf/Manifest b/net-misc/iperf/Manifest
20 index 152ccbdb0d5..e58dfb818b5 100644
21 --- a/net-misc/iperf/Manifest
22 +++ b/net-misc/iperf/Manifest
23 @@ -1,5 +1,3 @@
24 DIST iperf-2.0.13.tar.gz 326148 BLAKE2B 2a40aea9e2d7fdc935b91be5e4e586bf68dd27604375d2570570145e5db1ea5837469a4989f47586986932bef33cba05ed19ed3a9ce40c0a5531581c6d3ba982 SHA512 40fcfb8f4d27887f53a743ac07396511fb2a7ac59f4b300fe36896bd0241e191945fa253705990711772ee776d5e4227ed62760fc92abebdfebcedd11c27c0ea
25 DIST iperf-3.6.tar.gz 602406 BLAKE2B 791355c52e587bae01560e14448b92c3e4e070afc4f311964d2577ea790886777ca1512ea349d105a83f312f795800c01e13c53b700511df14bcf2a7c28f5dda SHA512 0a1c8fd9b33369a2a018423cf33e63cfe7202ae411996f467199ae5b834ff7977d0e5c7e342f4f1b7d90c1c156453daa4dac9f94d11bb581d6d43c807538206d
26 -DIST iperf-3.7.tar.gz 609874 BLAKE2B a2abd640004713a0d805be4779e5fd17a7a5ce58ef67cbb0ce8050e30000465686466b30b699b2d8cb374be6b5a063ce220cb79e48fa8fd2257cce69cd8a90e8 SHA512 4a861a506d7e37958e1af62d1634d11c4937d5974bfce636d421aa80c88f038c96738d9e196a7667e38ef515f998b467d4ff3db30af7e3efea8d9ac8a63a61e7
27 -DIST iperf-3.8.1.tar.gz 622721 BLAKE2B 8afcf0ba0ca9d82caf62eca1da4f656921f5b7b1e1b284533da57410db714744f5b3e80562d273a98bde7981e6204d309d36e8e6ebe399f4b4a8a94b02dbfd27 SHA512 3b551e2d603724374228682b316a0b1572f8630d51dcfed673b9d3df8589ce27679c27f3e9ce9539fabc111faa96fe5981778599076abe4f24b7a1d48ab63b09
28 DIST iperf-3.9.tar.gz 627100 BLAKE2B c09018dc066612c61076ed4c53dd93b4dba766fbcbc359eb402055dcaa90af63e2df2b6c67ba8a0a72a17648014240dc5b355084e69550afed4d59257a224de8 SHA512 3da0939bed576a7c14baa03c996e6f407f20bfe58c4b3a36a66e74f41bd5442c0b23ab18c8eb1f2f37fd47449af533b61b658d810c68707b2b06d28894ac2035
29
30 diff --git a/net-misc/iperf/iperf-3.7.ebuild b/net-misc/iperf/iperf-3.7.ebuild
31 deleted file mode 100644
32 index 99e8e391c85..00000000000
33 --- a/net-misc/iperf/iperf-3.7.ebuild
34 +++ /dev/null
35 @@ -1,35 +0,0 @@
36 -# Copyright 1999-2020 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -inherit autotools eutils ltprune
41 -
42 -DESCRIPTION="A TCP, UDP, and SCTP network bandwidth measurement tool"
43 -HOMEPAGE="https://github.com/esnet/iperf/"
44 -SRC_URI="https://github.com/esnet/iperf/archive/${PV/_/}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="BSD"
47 -SLOT="3"
48 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
49 -IUSE="libressl sctp static-libs"
50 -
51 -DEPEND="
52 - !libressl? ( dev-libs/openssl:0= )
53 - libressl? ( dev-libs/libressl:0= )
54 - sctp? ( net-misc/lksctp-tools )
55 -"
56 -RDEPEND="${DEPEND}"
57 -S=${WORKDIR}/${P/_/}
58 -
59 -src_configure() {
60 - use sctp || export ac_cv_header_netinet_sctp_h=no
61 - econf \
62 - $(use_enable static-libs static)
63 -}
64 -
65 -src_install() {
66 - default
67 - newconfd "${FILESDIR}"/iperf.confd iperf3
68 - newinitd "${FILESDIR}"/iperf3.initd iperf3
69 - prune_libtool_files
70 -}
71
72 diff --git a/net-misc/iperf/iperf-3.8.1.ebuild b/net-misc/iperf/iperf-3.8.1.ebuild
73 deleted file mode 100644
74 index 433d895afc1..00000000000
75 --- a/net-misc/iperf/iperf-3.8.1.ebuild
76 +++ /dev/null
77 @@ -1,37 +0,0 @@
78 -# Copyright 1999-2020 Gentoo Authors
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI=7
82 -
83 -DESCRIPTION="A TCP, UDP, and SCTP network bandwidth measurement tool"
84 -HOMEPAGE="https://github.com/esnet/iperf/"
85 -SRC_URI="https://github.com/esnet/iperf/archive/${PV/_/}.tar.gz -> ${P}.tar.gz"
86 -
87 -LICENSE="BSD"
88 -SLOT="3"
89 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
90 -IUSE="libressl sctp static-libs"
91 -
92 -DEPEND="
93 - !libressl? ( dev-libs/openssl:0= )
94 - libressl? ( dev-libs/libressl:0= )
95 - sctp? ( net-misc/lksctp-tools )
96 -"
97 -RDEPEND="
98 - ${DEPEND}
99 -"
100 -S=${WORKDIR}/${P/_/}
101 -DOCS="README.md RELNOTES.md"
102 -
103 -src_configure() {
104 - econf \
105 - $(use_enable static-libs static) \
106 - $(use_with sctp)
107 -}
108 -
109 -src_install() {
110 - default
111 - newconfd "${FILESDIR}"/iperf.confd iperf3
112 - newinitd "${FILESDIR}"/iperf3.initd iperf3
113 - find "${ED}" -name '*.la' -delete || die
114 -}
115
116 diff --git a/net-misc/iperf/iperf-3.9.ebuild b/net-misc/iperf/iperf-3.9.ebuild
117 deleted file mode 100644
118 index 433d895afc1..00000000000
119 --- a/net-misc/iperf/iperf-3.9.ebuild
120 +++ /dev/null
121 @@ -1,37 +0,0 @@
122 -# Copyright 1999-2020 Gentoo Authors
123 -# Distributed under the terms of the GNU General Public License v2
124 -
125 -EAPI=7
126 -
127 -DESCRIPTION="A TCP, UDP, and SCTP network bandwidth measurement tool"
128 -HOMEPAGE="https://github.com/esnet/iperf/"
129 -SRC_URI="https://github.com/esnet/iperf/archive/${PV/_/}.tar.gz -> ${P}.tar.gz"
130 -
131 -LICENSE="BSD"
132 -SLOT="3"
133 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
134 -IUSE="libressl sctp static-libs"
135 -
136 -DEPEND="
137 - !libressl? ( dev-libs/openssl:0= )
138 - libressl? ( dev-libs/libressl:0= )
139 - sctp? ( net-misc/lksctp-tools )
140 -"
141 -RDEPEND="
142 - ${DEPEND}
143 -"
144 -S=${WORKDIR}/${P/_/}
145 -DOCS="README.md RELNOTES.md"
146 -
147 -src_configure() {
148 - econf \
149 - $(use_enable static-libs static) \
150 - $(use_with sctp)
151 -}
152 -
153 -src_install() {
154 - default
155 - newconfd "${FILESDIR}"/iperf.confd iperf3
156 - newinitd "${FILESDIR}"/iperf3.initd iperf3
157 - find "${ED}" -name '*.la' -delete || die
158 -}