From f68f493a49f402d8f2e6a978cf4e70e269e1269e Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Thu, 26 Nov 2020 19:57:01 -0500 Subject: net-analyzer/siphon: drop old Signed-off-by: Aaron Bauman --- net-analyzer/siphon/siphon-666-r1.ebuild | 35 -------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 net-analyzer/siphon/siphon-666-r1.ebuild (limited to 'net-analyzer/siphon') diff --git a/net-analyzer/siphon/siphon-666-r1.ebuild b/net-analyzer/siphon/siphon-666-r1.ebuild deleted file mode 100644 index dc691089fca8..000000000000 --- a/net-analyzer/siphon/siphon-666-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils toolchain-funcs - -MY_P=${PN}-v.${PV} - -DESCRIPTION="A portable passive network mapping suite" -HOMEPAGE="http://siphon.datanerds.net/" -SRC_URI="http://siphon.datanerds.net/${MY_P}.tar.gz" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" - -DEPEND="net-libs/libpcap" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - epatch "${FILESDIR}"/${P}-gentoo.patch - epatch "${FILESDIR}"/${P}-log.patch -} - -src_compile() { - emake CC="$(tc-getCC)" -} - -src_install() { - dobin ${PN} - insinto /etc - doins osprints.conf - dodoc README -} -- cgit v1.2.3-65-gdbad