summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2012-07-29 23:38:44 +0000
committerJeroen Roovers <jer@gentoo.org>2012-07-29 23:38:44 +0000
commit2b6ec0cd90322faeaec5e068050382a88339f7b6 (patch)
tree4ffa5b0e11de86df3bfeedeac2d9510810595df9 /net-analyzer/nload
parentrestore accidentally removed version (diff)
downloadgentoo-2-2b6ec0cd90322faeaec5e068050382a88339f7b6.tar.gz
gentoo-2-2b6ec0cd90322faeaec5e068050382a88339f7b6.tar.bz2
gentoo-2-2b6ec0cd90322faeaec5e068050382a88339f7b6.zip
Old.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/nload')
-rw-r--r--net-analyzer/nload/ChangeLog5
-rw-r--r--net-analyzer/nload/nload-0.7.3.ebuild22
2 files changed, 4 insertions, 23 deletions
diff --git a/net-analyzer/nload/ChangeLog b/net-analyzer/nload/ChangeLog
index 4a0fd1411109..91a1d3c1781a 100644
--- a/net-analyzer/nload/ChangeLog
+++ b/net-analyzer/nload/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/nload
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/ChangeLog,v 1.43 2012/07/29 17:27:15 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/ChangeLog,v 1.44 2012/07/29 23:38:44 jer Exp $
+
+ 29 Jul 2012; Jeroen Roovers <jer@gentoo.org> -nload-0.7.3.ebuild:
+ Old.
29 Jul 2012; Raúl Porcel <armin76@gentoo.org> nload-0.7.3.ebuild,
nload-0.7.4.ebuild:
diff --git a/net-analyzer/nload/nload-0.7.3.ebuild b/net-analyzer/nload/nload-0.7.3.ebuild
deleted file mode 100644
index 86ac24e98ffc..000000000000
--- a/net-analyzer/nload/nload-0.7.3.ebuild
+++ /dev/null
@@ -1,22 +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/nload/nload-0.7.3.ebuild,v 1.6 2012/07/29 17:27:15 armin76 Exp $
-
-EAPI="4"
-
-DESCRIPTION="console application which monitors network traffic and bandwidth usage in real time"
-HOMEPAGE="http://www.roland-riegel.de/nload/index.html"
-SRC_URI="http://www.roland-riegel.de/nload/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND=">=sys-libs/ncurses-5.2"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- # --enable-debug do not strip debugging symbols (default no)
- econf --enable-debug
-}