summaryrefslogtreecommitdiff
path: root/net-dns/fpdns
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-11-03 06:47:15 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-11-03 06:47:15 +0000
commitfc2f1018fc323ef2c6572734a9b130427cba76a6 (patch)
treef834bdc9a67923ce75297c09d00d1e7b90791d26 /net-dns/fpdns
parent162945d2a91899b637bbb9e163b406350de12906 (diff)
gentoo resync : 03.11.2021
Diffstat (limited to 'net-dns/fpdns')
-rw-r--r--net-dns/fpdns/Manifest2
-rw-r--r--net-dns/fpdns/fpdns-0.10.0_pre20130404-r1.ebuild19
2 files changed, 8 insertions, 13 deletions
diff --git a/net-dns/fpdns/Manifest b/net-dns/fpdns/Manifest
index 6de18b6c3a2f..2d56765fec67 100644
--- a/net-dns/fpdns/Manifest
+++ b/net-dns/fpdns/Manifest
@@ -1,4 +1,4 @@
AUX fpdns-0.10.0_pre20130404.ro-header.patch 1115 BLAKE2B d8042816acce161ba4e19533700151489f3a169fb96a11d4eb44b107818fe0eab87cb916b4e8d5d2a45e22c82693517d069c6e12095b415b352d40384a9040db SHA512 e345037a210103f5202c0dd052952bd2d3889ad53393fc4881ec48810f3e6d39b1b7d2220d259ffda0b85e339bcc4ef9f1ae28023cf84b81a00685c66e116923
DIST fpdns-0.10.0_pre20130404.tar.gz 931723 BLAKE2B cab459afee74ef5d8163a25b98c123b799270e6d3293f155a340ebdbfbc86266fbffa999d31928c9b1a732898b0adf4a49e97469f9ae992a0e38f9478431e84c SHA512 1a4d9c1cb666efa3f48dcca2b5cd04793e92727359652095572b17479f5343479c57d2937f1fff8070c071a2698eda5c4dff981caf86436f184f0b076b0fa0b3
-EBUILD fpdns-0.10.0_pre20130404-r1.ebuild 682 BLAKE2B 2d4c6cda36b6d6f87c7e23e4c0255a39801e596a759c9ae49a6a2d5d69ea1f2be7ba03f1fbd1e17f436fd1daf07d3cc9b7ee1999db854c3afc0578ad1e0ff80e SHA512 102c2bf43f52c3788cde71e9bfbb0b8aa07838d96299273f9137ec4812e9295fe0525247784ce750b20297ecc99811d18c452e9c31eb2240d106eb721d926269
+EBUILD fpdns-0.10.0_pre20130404-r1.ebuild 585 BLAKE2B e65b3bcb59605233edf82566bd02b28e858f2398bcc1d6984eb6713b567d9bf450ac976497c07c6d6129c6806e900477c862471eb5799c2a675c85822079d4da SHA512 99ded2a507030ff035b56945576f965473ab9e4ed6fde789dd79808978a96626ee087018c0b600d969d509820ff63eaf8e64bb9c3d96b6d3ff648d74313c1854
MISC metadata.xml 1421 BLAKE2B aa284dbfc1b37ec2da8254b22242b872198de6a84940075cafc023d25e31a552c150f47b3eeac9d1d57ed6307ba71774733c3dcac5a8d6342a221c77de660086 SHA512 2f174a68b6bdbd47c32645b0faa408b51a2bfaa4869c3e32498aeb9311d7b9d4de7dd598b63858b1b4fef283172728f23beb9ae1812b5937420e96fbe7718388
diff --git a/net-dns/fpdns/fpdns-0.10.0_pre20130404-r1.ebuild b/net-dns/fpdns/fpdns-0.10.0_pre20130404-r1.ebuild
index 41acf92d3609..69910304830a 100644
--- a/net-dns/fpdns/fpdns-0.10.0_pre20130404-r1.ebuild
+++ b/net-dns/fpdns/fpdns-0.10.0_pre20130404-r1.ebuild
@@ -1,33 +1,28 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-inherit epatch perl-module
+inherit perl-module
DESCRIPTION="Fingerprinting DNS servers"
HOMEPAGE="https://github.com/kirei/fpdns/"
-
MY_P="${PN}-${PV##*_pre}"
SRC_URI="https://github.com/kirei/fpdns/archive/20130404.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/"${MY_P}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-DEPEND=""
RDEPEND=">=dev-perl/Net-DNS-0.74"
-S="${WORKDIR}"/"${MY_P}"
-
-src_prepare() {
- ## fixes https://github.com/kirei/fpdns/issues/6
- epatch "${FILESDIR}/${P}.ro-header.patch"
-}
+PATCHES=(
+ "${FILESDIR}"/${P}.ro-header.patch
+)
src_install() {
- newbin apps/fpdns fpdns
+ dobin apps/fpdns
insinto "${VENDOR_LIB}"/Net/DNS/
doins lib/Net/DNS/Fingerprint.pm
}