diff options
author | David Holm <dholm@gentoo.org> | 2004-02-15 11:46:56 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-02-15 11:46:56 +0000 |
commit | c75bcf038e09df35dbacf4bdcf9a5986900b6451 (patch) | |
tree | 1750ba5ad63426a9de594ecd13b8e4bf22db5c1b /net-analyzer | |
parent | Corrected buggy noweb use flag stuff (Manifest recommit) (diff) | |
download | gentoo-2-c75bcf038e09df35dbacf4bdcf9a5986900b6451.tar.gz gentoo-2-c75bcf038e09df35dbacf4bdcf9a5986900b6451.tar.bz2 gentoo-2-c75bcf038e09df35dbacf4bdcf9a5986900b6451.zip |
Added to ~ppc
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nload/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/nload/nload-0.5.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/nload/ChangeLog b/net-analyzer/nload/ChangeLog index 4e84e7d47f7b..54e78f06ba0c 100644 --- a/net-analyzer/nload/ChangeLog +++ b/net-analyzer/nload/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/nload -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/ChangeLog,v 1.6 2003/02/12 07:48:37 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/ChangeLog,v 1.7 2004/02/15 11:46:56 dholm Exp $ + + 15 Feb 2004; David Holm <dholm@gentoo.org> nload-0.5.0.ebuild: + Added to ~ppc. 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/net-analyzer/nload/nload-0.5.0.ebuild b/net-analyzer/nload/nload-0.5.0.ebuild index 2457ca9643c0..831fde782c5f 100644 --- a/net-analyzer/nload/nload-0.5.0.ebuild +++ b/net-analyzer/nload/nload-0.5.0.ebuild @@ -1,6 +1,6 @@ -# 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.5.0.ebuild,v 1.6 2003/09/05 23:40:10 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.5.0.ebuild,v 1.7 2004/02/15 11:46:56 dholm Exp $ S=${WORKDIR}/${P} DESCRIPTION="console application which monitors network traffic and bandwidth usage in real time" @@ -9,7 +9,7 @@ HOMEPAGE="http://roland-riegel.de/nload/index_en.html" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc " +KEYWORDS="x86 sparc ~ppc" DEPEND=">=sys-libs/ncurses-5.2" |