summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2005-11-07 12:51:07 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2005-11-07 12:51:07 +0000
commiteabd7b054947c0d3ca68ecf06390dea0d1a5cc78 (patch)
treee3c5459b7ed97898d22362b53543e3487dc4097e /x11-plugins
parentWiped out INSTALL from dodoc entries. (diff)
downloadgentoo-2-eabd7b054947c0d3ca68ecf06390dea0d1a5cc78.tar.gz
gentoo-2-eabd7b054947c0d3ca68ecf06390dea0d1a5cc78.tar.bz2
gentoo-2-eabd7b054947c0d3ca68ecf06390dea0d1a5cc78.zip
Wiped out INSTALL from dodoc
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmacpimon/ChangeLog5
-rw-r--r--x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-plugins/wmacpimon/ChangeLog b/x11-plugins/wmacpimon/ChangeLog
index 0f1c68600701..a33a9998b8b0 100644
--- a/x11-plugins/wmacpimon/ChangeLog
+++ b/x11-plugins/wmacpimon/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmacpimon
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpimon/ChangeLog,v 1.2 2004/07/13 08:16:05 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpimon/ChangeLog,v 1.3 2005/11/07 12:51:07 s4t4n Exp $
+
+ 07 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmacpimon-0.2.1.ebuild:
+ Wiped out INSTALL from dodoc.
*wmacpimon-0.2.1 (08 Jul 2004)
diff --git a/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild b/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild
index 6dd6ff52062c..44118d7cebc5 100644
--- a/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild
+++ b/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild,v 1.2 2004/07/13 08:16:05 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild,v 1.3 2005/11/07 12:51:07 s4t4n Exp $
inherit eutils
@@ -37,7 +37,7 @@ src_compile()
src_install()
{
dobin wmacpimond wmacpimon
- dodoc AUTHORS ChangeLog README INSTALL
+ dodoc AUTHORS ChangeLog README
exeinto /etc/init.d
newexe ${FILESDIR}/wmacpimon.initscript wmacpimon
}