commit: e7b21251455080016990aa8b9f19a2375c63e492 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sat Dec 4 22:01:52 2021 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat Dec 4 22:09:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7b21251
net-dns/ldns-utils: add a stub version to facilitate upgrades It is likely that people have ldns-utils in @selected, so let's provide a stub version that depends on a the "consolidated" ldns package until we can last rites ldns-utils. Bug: https://bugs.gentoo.org/828109 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> net-dns/ldns-utils/ldns-utils-1.8.0-r2.ebuild | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/net-dns/ldns-utils/ldns-utils-1.8.0-r2.ebuild b/net-dns/ldns-utils/ldns-utils-1.8.0-r2.ebuild new file mode 100644 index 000000000000..3dc600717c87 --- /dev/null +++ b/net-dns/ldns-utils/ldns-utils-1.8.0-r2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_P=${P/-utils} + +DESCRIPTION="Set of utilities to simplify various dns(sec) tasks" +HOMEPAGE="http://www.nlnetlabs.nl/projects/ldns/" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +IUSE="+dane ecdsa ed25519 ed448 examples gost ssl" + +REQUIRED_USE=" + ecdsa? ( ssl ) + ed25519? ( ssl ) + ed448? ( ssl ) + dane? ( ssl ) + gost? ( ssl ) +" + +RDEPEND=">=net-libs/ldns-1.8.0-r3[dane?,ecdsa?,ed25519?,ed448?,gost?] + examples? ( >=net-libs/ldns-1.8.0-r3[examples(-)] )"
