diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2014-08-30 18:18:59 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2014-08-30 18:18:59 +0000 |
commit | 08d73dcb2ca58e4e2ad09331abb57fe47a8dc320 (patch) | |
tree | 38d3be84f3fda2a55c822e0cec68e437feb2bc03 /net-analyzer/nikto | |
parent | #489240: version bump to 2.1.5 + EAPI bump to 5 (diff) | |
download | gentoo-2-08d73dcb2ca58e4e2ad09331abb57fe47a8dc320.tar.gz gentoo-2-08d73dcb2ca58e4e2ad09331abb57fe47a8dc320.tar.bz2 gentoo-2-08d73dcb2ca58e4e2ad09331abb57fe47a8dc320.zip |
#489240: version bump to 2.1.5 + EAPI bump to 5
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-analyzer/nikto')
-rw-r--r-- | net-analyzer/nikto/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/nikto/nikto-2.1.5.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net-analyzer/nikto/ChangeLog b/net-analyzer/nikto/ChangeLog index 667bb4770021..705963286aa8 100644 --- a/net-analyzer/nikto/ChangeLog +++ b/net-analyzer/nikto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/nikto # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v 1.29 2014/08/10 20:59:48 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/ChangeLog,v 1.30 2014/08/30 18:18:59 monsieurp Exp $ + + 30 Aug 2014; <patrice@gentoo.org> nikto-2.1.5.ebuild: + #489240: version bump to 2.1.5 + EAPI bump to 5 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> nikto-1.36.ebuild, nikto-2.03.ebuild, nikto-2.1.4.ebuild: diff --git a/net-analyzer/nikto/nikto-2.1.5.ebuild b/net-analyzer/nikto/nikto-2.1.5.ebuild index 2ed270fb4a55..74dc7f257607 100644 --- a/net-analyzer/nikto/nikto-2.1.5.ebuild +++ b/net-analyzer/nikto/nikto-2.1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-2.1.5.ebuild,v 1.1 2014/08/30 17:48:49 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nikto/nikto-2.1.5.ebuild,v 1.2 2014/08/30 18:18:59 monsieurp Exp $ EAPI=5 inherit perl-module @@ -51,7 +51,6 @@ src_install() { for pm in ${NIKTO_PMS}; do dosym /usr/share/nikto/plugins/${pm} ${VENDOR_LIB}/${pm} done - dodoc docs/*.txt || die dohtml docs/nikto_manual.html || die |