diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-11-26 19:57:01 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-11-26 19:57:01 -0500 |
commit | f68f493a49f402d8f2e6a978cf4e70e269e1269e (patch) | |
tree | ef319948e4f32cab377429b8d70e7020fb3780f7 /net-analyzer/siphon | |
parent | net-analyzer/rain: drop old (diff) | |
download | gentoo-f68f493a49f402d8f2e6a978cf4e70e269e1269e.tar.gz gentoo-f68f493a49f402d8f2e6a978cf4e70e269e1269e.tar.bz2 gentoo-f68f493a49f402d8f2e6a978cf4e70e269e1269e.zip |
net-analyzer/siphon: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-analyzer/siphon')
-rw-r--r-- | net-analyzer/siphon/siphon-666-r1.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
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 -} |