summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2012-07-29 23:36:16 +0000
committerJeroen Roovers <jer@gentoo.org>2012-07-29 23:36:16 +0000
commit7632ca9fb5352cc4adcaea933831c517e4925d5b (patch)
treed4c83096fa519e93aab641acaa25649544a426d4 /net-analyzer/nettop
parentAncient. (diff)
downloadgentoo-2-7632ca9fb5352cc4adcaea933831c517e4925d5b.tar.gz
gentoo-2-7632ca9fb5352cc4adcaea933831c517e4925d5b.tar.bz2
gentoo-2-7632ca9fb5352cc4adcaea933831c517e4925d5b.zip
Old.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/nettop')
-rw-r--r--net-analyzer/nettop/ChangeLog5
-rw-r--r--net-analyzer/nettop/nettop-0.2.3-r1.ebuild42
2 files changed, 4 insertions, 43 deletions
diff --git a/net-analyzer/nettop/ChangeLog b/net-analyzer/nettop/ChangeLog
index 81a7c35ceb2b..e33cb6c59a1f 100644
--- a/net-analyzer/nettop/ChangeLog
+++ b/net-analyzer/nettop/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/nettop
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nettop/ChangeLog,v 1.25 2012/07/29 17:21:52 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nettop/ChangeLog,v 1.26 2012/07/29 23:36:15 jer Exp $
+
+ 29 Jul 2012; Jeroen Roovers <jer@gentoo.org> -nettop-0.2.3-r1.ebuild:
+ Old.
29 Jul 2012; Raúl Porcel <armin76@gentoo.org> nettop-0.2.3-r1.ebuild,
nettop-0.2.3-r2.ebuild:
diff --git a/net-analyzer/nettop/nettop-0.2.3-r1.ebuild b/net-analyzer/nettop/nettop-0.2.3-r1.ebuild
deleted file mode 100644
index 03921e678544..000000000000
--- a/net-analyzer/nettop/nettop-0.2.3-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nettop/nettop-0.2.3-r1.ebuild,v 1.6 2012/07/29 17:21:52 armin76 Exp $
-
-inherit eutils
-
-DESCRIPTION="top like program for network activity"
-SRC_URI="http://srparish.net/scripts/${P}.tar.gz"
-HOMEPAGE="http://srparish.net/software/"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="amd64 ~arm ppc x86"
-IUSE=""
-
-DEPEND="
- sys-libs/slang
- net-libs/libpcap"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- ewarn "This is known to break with distcc, see bug #169245 for details"
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-gcc411.patch
- epatch "${FILESDIR}"/${P}-offbyone.patch
-}
-
-src_compile() {
- local myconf
- myconf="--prefix=/usr"
- ./configure ${myconf} || die "configure failed"
- emake || die "emake failed"
-}
-
-src_install() {
- dosbin nettop || die
- dodoc ChangeLog README THANKS || die
-}