commit: f68f493a49f402d8f2e6a978cf4e70e269e1269e
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 00:57:01 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 00:57:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f68f493a
net-analyzer/siphon: drop old
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
net-analyzer/siphon/siphon-666-r1.ebuild | 35 --------------------------------
1 file changed, 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 dc691089fca..00000000000
--- 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
-}