commit: e8dec4445ce286e56ed1b1281b466eed679dfd39 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Mon Apr 1 13:07:52 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Apr 13 09:28:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8dec444
net-analyzer/nuttcp: EAPI8 bump, use https Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/36042 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> .../nuttcp/{nuttcp-8.1.4.ebuild => nuttcp-8.1.4-r1.ebuild} | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/net-analyzer/nuttcp/nuttcp-8.1.4.ebuild b/net-analyzer/nuttcp/nuttcp-8.1.4-r1.ebuild similarity index 82% rename from net-analyzer/nuttcp/nuttcp-8.1.4.ebuild rename to net-analyzer/nuttcp/nuttcp-8.1.4-r1.ebuild index 97c01c07adc1..e45ea3aabc0a 100644 --- a/net-analyzer/nuttcp/nuttcp-8.1.4.ebuild +++ b/net-analyzer/nuttcp/nuttcp-8.1.4-r1.ebuild @@ -1,18 +1,18 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit readme.gentoo-r1 systemd toolchain-funcs DESCRIPTION="Network performance measurement tool" -HOMEPAGE="http://www.nuttcp.net/" -SRC_URI="http://nuttcp.net/${PN}/${P}.tar.bz2" +HOMEPAGE="https://www.nuttcp.net/" +SRC_URI="https://nuttcp.net/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="ipv6 xinetd" +IUSE="xinetd" RDEPEND="xinetd? ( sys-apps/xinetd )" @@ -36,13 +36,13 @@ src_prepare() { } src_compile() { - emake "$(usex ipv6 APPEXT='' NOIPV6=-DNO_IPV6)" CC="$(tc-getCC)" + emake APPEXT='' CC="$(tc-getCC)" } src_install() { einstalldocs doman "${PN}".8 - newbin "${P}$(usex ipv6 '' -noipv6)" "${PN}" + newbin "${P}" "${PN}" newinitd "${FILESDIR}"/"${PN}".initd "${PN}" newconfd "${FILESDIR}"/"${PN}".confd "${PN}"
