diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2005-11-11 10:23:42 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2005-11-11 10:23:42 +0000 |
commit | c7673ffe4431dc0bd7c5505f2713892b07be1448 (patch) | |
tree | 1aec85bc2a219c32ce3936e5ac27202d1c8c842b /x11-plugins/wmnetselect | |
parent | patch hunksize fixed (diff) | |
download | gentoo-2-c7673ffe4431dc0bd7c5505f2713892b07be1448.tar.gz gentoo-2-c7673ffe4431dc0bd7c5505f2713892b07be1448.tar.bz2 gentoo-2-c7673ffe4431dc0bd7c5505f2713892b07be1448.zip |
Removed COPYING from dodoc
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'x11-plugins/wmnetselect')
-rw-r--r-- | x11-plugins/wmnetselect/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/x11-plugins/wmnetselect/ChangeLog b/x11-plugins/wmnetselect/ChangeLog index 56e89bc1e5d2..53c77458b2ac 100644 --- a/x11-plugins/wmnetselect/ChangeLog +++ b/x11-plugins/wmnetselect/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmnetselect -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetselect/ChangeLog,v 1.9 2004/09/04 01:37:55 s4t4n Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetselect/ChangeLog,v 1.10 2005/11/11 10:23:42 s4t4n Exp $ + + 11 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmnetselect-0.8.ebuild: + Removed COPYING from dodoc. 04 Sep 2004; Michele Noberasco <s4t4n@gentoo.org> wmnetselect-0.8.ebuild: Remove older ebuild. diff --git a/x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild b/x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild index fbbba3546b4a..9b1975e1b2a4 100644 --- a/x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild +++ b/x11-plugins/wmnetselect/wmnetselect-0.8-r1.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/wmnetselect/wmnetselect-0.8-r1.ebuild,v 1.10 2004/09/02 18:22:40 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild,v 1.11 2005/11/11 10:23:42 s4t4n Exp $ IUSE="" DESCRIPTION="WindowMaker browser launcher docklet" @@ -19,6 +19,6 @@ src_compile() { } src_install () { - dobin wmnetselect - dodoc COPYING README ChangeLog TODO README.html + dobin wmnetselect + dodoc README ChangeLog TODO README.html } |