diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2005-11-11 09:25:33 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2005-11-11 09:25:33 +0000 |
commit | 0a9b4409177b614120dc503e4b85603aa6ec99dc (patch) | |
tree | 2f7ab817c19e9ed3d62b85fd52a9fad109bb0b67 /x11-plugins/wmmon/wmmon-1.0_beta2-r3.ebuild | |
parent | Removed COPYING from dodoc (diff) | |
download | gentoo-2-0a9b4409177b614120dc503e4b85603aa6ec99dc.tar.gz gentoo-2-0a9b4409177b614120dc503e4b85603aa6ec99dc.tar.bz2 gentoo-2-0a9b4409177b614120dc503e4b85603aa6ec99dc.zip |
Removed COPYING and INSTALL from dodoc
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'x11-plugins/wmmon/wmmon-1.0_beta2-r3.ebuild')
-rw-r--r-- | x11-plugins/wmmon/wmmon-1.0_beta2-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/wmmon/wmmon-1.0_beta2-r3.ebuild b/x11-plugins/wmmon/wmmon-1.0_beta2-r3.ebuild index e10fe942dd2f..d80797f3608f 100644 --- a/x11-plugins/wmmon/wmmon-1.0_beta2-r3.ebuild +++ b/x11-plugins/wmmon/wmmon-1.0_beta2-r3.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/x11-plugins/wmmon/wmmon-1.0_beta2-r3.ebuild,v 1.3 2005/08/30 17:45:32 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/wmmon-1.0_beta2-r3.ebuild,v 1.4 2005/11/11 09:25:33 s4t4n Exp $ inherit eutils @@ -30,5 +30,5 @@ src_compile() { src_install () { dobin wmmon/wmmon - dodoc BUGS CHANGES COPYING HINTS INSTALL README TODO + dodoc BUGS CHANGES HINTS README TODO } |