diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2005-11-11 11:36:29 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2005-11-11 11:36:29 +0000 |
commit | 051e21e478d6251630b4827a03ab4f4876934a03 (patch) | |
tree | 0413f82e40b01d04ede582b109c53a0a2fc5d6d8 /x11-plugins | |
parent | masking drbd-0.7.13 (race condition on SMP boxes) (diff) | |
download | gentoo-2-051e21e478d6251630b4827a03ab4f4876934a03.tar.gz gentoo-2-051e21e478d6251630b4827a03ab4f4876934a03.tar.bz2 gentoo-2-051e21e478d6251630b4827a03ab4f4876934a03.zip |
Removed COPYING from dodoc
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmwave/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmwave/wmwave-0.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/wmwave/ChangeLog b/x11-plugins/wmwave/ChangeLog index a07187d8c202..e7e0d78b158d 100644 --- a/x11-plugins/wmwave/ChangeLog +++ b/x11-plugins/wmwave/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmwave -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmwave/ChangeLog,v 1.5 2004/09/02 18:22:41 pvdabeel Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmwave/ChangeLog,v 1.6 2005/11/11 11:36:29 s4t4n Exp $ + + 11 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmwave-0.4.ebuild: + removed COPYING from dodoc. 02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> wmwave-0.4.ebuild: Masked wmwave-0.4.ebuild stable for ppc diff --git a/x11-plugins/wmwave/wmwave-0.4.ebuild b/x11-plugins/wmwave/wmwave-0.4.ebuild index f02609d3d475..8f6ef501b697 100644 --- a/x11-plugins/wmwave/wmwave-0.4.ebuild +++ b/x11-plugins/wmwave/wmwave-0.4.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/wmwave/wmwave-0.4.ebuild,v 1.6 2004/09/02 18:22:41 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmwave/wmwave-0.4.ebuild,v 1.7 2005/11/11 11:36:29 s4t4n Exp $ IUSE="" S="${WORKDIR}/wmwave" @@ -19,5 +19,5 @@ src_compile() { src_install () { dobin wmwave doman wmwave.1 - dodoc COPYING README + dodoc README } |