diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2005-11-11 09:45:07 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2005-11-11 09:45:07 +0000 |
commit | 9300a517eec69cc474cf8d224f4d9c7b2ab51ecd (patch) | |
tree | c2fa64f4c0c782ea6a49f165b95e6ad8df31e0e8 /x11-plugins | |
parent | Removed Artistic and INSTALL from dodoc (diff) | |
download | gentoo-2-9300a517eec69cc474cf8d224f4d9c7b2ab51ecd.tar.gz gentoo-2-9300a517eec69cc474cf8d224f4d9c7b2ab51ecd.tar.bz2 gentoo-2-9300a517eec69cc474cf8d224f4d9c7b2ab51ecd.zip |
Removed COPYING and INSTALL from dodoc
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmmsg/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmmsg/wmmsg-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-plugins/wmmsg/ChangeLog b/x11-plugins/wmmsg/ChangeLog index aa36e67e937a..62c22428bbee 100644 --- a/x11-plugins/wmmsg/ChangeLog +++ b/x11-plugins/wmmsg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmmsg # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/ChangeLog,v 1.7 2005/08/07 13:35:20 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/ChangeLog,v 1.8 2005/11/11 09:45:07 s4t4n Exp $ + + 11 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmmsg-1.0.ebuild: + removed INSTALL and COPYING from dodoc. 07 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> wmmsg-1.0.ebuild: Stable on ppc. diff --git a/x11-plugins/wmmsg/wmmsg-1.0.ebuild b/x11-plugins/wmmsg/wmmsg-1.0.ebuild index 3e376a5f0b3d..f564b41f49a3 100644 --- a/x11-plugins/wmmsg/wmmsg-1.0.ebuild +++ b/x11-plugins/wmmsg/wmmsg-1.0.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/wmmsg/wmmsg-1.0.ebuild,v 1.9 2005/08/07 13:35:20 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.ebuild,v 1.10 2005/11/11 09:45:07 s4t4n Exp $ DESCRIPTION="wmmsg is a dockapp that informs you of new events, such as incoming chat messages, by displaying related icons and arrival times" HOMEPAGE="http://taxiway.swapspace.net/~matt/wmmsg/" @@ -21,7 +21,7 @@ src_compile() { src_install() { einstall || die "Installation failed." - dodoc AUTHORS COPYING INSTALL README Changelog + dodoc AUTHORS README Changelog insinto /usr/share/doc/${PF} doins wmmsgrc } |