mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-perl/Net-DNS: add 1.530.0
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
cda5d7944b
commit
c5ed077965
@ -1,3 +1,4 @@
|
||||
DIST Net-DNS-1.50.tar.gz 263266 BLAKE2B 5c3b358c41fb3798795997389cb97ebda2dd6f51a0db2d15bd836facd4332d9b0e096ed48112649d4a7b9d7fcb7f54346835fc25c468fa5901aa52766857e410 SHA512 b1e947999e9b43380b5e68cfe4f968532306f26bb8510bdfda926a6bc61d848908eb197fcc9b661a1a11ea647e5123dff1e742105854ff07b22be5c69d97dc53
|
||||
DIST Net-DNS-1.51.tar.gz 265193 BLAKE2B 2beb1a77858b5353d9c1da119db7fbabe9dff05f164f2d5c4964d473d155e6dd62a3e4ebf13bcdd31ab574d784da2ac63912ea87edc20091bcaaa4d41d315d62 SHA512 087ae7d54db4cf1c5a18d7b81701759425098cad787b0640e2e716ee51b7be0046ab56255c5c1850d01788886c889cffe9c65f99184400f5df47e4e030c4a1a4
|
||||
DIST Net-DNS-1.52.tar.gz 265168 BLAKE2B ac6989ce335dd6d4e18e706cd61eade8193179c5202ad98767d6bb068598d878f43bca038a74f1b7154844940a00d79d0a673eca683e976bb32b5076712d6205 SHA512 2c6f8c17b04ecdcd6f13f438949cacbbd74ed52cb61ea565f93954836c48b7d472b2a6e08e9b3a1ef8dad7a8be61d0bdbe82e40faa877c6ecde1596d6d2bdb0a
|
||||
DIST Net-DNS-1.53.tar.gz 264932 BLAKE2B 7d24674409961a42fd4cf7b030734da93684d044f4e1cd8b99b57735e8cac337858704e6c1eb1cd3ddf1f8c00e9dc28e67700940f11f60732579a940f569217b SHA512 226db1c8e1c170ee4ae331c1a77ab3993f02e423276697f4c4ad6ce54fd9a37db2e84eae7d0e04ab0410e4c730a673557b8aa77ccf4c50c004a6cf711149e001
|
||||
|
||||
52
dev-perl/Net-DNS/Net-DNS-1.530.0.ebuild
Normal file
52
dev-perl/Net-DNS/Net-DNS-1.530.0.ebuild
Normal file
@ -0,0 +1,52 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR=NLNETLABS
|
||||
DIST_VERSION=1.53
|
||||
DIST_EXAMPLES=( "contrib" "demo" )
|
||||
inherit toolchain-funcs perl-module
|
||||
|
||||
DESCRIPTION="Perl Interface to the Domain Name System"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
|
||||
IUSE="minimal"
|
||||
|
||||
PDEPEND="
|
||||
!minimal? ( >=dev-perl/Net-DNS-SEC-1.30.0 )
|
||||
"
|
||||
RDEPEND="
|
||||
>=dev-perl/Digest-HMAC-1.30.0
|
||||
!minimal? (
|
||||
>=dev-perl/Digest-BubbleBabble-0.20.0
|
||||
>=dev-perl/Net-LibIDN2-1.0.0
|
||||
)
|
||||
"
|
||||
BDEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
perl-module_src_prepare
|
||||
mydoc="TODO"
|
||||
# --IPv6-tests requires that you have external IPv6 connectivity
|
||||
# as it connects to 2001:7b8:206:1:0:1234:be21:e31e
|
||||
if ! use test || ! has network ${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}; then
|
||||
myconf="${myconf} --no-online-tests --no-IPv6-tests"
|
||||
fi
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake FULL_AR="$(tc-getAR)" OTHERLDFLAGS="${LDFLAGS}"
|
||||
}
|
||||
|
||||
src_test() {
|
||||
perl_rm_files t/00-pod.t
|
||||
if ! has network ${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}; then
|
||||
elog "Network tests disabled without to DIST_TEST_OVERIDE=~network"
|
||||
fi
|
||||
perl-module_src_test
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user