summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-dialup/isdndump/ChangeLog5
-rw-r--r--net-dialup/isdndump/isdndump-0.01.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-dialup/isdndump/ChangeLog b/net-dialup/isdndump/ChangeLog
index 1012791bf120..559fd49a617d 100644
--- a/net-dialup/isdndump/ChangeLog
+++ b/net-dialup/isdndump/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dialup/isdndump
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdndump/ChangeLog,v 1.1 2005/08/20 11:49:55 sbriesen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdndump/ChangeLog,v 1.2 2005/10/04 18:45:49 mrness Exp $
+
+ 04 Oct 2005; Alin Nastac <mrness@gentoo.org> isdndump-0.01.ebuild:
+ Remove INSTALL from docs.
*isdndump-0.01 (20 Aug 2005)
diff --git a/net-dialup/isdndump/isdndump-0.01.ebuild b/net-dialup/isdndump/isdndump-0.01.ebuild
index c6f5d2b4e7c7..f326fb09384a 100644
--- a/net-dialup/isdndump/isdndump-0.01.ebuild
+++ b/net-dialup/isdndump/isdndump-0.01.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdndump/isdndump-0.01.ebuild,v 1.1 2005/08/20 11:49:55 sbriesen Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/isdndump/isdndump-0.01.ebuild,v 1.2 2005/10/04 18:45:49 mrness Exp $
inherit eutils rpm
@@ -24,5 +24,5 @@ src_compile() {
src_install() {
dobin isdndump
- dodoc ChangeLog INSTALL README TODO
+ dodoc ChangeLog README TODO
}