diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-12-22 21:19:37 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-12-22 21:19:37 +0000 |
commit | 53b638172838173a51de5851646b528ccbcd7f3a (patch) | |
tree | f6406ce03e8b5adfffe8daf0cb631d955e7b0b5d /net-analyzer/hping | |
parent | Fix obvious typo. (diff) | |
download | gentoo-2-53b638172838173a51de5851646b528ccbcd7f3a.tar.gz gentoo-2-53b638172838173a51de5851646b528ccbcd7f3a.tar.bz2 gentoo-2-53b638172838173a51de5851646b528ccbcd7f3a.zip |
Do not install COPYING. Break up long line.
(Portage version: 2.2_rc60/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/hping')
-rw-r--r-- | net-analyzer/hping/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/hping/ChangeLog b/net-analyzer/hping/ChangeLog index f8574526ef6c..de4a81fd19ac 100644 --- a/net-analyzer/hping/ChangeLog +++ b/net-analyzer/hping/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/hping # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v 1.46 2009/12/22 21:17:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v 1.47 2009/12/22 21:19:37 jer Exp $ + + 22 Dec 2009; Jeroen Roovers <jer@gentoo.org> hping-2.0.0_rc3-r2.ebuild: + Do not install COPYING. Break up long line. *hping-2.0.0_rc3-r2 (22 Dec 2009) diff --git a/net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild b/net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild index 886d56549918..c436a51bcdd0 100644 --- a/net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild +++ b/net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild,v 1.1 2009/12/22 21:17:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc3-r2.ebuild,v 1.2 2009/12/22 21:19:37 jer Exp $ inherit eutils toolchain-funcs @@ -47,5 +47,6 @@ src_install () { dosym /usr/sbin/hping2 /usr/sbin/hping doman docs/hping2.8 - dodoc INSTALL KNOWN-BUGS NEWS README TODO AUTHORS BUGS CHANGES COPYING docs/AS-BACKDOOR docs/HPING2-IS-OPEN docs/MORE-FUN-WITH-IPID docs/*.txt + dodoc INSTALL KNOWN-BUGS NEWS README TODO AUTHORS BUGS CHANGES \ + docs/AS-BACKDOOR docs/HPING2-IS-OPEN docs/MORE-FUN-WITH-IPID docs/*.txt } |