summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2006-03-05 21:13:54 +0000
committerMarkus Ullmann <jokey@gentoo.org>2006-03-05 21:13:54 +0000
commitb50a9f648cc815e05fd59622789471d5a108ee90 (patch)
tree1cb2ff9654f51864031a18ee413b287f8305954a /net-analyzer/libnasl
parentinitial import (diff)
downloadhistorical-b50a9f648cc815e05fd59622789471d5a108ee90.tar.gz
historical-b50a9f648cc815e05fd59622789471d5a108ee90.tar.bz2
historical-b50a9f648cc815e05fd59622789471d5a108ee90.zip
COPYING cleanup
Package-Manager: portage-2.1_pre5-r4
Diffstat (limited to 'net-analyzer/libnasl')
-rw-r--r--net-analyzer/libnasl/ChangeLog5
-rw-r--r--net-analyzer/libnasl/libnasl-2.3.1.ebuild3
2 files changed, 5 insertions, 3 deletions
diff --git a/net-analyzer/libnasl/ChangeLog b/net-analyzer/libnasl/ChangeLog
index 7c340dacb10f..86a4c7b8cb67 100644
--- a/net-analyzer/libnasl/ChangeLog
+++ b/net-analyzer/libnasl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/libnasl
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.77 2006/02/19 01:44:10 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/ChangeLog,v 1.78 2006/03/05 21:13:54 jokey Exp $
+
+ 05 Mar 2006; Markus Ullmann <jokey@gentoo.org> libnasl-2.3.1.ebuild:
+ COPYING cleanup
19 Feb 2006; Marcelo Goes <vanquirius@gentoo.org> -libnasl-2.2.4.ebuild:
Remove 2.2.4 ebuild.
diff --git a/net-analyzer/libnasl/libnasl-2.3.1.ebuild b/net-analyzer/libnasl/libnasl-2.3.1.ebuild
index 3a64de9d0098..8d61c7363bba 100644
--- a/net-analyzer/libnasl/libnasl-2.3.1.ebuild
+++ b/net-analyzer/libnasl/libnasl-2.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.3.1.ebuild,v 1.2 2006/02/18 19:44:46 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/libnasl/libnasl-2.3.1.ebuild,v 1.3 2006/03/05 21:13:54 jokey Exp $
inherit toolchain-funcs
@@ -27,5 +27,4 @@ src_compile() {
src_install() {
make DESTDIR=${D} install || die "Install failed libnasl"
- dodoc COPYING
}