summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2007-09-06 17:23:45 +0000
committerMarkus Ullmann <jokey@gentoo.org>2007-09-06 17:23:45 +0000
commit0f3b75d61db2847e69489af04df0e0a91381550c (patch)
treec51c5b27ae5436ec7ad896b08670eeab60c3cf1c /net-analyzer/iptraf
parentCleanup (diff)
downloadgentoo-2-0f3b75d61db2847e69489af04df0e0a91381550c.tar.gz
gentoo-2-0f3b75d61db2847e69489af04df0e0a91381550c.tar.bz2
gentoo-2-0f3b75d61db2847e69489af04df0e0a91381550c.zip
Cleanup
(Portage version: 2.1.3.7)
Diffstat (limited to 'net-analyzer/iptraf')
-rw-r--r--net-analyzer/iptraf/ChangeLog5
-rw-r--r--net-analyzer/iptraf/files/digest-iptraf-3.0.03
-rw-r--r--net-analyzer/iptraf/iptraf-3.0.0.ebuild40
3 files changed, 4 insertions, 44 deletions
diff --git a/net-analyzer/iptraf/ChangeLog b/net-analyzer/iptraf/ChangeLog
index b5b8451c1811..28324ec5c74b 100644
--- a/net-analyzer/iptraf/ChangeLog
+++ b/net-analyzer/iptraf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/iptraf
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/ChangeLog,v 1.59 2007/09/03 05:40:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/ChangeLog,v 1.60 2007/09/06 17:23:45 jokey Exp $
+
+ 06 Sep 2007; Markus Ullmann <jokey@gentoo.org> -iptraf-3.0.0.ebuild:
+ Cleanup
03 Sep 2007; Jeroen Roovers <jer@gentoo.org> iptraf-3.0.0-r4.ebuild:
Back to ~arch (bug #190032).
diff --git a/net-analyzer/iptraf/files/digest-iptraf-3.0.0 b/net-analyzer/iptraf/files/digest-iptraf-3.0.0
deleted file mode 100644
index 335cb474aa92..000000000000
--- a/net-analyzer/iptraf/files/digest-iptraf-3.0.0
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 377371c28ee3c21a76f7024920649ea8 iptraf-3.0.0.tar.gz 575169
-RMD160 aaef797076056d6b788a9c9eff29500060594526 iptraf-3.0.0.tar.gz 575169
-SHA256 9ee433d95573d612539da4b452e6cdcbca6ab6674a88bfbf6eaf12d4902b5163 iptraf-3.0.0.tar.gz 575169
diff --git a/net-analyzer/iptraf/iptraf-3.0.0.ebuild b/net-analyzer/iptraf/iptraf-3.0.0.ebuild
deleted file mode 100644
index 6c6dad3759c0..000000000000
--- a/net-analyzer/iptraf/iptraf-3.0.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-3.0.0.ebuild,v 1.2 2006/03/05 20:53:03 jokey Exp $
-
-inherit eutils
-
-DESCRIPTION="IPTraf is an ncurses-based IP LAN monitor"
-HOMEPAGE="http://iptraf.seul.org/"
-SRC_URI="ftp://iptraf.seul.org/pub/iptraf/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-DEPEND=">=sys-libs/ncurses-5.2-r1"
-
-src_unpack() {
- unpack ${P}.tar.gz
- cd "${S}"
- epatch "${FILESDIR}"/${P}-atheros.patch
- epatch "${FILESDIR}"/${P}-build.patch
- epatch "${FILESDIR}"/${P}-linux-headers.patch
- sed -i \
- -e 's:/var/local/iptraf:/var/lib/iptraf:g' \
- -e "s:Documentation/:/usr/share/doc/${PF}:g" \
- Documentation/*.* || die "sed doc paths"
-}
-
-src_compile() {
- emake CFLAGS="${CFLAGS}" LDOPTS="${LDFLAGS}" TARGET="/usr/sbin" WORKDIR="/var/lib/iptraf" -C src || die
-}
-
-src_install() {
- dosbin src/{iptraf,rawtime,rvnamed} || die
- dodoc FAQ README* CHANGES RELEASE-NOTES
- doman Documentation/*.8
- dohtml -r Documentation/*
- keepdir /var/{lib,run,log}/iptraf
-}