summaryrefslogtreecommitdiff
path: root/net-dns/dnscap/dnscap-0_p20130814.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-dns/dnscap/dnscap-0_p20130814.ebuild')
-rw-r--r--net-dns/dnscap/dnscap-0_p20130814.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/net-dns/dnscap/dnscap-0_p20130814.ebuild b/net-dns/dnscap/dnscap-0_p20130814.ebuild
deleted file mode 100644
index 63d02bf19d69..000000000000
--- a/net-dns/dnscap/dnscap-0_p20130814.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="network capture utility designed specifically for DNS traffic"
-HOMEPAGE="https://dnscap.dns-oarc.net/"
-
-## github commit tarball
-MY_GIT_COMMIT="727ed7d5e46625abc2c8d988689a300589e948b6"
-MY_P="DNS-OARC-${PN}-${MY_GIT_COMMIT:0:7}"
-SRC_URI="https://github.com/DNS-OARC/${PN}/tarball/${MY_GIT_COMMIT} -> ${P}.tar.gz"
-
-S="${WORKDIR}/${MY_P}"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-LICENSE="ISC"
-IUSE=""
-
-RDEPEND="net-libs/libpcap"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}.install.patch" )