diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:58:00 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2014-08-10 20:58:00 +0000 |
commit | 4728c7183003cf6783ac785ecfc0b7b7b7a23881 (patch) | |
tree | da75260cc95dbde58f9ca011bbb2949f6ad63d8e /net-analyzer | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-4728c7183003cf6783ac785ecfc0b7b7b7a23881.tar.gz gentoo-2-4728c7183003cf6783ac785ecfc0b7b7b7a23881.tar.bz2 gentoo-2-4728c7183003cf6783ac785ecfc0b7b7b7a23881.zip |
QA: drop trailing '.' from DESCRIPTION
(Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ifstat/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ifstat/ifstat-1.1-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/ifstat/ChangeLog b/net-analyzer/ifstat/ChangeLog index fcdb37a6e1b6..f9539e15744e 100644 --- a/net-analyzer/ifstat/ChangeLog +++ b/net-analyzer/ifstat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ifstat # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifstat/ChangeLog,v 1.34 2014/01/19 12:27:32 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifstat/ChangeLog,v 1.35 2014/08/10 20:58:00 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> ifstat-1.1-r2.ebuild: + QA: drop trailing '.' from DESCRIPTION 19 Jan 2014; Jeroen Roovers <jer@gentoo.org> ifstat-1.1-r2.ebuild, +files/ifstat-1.1-hardened.patch: diff --git a/net-analyzer/ifstat/ifstat-1.1-r2.ebuild b/net-analyzer/ifstat/ifstat-1.1-r2.ebuild index c983888f3f78..addf4aaa2cf8 100644 --- a/net-analyzer/ifstat/ifstat-1.1-r2.ebuild +++ b/net-analyzer/ifstat/ifstat-1.1-r2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifstat/ifstat-1.1-r2.ebuild,v 1.9 2014/01/19 12:27:32 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifstat/ifstat-1.1-r2.ebuild,v 1.10 2014/08/10 20:58:00 slyfox Exp $ EAPI=4 inherit autotools eutils IUSE="snmp" -DESCRIPTION="Network interface bandwidth usage, with support for snmp targets." +DESCRIPTION="Network interface bandwidth usage, with support for snmp targets" SRC_URI="http://gael.roualland.free.fr/ifstat/${P}.tar.gz" HOMEPAGE="http://gael.roualland.free.fr/ifstat/" |