diff options
author | 2014-08-10 21:01:11 +0000 | |
---|---|---|
committer | 2014-08-10 21:01:11 +0000 | |
commit | 1d5ba57c2e4b521e1152683e7d3d54fcbb015e37 (patch) | |
tree | 98281fd85c3dfd2441525057c1ceb0a6231ac64f /net-analyzer | |
parent | QA: drop trailing '.' from DESCRIPTION (diff) | |
download | gentoo-2-1d5ba57c2e4b521e1152683e7d3d54fcbb015e37.tar.gz gentoo-2-1d5ba57c2e4b521e1152683e7d3d54fcbb015e37.tar.bz2 gentoo-2-1d5ba57c2e4b521e1152683e7d3d54fcbb015e37.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/zniper/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/zniper/zniper-1.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/zniper/ChangeLog b/net-analyzer/zniper/ChangeLog index 1e5a83097780..5f9852f49a7a 100644 --- a/net-analyzer/zniper/ChangeLog +++ b/net-analyzer/zniper/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/zniper # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zniper/ChangeLog,v 1.7 2014/07/18 12:23:49 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zniper/ChangeLog,v 1.8 2014/08/10 21:01:11 slyfox Exp $ + + 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> zniper-1.0-r1.ebuild: + QA: drop trailing '.' from DESCRIPTION 18 Jul 2014; Jeroen Roovers <jer@gentoo.org> zniper-1.0-r1.ebuild: EAPI bump. Do not install README. Fix building against diff --git a/net-analyzer/zniper/zniper-1.0-r1.ebuild b/net-analyzer/zniper/zniper-1.0-r1.ebuild index 79d19e7459eb..94c59366ee43 100644 --- a/net-analyzer/zniper/zniper-1.0-r1.ebuild +++ b/net-analyzer/zniper/zniper-1.0-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zniper/zniper-1.0-r1.ebuild,v 1.5 2014/07/18 12:23:49 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zniper/zniper-1.0-r1.ebuild,v 1.6 2014/08/10 21:01:11 slyfox Exp $ EAPI=5 inherit toolchain-funcs -DESCRIPTION="Displays and kill active TCP connections seen by the selected interface." +DESCRIPTION="Displays and kill active TCP connections seen by the selected interface" HOMEPAGE="http://www.signedness.org/tools/" SRC_URI="https://dev.gentoo.org/~jer/${P}.tgz" |