summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-11-27 09:38:18 -0500
committerAaron Bauman <bman@gentoo.org>2020-11-27 09:38:18 -0500
commit7dc3a2ac8bbc94d6903ee6bd6920052f592c388c (patch)
tree81726f0a8c82c035f2e55969cf160c50a3d44465 /net-analyzer/netwatch
parentnet-analyzer/bigeye: drop old (diff)
downloadgentoo-7dc3a2ac8bbc94d6903ee6bd6920052f592c388c.tar.gz
gentoo-7dc3a2ac8bbc94d6903ee6bd6920052f592c388c.tar.bz2
gentoo-7dc3a2ac8bbc94d6903ee6bd6920052f592c388c.zip
net-analyzer/netwatch: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-analyzer/netwatch')
-rw-r--r--net-analyzer/netwatch/netwatch-1.3.0.1-r3.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/net-analyzer/netwatch/netwatch-1.3.0.1-r3.ebuild b/net-analyzer/netwatch/netwatch-1.3.0.1-r3.ebuild
deleted file mode 100644
index dda5375c225e..000000000000
--- a/net-analyzer/netwatch/netwatch-1.3.0.1-r3.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils versionator
-
-MY_PV=$(replace_version_separator 3 '-')
-
-DESCRIPTION="Ethernet/PPP IP Packet Monitor"
-HOMEPAGE="http://www.slctech.org/~mackay/netwatch.html"
-SRC_URI="http://www.slctech.org/~mackay/NETWATCH/${PN}-${MY_PV}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="doc"
-
-RDEPEND="sys-libs/ncurses"
-DEPEND="
- ${RDEPEND}
- sys-kernel/linux-headers
- virtual/pkgconfig
-"
-
-S=${WORKDIR}/${PN}-$(get_version_component_range 1-3)
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-append_ldflags.patch \
- "${FILESDIR}"/${P}-open.patch \
- "${FILESDIR}"/${P}-fix-fortify.patch \
- "${FILESDIR}"/${P}-do-not-call.patch \
- "${FILESDIR}"/${P}-includes.patch \
- "${FILESDIR}"/${P}-tinfo.patch
-
- eautoreconf
-}
-
-src_install() {
- dosbin netresolv netwatch
-
- doman netwatch.1
- dodoc BUGS CHANGES README* TODO
-
- if use doc; then
- dohtml NetwatchKeyCommands.html
- fi
-}