diff options
author | Sam James <sam@gentoo.org> | 2023-02-15 23:44:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-31 08:10:16 +0100 |
commit | 754524d4345dd41ff9e31cba85afb4f104a9815a (patch) | |
tree | bfba82e89a3be083bd1388c0861b4bebb25aca44 /net-dns | |
parent | net-dns/bind: restore some old files to /var/bind (diff) | |
download | gentoo-754524d4345dd41ff9e31cba85afb4f104a9815a.tar.gz gentoo-754524d4345dd41ff9e31cba85afb4f104a9815a.tar.bz2 gentoo-754524d4345dd41ff9e31cba85afb4f104a9815a.zip |
net-dns/bind-tools: add 9.18.0
This is just a proxy for net-dns/bind. Splitting the ebuilds is *way* too
fragile and gains nothing because the same software gets built again anyway,
just thrown away at the end.
Bug: https://bugs.gentoo.org/832218
Bug: https://bugs.gentoo.org/930348
Bug: https://bugs.gentoo.org/936568
Bug: https://bugs.gentoo.org/937907
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind-tools/bind-tools-9.18.0.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-dns/bind-tools/bind-tools-9.18.0.ebuild b/net-dns/bind-tools/bind-tools-9.18.0.ebuild new file mode 100644 index 000000000000..4591569c80b1 --- /dev/null +++ b/net-dns/bind-tools/bind-tools-9.18.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2023 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" + +LICENSE="Apache-2.0 BSD BSD-2 GPL-2 HPND ISC MPL-2.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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?]" |