summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Góes <vanquirius@gentoo.org>2005-06-25 22:33:18 +0000
committerMarcelo Góes <vanquirius@gentoo.org>2005-06-25 22:33:18 +0000
commit71be9de7402b626ef0adac0dbedca47698694f6c (patch)
treeb1375d4d3c22bf1855c5bd8aa6ca17177fde296f /net-analyzer/iptraf
parentrev bump to rc3k to support 2.6.12 kernels. (diff)
downloadgentoo-2-71be9de7402b626ef0adac0dbedca47698694f6c.tar.gz
gentoo-2-71be9de7402b626ef0adac0dbedca47698694f6c.tar.bz2
gentoo-2-71be9de7402b626ef0adac0dbedca47698694f6c.zip
remove old ebuild, add j1 to emake
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-analyzer/iptraf')
-rw-r--r--net-analyzer/iptraf/ChangeLog6
-rw-r--r--net-analyzer/iptraf/Manifest16
-rw-r--r--net-analyzer/iptraf/files/digest-iptraf-2.7.01
-rw-r--r--net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild4
-rw-r--r--net-analyzer/iptraf/iptraf-2.7.0.ebuild28
5 files changed, 9 insertions, 46 deletions
diff --git a/net-analyzer/iptraf/ChangeLog b/net-analyzer/iptraf/ChangeLog
index 340a24671e3c..b96c6dc47103 100644
--- a/net-analyzer/iptraf/ChangeLog
+++ b/net-analyzer/iptraf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/iptraf
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/ChangeLog,v 1.27 2005/04/10 23:38:14 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/ChangeLog,v 1.28 2005/06/25 22:33:18 vanquirius Exp $
+
+ 25 Jun 2005; Marcelo Goes <vanquirius@gentoo.org> -iptraf-2.7.0.ebuild,
+ iptraf-2.7.0-r1.ebuild:
+ Remove old ebuild, add -j1 to emake.
10 Apr 2005; Andrej Kacian <ticho@gentoo.org> iptraf-2.7.0-r1.ebuild:
Stable on amd64.
diff --git a/net-analyzer/iptraf/Manifest b/net-analyzer/iptraf/Manifest
index 8480c78de321..6a7536936913 100644
--- a/net-analyzer/iptraf/Manifest
+++ b/net-analyzer/iptraf/Manifest
@@ -1,17 +1,5 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
+MD5 9c0a2cc1d862adb090b7cf9105662073 iptraf-2.7.0-r1.ebuild 1263
MD5 92b21ee0011381ad63942bed173ff6a0 ChangeLog 3126
MD5 a94566c6927ccaeca24681c25540624d metadata.xml 236
-MD5 c9bffeaf46df5f049cac7648916475ab iptraf-2.7.0.ebuild 843
-MD5 0f9e0bc956b85474f930cce31c61a644 iptraf-2.7.0-r1.ebuild 1259
-MD5 1bf72405b3017f7732841188b6914160 files/iptraf-2.7.0-atheros.patch 1644
-MD5 68d035b52bb75c049cc9a59f51ce2a07 files/digest-iptraf-2.7.0 64
MD5 1822bd37e9eff2ce7881d2a46c074037 files/digest-iptraf-2.7.0-r1 138
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCWbj1QlM6RnzZP+IRAh+kAJ0UBdtLMZjRGwI+H0vZxS4TSygm1QCfYyKt
-O8JuZc9Ov3/1Soo/2MaWmtI=
-=KrTo
------END PGP SIGNATURE-----
+MD5 1bf72405b3017f7732841188b6914160 files/iptraf-2.7.0-atheros.patch 1644
diff --git a/net-analyzer/iptraf/files/digest-iptraf-2.7.0 b/net-analyzer/iptraf/files/digest-iptraf-2.7.0
deleted file mode 100644
index be6e59e6aabe..000000000000
--- a/net-analyzer/iptraf/files/digest-iptraf-2.7.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7ff0bc933a0a57a4ca9e2b0443307539 iptraf-2.7.0.tar.gz 363496
diff --git a/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild b/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild
index ea3d482f1c91..c7c4c2fbca0e 100644
--- a/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild
+++ b/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild,v 1.18 2005/04/10 23:38:14 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild,v 1.19 2005/06/25 22:33:18 vanquirius Exp $
inherit eutils
@@ -30,7 +30,7 @@ src_unpack() {
src_compile() {
cd src
- emake CFLAGS="$CFLAGS" DEBUG="" TARGET="/usr/sbin" WORKDIR="/var/lib/iptraf" \
+ emake -j1 CFLAGS="$CFLAGS" DEBUG="" TARGET="/usr/sbin" WORKDIR="/var/lib/iptraf" \
clean all || die "emake failed"
}
diff --git a/net-analyzer/iptraf/iptraf-2.7.0.ebuild b/net-analyzer/iptraf/iptraf-2.7.0.ebuild
deleted file mode 100644
index 615356670264..000000000000
--- a/net-analyzer/iptraf/iptraf-2.7.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-2.7.0.ebuild,v 1.19 2005/01/25 13:30:22 corsair Exp $
-
-DESCRIPTION="IPTraf is an ncurses-based IP LAN monitor"
-SRC_URI="ftp://ftp.cebu.mozcom.com/pub/linux/net/${P}.tar.gz"
-HOMEPAGE="http://cebu.mozcom.com/riker/iptraf/"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc sparc alpha hppa mips"
-
-DEPEND=">=sys-libs/ncurses-5.2-r1"
-IUSE=""
-
-src_compile() {
- cd src
- emake CFLAGS="$CFLAGS" DEBUG="" TARGET="/usr/sbin" WORKDIR="/var/lib/iptraf" \
- clean all || die "emake failed"
-}
-
-src_install() {
- dosbin src/{iptraf,cfconv,rvnamed}
- dodoc FAQ README* CHANGES RELEASE-NOTES LICENSE INSTALL
- doman Documentation/*.8
- dohtml Documentation/*.html
- keepdir /var/{lib,run,log}/iptraf
-}