commit:     71c2355022cbd315bc005dbbc94488d41c86faa0
Author:     Norbert Norbiros <norbiros <AT> protonmail <DOT> com>
AuthorDate: Wed Feb 12 14:39:57 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 27 19:09:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71c23550

net-dns/bind-tools: clarify migration to net-dns/bind for >=9.20

Signed-off-by: Norbert Norbiros <norbiros <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/40496
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{bind-tools-9.18.0.ebuild => bind-tools-9.18.0-r1.ebuild}    | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/net-dns/bind-tools/bind-tools-9.18.0.ebuild 
b/net-dns/bind-tools/bind-tools-9.18.0-r1.ebuild
similarity index 74%
rename from net-dns/bind-tools/bind-tools-9.18.0.ebuild
rename to net-dns/bind-tools/bind-tools-9.18.0-r1.ebuild
index 28910ffc41bb..99d71ece9227 100644
--- a/net-dns/bind-tools/bind-tools-9.18.0.ebuild
+++ b/net-dns/bind-tools/bind-tools-9.18.0-r1.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DESCRIPTION="bind tools: dig, nslookup, host, nsupdate, dnssec-keygen"
-HOMEPAGE="https://www.isc.org/software/bind 
https://gitlab.isc.org/isc-projects/bind9";
+HOMEPAGE="https://www.isc.org/bind/ https://gitlab.isc.org/isc-projects/bind9";
 
 LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0"
 SLOT="0"
 KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
 IUSE="+caps doc gssapi idn libedit readline xml"
 
-RDEPEND=">=net-dns/bind-9.18.0[caps?,doc?,gssapi?,idn?,xml?]"
+RDEPEND="=net-dns/bind-9.18*[caps?,doc?,gssapi?,idn?,xml?]"
 
 pkg_postinst() {
        ewarn "net-dns/bind-tools is now merged into net-dns/bind and"
@@ -23,4 +23,7 @@ pkg_postinst() {
        ewarn "Please run the following commands:"
        ewarn "* emerge --deselect net-dns/bind-tools"
        ewarn "* emerge --noreplace net-dns/bind instead"
+       ewarn ""
+       ewarn "For the latest maintained versions, including >=9.20,"
+       ewarn "ensure you are using net-dns/bind directly."
 }

Reply via email to