summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2011-11-05 16:07:19 +0000
committerJeroen Roovers <jer@gentoo.org>2011-11-05 16:07:19 +0000
commit438f30f79645ae0f0e26baa7c30c07d52a72d7cc (patch)
tree10a5524cc38e60c69b7d5305d762ccb5e533f4ee /net-analyzer/authforce
parentConditionalize python related setup. (diff)
downloadgentoo-2-438f30f79645ae0f0e26baa7c30c07d52a72d7cc.tar.gz
gentoo-2-438f30f79645ae0f0e26baa7c30c07d52a72d7cc.tar.bz2
gentoo-2-438f30f79645ae0f0e26baa7c30c07d52a72d7cc.zip
Do not install COPYING.
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/authforce')
-rw-r--r--net-analyzer/authforce/ChangeLog5
-rw-r--r--net-analyzer/authforce/authforce-0.9.9.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/net-analyzer/authforce/ChangeLog b/net-analyzer/authforce/ChangeLog
index 6dec32abc3de..ed3cb1eeddfa 100644
--- a/net-analyzer/authforce/ChangeLog
+++ b/net-analyzer/authforce/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/authforce
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/authforce/ChangeLog,v 1.15 2011/07/20 14:35:31 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/authforce/ChangeLog,v 1.16 2011/11/05 16:07:19 jer Exp $
+
+ 05 Nov 2011; Jeroen Roovers <jer@gentoo.org> authforce-0.9.9.ebuild:
+ Do not install COPYING.
20 Jul 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Drop maintainer due retirement, bug #34534
diff --git a/net-analyzer/authforce/authforce-0.9.9.ebuild b/net-analyzer/authforce/authforce-0.9.9.ebuild
index 15cd139ffa1f..b8acafe0f82f 100644
--- a/net-analyzer/authforce/authforce-0.9.9.ebuild
+++ b/net-analyzer/authforce/authforce-0.9.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/authforce/authforce-0.9.9.ebuild,v 1.3 2009/06/09 15:49:40 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/authforce/authforce-0.9.9.ebuild,v 1.4 2011/11/05 16:07:19 jer Exp $
DESCRIPTION="An HTTP authentication brute forcer"
HOMEPAGE="http://www.divineinvasion.net/authforce"
@@ -21,5 +21,5 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" install || die
- dodoc AUTHORS BUGS COPYING INSTALL NEWS README THANKS TODO
+ dodoc AUTHORS BUGS INSTALL NEWS README THANKS TODO
}