diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:28:56 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:28:56 +0000 |
commit | 954d5dfbfaf51b234f196f1fcd7d6fdf66a12441 (patch) | |
tree | 865d487758770150fbb4afff7836f6392cc48704 /net-analyzer/etherape | |
parent | Fix digest and other cleanups. (diff) | |
download | historical-954d5dfbfaf51b234f196f1fcd7d6fdf66a12441.tar.gz historical-954d5dfbfaf51b234f196f1fcd7d6fdf66a12441.tar.bz2 historical-954d5dfbfaf51b234f196f1fcd7d6fdf66a12441.zip |
Add inherit eutils
Diffstat (limited to 'net-analyzer/etherape')
-rw-r--r-- | net-analyzer/etherape/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/etherape/etherape-0.8.2-r1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/etherape/etherape-0.9.0.ebuild | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/net-analyzer/etherape/ChangeLog b/net-analyzer/etherape/ChangeLog index c5469f8b4990..9a07145714cf 100644 --- a/net-analyzer/etherape/ChangeLog +++ b/net-analyzer/etherape/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/etherape # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/ChangeLog,v 1.10 2004/02/06 13:16:54 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/ChangeLog,v 1.11 2004/04/27 21:08:24 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> etherape-0.9.0.ebuild: + Add inherit eutils 06 Feb 2004; Daniel Ahlberg <aliz@gentoo.org> files/etherape-0.9.0-libpcap-include.patch: diff --git a/net-analyzer/etherape/etherape-0.8.2-r1.ebuild b/net-analyzer/etherape/etherape-0.8.2-r1.ebuild index 58cc494dcd73..3daa40b3e929 100644 --- a/net-analyzer/etherape/etherape-0.8.2-r1.ebuild +++ b/net-analyzer/etherape/etherape-0.8.2-r1.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/etherape/etherape-0.8.2-r1.ebuild,v 1.10 2003/09/05 23:40:08 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/etherape-0.8.2-r1.ebuild,v 1.11 2004/04/27 21:08:24 agriffis Exp $ IUSE="nls" DESCRIPTION="A graphical network monitor for Unix modeled after etherman" diff --git a/net-analyzer/etherape/etherape-0.9.0.ebuild b/net-analyzer/etherape/etherape-0.9.0.ebuild index 6cf45f298490..e5fc755bf14a 100644 --- a/net-analyzer/etherape/etherape-0.9.0.ebuild +++ b/net-analyzer/etherape/etherape-0.9.0.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/etherape-0.9.0.ebuild,v 1.4 2004/02/06 12:55:56 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/etherape-0.9.0.ebuild,v 1.5 2004/04/27 21:08:24 agriffis Exp $ + +inherit eutils IUSE="" DESCRIPTION="A graphical network monitor for Unix modeled after etherman" |