summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2021-12-04 17:01:52 -0500
committerMike Gilbert <floppym@gentoo.org>2021-12-04 17:09:43 -0500
commite7b21251455080016990aa8b9f19a2375c63e492 (patch)
tree8d707092b29cd960efe5d524d5ddb8dd512bb6b0 /net-dns/ldns-utils
parentpackage.mask: mask newer version of dev-util/intel-graphics-compiler (diff)
downloadgentoo-e7b21251455080016990aa8b9f19a2375c63e492.tar.gz
gentoo-e7b21251455080016990aa8b9f19a2375c63e492.tar.bz2
gentoo-e7b21251455080016990aa8b9f19a2375c63e492.zip
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@gentoo.org>
Diffstat (limited to 'net-dns/ldns-utils')
-rw-r--r--net-dns/ldns-utils/ldns-utils-1.8.0-r2.ebuild25
1 files changed, 25 insertions, 0 deletions
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(-)] )"