summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-12-23 01:59:52 +0000
committerJeroen Roovers <jer@gentoo.org>2013-12-23 01:59:52 +0000
commit7c5d3d8dccedd07e4476389651dfc2170aef7d67 (patch)
tree21db1bfc5bf9e13e69f10b310c80011c5b125cf8 /net-analyzer/netwatch/netwatch-1.3.0.1.ebuild
parentRestore as needed for app-admin/chef (diff)
downloadgentoo-2-7c5d3d8dccedd07e4476389651dfc2170aef7d67.tar.gz
gentoo-2-7c5d3d8dccedd07e4476389651dfc2170aef7d67.tar.bz2
gentoo-2-7c5d3d8dccedd07e4476389651dfc2170aef7d67.zip
Add support for sys-libs/ncurses[tinfo]. Add a patch to stop netwatch from calling home (bug #495056 by bugtrack@web.de). Rename and clean up patches.
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/netwatch/netwatch-1.3.0.1.ebuild')
-rw-r--r--net-analyzer/netwatch/netwatch-1.3.0.1.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/net-analyzer/netwatch/netwatch-1.3.0.1.ebuild b/net-analyzer/netwatch/netwatch-1.3.0.1.ebuild
deleted file mode 100644
index 4cbac28200f9..000000000000
--- a/net-analyzer/netwatch/netwatch-1.3.0.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netwatch/netwatch-1.3.0.1.ebuild,v 1.3 2010/06/28 19:46:54 fauli Exp $
-
-EAPI="2"
-
-inherit versionator eutils
-
-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"
-
-S=${WORKDIR}/${PN}-$(get_version_component_range 1-3)
-
-src_prepare() {
- epatch "${FILESDIR}"/append_ldflags.patch
- epatch "${FILESDIR}/${PN}.c.patch"
-}
-
-src_install() {
- dosbin netresolv netwatch || die "dosbin failed"
-
- doman netwatch.1 || die "doman failed"
- dodoc BUGS CHANGES README* TODO || die "dodoc failed"
-
- if use doc; then
- dohtml NetwatchKeyCommands.html || die "dohtml failed"
- fi
-}