diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2005-11-11 11:17:11 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2005-11-11 11:17:11 +0000 |
commit | 804ed0ffbb0ae4b8540ca86ae062c9f9e61104ed (patch) | |
tree | 6e3c04c98e9dfdc902920a386428f0d65039018f /x11-plugins/wmtz | |
parent | Removed INSTALL from dodoc (diff) | |
download | historical-804ed0ffbb0ae4b8540ca86ae062c9f9e61104ed.tar.gz historical-804ed0ffbb0ae4b8540ca86ae062c9f9e61104ed.tar.bz2 historical-804ed0ffbb0ae4b8540ca86ae062c9f9e61104ed.zip |
Removed INSTALL and COPYING from dodoc
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'x11-plugins/wmtz')
-rw-r--r-- | x11-plugins/wmtz/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmtz/wmtz-0.7.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-plugins/wmtz/ChangeLog b/x11-plugins/wmtz/ChangeLog index 4485ded9a708..150502b3b44d 100644 --- a/x11-plugins/wmtz/ChangeLog +++ b/x11-plugins/wmtz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmtz -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/ChangeLog,v 1.11 2005/05/16 07:48:28 s4t4n Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/ChangeLog,v 1.12 2005/11/11 11:13:23 s4t4n Exp $ + + 11 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmtz-0.7.ebuild: + Removed COPYING and INSTALL from dodoc. 16 May 2005; Michele Noberasco <s4t4n@gentoo.org> wmtz-0.7.ebuild: Inherit 'toolchain-funcs' instead of 'gcc', as per bug #92745. diff --git a/x11-plugins/wmtz/wmtz-0.7.ebuild b/x11-plugins/wmtz/wmtz-0.7.ebuild index 8c1e559b7bd5..a8d970a2b720 100644 --- a/x11-plugins/wmtz/wmtz-0.7.ebuild +++ b/x11-plugins/wmtz/wmtz-0.7.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/wmtz/wmtz-0.7.ebuild,v 1.12 2005/05/16 07:48:28 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/wmtz-0.7.ebuild,v 1.13 2005/11/11 11:13:23 s4t4n Exp $ inherit eutils toolchain-funcs @@ -36,5 +36,5 @@ src_install () { dobin wmtz/wmtz insinto /etc doins wmtz/wmtzrc - dodoc BUGS CHANGES COPYING README INSTALL + dodoc BUGS CHANGES README } |