diff options
author | Michael Boman <mboman@gentoo.org> | 2004-03-16 01:55:44 +0000 |
---|---|---|
committer | Michael Boman <mboman@gentoo.org> | 2004-03-16 01:55:44 +0000 |
commit | 70cde3c93859fc825dd1bebdd77d2311a8bf2536 (patch) | |
tree | 35a7fbdae561c194b345ed33d25975022189c37a /net-analyzer/nload | |
parent | Changed ebuilds to use 'sed -i ...' instead of 'sed ... < file > file.new' sy... (diff) | |
download | historical-70cde3c93859fc825dd1bebdd77d2311a8bf2536.tar.gz historical-70cde3c93859fc825dd1bebdd77d2311a8bf2536.tar.bz2 historical-70cde3c93859fc825dd1bebdd77d2311a8bf2536.zip |
Updated ebuild to use epatch instead of patch.
Diffstat (limited to 'net-analyzer/nload')
-rw-r--r-- | net-analyzer/nload/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/nload/nload-0.5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/nload/ChangeLog b/net-analyzer/nload/ChangeLog index 0fc5db1bc6c6..08d3b2734f72 100644 --- a/net-analyzer/nload/ChangeLog +++ b/net-analyzer/nload/ChangeLog @@ -1,6 +1,9 @@ # 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.8 2004/02/25 07:58:27 mboman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/ChangeLog,v 1.9 2004/03/16 01:55:44 mboman Exp $ + + 16 Mar 2004; Michael Boman <mboman@gentoo.org> nload-0.5.0.ebuild: + Updated ebuild to use epatch instead of patch. *nload-0.6.0 (25 Feb 2004) diff --git a/net-analyzer/nload/nload-0.5.0.ebuild b/net-analyzer/nload/nload-0.5.0.ebuild index 831fde782c5f..92700bc130b0 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-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.7 2004/02/15 11:46:56 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nload/nload-0.5.0.ebuild,v 1.8 2004/03/16 01:55:44 mboman Exp $ S=${WORKDIR}/${P} DESCRIPTION="console application which monitors network traffic and bandwidth usage in real time" @@ -16,7 +16,7 @@ DEPEND=">=sys-libs/ncurses-5.2" src_unpack() { unpack ${A} cd ${S} - patch -p1 <${FILESDIR}/nload-0.5.0-gcc3-gentoo.patch + epatch ${FILESDIR}/nload-0.5.0-gcc3-gentoo.patch } src_compile() { |