diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2005-11-07 12:51:07 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2005-11-07 12:51:07 +0000 |
commit | eabd7b054947c0d3ca68ecf06390dea0d1a5cc78 (patch) | |
tree | e3c5459b7ed97898d22362b53543e3487dc4097e /x11-plugins | |
parent | Wiped out INSTALL from dodoc entries. (diff) | |
download | gentoo-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/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild | 6 |
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 } |