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 1C755158091 for ; Sat, 18 Jun 2022 07:42:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7945E08BB; Sat, 18 Jun 2022 07:42:32 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 657B2E08BB for ; Sat, 18 Jun 2022 07:42:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 483223415F9 for ; Sat, 18 Jun 2022 07:42:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96060507 for ; Sat, 18 Jun 2022 07:42:29 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1655538123.55973f37633d9e22959c929f2e735dbf10349611.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/whois/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/whois/whois-5.5.13-r1.ebuild net-misc/whois/whois-5.5.13.ebuild X-VCS-Directories: net-misc/whois/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 55973f37633d9e22959c929f2e735dbf10349611 X-VCS-Branch: master Date: Sat, 18 Jun 2022 07:42:29 +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: c12326c5-9069-4e2f-ae4c-aed755c03aa3 X-Archives-Hash: 14551fd4359ced36e7b36ce281695764 commit: 55973f37633d9e22959c929f2e735dbf10349611 Author: David Seifert gentoo org> AuthorDate: Sat Jun 18 07:42:03 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jun 18 07:42:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55973f37 net-misc/whois: [QA] remove userland_GNU Signed-off-by: David Seifert gentoo.org> net-misc/whois/{whois-5.5.13.ebuild => whois-5.5.13-r1.ebuild} | 5 ----- 1 file changed, 5 deletions(-) diff --git a/net-misc/whois/whois-5.5.13.ebuild b/net-misc/whois/whois-5.5.13-r1.ebuild similarity index 92% rename from net-misc/whois/whois-5.5.13.ebuild rename to net-misc/whois/whois-5.5.13-r1.ebuild index 704ff3ac7522..1c3e8e21b391 100644 --- a/net-misc/whois/whois-5.5.13.ebuild +++ b/net-misc/whois/whois-5.5.13-r1.ebuild @@ -75,9 +75,4 @@ src_install() { insinto /etc doins whois.conf dodoc README debian/changelog - - if ! use userland_GNU ; then - mv "${ED}"/usr/share/man/man1/{whois,mdwhois}.1 || die - mv "${ED}"/usr/bin/{whois,mdwhois} || die - fi }