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 6E60915800A for ; Sat, 2 Sep 2023 03:19:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACD742BC014; Sat, 2 Sep 2023 03:19:19 +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 8FE2A2BC014 for ; Sat, 2 Sep 2023 03:19:19 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50C63340A9D for ; Sat, 2 Sep 2023 03:19:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88B5AEA2 for ; Sat, 2 Sep 2023 03:19:16 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1693624707.76642dee89b2e9d5b0d523f8ef4c2437e7df96e1.floppym@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.17.ebuild net-misc/whois/whois-5.5.18.ebuild net-misc/whois/whois-9999.ebuild X-VCS-Directories: net-misc/whois/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 76642dee89b2e9d5b0d523f8ef4c2437e7df96e1 X-VCS-Branch: master Date: Sat, 2 Sep 2023 03:19:16 +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: 4212670f-7244-4a03-bdae-0a383ef58c60 X-Archives-Hash: 6ffbcf44ce3b0fa697235d93a9002a36 commit: 76642dee89b2e9d5b0d523f8ef4c2437e7df96e1 Author: Mike Gilbert gentoo org> AuthorDate: Sat Sep 2 03:18:27 2023 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Sep 2 03:18:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76642dee net-misc/whois: fix install on prefix Closes: https://bugs.gentoo.org/913455 Signed-off-by: Mike Gilbert gentoo.org> net-misc/whois/whois-5.5.17.ebuild | 4 ++-- net-misc/whois/whois-5.5.18.ebuild | 4 ++-- net-misc/whois/whois-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-misc/whois/whois-5.5.17.ebuild b/net-misc/whois/whois-5.5.17.ebuild index aa2706ce4476..6d1a89e7302c 100644 --- a/net-misc/whois/whois-5.5.17.ebuild +++ b/net-misc/whois/whois-5.5.17.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit toolchain-funcs +inherit bash-completion-r1 toolchain-funcs MY_P=${P/-/_} DESCRIPTION="Improved Whois Client" @@ -73,7 +73,7 @@ src_compile() { } src_install() { - emake BASEDIR="${ED}" prefix=/usr install + emake DESTDIR="${D}" prefix="${EPREFIX}/usr" BASHCOMPDIR="$(get_bashcompdir)" install insinto /etc doins whois.conf diff --git a/net-misc/whois/whois-5.5.18.ebuild b/net-misc/whois/whois-5.5.18.ebuild index 7d0d51aff22f..73f366159be4 100644 --- a/net-misc/whois/whois-5.5.18.ebuild +++ b/net-misc/whois/whois-5.5.18.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit toolchain-funcs +inherit bash-completion-r1 toolchain-funcs MY_P=${P/-/_} DESCRIPTION="Improved Whois Client" @@ -73,7 +73,7 @@ src_compile() { } src_install() { - emake BASEDIR="${ED}" prefix=/usr install + emake DESTDIR="${D}" prefix="${EPREFIX}/usr" BASHCOMPDIR="$(get_bashcompdir)" install insinto /etc doins whois.conf diff --git a/net-misc/whois/whois-9999.ebuild b/net-misc/whois/whois-9999.ebuild index 7d0d51aff22f..73f366159be4 100644 --- a/net-misc/whois/whois-9999.ebuild +++ b/net-misc/whois/whois-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit toolchain-funcs +inherit bash-completion-r1 toolchain-funcs MY_P=${P/-/_} DESCRIPTION="Improved Whois Client" @@ -73,7 +73,7 @@ src_compile() { } src_install() { - emake BASEDIR="${ED}" prefix=/usr install + emake DESTDIR="${D}" prefix="${EPREFIX}/usr" BASHCOMPDIR="$(get_bashcompdir)" install insinto /etc doins whois.conf