diff options
author | Markus Ullmann <jokey@gentoo.org> | 2006-03-05 20:39:05 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2006-03-05 20:39:05 +0000 |
commit | 788e2c836d566f6347b64062598f3e4067f6f98a (patch) | |
tree | 2ca033e01442e0a0e0d68291973114718e933998 /net-analyzer/ifstat | |
parent | INSTALL cleanup (diff) | |
download | historical-788e2c836d566f6347b64062598f3e4067f6f98a.tar.gz historical-788e2c836d566f6347b64062598f3e4067f6f98a.tar.bz2 historical-788e2c836d566f6347b64062598f3e4067f6f98a.zip |
COPYING/INSTALL cleanup
Package-Manager: portage-2.1_pre5-r4
Diffstat (limited to 'net-analyzer/ifstat')
-rw-r--r-- | net-analyzer/ifstat/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/ifstat/ifstat-1.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/ifstat/ChangeLog b/net-analyzer/ifstat/ChangeLog index a072cd292989..eb4fd9ad251d 100644 --- a/net-analyzer/ifstat/ChangeLog +++ b/net-analyzer/ifstat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ifstat -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifstat/ChangeLog,v 1.15 2005/04/29 23:28:54 gustavoz Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifstat/ChangeLog,v 1.16 2006/03/05 20:39:05 jokey Exp $ + + 05 Mar 2006; Markus Ullmann <jokey@gentoo.org> ifstat-1.1.ebuild: + COPYING/INSTALL cleanup 29 Apr 2005; Gustavo Zacarias <gustavoz@gentoo.org> -ifstat-1.0.ebuild, ifstat-1.1.ebuild: diff --git a/net-analyzer/ifstat/ifstat-1.1.ebuild b/net-analyzer/ifstat/ifstat-1.1.ebuild index 6b66d48b769b..5caa0fd9ef82 100644 --- a/net-analyzer/ifstat/ifstat-1.1.ebuild +++ b/net-analyzer/ifstat/ifstat-1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifstat/ifstat-1.1.ebuild,v 1.11 2005/04/29 23:28:54 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifstat/ifstat-1.1.ebuild,v 1.12 2006/03/05 20:39:05 jokey Exp $ IUSE="snmp" @@ -22,5 +22,5 @@ src_compile() { src_install () { einstall || die - dodoc COPYING HISTORY INSTALL README TODO VERSION + dodoc HISTORY README TODO VERSION } |