diff options
author | 2024-12-24 14:36:24 +0100 | |
---|---|---|
committer | 2024-12-24 14:36:24 +0100 | |
commit | 3b656cf84c30dcb95a50a85ae957955ad98aa9ae (patch) | |
tree | 103b279b57770b2fb97006e692cf6036a8733e31 /net-dns/fpdns/fpdns-0.10.0_pre20130404-r1.ebuild | |
parent | net-analyzer/testssl: drop 3.0.8 (diff) | |
download | gentoo-3b656cf84c30dcb95a50a85ae957955ad98aa9ae.tar.gz gentoo-3b656cf84c30dcb95a50a85ae957955ad98aa9ae.tar.bz2 gentoo-3b656cf84c30dcb95a50a85ae957955ad98aa9ae.zip |
net-dns/fpdns: drop 0.10.0_pre20130404-r1
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'net-dns/fpdns/fpdns-0.10.0_pre20130404-r1.ebuild')
-rw-r--r-- | net-dns/fpdns/fpdns-0.10.0_pre20130404-r1.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/net-dns/fpdns/fpdns-0.10.0_pre20130404-r1.ebuild b/net-dns/fpdns/fpdns-0.10.0_pre20130404-r1.ebuild deleted file mode 100644 index 69910304830a..000000000000 --- a/net-dns/fpdns/fpdns-0.10.0_pre20130404-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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" - -RDEPEND=">=dev-perl/Net-DNS-0.74" - -PATCHES=( - "${FILESDIR}"/${P}.ro-header.patch -) - -src_install() { - dobin apps/fpdns - insinto "${VENDOR_LIB}"/Net/DNS/ - doins lib/Net/DNS/Fingerprint.pm -} |