diff options
author | Michael Boman <mboman@gentoo.org> | 2004-03-21 12:58:30 +0000 |
---|---|---|
committer | Michael Boman <mboman@gentoo.org> | 2004-03-21 12:58:30 +0000 |
commit | e074389af95415e5adaddb16f11a88cfa5dfd6e1 (patch) | |
tree | a3f761fdf0e26126900b6ee312723bdb9daea9dc /net-analyzer/nload | |
parent | QA: IUSE variable was missing. (Manifest recommit) (diff) | |
download | gentoo-2-e074389af95415e5adaddb16f11a88cfa5dfd6e1.tar.gz gentoo-2-e074389af95415e5adaddb16f11a88cfa5dfd6e1.tar.bz2 gentoo-2-e074389af95415e5adaddb16f11a88cfa5dfd6e1.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/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/nload/nload-0.4.0.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/nload/nload-0.5.0.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/nload/nload-0.6.0.ebuild | 10 |
4 files changed, 15 insertions, 14 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/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" } |