From eddbf565d91a952c63d010302fdef0f041f6824f Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 4 Sep 2023 07:14:20 +0000 Subject: [PATCH] net-misc/whois: Sync with Gentoo It's from Gentoo commit a941d3cdfe78dc8851312cda80d5a451dde0cd5e. --- .../whois/{whois-5.5.17.ebuild => whois-5.5.17-r1.ebuild} | 4 ++-- .../whois/{whois-5.5.18.ebuild => whois-5.5.18-r1.ebuild} | 4 ++-- .../portage-stable/net-misc/whois/whois-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) rename sdk_container/src/third_party/portage-stable/net-misc/whois/{whois-5.5.17.ebuild => whois-5.5.17-r1.ebuild} (93%) rename sdk_container/src/third_party/portage-stable/net-misc/whois/{whois-5.5.18.ebuild => whois-5.5.18-r1.ebuild} (93%) diff --git a/sdk_container/src/third_party/portage-stable/net-misc/whois/whois-5.5.17.ebuild b/sdk_container/src/third_party/portage-stable/net-misc/whois/whois-5.5.17-r1.ebuild similarity index 93% rename from sdk_container/src/third_party/portage-stable/net-misc/whois/whois-5.5.17.ebuild rename to sdk_container/src/third_party/portage-stable/net-misc/whois/whois-5.5.17-r1.ebuild index aa2706ce44..6d1a89e730 100644 --- a/sdk_container/src/third_party/portage-stable/net-misc/whois/whois-5.5.17.ebuild +++ b/sdk_container/src/third_party/portage-stable/net-misc/whois/whois-5.5.17-r1.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/sdk_container/src/third_party/portage-stable/net-misc/whois/whois-5.5.18.ebuild b/sdk_container/src/third_party/portage-stable/net-misc/whois/whois-5.5.18-r1.ebuild similarity index 93% rename from sdk_container/src/third_party/portage-stable/net-misc/whois/whois-5.5.18.ebuild rename to sdk_container/src/third_party/portage-stable/net-misc/whois/whois-5.5.18-r1.ebuild index 7d0d51aff2..73f366159b 100644 --- a/sdk_container/src/third_party/portage-stable/net-misc/whois/whois-5.5.18.ebuild +++ b/sdk_container/src/third_party/portage-stable/net-misc/whois/whois-5.5.18-r1.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/sdk_container/src/third_party/portage-stable/net-misc/whois/whois-9999.ebuild b/sdk_container/src/third_party/portage-stable/net-misc/whois/whois-9999.ebuild index 7d0d51aff2..73f366159b 100644 --- a/sdk_container/src/third_party/portage-stable/net-misc/whois/whois-9999.ebuild +++ b/sdk_container/src/third_party/portage-stable/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