From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0FD9B15817D for ; Fri, 7 Jun 2024 10:25:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3699AE2A1E; Fri, 7 Jun 2024 10:25:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A0B2E2A1E for ; Fri, 7 Jun 2024 10:25:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 28ECB34067D for ; Fri, 7 Jun 2024 10:25:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F8F01C03 for ; Fri, 7 Jun 2024 10:25:32 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1717755902.02885fe18f4f544f50d835da1f97c8f960d10017.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/netperf/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/netperf/netperf-2.7.0_p20210121.ebuild X-VCS-Directories: net-analyzer/netperf/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 02885fe18f4f544f50d835da1f97c8f960d10017 X-VCS-Branch: master Date: Fri, 7 Jun 2024 10:25:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 798cc1f7-e7c9-4441-baa0-e938d81b1b90 X-Archives-Hash: 75c39b3cd7f3ee1225b8a6d86b0365d9 commit: 02885fe18f4f544f50d835da1f97c8f960d10017 Author: James Le Cuirot gentoo org> AuthorDate: Fri May 31 12:55:28 2024 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Fri Jun 7 10:25:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02885fe1 net-analyzer/netperf: Stop moving netserver to /usr/sbin There seems little point now that we default to merged-usr. Signed-off-by: James Le Cuirot gentoo.org> net-analyzer/netperf/netperf-2.7.0_p20210121.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/net-analyzer/netperf/netperf-2.7.0_p20210121.ebuild b/net-analyzer/netperf/netperf-2.7.0_p20210121.ebuild index cc84bc361fc4..26f455ffdac0 100644 --- a/net-analyzer/netperf/netperf-2.7.0_p20210121.ebuild +++ b/net-analyzer/netperf/netperf-2.7.0_p20210121.ebuild @@ -62,11 +62,6 @@ src_configure() { src_install() { default - # Move netserver into sbin as we had it before 2.4 was released with its - # autoconf goodness - dodir /usr/sbin - mv "${ED}"/usr/{bin,sbin}/netserver || die - # init.d / conf.d newinitd "${FILESDIR}"/${PN}-2.7.0-init netperf newconfd "${FILESDIR}"/${PN}-2.2-conf netperf