summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boman <mboman@gentoo.org>2004-03-21 12:58:30 +0000
committerMichael Boman <mboman@gentoo.org>2004-03-21 12:58:30 +0000
commit83a542fb7d40aabbe14e5bd4cdb756557f935fe1 (patch)
tree8424583d88471b484cc0744e9a5835c62619963f /net-analyzer/nload
parentQA: IUSE variable was missing. (diff)
downloadhistorical-83a542fb7d40aabbe14e5bd4cdb756557f935fe1.tar.gz
historical-83a542fb7d40aabbe14e5bd4cdb756557f935fe1.tar.bz2
historical-83a542fb7d40aabbe14e5bd4cdb756557f935fe1.zip
QA: IUSE variable was missing, unnecessary definition of S removed, inherit eutils where needed.
Diffstat (limited to 'net-analyzer/nload')
-rw-r--r--net-analyzer/nload/ChangeLog7
-rw-r--r--net-analyzer/nload/Manifest8
-rw-r--r--net-analyzer/nload/nload-0.4.0.ebuild6
-rw-r--r--net-analyzer/nload/nload-0.5.0.ebuild6
-rw-r--r--net-analyzer/nload/nload-0.6.0.ebuild10
5 files changed, 19 insertions, 18 deletions
diff --git a/net-analyzer/nload/ChangeLog b/net-analyzer/nload/ChangeLog
index 08d3b2734f72..14a2ba4bf045 100644
--- a/net-analyzer/nload/ChangeLog
+++ b/net-analyzer/nload/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/nload
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/ChangeLog,v 1.9 2004/03/16 01:55:44 mboman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/ChangeLog,v 1.10 2004/03/21 12:58:30 mboman Exp $
+
+ 21 Mar 2004; Michael Boman <mboman@gentoo.org> nload-0.4.0.ebuild,
+ nload-0.5.0.ebuild, nload-0.6.0.ebuild:
+ QA: IUSE variable was missing, unnecessary definition of S removed, inherit
+ eutils where needed.
16 Mar 2004; Michael Boman <mboman@gentoo.org> nload-0.5.0.ebuild:
Updated ebuild to use epatch instead of patch.
diff --git a/net-analyzer/nload/Manifest b/net-analyzer/nload/Manifest
index a4218d0dfb20..c3a4c985935b 100644
--- a/net-analyzer/nload/Manifest
+++ b/net-analyzer/nload/Manifest
@@ -1,8 +1,8 @@
-MD5 e5a42b5a97034abb09ceb4d0875235d3 ChangeLog 1754
+MD5 2cdba06a9c249703d6f964aa5839643e ChangeLog 1968
MD5 973561a9f8af7319f312cc6cc86873fb metadata.xml 342
-MD5 9fec9f1499d69dd130560707b137076e nload-0.4.0.ebuild 808
-MD5 dd918c0ffe4a8a002cf8be224463b9d5 nload-0.5.0.ebuild 900
-MD5 4275969aa8c39269e280964f3a5d515e nload-0.6.0.ebuild 870
+MD5 861387c58a27a726105a9b6211feb8f4 nload-0.4.0.ebuild 797
+MD5 41460d706b9ea764c3b7cee3239ea618 nload-0.5.0.ebuild 906
+MD5 7f6f12c47563bae2fadafaee5e757f34 nload-0.6.0.ebuild 717
MD5 82010196b674db760feb74f0c745481d files/digest-nload-0.4.0 62
MD5 11473d2c929146cafe81a4318a3e0e74 files/digest-nload-0.5.0 63
MD5 87062647c5d50c2924833ed2e4cff7a4 files/digest-nload-0.6.0 63
diff --git a/net-analyzer/nload/nload-0.4.0.ebuild b/net-analyzer/nload/nload-0.4.0.ebuild
index 5b201d7e51c7..cb3fd671ae11 100644
--- a/net-analyzer/nload/nload-0.4.0.ebuild
+++ b/net-analyzer/nload/nload-0.4.0.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.4.0.ebuild,v 1.9 2003/09/05 23:40:10 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.4.0.ebuild,v 1.10 2004/03/21 12:58:30 mboman Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="console application which monitors network traffic and bandwidth usage in real time"
SRC_URI="mirror://sourceforge/nload/${P}.tar.gz"
HOMEPAGE="http://roland-riegel.de/nload/index_en.html"
@@ -10,6 +9,7 @@ HOMEPAGE="http://roland-riegel.de/nload/index_en.html"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 sparc "
+IUSE=""
DEPEND=">=sys-libs/ncurses-5.2"
diff --git a/net-analyzer/nload/nload-0.5.0.ebuild b/net-analyzer/nload/nload-0.5.0.ebuild
index 92700bc130b0..8c9c3c4aeee5 100644
--- a/net-analyzer/nload/nload-0.5.0.ebuild
+++ b/net-analyzer/nload/nload-0.5.0.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.5.0.ebuild,v 1.8 2004/03/16 01:55:44 mboman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.5.0.ebuild,v 1.9 2004/03/21 12:58:30 mboman Exp $
+
+inherit eutils
-S=${WORKDIR}/${P}
DESCRIPTION="console application which monitors network traffic and bandwidth usage in real time"
SRC_URI="mirror://sourceforge/nload/${P}.tar.gz"
HOMEPAGE="http://roland-riegel.de/nload/index_en.html"
@@ -10,6 +11,7 @@ HOMEPAGE="http://roland-riegel.de/nload/index_en.html"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 sparc ~ppc"
+IUSE=""
DEPEND=">=sys-libs/ncurses-5.2"
diff --git a/net-analyzer/nload/nload-0.6.0.ebuild b/net-analyzer/nload/nload-0.6.0.ebuild
index 05a85360efef..10e735ab2fa0 100644
--- a/net-analyzer/nload/nload-0.6.0.ebuild
+++ b/net-analyzer/nload/nload-0.6.0.ebuild
@@ -1,8 +1,7 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.6.0.ebuild,v 1.1 2004/02/25 07:58:27 mboman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.6.0.ebuild,v 1.2 2004/03/21 12:58:30 mboman Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="console application which monitors network traffic and bandwidth usage in real time"
SRC_URI="mirror://sourceforge/nload/${P}.tar.gz"
HOMEPAGE="http://roland-riegel.de/nload/index_en.html"
@@ -10,16 +9,11 @@ HOMEPAGE="http://roland-riegel.de/nload/index_en.html"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~sparc ~ppc"
+IUSE=""
DEPEND=">=sys-libs/ncurses-5.2"
src_compile() {
- #./configure \
- # --prefix=/usr \
- # --infodir=/usr/share/info \
- # --mandir=/usr/share/man \
- # --host=${CHOST} || die "./configure failed"
-
econf || die "./configure failed"
emake || die "compile failed"
}